@import url(https://fonts.googleapis.com/css?family=DM+Sans:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.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.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !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: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #e1201d !important;
}
.text-secondary {
  color: #149dcc !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: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !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):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !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: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e1201d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uPRwUIQj2z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-uPRwUIQj2z .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uPRwUIQj2z .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uPRwUIQj2z .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPRwUIQj2z .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-uPRwUIQj2z .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse.show,
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uPRwUIQj2z .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-uPRwUIQj2z .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uPRwUIQj2z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uPRwUIQj2z .navbar {
    flex-wrap: nowrap;
  }
  .cid-uPRwUIQj2z .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uPRwUIQj2z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse.show,
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uPRwUIQj2z .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uPRwUIQj2z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPRwUIQj2z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uPRwUIQj2z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uPRwUIQj2z .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uPRwUIQj2z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPRwUIQj2z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPRwUIQj2z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPRwUIQj2z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPRwUIQj2z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPRwUIQj2z .dropdown-item.active,
.cid-uPRwUIQj2z .dropdown-item:active {
  background-color: transparent;
}
.cid-uPRwUIQj2z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPRwUIQj2z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPRwUIQj2z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPRwUIQj2z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uPRwUIQj2z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPRwUIQj2z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPRwUIQj2z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPRwUIQj2z .navbar-buttons {
  text-align: center;
}
.cid-uPRwUIQj2z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPRwUIQj2z .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uPRwUIQj2z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uPRwUIQj2z a.nav-link:focus {
  outline: none;
}
.cid-uPRwUIQj2z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPRwUIQj2z .nav-link:hover,
.cid-uPRwUIQj2z .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPRwUIQj2z .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uPRwUIQj2z .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uPGucxX9hZ {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPGucxX9hZ .wrapper {
  overflow: hidden;
}
.cid-uPGucxX9hZ .wrapper img {
  transition: all .5s;
}
.cid-uPGucxX9hZ .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uPGucxX9hZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-uPGucxX9hZ .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-uPGucxX9hZ .wrapper .mbr-overlay {
  background: #232323;
  opacity: 0.2;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-uPGucxX9hZ .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uPGucxX9hZ .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uPGucxX9hZ .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uPGucxX9hZ .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-uPRW5tSCEt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPRW5tSCEt .google-map {
  height: 25rem;
  position: relative;
}
.cid-uPRW5tSCEt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPRW5tSCEt .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-uPRW5tSCEt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPRW5tSCEt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPRW5tSCEt .container-fluid {
  padding: 0;
}
.cid-uPRW5tSCEt .relative {
  position: relative;
  width: 100%;
}
.cid-uPRW5tSCEt .mbr-section-title {
  color: #656565;
}
.cid-uPRW5tSCEt .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-uPRW5tSCEt .line {
  height: 3px;
  width: 60px;
  background: #f7ed4a;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uPRW5tSCEt .title {
  text-align: center;
  color: #ffffff;
}
.cid-uPRW5tSCEt .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-uPRW5tSCEt .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-uPGumVothp {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uPGumVothp H1 {
  color: #232323;
}
.cid-uPGumVothp .mbr-text,
.cid-uPGumVothp .mbr-section-btn {
  color: #767676;
}
.cid-uPGumVothp .img1 {
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
  border-radius: 10px;
}
.cid-uPGumVothp .relative {
  position: relative;
}
.cid-uPGumVothp .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uPGumVothp .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-uPGumVothp .card-img2 .img2 {
  width: 120%;
}
.cid-uPGumVothp .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-uPGumVothp .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-uPGumVothp .img2 {
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-uPRAX9FKpu {
  background-color: #55b4d4;
}
.cid-uPRAX9FKpu .trans-wave {
  opacity: 1;
  fill: #55b4d4;
  pointer-events: none;
}
.cid-uPRAX9FKpu .trans-wave1 {
  opacity: 0.7;
  fill: #55b4d4;
  pointer-events: none;
}
.cid-uPRAX9FKpu .trans-wave2 {
  opacity: 0.5;
  fill: #55b4d4;
  pointer-events: none;
}
.cid-uPRAX9FKpu .trans-wave3 {
  opacity: 0.3;
  fill: #55b4d4;
  pointer-events: none;
}
.cid-uPRAX9FKpu .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uPRAX9FKpu .dentaura-y-up {
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uPRAX9FKpu .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-uPRAX9FKpu .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uPRAX9FKpu .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uPRAX9FKpu .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uPRAX9FKpu .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uPRAX9FKpu .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uPRAX9FKpu .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uPRAX9FKpu .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uPRGLFwRjY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uPRGLFwRjY a:link {
  text-decoration: none;
}
.cid-uPRGLFwRjY .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uPRGLFwRjY .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uPRGLFwRjY .inner-text {
  line-height: 3em;
}
.cid-uPRGLFwRjY .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPRGLFwRjY .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uPRGLFwRjY .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uPRGLFwRjY .content-text,
.cid-uPRGLFwRjY .inner-text {
  color: #c1c1c1;
}
.cid-uPGzNtA1OP {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uPGzNtA1OP .container {
  max-width: 1500px;
}
.cid-uPGzNtA1OP img {
  width: 100%;
}
.cid-uPGzNtA1OP h2 {
  padding: 0;
  margin: 0;
}
.cid-uPGzNtA1OP .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-uPGzNtA1OP .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-uPGzNtA1OP .img-col {
  position: relative;
}
.cid-uPGzNtA1OP .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-uPGzNtA1OP .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-uPGzNtA1OP .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-uPGzNtA1OP .img2 {
    top: -2rem;
  }
  .cid-uPGzNtA1OP .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-uPGzNtA1OP .img2 {
    width: 50%;
  }
  .cid-uPGzNtA1OP .number {
    margin: auto;
  }
}
.cid-uPGC4NKcPj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efeeee;
}
.cid-uPGC4NKcPj .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.cid-uPGC4NKcPj .dentaura-divider {
  position: relative;
  border-bottom: 1px solid #2ca5b9;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cid-uPGC4NKcPj .dentaura-divider {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-uPGC4NKcPj .dentaura-divider {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uPGC4NKcPj .dentaura-divider {
    width: 100%;
  }
}
.cid-uPGC4NKcPj .dentaura-divider:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #2ca5b9;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  background-color: #ffffff;
  margin-top: -15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uPGC4NKcPj .dentaura-divider:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #2ca5b9;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  background-color: #2ca5b9;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uPGC4NKcPj H2 {
  color: #2ca5b9;
}
.cid-uPGC4NKcPj H3 {
  text-align: center;
  color: #232323;
}
.cid-uPGAIkp9qI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efeeee;
}
.cid-uPGAIkp9qI .mbr-section-title {
  letter-spacing: 0.1em;
  text-align: center;
}
.cid-uPGAIkp9qI .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-uPGAIkp9qI .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-uPGAIkp9qI .wrap-img {
  padding-bottom: 1rem;
}
.cid-uPGAIkp9qI .wrap-img img {
  max-width: 100%;
}
.cid-uPGAIkp9qI .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-uPRwUIQj2z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-uPRwUIQj2z .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uPRwUIQj2z .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uPRwUIQj2z .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPRwUIQj2z .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-uPRwUIQj2z .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse.show,
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uPRwUIQj2z .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-uPRwUIQj2z .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uPRwUIQj2z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uPRwUIQj2z .navbar {
    flex-wrap: nowrap;
  }
  .cid-uPRwUIQj2z .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uPRwUIQj2z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse.show,
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uPRwUIQj2z .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uPRwUIQj2z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPRwUIQj2z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uPRwUIQj2z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uPRwUIQj2z .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uPRwUIQj2z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPRwUIQj2z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPRwUIQj2z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPRwUIQj2z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPRwUIQj2z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPRwUIQj2z .dropdown-item.active,
.cid-uPRwUIQj2z .dropdown-item:active {
  background-color: transparent;
}
.cid-uPRwUIQj2z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPRwUIQj2z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPRwUIQj2z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPRwUIQj2z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uPRwUIQj2z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPRwUIQj2z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPRwUIQj2z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPRwUIQj2z .navbar-buttons {
  text-align: center;
}
.cid-uPRwUIQj2z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPRwUIQj2z .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uPRwUIQj2z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uPRwUIQj2z a.nav-link:focus {
  outline: none;
}
.cid-uPRwUIQj2z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPRwUIQj2z .nav-link:hover,
.cid-uPRwUIQj2z .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPRwUIQj2z .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uPRwUIQj2z .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uPRGVEv69W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uPRGVEv69W a:link {
  text-decoration: none;
}
.cid-uPRGVEv69W .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uPRGVEv69W .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uPRGVEv69W .inner-text {
  line-height: 3em;
}
.cid-uPRGVEv69W .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPRGVEv69W .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uPRGVEv69W .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uPRGVEv69W .content-text,
.cid-uPRGVEv69W .inner-text {
  color: #c1c1c1;
}
.cid-uPGEPr9t3c {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-uPGEPr9t3c .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uPGEPr9t3c .mbr-text {
  color: #8d97ad;
}
.cid-uPGEPr9t3c .nav {
  border: none;
}
.cid-uPGEPr9t3c .nav-tabs {
  width: 100%;
}
.cid-uPGEPr9t3c .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uPGEPr9t3c .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
}
.cid-uPGEPr9t3c .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-uPGEPr9t3c .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #deeaf0;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-uPGEPr9t3c .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPGEPr9t3c .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-uPGEPr9t3c .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPGEPr9t3c .nav-item {
    display: table-row !important;
  }
}
.cid-uPRwUIQj2z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-uPRwUIQj2z .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uPRwUIQj2z .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uPRwUIQj2z .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPRwUIQj2z .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-uPRwUIQj2z .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse.show,
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uPRwUIQj2z .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-uPRwUIQj2z .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uPRwUIQj2z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uPRwUIQj2z .navbar {
    flex-wrap: nowrap;
  }
  .cid-uPRwUIQj2z .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uPRwUIQj2z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse.show,
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uPRwUIQj2z .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uPRwUIQj2z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPRwUIQj2z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uPRwUIQj2z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uPRwUIQj2z .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uPRwUIQj2z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPRwUIQj2z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPRwUIQj2z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPRwUIQj2z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPRwUIQj2z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPRwUIQj2z .dropdown-item.active,
.cid-uPRwUIQj2z .dropdown-item:active {
  background-color: transparent;
}
.cid-uPRwUIQj2z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPRwUIQj2z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPRwUIQj2z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPRwUIQj2z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uPRwUIQj2z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPRwUIQj2z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPRwUIQj2z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPRwUIQj2z .navbar-buttons {
  text-align: center;
}
.cid-uPRwUIQj2z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPRwUIQj2z .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uPRwUIQj2z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uPRwUIQj2z a.nav-link:focus {
  outline: none;
}
.cid-uPRwUIQj2z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPRwUIQj2z .nav-link:hover,
.cid-uPRwUIQj2z .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPRwUIQj2z .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uPRwUIQj2z .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uPRGTpYWSm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uPRGTpYWSm a:link {
  text-decoration: none;
}
.cid-uPRGTpYWSm .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uPRGTpYWSm .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uPRGTpYWSm .inner-text {
  line-height: 3em;
}
.cid-uPRGTpYWSm .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPRGTpYWSm .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uPRGTpYWSm .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uPRGTpYWSm .content-text,
.cid-uPRGTpYWSm .inner-text {
  color: #c1c1c1;
}
.cid-uPRwUIQj2z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-uPRwUIQj2z .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uPRwUIQj2z .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uPRwUIQj2z .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPRwUIQj2z .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-uPRwUIQj2z .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse.show,
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uPRwUIQj2z .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-uPRwUIQj2z .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uPRwUIQj2z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uPRwUIQj2z .navbar {
    flex-wrap: nowrap;
  }
  .cid-uPRwUIQj2z .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uPRwUIQj2z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse.show,
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uPRwUIQj2z .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uPRwUIQj2z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPRwUIQj2z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uPRwUIQj2z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uPRwUIQj2z .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uPRwUIQj2z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPRwUIQj2z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPRwUIQj2z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPRwUIQj2z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPRwUIQj2z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPRwUIQj2z .dropdown-item.active,
.cid-uPRwUIQj2z .dropdown-item:active {
  background-color: transparent;
}
.cid-uPRwUIQj2z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPRwUIQj2z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPRwUIQj2z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPRwUIQj2z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uPRwUIQj2z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPRwUIQj2z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPRwUIQj2z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPRwUIQj2z .navbar-buttons {
  text-align: center;
}
.cid-uPRwUIQj2z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPRwUIQj2z .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uPRwUIQj2z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uPRwUIQj2z a.nav-link:focus {
  outline: none;
}
.cid-uPRwUIQj2z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPRwUIQj2z .nav-link:hover,
.cid-uPRwUIQj2z .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPRwUIQj2z .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uPRwUIQj2z .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uPS0UQmqHx {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uPS0UQmqHx .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uPS0UQmqHx #e1_circle,
.cid-uPS0UQmqHx #e3_circle,
.cid-uPS0UQmqHx #e4_circle,
.cid-uPS0UQmqHx #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uPS0UQmqHx #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uPS0UQmqHx .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uPS0UQmqHx .rev {
  animation: rev 4s linear infinite;
}
.cid-uPS0UQmqHx .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uPS0UQmqHx .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uPS0UQmqHx .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uPS0UQmqHx .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uPS0UQmqHx .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uPS0UQmqHx .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uPS0UQmqHx .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uPS0UQmqHx .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uPS0UQmqHx .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uPS0UQmqHx .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uPS0UQmqHx .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uPS0UQmqHx H1 {
  color: #82786e;
}
.cid-uPS0UQmqHx .mbr-text,
.cid-uPS0UQmqHx .mbr-section-btn {
  color: #716c80;
}
.cid-uPS0UQmqHx img {
  width: 100%;
  margin: 0 auto;
}
.cid-uPRFkdbz4i {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uPRFkdbz4i .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-uPRFkdbz4i .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uPRFkdbz4i .image-block:hover:before {
  opacity: 0.4;
}
.cid-uPRFkdbz4i .image-block:hover .wrap {
  opacity: 1;
}
.cid-uPRFkdbz4i .image-block:hover img {
  transform: scale(1.05);
}
.cid-uPRFkdbz4i h4 {
  letter-spacing: 2px;
}
.cid-uPRFkdbz4i figcaption {
  position: relative;
}
.cid-uPRFkdbz4i figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uPRFkdbz4i img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uPRFkdbz4i .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uPRFkdbz4i .wrap {
    opacity: 1!important;
  }
  .cid-uPRFkdbz4i .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uPRG4lEa17 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uPRG4lEa17 a:link {
  text-decoration: none;
}
.cid-uPRG4lEa17 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uPRG4lEa17 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uPRG4lEa17 .inner-text {
  line-height: 3em;
}
.cid-uPRG4lEa17 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPRG4lEa17 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uPRG4lEa17 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uPRG4lEa17 .content-text,
.cid-uPRG4lEa17 .inner-text {
  color: #c1c1c1;
}
.cid-uPRy0iVErR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRy0iVErR .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uPRy0iVErR .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uPRy0iVErR .dentaura-top-spacer {
    height: 135px;
  }
}
@media (min-width: 769px) {
  .cid-uPRy0iVErR .dentaura-top-spacer {
    height: 145px;
  }
}
@media (min-width: 992px) {
  .cid-uPRy0iVErR .dentaura-top-spacer {
    height: 150px;
  }
}
#custom-html-i body {
  padding: 1rem;
}
#custom-html-i .form-group {
  margin-bottom: 0.5rem;
}
#custom-html-i #qrcode-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0.5rem;
}
#custom-html-i #qrcode {
  position: relative;
  margin: 0 auto;
  min-height: 256px;
}
#custom-html-i #qr-name-label {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
#custom-html-i #qr-label {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.8);
}
#custom-html-i canvas {
  display: block;
}
#custom-html-i #placeholder {
  width: 256px;
  height: 256px;
  background-color: #f8f9fa;
  border: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #888;
}
.cid-uPRwUIQj2z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-uPRwUIQj2z .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uPRwUIQj2z .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uPRwUIQj2z .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPRwUIQj2z .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-uPRwUIQj2z .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse.show,
.cid-uPRwUIQj2z .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uPRwUIQj2z .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-uPRwUIQj2z .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uPRwUIQj2z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPRwUIQj2z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uPRwUIQj2z .navbar {
    flex-wrap: nowrap;
  }
  .cid-uPRwUIQj2z .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uPRwUIQj2z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse.show,
  .cid-uPRwUIQj2z .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uPRwUIQj2z .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uPRwUIQj2z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPRwUIQj2z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPRwUIQj2z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uPRwUIQj2z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uPRwUIQj2z .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uPRwUIQj2z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPRwUIQj2z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPRwUIQj2z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPRwUIQj2z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPRwUIQj2z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPRwUIQj2z .dropdown-item.active,
