body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: #5d3027 !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: #5d3027 !important;
  border-color: #5d3027 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #271410 !important;
  border-color: #271410 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #271410 !important;
  border-color: #271410 !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: #150b09;
  color: #150b09;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5d3027;
  border-color: #5d3027;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5d3027 !important;
  border-color: #5d3027 !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: #5d3027 !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: #150b09 !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: #5d3027;
  border-color: #5d3027;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5d3027;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b5604f;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #5d3027;
}
/* 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);
}
@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: #5d3027;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #5d3027;
}
.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: #5d3027;
  color: #ffffff;
}
.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: #5d3027;
  border-bottom-color: #5d3027;
}
.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: #5d3027 !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='%235d3027' %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-uq9156d2Ng .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uq9156d2Ng .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uq9156d2Ng a {
  font-style: normal;
}
.cid-uq9156d2Ng .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uq9156d2Ng .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uq9156d2Ng .nav-item:focus,
.cid-uq9156d2Ng .nav-link:focus {
  outline: none;
}
.cid-uq9156d2Ng .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uq9156d2Ng .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uq9156d2Ng .menu-logo {
  margin-right: auto;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uq9156d2Ng .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uq9156d2Ng .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uq9156d2Ng .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uq9156d2Ng button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uq9156d2Ng button.navbar-toggler:focus {
  outline: none;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq9156d2Ng .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq9156d2Ng .collapsed .btn {
  display: -webkit-flex;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uq9156d2Ng .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uq9156d2Ng .collapsed button.navbar-toggler {
  display: block;
}
.cid-uq9156d2Ng .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uq9156d2Ng .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uq9156d2Ng .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uq9156d2Ng.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq9156d2Ng img {
    height: 3.8rem !important;
  }
  .cid-uq9156d2Ng .btn {
    display: -webkit-flex;
  }
  .cid-uq9156d2Ng button.navbar-toggler {
    display: block;
  }
  .cid-uq9156d2Ng .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uq9156d2Ng .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq9156d2Ng .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing,
  .cid-uq9156d2Ng .navbar-collapse.show {
    display: block !important;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-nav,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-buttons,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uq9156d2Ng .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uq9156d2Ng .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uq9156d2Ng .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uq9156d2Ng .nav-link:hover,
.cid-uq9156d2Ng .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uoDfitk9yr .modal-body .close {
  background: #1b1b1b;
}
.cid-uoDfitk9yr .modal-body .close span {
  font-style: normal;
}
.cid-uoDfitk9yr .carousel-inner > .active,
.cid-uoDfitk9yr .carousel-inner > .next,
.cid-uoDfitk9yr .carousel-inner > .prev {
  display: flex;
}
.cid-uoDfitk9yr .carousel-control .icon-next,
.cid-uoDfitk9yr .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uoDfitk9yr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uoDfitk9yr .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uoDfitk9yr .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uoDfitk9yr .boxed-slider > div {
  position: relative;
}
.cid-uoDfitk9yr .container img {
  width: 100%;
}
.cid-uoDfitk9yr .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uoDfitk9yr .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uoDfitk9yr .mbr-table-cell {
  padding: 0;
}
.cid-uoDfitk9yr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uoDfitk9yr .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uoDfitk9yr .mbr-overlay {
  z-index: 1;
}
.cid-uoDfitk9yr .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uoDfitk9yr .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uoDfitk9yr .carousel-item.active.right,
.cid-uoDfitk9yr .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uoDfitk9yr .carousel-item.active.left,
.cid-uoDfitk9yr .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uoDfitk9yr .carousel-item.active,
.cid-uoDfitk9yr .carousel-item.next.left,
.cid-uoDfitk9yr .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uoDfitk9yr .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uoDfitk9yr .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoDfitk9yr .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoDfitk9yr .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uoDfitk9yr .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoDfitk9yr .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uoDfitk9yr .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uoDfitk9yr .mbr-slider .carousel-indicators li.active,
.cid-uoDfitk9yr .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uoDfitk9yr .mbr-slider .carousel-indicators li::after,
.cid-uoDfitk9yr .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uoDfitk9yr .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uoDfitk9yr .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uoDfitk9yr .mbr-slider > .container img {
  width: 100%;
}
.cid-uoDfitk9yr .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uoDfitk9yr .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uoDfitk9yr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uoDfitk9yr .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uoDfitk9yr .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uoDfitk9yr .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uoDfitk9yr .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uoDfitk9yr .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uoDfitk9yr .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uoDfitk9yr .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uoDfitk9yr .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uoDfitk9yr .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uoDfitk9yr .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-upyNrYU7uu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-upyNrYU7uu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-upyNrYU7uu .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-upyNrYU7uu .mbr-text {
  color: #767676;
}
.cid-uoTntz7KKZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uoTntz7KKZ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uoTntz7KKZ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uoTntz7KKZ .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-uoTntz7KKZ .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uoTntz7KKZ .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-uoTntz7KKZ .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-uoTntz7KKZ .card {
  min-height: 300px;
}
.cid-uoTntz7KKZ .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-uoTntz7KKZ .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-uoTntz7KKZ .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-uoTntz7KKZ .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-uqvshIn1Qi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c1c1c1;
  background: linear-gradient(#c1c1c1, #ffffff);
}
.cid-uqvshIn1Qi .carousel-control {
  background: #000;
}
.cid-uqvshIn1Qi .mbr-section-subtitle {
  color: #767676;
}
.cid-uqvshIn1Qi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uqvshIn1Qi .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uqvshIn1Qi .carousel-item .wrap-img {
  text-align: center;
}
.cid-uqvshIn1Qi .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uqvshIn1Qi .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uqvshIn1Qi .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uqvshIn1Qi .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uqvshIn1Qi .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uqvshIn1Qi .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uqvshIn1Qi .cloneditem-1,
.cid-uqvshIn1Qi .cloneditem-2,
.cid-uqvshIn1Qi .cloneditem-3,
.cid-uqvshIn1Qi .cloneditem-4,
.cid-uqvshIn1Qi .cloneditem-5 {
  display: none;
}
.cid-uqvshIn1Qi .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqvshIn1Qi .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uqvshIn1Qi .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uqvshIn1Qi .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uqvshIn1Qi .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uqvshIn1Qi .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uqvshIn1Qi .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides2 .cloneditem-1,
  .cid-uqvshIn1Qi .carousel-inner.slides2 .cloneditem-2,
  .cid-uqvshIn1Qi .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uqvshIn1Qi .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uqvshIn1Qi .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uqvshIn1Qi .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uqvshIn1Qi .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uqvshIn1Qi .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides3 .cloneditem-1,
  .cid-uqvshIn1Qi .carousel-inner.slides3 .cloneditem-2,
  .cid-uqvshIn1Qi .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uqvshIn1Qi .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uqvshIn1Qi .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uqvshIn1Qi .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uqvshIn1Qi .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uqvshIn1Qi .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides4 .cloneditem-1,
  .cid-uqvshIn1Qi .carousel-inner.slides4 .cloneditem-2,
  .cid-uqvshIn1Qi .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uqvshIn1Qi .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uqvshIn1Qi .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uqvshIn1Qi .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uqvshIn1Qi .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uqvshIn1Qi .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides5 .cloneditem-1,
  .cid-uqvshIn1Qi .carousel-inner.slides5 .cloneditem-2,
  .cid-uqvshIn1Qi .carousel-inner.slides5 .cloneditem-3,
  .cid-uqvshIn1Qi .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uqvshIn1Qi .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uqvshIn1Qi .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uqvshIn1Qi .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uqvshIn1Qi .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uqvshIn1Qi .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uqvshIn1Qi .carousel-inner.slides6 .cloneditem-1,
  .cid-uqvshIn1Qi .carousel-inner.slides6 .cloneditem-2,
  .cid-uqvshIn1Qi .carousel-inner.slides6 .cloneditem-3,
  .cid-uqvshIn1Qi .carousel-inner.slides6 .cloneditem-4,
  .cid-uqvshIn1Qi .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-upyWq2gzlR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upyWq2gzlR .mbr-section-subtitle,
.cid-upyWq2gzlR .mbr-text {
  color: #767676;
}
.cid-upyWq2gzlR .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-upyWq2gzlR .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-upyWq2gzlR .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-upyWq2gzlR .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-upyWq2gzlR .card-wrapper .card-img img {
  width: 100%;
}
.cid-upyWq2gzlR .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-upyWq2gzlR .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-upyWq2gzlR .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-upyWq2gzlR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-upyWq2gzlR .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-upyWq2gzlR .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uq8MFo2mYr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uq8MFo2mYr .mbr-section-subtitle,
.cid-uq8MFo2mYr .mbr-text {
  color: #767676;
}
.cid-uq8MFo2mYr .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uq8MFo2mYr .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uq8MFo2mYr .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uq8MFo2mYr .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-uq8MFo2mYr .card-wrapper .card-img img {
  width: 100%;
}
.cid-uq8MFo2mYr .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uq8MFo2mYr .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uq8MFo2mYr .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uq8MFo2mYr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uq8MFo2mYr .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uq8MFo2mYr .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uq8o0MQqlj {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uq8o0MQqlj .content {
    text-align: center;
  }
  .cid-uq8o0MQqlj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uq8o0MQqlj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uq8o0MQqlj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uq8o0MQqlj .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uq8o0MQqlj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uq8o0MQqlj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uq8o0MQqlj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uq8o0MQqlj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uq8o0MQqlj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uq8o0MQqlj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uq8o0MQqlj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uq8o0MQqlj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uq8o0MQqlj P {
  color: #212529;
}
.cid-uq8o0MQqlj H5 {
  color: #212529;
}
.cid-uq9156d2Ng .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uq9156d2Ng .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uq9156d2Ng a {
  font-style: normal;
}
.cid-uq9156d2Ng .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uq9156d2Ng .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uq9156d2Ng .nav-item:focus,
.cid-uq9156d2Ng .nav-link:focus {
  outline: none;
}
.cid-uq9156d2Ng .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uq9156d2Ng .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uq9156d2Ng .menu-logo {
  margin-right: auto;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uq9156d2Ng .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uq9156d2Ng .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uq9156d2Ng .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uq9156d2Ng button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uq9156d2Ng button.navbar-toggler:focus {
  outline: none;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq9156d2Ng .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq9156d2Ng .collapsed .btn {
  display: -webkit-flex;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uq9156d2Ng .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uq9156d2Ng .collapsed button.navbar-toggler {
  display: block;
}
.cid-uq9156d2Ng .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uq9156d2Ng .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uq9156d2Ng .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uq9156d2Ng.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq9156d2Ng img {
    height: 3.8rem !important;
  }
  .cid-uq9156d2Ng .btn {
    display: -webkit-flex;
  }
  .cid-uq9156d2Ng button.navbar-toggler {
    display: block;
  }
  .cid-uq9156d2Ng .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uq9156d2Ng .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq9156d2Ng .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing,
  .cid-uq9156d2Ng .navbar-collapse.show {
    display: block !important;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-nav,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-buttons,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uq9156d2Ng .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uq9156d2Ng .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uq9156d2Ng .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uq9156d2Ng .nav-link:hover,
.cid-uq9156d2Ng .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uqAyhJ2XAi {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/contact-banner-1-2000x856.jpg");
}
.cid-uqAyhJ2XAi H3 {
  text-align: center;
}
.cid-uqAAH78UEb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uqAAH78UEb .mbr-section-subtitle {
  color: #767676;
}
.cid-uptSLmYTJ2 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uptSLmYTJ2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uptSLmYTJ2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uptSLmYTJ2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uptSLmYTJ2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqAxuCphas {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uqAxuCphas .content {
    text-align: center;
  }
  .cid-uqAxuCphas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqAxuCphas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqAxuCphas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqAxuCphas .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uqAxuCphas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqAxuCphas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqAxuCphas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqAxuCphas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqAxuCphas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqAxuCphas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqAxuCphas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqAxuCphas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqAxuCphas P {
  color: #212529;
}
.cid-uqAxuCphas H5 {
  color: #212529;
}
.cid-uq9156d2Ng .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uq9156d2Ng .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uq9156d2Ng a {
  font-style: normal;
}
.cid-uq9156d2Ng .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uq9156d2Ng .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uq9156d2Ng .nav-item:focus,
.cid-uq9156d2Ng .nav-link:focus {
  outline: none;
}
.cid-uq9156d2Ng .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uq9156d2Ng .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uq9156d2Ng .menu-logo {
  margin-right: auto;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uq9156d2Ng .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uq9156d2Ng .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uq9156d2Ng .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uq9156d2Ng button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uq9156d2Ng button.navbar-toggler:focus {
  outline: none;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq9156d2Ng .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq9156d2Ng .collapsed .btn {
  display: -webkit-flex;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uq9156d2Ng .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uq9156d2Ng .collapsed button.navbar-toggler {
  display: block;
}
.cid-uq9156d2Ng .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uq9156d2Ng .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uq9156d2Ng .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uq9156d2Ng.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq9156d2Ng img {
    height: 3.8rem !important;
  }
  .cid-uq9156d2Ng .btn {
    display: -webkit-flex;
  }
  .cid-uq9156d2Ng button.navbar-toggler {
    display: block;
  }
  .cid-uq9156d2Ng .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uq9156d2Ng .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq9156d2Ng .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing,
  .cid-uq9156d2Ng .navbar-collapse.show {
    display: block !important;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-nav,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-buttons,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uq9156d2Ng .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uq9156d2Ng .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uq9156d2Ng .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uq9156d2Ng .nav-link:hover,
.cid-uq9156d2Ng .dropdown-item:hover {
  color: #767676 !important;
}
.cid-upyDM6Wy1B {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-upyDM6Wy1B .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-upyDM6Wy1B .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-upyDM6Wy1B .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-upyDM6Wy1B .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-upyDM6Wy1B .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-upyDM6Wy1B .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-upyDM6Wy1B .card {
  min-height: 300px;
}
.cid-upyDM6Wy1B .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-upyDM6Wy1B .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-upyDM6Wy1B .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-upyDM6Wy1B .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-uqAxpiwjB8 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uqAxpiwjB8 .content {
    text-align: center;
  }
  .cid-uqAxpiwjB8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqAxpiwjB8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqAxpiwjB8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqAxpiwjB8 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uqAxpiwjB8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqAxpiwjB8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqAxpiwjB8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqAxpiwjB8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqAxpiwjB8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqAxpiwjB8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqAxpiwjB8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqAxpiwjB8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqAxpiwjB8 P {
  color: #212529;
}
.cid-uqAxpiwjB8 H5 {
  color: #212529;
}
.cid-uq9156d2Ng .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uq9156d2Ng .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uq9156d2Ng a {
  font-style: normal;
}
.cid-uq9156d2Ng .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uq9156d2Ng .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uq9156d2Ng .nav-item:focus,
.cid-uq9156d2Ng .nav-link:focus {
  outline: none;
}
.cid-uq9156d2Ng .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uq9156d2Ng .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uq9156d2Ng .menu-logo {
  margin-right: auto;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uq9156d2Ng .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uq9156d2Ng .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uq9156d2Ng .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uq9156d2Ng button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uq9156d2Ng button.navbar-toggler:focus {
  outline: none;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq9156d2Ng .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq9156d2Ng .collapsed .btn {
  display: -webkit-flex;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uq9156d2Ng .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uq9156d2Ng .collapsed button.navbar-toggler {
  display: block;
}
.cid-uq9156d2Ng .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uq9156d2Ng .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uq9156d2Ng .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uq9156d2Ng.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq9156d2Ng img {
    height: 3.8rem !important;
  }
  .cid-uq9156d2Ng .btn {
    display: -webkit-flex;
  }
  .cid-uq9156d2Ng button.navbar-toggler {
    display: block;
  }
  .cid-uq9156d2Ng .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uq9156d2Ng .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq9156d2Ng .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing,
  .cid-uq9156d2Ng .navbar-collapse.show {
    display: block !important;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-nav,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-buttons,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uq9156d2Ng .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uq9156d2Ng .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uq9156d2Ng .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uq9156d2Ng .nav-link:hover,
.cid-uq9156d2Ng .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uq72Le1aLc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/da-bar-3-1920x1080.jpg");
}
.cid-uq72KxMFC0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uq72KxMFC0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uq6QqCYGV0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uq6QqCYGV0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uq6QqCYGV0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uq6QqCYGV0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uq6QqCYGV0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uq6QqCYGV0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uq6QqCYGV0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uq6QqCYGV0 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uq6QqCYGV0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uq6QqCYGV0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uq72JmZ6Mp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uq72JmZ6Mp .mbr-section-subtitle {
  color: #767676;
}
.cid-uq3etP5ciI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uq3etP5ciI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uq3etP5ciI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uq3etP5ciI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uq3etP5ciI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uq3etP5ciI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uq3etP5ciI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uq3etP5ciI .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uq3etP5ciI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uq3etP5ciI .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uqAwYstJac {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uqAwYstJac .content {
    text-align: center;
  }
  .cid-uqAwYstJac .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqAwYstJac .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqAwYstJac .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqAwYstJac .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uqAwYstJac .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqAwYstJac .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqAwYstJac .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqAwYstJac .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqAwYstJac .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqAwYstJac .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqAwYstJac .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqAwYstJac .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqAwYstJac P {
  color: #212529;
}
.cid-uqAwYstJac H5 {
  color: #212529;
}
.cid-uq9156d2Ng .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uq9156d2Ng .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uq9156d2Ng a {
  font-style: normal;
}
.cid-uq9156d2Ng .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uq9156d2Ng .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uq9156d2Ng .nav-item:focus,
.cid-uq9156d2Ng .nav-link:focus {
  outline: none;
}
.cid-uq9156d2Ng .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uq9156d2Ng .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uq9156d2Ng .menu-logo {
  margin-right: auto;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uq9156d2Ng .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq9156d2Ng .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uq9156d2Ng .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uq9156d2Ng .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uq9156d2Ng .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uq9156d2Ng .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uq9156d2Ng button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uq9156d2Ng button.navbar-toggler:focus {
  outline: none;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uq9156d2Ng button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uq9156d2Ng nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq9156d2Ng .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq9156d2Ng .collapsed .btn {
  display: -webkit-flex;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uq9156d2Ng .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uq9156d2Ng .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uq9156d2Ng .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uq9156d2Ng .collapsed button.navbar-toggler {
  display: block;
}
.cid-uq9156d2Ng .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uq9156d2Ng .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uq9156d2Ng .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uq9156d2Ng .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uq9156d2Ng.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq9156d2Ng img {
    height: 3.8rem !important;
  }
  .cid-uq9156d2Ng .btn {
    display: -webkit-flex;
  }
  .cid-uq9156d2Ng button.navbar-toggler {
    display: block;
  }
  .cid-uq9156d2Ng .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uq9156d2Ng .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq9156d2Ng .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing,
  .cid-uq9156d2Ng .navbar-collapse.show {
    display: block !important;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-nav,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-buttons,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uq9156d2Ng .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uq9156d2Ng .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uq9156d2Ng .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uq9156d2Ng .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uq9156d2Ng .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uq9156d2Ng .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uq9156d2Ng .nav-link:hover,
.cid-uq9156d2Ng .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uRweBP3flS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/da-bar-3-1920x1080.jpg");
}
.cid-uRweBP3flS .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uRweBP3flS .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uRweBP3flS .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uRwGxPnch3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRwGxPnch3 .mbr-text {
  color: #212529;
}
.cid-uRwGxPnch3 .mbr-text p {
  background: #ffffff;
}
.cid-uRwGxPnch3 .mbr-text P {
  text-align: center;
}
.cid-uRwr6fcFMy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwr6fcFMy .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwr6fcFMy .container-table {
  margin: 0 auto;
}
.cid-uRwr6fcFMy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwr6fcFMy .dataTables_wrapper {
  display: block;
}
.cid-uRwr6fcFMy .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwr6fcFMy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwr6fcFMy table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwr6fcFMy table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwr6fcFMy table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwr6fcFMy table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwr6fcFMy table.table {
  background: #ffffff;
}
.cid-uRwr6fcFMy .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwr6fcFMy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwr6fcFMy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwr6fcFMy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwr6fcFMy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwr6fcFMy .dataTables_filter {
    text-align: center;
  }
  .cid-uRwr6fcFMy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uoUu60pmGw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uoUu60pmGw .mbr-section-subtitle {
  color: #767676;
}
.cid-uoUu60pmGw .container-table {
  margin: 0 auto;
}
.cid-uoUu60pmGw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uoUu60pmGw .dataTables_wrapper {
  display: block;
}
.cid-uoUu60pmGw .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uoUu60pmGw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uoUu60pmGw table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uoUu60pmGw table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uoUu60pmGw table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uoUu60pmGw table td {
  border-top: 1px solid #cccccc;
}
.cid-uoUu60pmGw table.table {
  background: #ffffff;
}
.cid-uoUu60pmGw .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uoUu60pmGw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uoUu60pmGw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uoUu60pmGw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uoUu60pmGw .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uoUu60pmGw .dataTables_filter {
    text-align: center;
  }
  .cid-uoUu60pmGw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGmWyxME {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwGmWyxME .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGmWyxME .container-table {
  margin: 0 auto;
}
.cid-uRwGmWyxME .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGmWyxME .dataTables_wrapper {
  display: block;
}
.cid-uRwGmWyxME .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGmWyxME .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGmWyxME table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGmWyxME table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGmWyxME table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGmWyxME table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGmWyxME table.table {
  background: #ffffff;
}
.cid-uRwGmWyxME .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGmWyxME .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGmWyxME .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGmWyxME .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGmWyxME .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGmWyxME .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGmWyxME .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGpMNHoH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwGpMNHoH .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGpMNHoH .container-table {
  margin: 0 auto;
}
.cid-uRwGpMNHoH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGpMNHoH .dataTables_wrapper {
  display: block;
}
.cid-uRwGpMNHoH .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGpMNHoH .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGpMNHoH table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGpMNHoH table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGpMNHoH table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGpMNHoH table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGpMNHoH table.table {
  background: #ffffff;
}
.cid-uRwGpMNHoH .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGpMNHoH .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGpMNHoH .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGpMNHoH .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGpMNHoH .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGpMNHoH .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGpMNHoH .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGpMNHoH .body-item {
  text-align: left;
}
.cid-uRwGroCII4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwGroCII4 .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGroCII4 .container-table {
  margin: 0 auto;
}
.cid-uRwGroCII4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGroCII4 .dataTables_wrapper {
  display: block;
}
.cid-uRwGroCII4 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGroCII4 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGroCII4 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGroCII4 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGroCII4 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGroCII4 table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGroCII4 table.table {
  background: #ffffff;
}
.cid-uRwGroCII4 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGroCII4 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGroCII4 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGroCII4 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGroCII4 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGroCII4 .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGroCII4 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGsDNhrP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwGsDNhrP .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGsDNhrP .container-table {
  margin: 0 auto;
}
.cid-uRwGsDNhrP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGsDNhrP .dataTables_wrapper {
  display: block;
}
.cid-uRwGsDNhrP .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGsDNhrP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGsDNhrP table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGsDNhrP table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGsDNhrP table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGsDNhrP table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGsDNhrP table.table {
  background: #ffffff;
}
.cid-uRwGsDNhrP .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGsDNhrP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGsDNhrP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGsDNhrP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGsDNhrP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGsDNhrP .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGsDNhrP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGunNC3p {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwGunNC3p .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGunNC3p .container-table {
  margin: 0 auto;
}
.cid-uRwGunNC3p .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGunNC3p .dataTables_wrapper {
  display: block;
}
.cid-uRwGunNC3p .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGunNC3p .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGunNC3p table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGunNC3p table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGunNC3p table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGunNC3p table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGunNC3p table.table {
  background: #ffffff;
}
.cid-uRwGunNC3p .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGunNC3p .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGunNC3p .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGunNC3p .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGunNC3p .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGunNC3p .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGunNC3p .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGI876He {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwGI876He .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGI876He .container-table {
  margin: 0 auto;
}
.cid-uRwGI876He .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGI876He .dataTables_wrapper {
  display: block;
}
.cid-uRwGI876He .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGI876He .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGI876He table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGI876He table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGI876He table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGI876He table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGI876He table.table {
  background: #ffffff;
}
.cid-uRwGI876He .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGI876He .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGI876He .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGI876He .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGI876He .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGI876He .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGI876He .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGJQwBUN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwGJQwBUN .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGJQwBUN .container-table {
  margin: 0 auto;
}
.cid-uRwGJQwBUN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGJQwBUN .dataTables_wrapper {
  display: block;
}
.cid-uRwGJQwBUN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGJQwBUN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGJQwBUN table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGJQwBUN table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGJQwBUN table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGJQwBUN table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGJQwBUN table.table {
  background: #ffffff;
}
.cid-uRwGJQwBUN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGJQwBUN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGJQwBUN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGJQwBUN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGJQwBUN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGJQwBUN .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGJQwBUN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGKJEm6M {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwGKJEm6M .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGKJEm6M .container-table {
  margin: 0 auto;
}
.cid-uRwGKJEm6M .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGKJEm6M .dataTables_wrapper {
  display: block;
}
.cid-uRwGKJEm6M .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGKJEm6M .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGKJEm6M table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGKJEm6M table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGKJEm6M table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGKJEm6M table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGKJEm6M table.table {
  background: #ffffff;
}
.cid-uRwGKJEm6M .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGKJEm6M .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGKJEm6M .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGKJEm6M .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGKJEm6M .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGKJEm6M .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGKJEm6M .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGNuzeW1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwGNuzeW1 .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGNuzeW1 .container-table {
  margin: 0 auto;
}
.cid-uRwGNuzeW1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGNuzeW1 .dataTables_wrapper {
  display: block;
}
.cid-uRwGNuzeW1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGNuzeW1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGNuzeW1 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGNuzeW1 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGNuzeW1 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGNuzeW1 table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGNuzeW1 table.table {
  background: #ffffff;
}
.cid-uRwGNuzeW1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGNuzeW1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGNuzeW1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGNuzeW1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGNuzeW1 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGNuzeW1 .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGNuzeW1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGPsxFP9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwGPsxFP9 .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGPsxFP9 .container-table {
  margin: 0 auto;
}
.cid-uRwGPsxFP9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGPsxFP9 .dataTables_wrapper {
  display: block;
}
.cid-uRwGPsxFP9 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGPsxFP9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGPsxFP9 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGPsxFP9 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGPsxFP9 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGPsxFP9 table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGPsxFP9 table.table {
  background: #ffffff;
}
.cid-uRwGPsxFP9 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGPsxFP9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGPsxFP9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGPsxFP9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGPsxFP9 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGPsxFP9 .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGPsxFP9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGQnmj17 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwGQnmj17 .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGQnmj17 .container-table {
  margin: 0 auto;
}
.cid-uRwGQnmj17 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGQnmj17 .dataTables_wrapper {
  display: block;
}
.cid-uRwGQnmj17 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGQnmj17 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGQnmj17 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGQnmj17 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGQnmj17 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGQnmj17 table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGQnmj17 table.table {
  background: #ffffff;
}
.cid-uRwGQnmj17 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGQnmj17 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGQnmj17 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGQnmj17 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGQnmj17 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGQnmj17 .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGQnmj17 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGRAgcPE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwGRAgcPE .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGRAgcPE .container-table {
  margin: 0 auto;
}
.cid-uRwGRAgcPE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGRAgcPE .dataTables_wrapper {
  display: block;
}
.cid-uRwGRAgcPE .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGRAgcPE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGRAgcPE table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGRAgcPE table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGRAgcPE table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGRAgcPE table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGRAgcPE table.table {
  background: #ffffff;
}
.cid-uRwGRAgcPE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGRAgcPE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGRAgcPE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGRAgcPE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGRAgcPE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGRAgcPE .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGRAgcPE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGSKaTHU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwGSKaTHU .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGSKaTHU .container-table {
  margin: 0 auto;
}
.cid-uRwGSKaTHU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGSKaTHU .dataTables_wrapper {
  display: block;
}
.cid-uRwGSKaTHU .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGSKaTHU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGSKaTHU table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGSKaTHU table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGSKaTHU table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGSKaTHU table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGSKaTHU table.table {
  background: #ffffff;
}
.cid-uRwGSKaTHU .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGSKaTHU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGSKaTHU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGSKaTHU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGSKaTHU .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGSKaTHU .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGSKaTHU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGUDL3L5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwGUDL3L5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGUDL3L5 .container-table {
  margin: 0 auto;
}
.cid-uRwGUDL3L5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGUDL3L5 .dataTables_wrapper {
  display: block;
}
.cid-uRwGUDL3L5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGUDL3L5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGUDL3L5 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGUDL3L5 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGUDL3L5 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGUDL3L5 table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGUDL3L5 table.table {
  background: #ffffff;
}
.cid-uRwGUDL3L5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGUDL3L5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGUDL3L5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGUDL3L5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGUDL3L5 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGUDL3L5 .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGUDL3L5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGWFTWo2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwGWFTWo2 .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGWFTWo2 .container-table {
  margin: 0 auto;
}
.cid-uRwGWFTWo2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGWFTWo2 .dataTables_wrapper {
  display: block;
}
.cid-uRwGWFTWo2 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGWFTWo2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGWFTWo2 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGWFTWo2 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGWFTWo2 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGWFTWo2 table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGWFTWo2 table.table {
  background: #ffffff;
}
.cid-uRwGWFTWo2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGWFTWo2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGWFTWo2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGWFTWo2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGWFTWo2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGWFTWo2 .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGWFTWo2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwH2pkK5t {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwH2pkK5t .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwH2pkK5t .container-table {
  margin: 0 auto;
}
.cid-uRwH2pkK5t .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwH2pkK5t .dataTables_wrapper {
  display: block;
}
.cid-uRwH2pkK5t .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwH2pkK5t .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwH2pkK5t table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwH2pkK5t table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwH2pkK5t table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwH2pkK5t table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwH2pkK5t table.table {
  background: #ffffff;
}
.cid-uRwH2pkK5t .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwH2pkK5t .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwH2pkK5t .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwH2pkK5t .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwH2pkK5t .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwH2pkK5t .dataTables_filter {
    text-align: center;
  }
  .cid-uRwH2pkK5t .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGZ4MBrW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwGZ4MBrW .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGZ4MBrW .container-table {
  margin: 0 auto;
}
.cid-uRwGZ4MBrW .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGZ4MBrW .dataTables_wrapper {
  display: block;
}
.cid-uRwGZ4MBrW .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGZ4MBrW .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGZ4MBrW table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGZ4MBrW table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGZ4MBrW table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGZ4MBrW table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGZ4MBrW table.table {
  background: #ffffff;
}
.cid-uRwGZ4MBrW .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGZ4MBrW .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGZ4MBrW .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGZ4MBrW .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGZ4MBrW .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGZ4MBrW .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGZ4MBrW .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwH0ngBqv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwH0ngBqv .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwH0ngBqv .container-table {
  margin: 0 auto;
}
.cid-uRwH0ngBqv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwH0ngBqv .dataTables_wrapper {
  display: block;
}
.cid-uRwH0ngBqv .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwH0ngBqv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwH0ngBqv table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwH0ngBqv table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwH0ngBqv table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwH0ngBqv table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwH0ngBqv table.table {
  background: #ffffff;
}
.cid-uRwH0ngBqv .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwH0ngBqv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwH0ngBqv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwH0ngBqv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwH0ngBqv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwH0ngBqv .dataTables_filter {
    text-align: center;
  }
  .cid-uRwH0ngBqv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwH1MgNWS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwH1MgNWS .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwH1MgNWS .container-table {
  margin: 0 auto;
}
.cid-uRwH1MgNWS .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwH1MgNWS .dataTables_wrapper {
  display: block;
}
.cid-uRwH1MgNWS .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwH1MgNWS .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwH1MgNWS table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwH1MgNWS table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwH1MgNWS table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwH1MgNWS table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwH1MgNWS table.table {
  background: #ffffff;
}
.cid-uRwH1MgNWS .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwH1MgNWS .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwH1MgNWS .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwH1MgNWS .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwH1MgNWS .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwH1MgNWS .dataTables_filter {
    text-align: center;
  }
  .cid-uRwH1MgNWS .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwH1gYIAE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwH1gYIAE .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwH1gYIAE .container-table {
  margin: 0 auto;
}
.cid-uRwH1gYIAE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwH1gYIAE .dataTables_wrapper {
  display: block;
}
.cid-uRwH1gYIAE .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwH1gYIAE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwH1gYIAE table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwH1gYIAE table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwH1gYIAE table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwH1gYIAE table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwH1gYIAE table.table {
  background: #ffffff;
}
.cid-uRwH1gYIAE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwH1gYIAE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwH1gYIAE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwH1gYIAE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwH1gYIAE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwH1gYIAE .dataTables_filter {
    text-align: center;
  }
  .cid-uRwH1gYIAE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwGYk2vzk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwGYk2vzk .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwGYk2vzk .container-table {
  margin: 0 auto;
}
.cid-uRwGYk2vzk .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwGYk2vzk .dataTables_wrapper {
  display: block;
}
.cid-uRwGYk2vzk .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwGYk2vzk .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwGYk2vzk table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwGYk2vzk table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwGYk2vzk table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwGYk2vzk table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwGYk2vzk table.table {
  background: #ffffff;
}
.cid-uRwGYk2vzk .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwGYk2vzk .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwGYk2vzk .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwGYk2vzk .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwGYk2vzk .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwGYk2vzk .dataTables_filter {
    text-align: center;
  }
  .cid-uRwGYk2vzk .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwH3M4COK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwH3M4COK .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwH3M4COK .container-table {
  margin: 0 auto;
}
.cid-uRwH3M4COK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwH3M4COK .dataTables_wrapper {
  display: block;
}
.cid-uRwH3M4COK .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwH3M4COK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwH3M4COK table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwH3M4COK table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwH3M4COK table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwH3M4COK table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwH3M4COK table.table {
  background: #ffffff;
}
.cid-uRwH3M4COK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwH3M4COK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwH3M4COK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwH3M4COK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwH3M4COK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwH3M4COK .dataTables_filter {
    text-align: center;
  }
  .cid-uRwH3M4COK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwH4pFP4k {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwH4pFP4k .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwH4pFP4k .container-table {
  margin: 0 auto;
}
.cid-uRwH4pFP4k .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwH4pFP4k .dataTables_wrapper {
  display: block;
}
.cid-uRwH4pFP4k .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwH4pFP4k .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwH4pFP4k table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwH4pFP4k table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwH4pFP4k table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwH4pFP4k table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwH4pFP4k table.table {
  background: #ffffff;
}
.cid-uRwH4pFP4k .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwH4pFP4k .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwH4pFP4k .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwH4pFP4k .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwH4pFP4k .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwH4pFP4k .dataTables_filter {
    text-align: center;
  }
  .cid-uRwH4pFP4k .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwH5I78Ud {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwH5I78Ud .mbr-section-subtitle {
  color: #212529;
}
.cid-uRwH5I78Ud .container-table {
  margin: 0 auto;
}
.cid-uRwH5I78Ud .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwH5I78Ud .dataTables_wrapper {
  display: block;
}
.cid-uRwH5I78Ud .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwH5I78Ud .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwH5I78Ud table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwH5I78Ud table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwH5I78Ud table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwH5I78Ud table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwH5I78Ud table.table {
  background: #ffffff;
}
.cid-uRwH5I78Ud .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwH5I78Ud .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwH5I78Ud .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwH5I78Ud .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwH5I78Ud .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwH5I78Ud .dataTables_filter {
    text-align: center;
  }
  .cid-uRwH5I78Ud .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwH6Imy3T {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwH6Imy3T .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwH6Imy3T .container-table {
  margin: 0 auto;
}
.cid-uRwH6Imy3T .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwH6Imy3T .dataTables_wrapper {
  display: block;
}
.cid-uRwH6Imy3T .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwH6Imy3T .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwH6Imy3T table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwH6Imy3T table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwH6Imy3T table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwH6Imy3T table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwH6Imy3T table.table {
  background: #ffffff;
}
.cid-uRwH6Imy3T .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwH6Imy3T .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwH6Imy3T .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwH6Imy3T .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwH6Imy3T .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwH6Imy3T .dataTables_filter {
    text-align: center;
  }
  .cid-uRwH6Imy3T .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwH7gWXsi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwH7gWXsi .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwH7gWXsi .container-table {
  margin: 0 auto;
}
.cid-uRwH7gWXsi .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwH7gWXsi .dataTables_wrapper {
  display: block;
}
.cid-uRwH7gWXsi .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwH7gWXsi .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwH7gWXsi table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwH7gWXsi table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwH7gWXsi table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwH7gWXsi table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwH7gWXsi table.table {
  background: #ffffff;
}
.cid-uRwH7gWXsi .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwH7gWXsi .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwH7gWXsi .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwH7gWXsi .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwH7gWXsi .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwH7gWXsi .dataTables_filter {
    text-align: center;
  }
  .cid-uRwH7gWXsi .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwH7ZG91n {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwH7ZG91n .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwH7ZG91n .container-table {
  margin: 0 auto;
}
.cid-uRwH7ZG91n .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwH7ZG91n .dataTables_wrapper {
  display: block;
}
.cid-uRwH7ZG91n .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwH7ZG91n .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwH7ZG91n table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwH7ZG91n table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwH7ZG91n table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwH7ZG91n table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwH7ZG91n table.table {
  background: #ffffff;
}
.cid-uRwH7ZG91n .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwH7ZG91n .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwH7ZG91n .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwH7ZG91n .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwH7ZG91n .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwH7ZG91n .dataTables_filter {
    text-align: center;
  }
  .cid-uRwH7ZG91n .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwH8JbSg0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwH8JbSg0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwH8JbSg0 .container-table {
  margin: 0 auto;
}
.cid-uRwH8JbSg0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwH8JbSg0 .dataTables_wrapper {
  display: block;
}
.cid-uRwH8JbSg0 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwH8JbSg0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwH8JbSg0 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwH8JbSg0 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwH8JbSg0 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwH8JbSg0 table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwH8JbSg0 table.table {
  background: #ffffff;
}
.cid-uRwH8JbSg0 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwH8JbSg0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwH8JbSg0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwH8JbSg0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwH8JbSg0 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwH8JbSg0 .dataTables_filter {
    text-align: center;
  }
  .cid-uRwH8JbSg0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwH9eDuan {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwH9eDuan .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwH9eDuan .container-table {
  margin: 0 auto;
}
.cid-uRwH9eDuan .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwH9eDuan .dataTables_wrapper {
  display: block;
}
.cid-uRwH9eDuan .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwH9eDuan .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwH9eDuan table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwH9eDuan table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwH9eDuan table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwH9eDuan table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwH9eDuan table.table {
  background: #ffffff;
}
.cid-uRwH9eDuan .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwH9eDuan .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwH9eDuan .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwH9eDuan .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwH9eDuan .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwH9eDuan .dataTables_filter {
    text-align: center;
  }
  .cid-uRwH9eDuan .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHb5k6xF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHb5k6xF .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHb5k6xF .container-table {
  margin: 0 auto;
}
.cid-uRwHb5k6xF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHb5k6xF .dataTables_wrapper {
  display: block;
}
.cid-uRwHb5k6xF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHb5k6xF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHb5k6xF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHb5k6xF table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHb5k6xF table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHb5k6xF table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHb5k6xF table.table {
  background: #ffffff;
}
.cid-uRwHb5k6xF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHb5k6xF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHb5k6xF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHb5k6xF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHb5k6xF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHb5k6xF .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHb5k6xF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHbP3H9g {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHbP3H9g .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHbP3H9g .container-table {
  margin: 0 auto;
}
.cid-uRwHbP3H9g .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHbP3H9g .dataTables_wrapper {
  display: block;
}
.cid-uRwHbP3H9g .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHbP3H9g .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHbP3H9g table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHbP3H9g table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHbP3H9g table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHbP3H9g table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHbP3H9g table.table {
  background: #ffffff;
}
.cid-uRwHbP3H9g .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHbP3H9g .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHbP3H9g .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHbP3H9g .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHbP3H9g .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHbP3H9g .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHbP3H9g .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHdl7xn7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHdl7xn7 .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHdl7xn7 .container-table {
  margin: 0 auto;
}
.cid-uRwHdl7xn7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHdl7xn7 .dataTables_wrapper {
  display: block;
}
.cid-uRwHdl7xn7 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHdl7xn7 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHdl7xn7 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHdl7xn7 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHdl7xn7 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHdl7xn7 table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHdl7xn7 table.table {
  background: #ffffff;
}
.cid-uRwHdl7xn7 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHdl7xn7 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHdl7xn7 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHdl7xn7 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHdl7xn7 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHdl7xn7 .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHdl7xn7 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHewXT4r {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHewXT4r .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHewXT4r .container-table {
  margin: 0 auto;
}
.cid-uRwHewXT4r .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHewXT4r .dataTables_wrapper {
  display: block;
}
.cid-uRwHewXT4r .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHewXT4r .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHewXT4r table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHewXT4r table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHewXT4r table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHewXT4r table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHewXT4r table.table {
  background: #ffffff;
}
.cid-uRwHewXT4r .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHewXT4r .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHewXT4r .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHewXT4r .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHewXT4r .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHewXT4r .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHewXT4r .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHfW5QgV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHfW5QgV .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHfW5QgV .container-table {
  margin: 0 auto;
}
.cid-uRwHfW5QgV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHfW5QgV .dataTables_wrapper {
  display: block;
}
.cid-uRwHfW5QgV .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHfW5QgV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHfW5QgV table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHfW5QgV table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHfW5QgV table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHfW5QgV table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHfW5QgV table.table {
  background: #ffffff;
}
.cid-uRwHfW5QgV .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHfW5QgV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHfW5QgV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHfW5QgV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHfW5QgV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHfW5QgV .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHfW5QgV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHh97oCF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHh97oCF .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHh97oCF .container-table {
  margin: 0 auto;
}
.cid-uRwHh97oCF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHh97oCF .dataTables_wrapper {
  display: block;
}
.cid-uRwHh97oCF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHh97oCF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHh97oCF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHh97oCF table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHh97oCF table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHh97oCF table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHh97oCF table.table {
  background: #ffffff;
}
.cid-uRwHh97oCF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHh97oCF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHh97oCF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHh97oCF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHh97oCF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHh97oCF .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHh97oCF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHhSXCsY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHhSXCsY .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHhSXCsY .container-table {
  margin: 0 auto;
}
.cid-uRwHhSXCsY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHhSXCsY .dataTables_wrapper {
  display: block;
}
.cid-uRwHhSXCsY .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHhSXCsY .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHhSXCsY table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHhSXCsY table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHhSXCsY table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHhSXCsY table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHhSXCsY table.table {
  background: #ffffff;
}
.cid-uRwHhSXCsY .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHhSXCsY .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHhSXCsY .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHhSXCsY .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHhSXCsY .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHhSXCsY .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHhSXCsY .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHivgyeo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwHivgyeo .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHivgyeo .container-table {
  margin: 0 auto;
}
.cid-uRwHivgyeo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHivgyeo .dataTables_wrapper {
  display: block;
}
.cid-uRwHivgyeo .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHivgyeo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHivgyeo table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHivgyeo table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHivgyeo table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHivgyeo table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHivgyeo table.table {
  background: #ffffff;
}
.cid-uRwHivgyeo .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHivgyeo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHivgyeo .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHivgyeo .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHivgyeo .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHivgyeo .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHivgyeo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHjEGQKo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwHjEGQKo .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHjEGQKo .container-table {
  margin: 0 auto;
}
.cid-uRwHjEGQKo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHjEGQKo .dataTables_wrapper {
  display: block;
}
.cid-uRwHjEGQKo .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHjEGQKo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHjEGQKo table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHjEGQKo table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHjEGQKo table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHjEGQKo table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHjEGQKo table.table {
  background: #ffffff;
}
.cid-uRwHjEGQKo .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHjEGQKo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHjEGQKo .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHjEGQKo .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHjEGQKo .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHjEGQKo .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHjEGQKo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHkG59PK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwHkG59PK .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHkG59PK .container-table {
  margin: 0 auto;
}
.cid-uRwHkG59PK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHkG59PK .dataTables_wrapper {
  display: block;
}
.cid-uRwHkG59PK .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHkG59PK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHkG59PK table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHkG59PK table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHkG59PK table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHkG59PK table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHkG59PK table.table {
  background: #ffffff;
}
.cid-uRwHkG59PK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHkG59PK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHkG59PK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHkG59PK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHkG59PK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHkG59PK .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHkG59PK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHm9pIuh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwHm9pIuh .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHm9pIuh .container-table {
  margin: 0 auto;
}
.cid-uRwHm9pIuh .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHm9pIuh .dataTables_wrapper {
  display: block;
}
.cid-uRwHm9pIuh .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHm9pIuh .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHm9pIuh table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHm9pIuh table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHm9pIuh table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHm9pIuh table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHm9pIuh table.table {
  background: #ffffff;
}
.cid-uRwHm9pIuh .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHm9pIuh .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHm9pIuh .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHm9pIuh .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHm9pIuh .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHm9pIuh .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHm9pIuh .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHmSgMpL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHmSgMpL .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHmSgMpL .container-table {
  margin: 0 auto;
}
.cid-uRwHmSgMpL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHmSgMpL .dataTables_wrapper {
  display: block;
}
.cid-uRwHmSgMpL .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHmSgMpL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHmSgMpL table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHmSgMpL table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHmSgMpL table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHmSgMpL table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHmSgMpL table.table {
  background: #ffffff;
}
.cid-uRwHmSgMpL .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHmSgMpL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHmSgMpL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHmSgMpL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHmSgMpL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHmSgMpL .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHmSgMpL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRzkOmfqY9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRzkOmfqY9 .mbr-section-subtitle {
  color: #767676;
}
.cid-uRzkOmfqY9 .container-table {
  margin: 0 auto;
}
.cid-uRzkOmfqY9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRzkOmfqY9 .dataTables_wrapper {
  display: block;
}
.cid-uRzkOmfqY9 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRzkOmfqY9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRzkOmfqY9 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRzkOmfqY9 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRzkOmfqY9 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRzkOmfqY9 table td {
  border-top: 1px solid #cccccc;
}
.cid-uRzkOmfqY9 table.table {
  background: #ffffff;
}
.cid-uRzkOmfqY9 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRzkOmfqY9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRzkOmfqY9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRzkOmfqY9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRzkOmfqY9 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRzkOmfqY9 .dataTables_filter {
    text-align: center;
  }
  .cid-uRzkOmfqY9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHnuNNAo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHnuNNAo .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHnuNNAo .container-table {
  margin: 0 auto;
}
.cid-uRwHnuNNAo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHnuNNAo .dataTables_wrapper {
  display: block;
}
.cid-uRwHnuNNAo .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHnuNNAo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHnuNNAo table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHnuNNAo table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHnuNNAo table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHnuNNAo table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHnuNNAo table.table {
  background: #ffffff;
}
.cid-uRwHnuNNAo .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHnuNNAo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHnuNNAo .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHnuNNAo .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHnuNNAo .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHnuNNAo .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHnuNNAo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHo5FhWr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwHo5FhWr .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHo5FhWr .container-table {
  margin: 0 auto;
}
.cid-uRwHo5FhWr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHo5FhWr .dataTables_wrapper {
  display: block;
}
.cid-uRwHo5FhWr .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHo5FhWr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHo5FhWr table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHo5FhWr table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHo5FhWr table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHo5FhWr table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHo5FhWr table.table {
  background: #ffffff;
}
.cid-uRwHo5FhWr .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHo5FhWr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHo5FhWr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHo5FhWr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHo5FhWr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHo5FhWr .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHo5FhWr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHqKDdrH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHqKDdrH .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHqKDdrH .container-table {
  margin: 0 auto;
}
.cid-uRwHqKDdrH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHqKDdrH .dataTables_wrapper {
  display: block;
}
.cid-uRwHqKDdrH .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHqKDdrH .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHqKDdrH table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHqKDdrH table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHqKDdrH table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHqKDdrH table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHqKDdrH table.table {
  background: #ffffff;
}
.cid-uRwHqKDdrH .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHqKDdrH .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHqKDdrH .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHqKDdrH .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHqKDdrH .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHqKDdrH .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHqKDdrH .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHrobVat {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHrobVat .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHrobVat .container-table {
  margin: 0 auto;
}
.cid-uRwHrobVat .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHrobVat .dataTables_wrapper {
  display: block;
}
.cid-uRwHrobVat .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHrobVat .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHrobVat table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHrobVat table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHrobVat table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHrobVat table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHrobVat table.table {
  background: #ffffff;
}
.cid-uRwHrobVat .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHrobVat .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHrobVat .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHrobVat .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHrobVat .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHrobVat .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHrobVat .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHsxY2xA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHsxY2xA .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHsxY2xA .container-table {
  margin: 0 auto;
}
.cid-uRwHsxY2xA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHsxY2xA .dataTables_wrapper {
  display: block;
}
.cid-uRwHsxY2xA .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHsxY2xA .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHsxY2xA table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHsxY2xA table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHsxY2xA table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHsxY2xA table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHsxY2xA table.table {
  background: #ffffff;
}
.cid-uRwHsxY2xA .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHsxY2xA .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHsxY2xA .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHsxY2xA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHsxY2xA .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHsxY2xA .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHsxY2xA .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHtmEpoE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHtmEpoE .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHtmEpoE .container-table {
  margin: 0 auto;
}
.cid-uRwHtmEpoE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHtmEpoE .dataTables_wrapper {
  display: block;
}
.cid-uRwHtmEpoE .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHtmEpoE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHtmEpoE table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHtmEpoE table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHtmEpoE table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHtmEpoE table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHtmEpoE table.table {
  background: #ffffff;
}
.cid-uRwHtmEpoE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHtmEpoE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHtmEpoE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHtmEpoE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHtmEpoE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHtmEpoE .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHtmEpoE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHub7Gzb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwHub7Gzb .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHub7Gzb .container-table {
  margin: 0 auto;
}
.cid-uRwHub7Gzb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHub7Gzb .dataTables_wrapper {
  display: block;
}
.cid-uRwHub7Gzb .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHub7Gzb .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHub7Gzb table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHub7Gzb table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHub7Gzb table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHub7Gzb table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHub7Gzb table.table {
  background: #ffffff;
}
.cid-uRwHub7Gzb .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHub7Gzb .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHub7Gzb .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHub7Gzb .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHub7Gzb .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHub7Gzb .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHub7Gzb .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHuMax9y {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwHuMax9y .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHuMax9y .container-table {
  margin: 0 auto;
}
.cid-uRwHuMax9y .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHuMax9y .dataTables_wrapper {
  display: block;
}
.cid-uRwHuMax9y .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHuMax9y .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHuMax9y table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHuMax9y table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHuMax9y table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHuMax9y table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHuMax9y table.table {
  background: #ffffff;
}
.cid-uRwHuMax9y .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHuMax9y .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHuMax9y .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHuMax9y .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHuMax9y .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHuMax9y .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHuMax9y .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHvMO64g {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwHvMO64g .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHvMO64g .container-table {
  margin: 0 auto;
}
.cid-uRwHvMO64g .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHvMO64g .dataTables_wrapper {
  display: block;
}
.cid-uRwHvMO64g .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHvMO64g .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHvMO64g table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHvMO64g table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHvMO64g table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHvMO64g table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHvMO64g table.table {
  background: #ffffff;
}
.cid-uRwHvMO64g .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHvMO64g .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHvMO64g .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHvMO64g .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHvMO64g .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHvMO64g .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHvMO64g .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHwhizY0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHwhizY0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHwhizY0 .container-table {
  margin: 0 auto;
}
.cid-uRwHwhizY0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHwhizY0 .dataTables_wrapper {
  display: block;
}
.cid-uRwHwhizY0 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHwhizY0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHwhizY0 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHwhizY0 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHwhizY0 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHwhizY0 table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHwhizY0 table.table {
  background: #ffffff;
}
.cid-uRwHwhizY0 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHwhizY0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHwhizY0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHwhizY0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHwhizY0 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHwhizY0 .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHwhizY0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHwZ5Y0P {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHwZ5Y0P .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHwZ5Y0P .container-table {
  margin: 0 auto;
}
.cid-uRwHwZ5Y0P .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHwZ5Y0P .dataTables_wrapper {
  display: block;
}
.cid-uRwHwZ5Y0P .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHwZ5Y0P .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHwZ5Y0P table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHwZ5Y0P table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHwZ5Y0P table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHwZ5Y0P table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHwZ5Y0P table.table {
  background: #ffffff;
}
.cid-uRwHwZ5Y0P .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHwZ5Y0P .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHwZ5Y0P .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHwZ5Y0P .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHwZ5Y0P .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHwZ5Y0P .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHwZ5Y0P .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHxFvesn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHxFvesn .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHxFvesn .container-table {
  margin: 0 auto;
}
.cid-uRwHxFvesn .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHxFvesn .dataTables_wrapper {
  display: block;
}
.cid-uRwHxFvesn .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHxFvesn .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHxFvesn table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHxFvesn table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHxFvesn table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHxFvesn table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHxFvesn table.table {
  background: #ffffff;
}
.cid-uRwHxFvesn .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHxFvesn .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHxFvesn .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHxFvesn .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHxFvesn .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHxFvesn .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHxFvesn .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHylLvJL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHylLvJL .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHylLvJL .container-table {
  margin: 0 auto;
}
.cid-uRwHylLvJL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHylLvJL .dataTables_wrapper {
  display: block;
}
.cid-uRwHylLvJL .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHylLvJL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHylLvJL table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHylLvJL table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHylLvJL table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHylLvJL table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHylLvJL table.table {
  background: #ffffff;
}
.cid-uRwHylLvJL .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHylLvJL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHylLvJL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHylLvJL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHylLvJL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHylLvJL .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHylLvJL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHzyLNrR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uRwHzyLNrR .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHzyLNrR .container-table {
  margin: 0 auto;
}
.cid-uRwHzyLNrR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHzyLNrR .dataTables_wrapper {
  display: block;
}
.cid-uRwHzyLNrR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHzyLNrR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHzyLNrR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHzyLNrR table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHzyLNrR table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHzyLNrR table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHzyLNrR table.table {
  background: #ffffff;
}
.cid-uRwHzyLNrR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHzyLNrR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHzyLNrR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHzyLNrR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHzyLNrR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHzyLNrR .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHzyLNrR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uRwHAcZA2W {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwHAcZA2W .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwHAcZA2W .container-table {
  margin: 0 auto;
}
.cid-uRwHAcZA2W .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uRwHAcZA2W .dataTables_wrapper {
  display: block;
}
.cid-uRwHAcZA2W .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uRwHAcZA2W .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uRwHAcZA2W table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uRwHAcZA2W table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uRwHAcZA2W table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uRwHAcZA2W table td {
  border-top: 1px solid #cccccc;
}
.cid-uRwHAcZA2W table.table {
  background: #ffffff;
}
.cid-uRwHAcZA2W .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uRwHAcZA2W .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uRwHAcZA2W .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uRwHAcZA2W .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uRwHAcZA2W .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uRwHAcZA2W .dataTables_filter {
    text-align: center;
  }
  .cid-uRwHAcZA2W .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-upi9UjhBtv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-upi9UjhBtv .mbr-section-subtitle {
  color: #767676;
}
.cid-upi9UjhBtv .container-table {
  margin: 0 auto;
}
.cid-upi9UjhBtv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-upi9UjhBtv .dataTables_wrapper {
  display: block;
}
.cid-upi9UjhBtv .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-upi9UjhBtv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-upi9UjhBtv table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-upi9UjhBtv table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-upi9UjhBtv table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-upi9UjhBtv table td {
  border-top: 1px solid #cccccc;
}
.cid-upi9UjhBtv table.table {
  background: #ffffff;
}
.cid-upi9UjhBtv .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-upi9UjhBtv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-upi9UjhBtv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-upi9UjhBtv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-upi9UjhBtv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-upi9UjhBtv .dataTables_filter {
    text-align: center;
  }
  .cid-upi9UjhBtv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-upi9UjhBtv .body-item {
  text-align: center;
}
.cid-upi9UjhBtv .head-item {
  text-align: center;
}
.cid-upi9USLZHJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-upi9USLZHJ .mbr-section-subtitle {
  color: #767676;
}
.cid-upi9USLZHJ .container-table {
  margin: 0 auto;
}
.cid-upi9USLZHJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-upi9USLZHJ .dataTables_wrapper {
  display: block;
}
.cid-upi9USLZHJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-upi9USLZHJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-upi9USLZHJ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-upi9USLZHJ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-upi9USLZHJ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-upi9USLZHJ table td {
  border-top: 1px solid #cccccc;
}
.cid-upi9USLZHJ table.table {
  background: #ffffff;
}
.cid-upi9USLZHJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-upi9USLZHJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-upi9USLZHJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-upi9USLZHJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-upi9USLZHJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-upi9USLZHJ .dataTables_filter {
    text-align: center;
  }
  .cid-upi9USLZHJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-upi9USLZHJ .body-item {
  text-align: center;
}
.cid-upi9USLZHJ .head-item {
  text-align: center;
}
.cid-uqAwPljEuo {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uqAwPljEuo .content {
    text-align: center;
  }
  .cid-uqAwPljEuo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqAwPljEuo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqAwPljEuo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqAwPljEuo .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uqAwPljEuo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqAwPljEuo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqAwPljEuo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqAwPljEuo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqAwPljEuo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqAwPljEuo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqAwPljEuo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqAwPljEuo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqAwPljEuo P {
  color: #212529;
}
.cid-uqAwPljEuo H5 {
  color: #212529;
}