.cid-uPRwUIQj2z .dropdown-item:active {
  background-color: transparent;
}
.cid-uPRwUIQj2z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPRwUIQj2z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPRwUIQj2z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPRwUIQj2z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uPRwUIQj2z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPRwUIQj2z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPRwUIQj2z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPRwUIQj2z .navbar-buttons {
  text-align: center;
}
.cid-uPRwUIQj2z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPRwUIQj2z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPRwUIQj2z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPRwUIQj2z .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uPRwUIQj2z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uPRwUIQj2z a.nav-link:focus {
  outline: none;
}
.cid-uPRwUIQj2z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPRwUIQj2z .nav-link:hover,
.cid-uPRwUIQj2z .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPRwUIQj2z .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uPRwUIQj2z .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uPRGQXGdbb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uPRGQXGdbb a:link {
  text-decoration: none;
}
.cid-uPRGQXGdbb .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uPRGQXGdbb .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uPRGQXGdbb .inner-text {
  line-height: 3em;
}
.cid-uPRGQXGdbb .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPRGQXGdbb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uPRGQXGdbb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uPRGQXGdbb .content-text,
.cid-uPRGQXGdbb .inner-text {
  color: #c1c1c1;
}
.cid-uRFmvciisx {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-uRFmvciisx .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uRFmvciisx .mbr-text {
  color: #8d97ad;
}
.cid-uRFmvciisx .nav {
  border: none;
}
.cid-uRFmvciisx .nav-tabs {
  width: 100%;
}
.cid-uRFmvciisx .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uRFmvciisx .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
}
.cid-uRFmvciisx .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-uRFmvciisx .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #deeaf0;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-uRFmvciisx .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-uRFmvciisx .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-uRFmvciisx .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRFmvciisx .nav-item {
    display: table-row !important;
  }
}
.cid-uRFmveF18U {
  background-image: linear-gradient(155deg, #232323 10%, #bbbbbb 100%) !important;
  padding-top: 20px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uRFmveF18U .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRFmveF18U .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRFmveF18U .container-fluid {
  padding: 1;
}
.cid-uRFmveF18U .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-uRFmveF18U .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFmveF18U .showAlerts {
  display: block !important;
}
.cid-uRFmveF18U .rowflexrev {
  display: -webkit-flex;
}
.cid-uRFmveF18U .title {
  margin-bottom: 2rem;
}
.cid-uRFmveF18U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRFmveF18U textarea.form-control {
  min-height: 188px;
}
.cid-uRFmveF18U LABEL {
  color: #232323;
  display: initial;
}
.cid-uRFmveF18U .mbr-section-terms {
  text-align: center;
  color: #000000;
  margin-bottom: 0px;
}
.cid-uRFmveF18U .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uRFmveF18U .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uRFmveF18U .mbr-section-gdpr {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uRFmveF18U .alert {
  margin-bottom: 0;
}
.cid-uRFmveF18U .alert-success {
  background-color: #70c770;
}
.cid-uRFmveF18U .alert-danger {
  background-color: #ff4a52;
}
.cid-uRFmveF18U .btn {
  display: inline-flex;
}
.cid-uRFmveF18U .hidden {
  display: none;
}
.cid-uRFmveF18U .mbr-alert-success {
  text-align: center;
  color: #232323;
}
.cid-uRFmveF18U .mbr-alert-danger {
  text-align: center;
  color: #232323;
}
.cid-uRFmveF18U .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uRFmveF18U input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uRFmveF18U input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uRFmveF18U input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uRFmveF18U input,
.cid-uRFmveF18U textarea {
  background-color: #dfdfdf !important;
}
.cid-uRFmveF18U .form-control {
  border: 3px solid #000000 !important;
}
.cid-uRFmveF18U .form-control:hover {
  border: 3px solid #409bc7 !important;
}
.cid-uRFmveF18U .form-control:focus {
  border: 3px solid #409bc7 !important;
}
.cid-uRFmveF18U .mbr-section-title {
  color: #000000;
}
.cid-uRFmvgsS1R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uRFmvgsS1R .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRFmvgsS1R input,
.cid-uRFmvgsS1R textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uRFmvgsS1R input:focus,
.cid-uRFmvgsS1R textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uRFmvgsS1R .form-control,
.cid-uRFmvgsS1R .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uRFmvgsS1R .form-control:hover,
.cid-uRFmvgsS1R .field-input:hover,
.cid-uRFmvgsS1R .form-control:focus,
.cid-uRFmvgsS1R .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uRFmvgsS1R input::-webkit-input-placeholder,
.cid-uRFmvgsS1R textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uRFmvgsS1R input:-moz-placeholder,
.cid-uRFmvgsS1R textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uRFmvgsS1R .jq-selectbox li,
.cid-uRFmvgsS1R .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uRFmvgsS1R .jq-selectbox li:hover,
.cid-uRFmvgsS1R .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uRFmvgsS1R .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uRFmvgsS1R .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uRFmvgsS1R img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRFmvgsS1R .mbr-form {
  max-width: 450px;
}
.cid-uRFmvgsS1R textarea {
  min-height: 150px;
}
.cid-uRFmvgsS1R .mbr-text {
  color: #cccccc;
}
.cid-uRFmvgsS1R .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uRFmvgsS1R .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uRFmvhrj9w .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-uRFmvhrj9w .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uRFmvhrj9w .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uRFmvhrj9w .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uRFmvhrj9w .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-uRFmvhrj9w .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uRFmvhrj9w .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRFmvhrj9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRFmvhrj9w .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uRFmvhrj9w .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uRFmvhrj9w .navbar.collapsed.opened .navbar-collapse.show,
.cid-uRFmvhrj9w .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uRFmvhrj9w .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-uRFmvhrj9w .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uRFmvhrj9w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRFmvhrj9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRFmvhrj9w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRFmvhrj9w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uRFmvhrj9w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRFmvhrj9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uRFmvhrj9w .navbar {
    flex-wrap: nowrap;
  }
  .cid-uRFmvhrj9w .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uRFmvhrj9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRFmvhrj9w .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uRFmvhrj9w .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uRFmvhrj9w .navbar.opened .navbar-collapse.show,
  .cid-uRFmvhrj9w .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uRFmvhrj9w .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uRFmvhrj9w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uRFmvhrj9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRFmvhrj9w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRFmvhrj9w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uRFmvhrj9w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uRFmvhrj9w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRFmvhrj9w .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uRFmvhrj9w .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uRFmvhrj9w .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uRFmvhrj9w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uRFmvhrj9w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRFmvhrj9w .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRFmvhrj9w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRFmvhrj9w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRFmvhrj9w .dropdown-item.active,
.cid-uRFmvhrj9w .dropdown-item:active {
  background-color: transparent;
}
.cid-uRFmvhrj9w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRFmvhrj9w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRFmvhrj9w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRFmvhrj9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uRFmvhrj9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRFmvhrj9w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRFmvhrj9w ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uRFmvhrj9w .navbar-buttons {
  text-align: center;
}
.cid-uRFmvhrj9w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRFmvhrj9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRFmvhrj9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRFmvhrj9w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRFmvhrj9w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRFmvhrj9w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRFmvhrj9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRFmvhrj9w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRFmvhrj9w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRFmvhrj9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRFmvhrj9w .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uRFmvhrj9w a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uRFmvhrj9w a.nav-link:focus {
  outline: none;
}
.cid-uRFmvhrj9w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uRFmvhrj9w .nav-link:hover,
.cid-uRFmvhrj9w .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRFmvhrj9w .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uRFmvhrj9w .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uRFmviBJ8Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uRFmviBJ8Y a:link {
  text-decoration: none;
}
.cid-uRFmviBJ8Y .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uRFmviBJ8Y .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uRFmviBJ8Y .inner-text {
  line-height: 3em;
}
.cid-uRFmviBJ8Y .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRFmviBJ8Y .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uRFmviBJ8Y .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uRFmviBJ8Y .content-text,
.cid-uRFmviBJ8Y .inner-text {
  color: #c1c1c1;
}
