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: #e02828 !important;
}
.bg-success {
  background-color: #ba4817 !important;
}
.bg-info {
  background-color: #5f4e44 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #f7cd07 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e02828 !important;
  border-color: #e02828 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a41818 !important;
  border-color: #a41818 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a41818 !important;
  border-color: #a41818 !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: #5f4e44 !important;
  border-color: #5f4e44 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #322924 !important;
  border-color: #322924 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #322924 !important;
  border-color: #322924 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ba4817 !important;
  border-color: #ba4817 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #762e0f !important;
  border-color: #762e0f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #762e0f !important;
  border-color: #762e0f !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: #f7cd07 !important;
  border-color: #f7cd07 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #ad8f05 !important;
  border-color: #ad8f05 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #ad8f05 !important;
  border-color: #ad8f05 !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: #8e1414;
  color: #8e1414;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e02828;
  border-color: #e02828;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e02828 !important;
  border-color: #e02828 !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: #241d19;
  color: #241d19;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #5f4e44;
  border-color: #5f4e44;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5f4e44 !important;
  border-color: #5f4e44 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5f250c;
  color: #5f250c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ba4817;
  border-color: #ba4817;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ba4817 !important;
  border-color: #ba4817 !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: #947b04;
  color: #947b04;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000;
  background-color: #f7cd07;
  border-color: #f7cd07;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #f7cd07 !important;
  border-color: #f7cd07 !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: #e02828 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #ba4817 !important;
}
.text-info {
  color: #5f4e44 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #f7cd07 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8e1414 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5f250c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #241d19 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #947b04 !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: #5f4e44;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #f7cd07;
}
.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: #e02828;
  border-color: #e02828;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e02828;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fadada;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ec8d65;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a38d7f;
}
.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: #fef5cc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e02828;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #e02828;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e02828;
}
/* Headers*/
@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: #e02828;
  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: #e02828;
  border-bottom-color: #e02828;
}
.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: #e02828 !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='%23e02828' %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-ufyfYkvjjc {
  z-index: 1000;
  width: 100%;
}
.cid-ufyfYkvjjc nav.navbar {
  position: fixed;
}
.cid-ufyfYkvjjc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufyfYkvjjc .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-ufyfYkvjjc .dropdown-item:hover,
.cid-ufyfYkvjjc .dropdown-item:focus {
  background: #e02828 !important;
  color: #fcfcfc !important;
}
.cid-ufyfYkvjjc .dropdown-item:hover span {
  color: #fcfcfc;
}
.cid-ufyfYkvjjc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufyfYkvjjc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufyfYkvjjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufyfYkvjjc .nav-link {
  position: relative;
}
.cid-ufyfYkvjjc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .container {
    flex-wrap: nowrap;
  }
}
.cid-ufyfYkvjjc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown-menu,
.cid-ufyfYkvjjc .navbar.opened {
  background: #100f10 !important;
}
.cid-ufyfYkvjjc .nav-item:focus,
.cid-ufyfYkvjjc .nav-link:focus {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufyfYkvjjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufyfYkvjjc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(16, 15, 16, 0.7);
}
.cid-ufyfYkvjjc .navbar.opened {
  transition: all 0.3s;
}
.cid-ufyfYkvjjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufyfYkvjjc .navbar .navbar-logo img {
  width: auto;
}
.cid-ufyfYkvjjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar.collapsed {
  justify-content: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufyfYkvjjc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufyfYkvjjc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufyfYkvjjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufyfYkvjjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufyfYkvjjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufyfYkvjjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufyfYkvjjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufyfYkvjjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufyfYkvjjc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufyfYkvjjc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufyfYkvjjc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown-item.active,
.cid-ufyfYkvjjc .dropdown-item:active {
  background-color: transparent;
}
.cid-ufyfYkvjjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #100f10;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufyfYkvjjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufyfYkvjjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufyfYkvjjc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufyfYkvjjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e02828;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufyfYkvjjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufyfYkvjjc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufyfYkvjjc .navbar {
    height: 70px;
  }
  .cid-ufyfYkvjjc .navbar.opened {
    height: auto;
  }
  .cid-ufyfYkvjjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufyfYkvjjc .floatleft {
  margin-left: auto !important;
}
.cid-ufyfYkvjjc .floatright {
  margin-right: auto !important;
}
.cid-sgXxKGcUJA {
  background-image: url("../../../assets/images/1366742816-38-1920x1200.jpg");
}
.cid-sgXxKGcUJA .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgXxKGcUJA .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgXxKGcUJA .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udMswDGRyU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-udMswDGRyU .times {
  display: flex;
}
.cid-udMswDGRyU #IrkTime {
  color: #fff;
  text-align: left;
  width: 50%;
  margin: 5px auto;
  border-left: 3px solid #ed1f24;
  padding: 20px;
}
@media (max-width: 500px) {
  .cid-udMswDGRyU .times {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cid-udMswDGRyU #IrkTime {
    width: 70%;
  }
}
.cid-sgWVSRN37u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/1366742816-38-1920x1200.jpg");
}
.cid-sgWVSRN37u P {
  color: #767676;
}
.cid-sgWVSRN37u H1 {
  color: #efefef;
}
.cid-sgWNA5kpGL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/1366742816-38-1920x1200.jpg");
}
.cid-sgWNA5kpGL .card-img {
  background-color: #fff;
}
.cid-sgWNA5kpGL .card {
  align-self: stretch;
}
.cid-sgWNA5kpGL .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-sgWNA5kpGL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgWNA5kpGL p {
  text-align: left;
}
.cid-sgWNA5kpGL .mbr-text {
  color: #cccccc;
}
.cid-sgWNA5kpGL .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgWNA5kpGL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sgWNA5kpGL .card-wrapper:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .cid-sgWNA5kpGL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sgWNA5kpGL .card-title {
  color: #efefef;
}
.cid-sgWTmDkXWz {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1366742816-38-1920x1200.jpg");
}
.cid-sgWTmDkXWz .card-img {
  background-color: #fff;
}
.cid-sgWTmDkXWz .card {
  align-self: stretch;
}
.cid-sgWTmDkXWz .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-sgWTmDkXWz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgWTmDkXWz p {
  text-align: left;
}
.cid-sgWTmDkXWz .mbr-text {
  color: #cccccc;
}
.cid-sgWTmDkXWz .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgWTmDkXWz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sgWTmDkXWz .card-wrapper:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .cid-sgWTmDkXWz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sgWTmDkXWz .card-title {
  color: #ffffff;
}
.cid-sgXtAjpN6H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sgXtAjpN6H .line {
  background-color: #e02828;
  color: #e02828;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgXtAjpN6H .section-text {
  padding: 2rem 0;
  color: #efefef;
}
.cid-sgXtAjpN6H .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgXtAjpN6H .inner-container {
    width: 100% !important;
  }
}
.cid-sgXur8IBOy {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sgXur8IBOy h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sgXur8IBOy .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sgXur8IBOy .mbr-section-subtitle {
  color: #767676;
}
.cid-sgXur8IBOy .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sgXur8IBOy ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-sgXur8IBOy path {
  stroke: #e02828;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sgXur8IBOy .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-sgXur8IBOy .mbr-section-title {
  color: #e02828;
}
.cid-sgXur8IBOy H4 {
  color: #efefef;
}
.cid-sgXur8IBOy P {
  color: #efefef;
}
.cid-sf55Hvyz5C {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1366742816-38-1920x1200.jpg");
}
.cid-sf55Hvyz5C .title {
  margin-bottom: 2rem;
}
.cid-sf55Hvyz5C .mbr-section-subtitle {
  color: #767676;
}
.cid-sf55Hvyz5C a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sf55Hvyz5C a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sf55Hvyz5C textarea.form-control {
  min-height: 188px;
}
.cid-sf55Hvyz5C H2 {
  color: #e02828;
  text-align: center;
}
.cid-sf55Hvyz5C LABEL {
  color: #ffffff;
}
.cid-sf55NxO2sh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sf55NxO2sh div.b {
  padding-top: 2rem;
}
.cid-sf55NxO2sh .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-sf55NxO2sh a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sf55NxO2sh .google-map {
  height: 22rem;
  position: relative;
}
.cid-sf55NxO2sh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sf55NxO2sh .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-sf55NxO2sh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sf55NxO2sh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sf55NxO2sh div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-sf55NxO2sh div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-sf55NxO2sh H2 {
  color: #efefef;
}
.cid-sf55NxO2sh H5 {
  color: #efefef;
}
.cid-sf5cxGQkgS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d2d2d;
}
.cid-sf5cxGQkgS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sf5cxGQkgS p {
  color: #767676;
  margin: 0;
}
.cid-sf5cxGQkgS .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-sf5cxGQkgS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sf5cxGQkgS .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sf5cxGQkgS .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-sf5cxGQkgS .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-sf5cxGQkgS .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-sf5cxGQkgS .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-sf5cxGQkgS .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sf5cxGQkgS .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-sf5cxGQkgS .col-left h4 {
    padding-top: 1rem;
  }
  .cid-sf5cxGQkgS p.col-right {
    padding-top: 1rem;
  }
}
.cid-sf5cxGQkgS P {
  color: #cccccc;
  text-align: left;
}
.cid-ufuTivGfDS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ufydafhAtM {
  background-color: #f4f4f4;
}
.cid-ufydafhAtM .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ufydafhAtM .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ufydafhAtM .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udRwLy0ysk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udRwLy0ysk img,
.cid-udRwLy0ysk .item-img {
  width: 100%;
}
.cid-udRwLy0ysk .item:focus,
.cid-udRwLy0ysk span:focus {
  outline: none;
}
.cid-udRwLy0ysk .item-wrapper {
  position: relative;
}
.cid-udRwLy0ysk .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udRwLy0ysk .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udRwLy0ysk .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-udRwLy0ysk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udRwLy0ysk .mbr-section-title {
  color: #232323;
}
.cid-udRwLy0ysk .mbr-text,
.cid-udRwLy0ysk .mbr-section-btn {
  text-align: left;
}
.cid-udRwLy0ysk .item-title {
  text-align: left;
}
.cid-udRwLy0ysk .item-subtitle {
  text-align: left;
}
.cid-udRwLy0ysk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-udRwLy0ysk .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-udRwLy0ysk .embla__button--next,
.cid-udRwLy0ysk .embla__button--prev {
  display: flex;
}
.cid-udRwLy0ysk .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-udRwLy0ysk .embla__button {
    display: none;
  }
}
.cid-udRwLy0ysk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-udRwLy0ysk .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-udRwLy0ysk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udRwLy0ysk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-udRwLy0ysk .embla__button {
    top: auto;
  }
}
.cid-udRwLy0ysk .embla {
  position: relative;
  width: 100%;
}
.cid-udRwLy0ysk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-udRwLy0ysk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-udRwLy0ysk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-udRwLy0ysk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u5p6I3snJu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udRwikOtYA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOkdFmZ91b {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1366742816-38-1920x1200.jpg");
}
.cid-tOkdFmZ91b .title {
  margin-bottom: 2rem;
}
.cid-tOkdFmZ91b .mbr-section-subtitle {
  color: #767676;
}
.cid-tOkdFmZ91b a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tOkdFmZ91b a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tOkdFmZ91b textarea.form-control {
  min-height: 188px;
}
.cid-tOkdFmZ91b H2 {
  color: #f7cd07;
  text-align: center;
}
.cid-tOkdFmZ91b LABEL {
  color: #ffffff;
}
.cid-tOkdFnrXF4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tOkdFnrXF4 div.b {
  padding-top: 2rem;
}
.cid-tOkdFnrXF4 .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-tOkdFnrXF4 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tOkdFnrXF4 .google-map {
  height: 22rem;
  position: relative;
}
.cid-tOkdFnrXF4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tOkdFnrXF4 .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-tOkdFnrXF4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tOkdFnrXF4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tOkdFnrXF4 div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-tOkdFnrXF4 div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-tOkdFnrXF4 H2 {
  color: #efefef;
}
.cid-tOkdFnrXF4 H5 {
  color: #efefef;
}
.cid-tOkdFoklbN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d2d2d;
}
.cid-tOkdFoklbN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tOkdFoklbN p {
  color: #767676;
  margin: 0;
}
.cid-tOkdFoklbN .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-tOkdFoklbN .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tOkdFoklbN .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tOkdFoklbN .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-tOkdFoklbN .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tOkdFoklbN .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-tOkdFoklbN .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-tOkdFoklbN .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOkdFoklbN .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-tOkdFoklbN .col-left h4 {
    padding-top: 1rem;
  }
  .cid-tOkdFoklbN p.col-right {
    padding-top: 1rem;
  }
}
.cid-tOkdFoklbN P {
  color: #cccccc;
  text-align: left;
}
.cid-ufuTivGfDS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ufyfYkvjjc {
  z-index: 1000;
  width: 100%;
}
.cid-ufyfYkvjjc nav.navbar {
  position: fixed;
}
.cid-ufyfYkvjjc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufyfYkvjjc .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-ufyfYkvjjc .dropdown-item:hover,
.cid-ufyfYkvjjc .dropdown-item:focus {
  background: #e02828 !important;
  color: #fcfcfc !important;
}
.cid-ufyfYkvjjc .dropdown-item:hover span {
  color: #fcfcfc;
}
.cid-ufyfYkvjjc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufyfYkvjjc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufyfYkvjjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufyfYkvjjc .nav-link {
  position: relative;
}
.cid-ufyfYkvjjc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .container {
    flex-wrap: nowrap;
  }
}
.cid-ufyfYkvjjc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown-menu,
.cid-ufyfYkvjjc .navbar.opened {
  background: #100f10 !important;
}
.cid-ufyfYkvjjc .nav-item:focus,
.cid-ufyfYkvjjc .nav-link:focus {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufyfYkvjjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufyfYkvjjc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(16, 15, 16, 0.7);
}
.cid-ufyfYkvjjc .navbar.opened {
  transition: all 0.3s;
}
.cid-ufyfYkvjjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufyfYkvjjc .navbar .navbar-logo img {
  width: auto;
}
.cid-ufyfYkvjjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar.collapsed {
  justify-content: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufyfYkvjjc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufyfYkvjjc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufyfYkvjjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufyfYkvjjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufyfYkvjjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufyfYkvjjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufyfYkvjjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufyfYkvjjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufyfYkvjjc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufyfYkvjjc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufyfYkvjjc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown-item.active,
.cid-ufyfYkvjjc .dropdown-item:active {
  background-color: transparent;
}
.cid-ufyfYkvjjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #100f10;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufyfYkvjjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufyfYkvjjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufyfYkvjjc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufyfYkvjjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e02828;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufyfYkvjjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufyfYkvjjc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufyfYkvjjc .navbar {
    height: 70px;
  }
  .cid-ufyfYkvjjc .navbar.opened {
    height: auto;
  }
  .cid-ufyfYkvjjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufyfYkvjjc .floatleft {
  margin-left: auto !important;
}
.cid-ufyfYkvjjc .floatright {
  margin-right: auto !important;
}
.cid-tOkntPHM5E {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fcfcfc;
}
.cid-tOkntPHM5E .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tOkntPHM5E .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tOkntPHM5E .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tOkntPHM5E H1 {
  color: #5f4e44;
}
.cid-tOkntPHM5E H3 {
  color: #5f4e44;
}
.cid-tOkntPHM5E .mbr-text,
.cid-tOkntPHM5E .mbr-section-btn {
  color: #5f4e44;
}
.cid-udQBROkQbh {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-udQBROkQbh img,
.cid-udQBROkQbh .item-img {
  width: 100%;
}
.cid-udQBROkQbh .item:focus,
.cid-udQBROkQbh span:focus {
  outline: none;
}
.cid-udQBROkQbh .item-wrapper {
  position: relative;
}
.cid-udQBROkQbh .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udQBROkQbh .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udQBROkQbh .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-udQBROkQbh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udQBROkQbh .mbr-section-title {
  color: #232323;
}
.cid-udQBROkQbh .mbr-text,
.cid-udQBROkQbh .mbr-section-btn {
  text-align: left;
}
.cid-udQBROkQbh .item-title {
  text-align: left;
}
.cid-udQBROkQbh .item-subtitle {
  text-align: left;
}
.cid-udQBROkQbh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-udQBROkQbh .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-udQBROkQbh .embla__button--next,
.cid-udQBROkQbh .embla__button--prev {
  display: flex;
}
.cid-udQBROkQbh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-udQBROkQbh .embla__button {
    display: none;
  }
}
.cid-udQBROkQbh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-udQBROkQbh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-udQBROkQbh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udQBROkQbh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-udQBROkQbh .embla__button {
    top: auto;
  }
}
.cid-udQBROkQbh .embla {
  position: relative;
  width: 100%;
}
.cid-udQBROkQbh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-udQBROkQbh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-udQBROkQbh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-udQBROkQbh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-udQXKNsXkn {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-udQXKNsXkn .mbr-section-subtitle {
  color: #767676;
}
.cid-udQXKNsXkn .container-table {
  margin: 0 auto;
}
.cid-udQXKNsXkn .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-udQXKNsXkn .dataTables_wrapper {
  display: block;
}
.cid-udQXKNsXkn .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-udQXKNsXkn .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-udQXKNsXkn table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-udQXKNsXkn table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-udQXKNsXkn table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-udQXKNsXkn table td {
  border-top: 1px solid #cccccc;
}
.cid-udQXKNsXkn table.table {
  background: #ffffff;
}
.cid-udQXKNsXkn .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-udQXKNsXkn .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-udQXKNsXkn .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-udQXKNsXkn .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-udQXKNsXkn .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-udQXKNsXkn .dataTables_filter {
    text-align: center;
  }
  .cid-udQXKNsXkn .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-udQXKNsXkn .body-item {
  text-align: left;
}
.cid-udQXKNsXkn .head-item {
  text-align: left;
}
.cid-udQXKNsXkn .mbr-section-title {
  color: #5f4e44;
}
.cid-udRhIGBGJI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udQSdBavBy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udQSdBavBy .mbr-section-title {
  text-align: center;
  color: #5f4e44;
}
.cid-tOkntQxnbA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1366742816-38-1920x1200.jpg");
}
.cid-tOkntQxnbA .title {
  margin-bottom: 2rem;
}
.cid-tOkntQxnbA .mbr-section-subtitle {
  color: #767676;
}
.cid-tOkntQxnbA a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tOkntQxnbA a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tOkntQxnbA textarea.form-control {
  min-height: 188px;
}
.cid-tOkntQxnbA H2 {
  color: #ba4817;
  text-align: center;
}
.cid-tOkntQxnbA LABEL {
  color: #ffffff;
}
.cid-tOkntR44mi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tOkntR44mi div.b {
  padding-top: 2rem;
}
.cid-tOkntR44mi .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-tOkntR44mi a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tOkntR44mi .google-map {
  height: 22rem;
  position: relative;
}
.cid-tOkntR44mi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tOkntR44mi .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-tOkntR44mi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tOkntR44mi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tOkntR44mi div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-tOkntR44mi div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-tOkntR44mi H2 {
  color: #efefef;
}
.cid-tOkntR44mi H5 {
  color: #efefef;
}
.cid-tOkntRUHf7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d2d2d;
}
.cid-tOkntRUHf7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tOkntRUHf7 p {
  color: #767676;
  margin: 0;
}
.cid-tOkntRUHf7 .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-tOkntRUHf7 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tOkntRUHf7 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tOkntRUHf7 .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-tOkntRUHf7 .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tOkntRUHf7 .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-tOkntRUHf7 .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-tOkntRUHf7 .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOkntRUHf7 .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-tOkntRUHf7 .col-left h4 {
    padding-top: 1rem;
  }
  .cid-tOkntRUHf7 p.col-right {
    padding-top: 1rem;
  }
}
.cid-tOkntRUHf7 P {
  color: #cccccc;
  text-align: left;
}
.cid-ufuTivGfDS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ufyfYkvjjc {
  z-index: 1000;
  width: 100%;
}
.cid-ufyfYkvjjc nav.navbar {
  position: fixed;
}
.cid-ufyfYkvjjc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufyfYkvjjc .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-ufyfYkvjjc .dropdown-item:hover,
.cid-ufyfYkvjjc .dropdown-item:focus {
  background: #e02828 !important;
  color: #fcfcfc !important;
}
.cid-ufyfYkvjjc .dropdown-item:hover span {
  color: #fcfcfc;
}
.cid-ufyfYkvjjc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufyfYkvjjc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufyfYkvjjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufyfYkvjjc .nav-link {
  position: relative;
}
.cid-ufyfYkvjjc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .container {
    flex-wrap: nowrap;
  }
}
.cid-ufyfYkvjjc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown-menu,
.cid-ufyfYkvjjc .navbar.opened {
  background: #100f10 !important;
}
.cid-ufyfYkvjjc .nav-item:focus,
.cid-ufyfYkvjjc .nav-link:focus {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufyfYkvjjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufyfYkvjjc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(16, 15, 16, 0.7);
}
.cid-ufyfYkvjjc .navbar.opened {
  transition: all 0.3s;
}
.cid-ufyfYkvjjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufyfYkvjjc .navbar .navbar-logo img {
  width: auto;
}
.cid-ufyfYkvjjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar.collapsed {
  justify-content: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufyfYkvjjc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufyfYkvjjc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufyfYkvjjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufyfYkvjjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufyfYkvjjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufyfYkvjjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufyfYkvjjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufyfYkvjjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufyfYkvjjc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufyfYkvjjc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufyfYkvjjc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown-item.active,
.cid-ufyfYkvjjc .dropdown-item:active {
  background-color: transparent;
}
.cid-ufyfYkvjjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #100f10;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufyfYkvjjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufyfYkvjjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufyfYkvjjc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufyfYkvjjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e02828;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufyfYkvjjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufyfYkvjjc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufyfYkvjjc .navbar {
    height: 70px;
  }
  .cid-ufyfYkvjjc .navbar.opened {
    height: auto;
  }
  .cid-ufyfYkvjjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufyfYkvjjc .floatleft {
  margin-left: auto !important;
}
.cid-ufyfYkvjjc .floatright {
  margin-right: auto !important;
}
.cid-udRqWmDbdG {
  background-color: #fcfcfc;
}
.cid-udRqWmDbdG .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udRqWmDbdG .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udRqWmDbdG .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udRqWmDbdG H1 {
  color: #5f4e44;
}
.cid-udRqWmDbdG H3 {
  color: #5f4e44;
}
.cid-udRqWmDbdG .mbr-text,
.cid-udRqWmDbdG .mbr-section-btn {
  color: #5f4e44;
}
.cid-udRqWnfcr2 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-udRqWnfcr2 img,
.cid-udRqWnfcr2 .item-img {
  width: 100%;
}
.cid-udRqWnfcr2 .item:focus,
.cid-udRqWnfcr2 span:focus {
  outline: none;
}
.cid-udRqWnfcr2 .item-wrapper {
  position: relative;
}
.cid-udRqWnfcr2 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udRqWnfcr2 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udRqWnfcr2 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-udRqWnfcr2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udRqWnfcr2 .mbr-section-title {
  color: #232323;
}
.cid-udRqWnfcr2 .mbr-text,
.cid-udRqWnfcr2 .mbr-section-btn {
  text-align: left;
}
.cid-udRqWnfcr2 .item-title {
  text-align: left;
}
.cid-udRqWnfcr2 .item-subtitle {
  text-align: left;
}
.cid-udRqWnfcr2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-udRqWnfcr2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-udRqWnfcr2 .embla__button--next,
.cid-udRqWnfcr2 .embla__button--prev {
  display: flex;
}
.cid-udRqWnfcr2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-udRqWnfcr2 .embla__button {
    display: none;
  }
}
.cid-udRqWnfcr2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-udRqWnfcr2 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-udRqWnfcr2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udRqWnfcr2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-udRqWnfcr2 .embla__button {
    top: auto;
  }
}
.cid-udRqWnfcr2 .embla {
  position: relative;
  width: 100%;
}
.cid-udRqWnfcr2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-udRqWnfcr2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-udRqWnfcr2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-udRqWnfcr2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-udRqWon1cm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-udRqWon1cm .mbr-section-subtitle {
  color: #767676;
}
.cid-udRqWon1cm .container-table {
  margin: 0 auto;
}
.cid-udRqWon1cm .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-udRqWon1cm .dataTables_wrapper {
  display: block;
}
.cid-udRqWon1cm .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-udRqWon1cm .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-udRqWon1cm table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-udRqWon1cm table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-udRqWon1cm table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-udRqWon1cm table td {
  border-top: 1px solid #cccccc;
}
.cid-udRqWon1cm table.table {
  background: #ffffff;
}
.cid-udRqWon1cm .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-udRqWon1cm .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-udRqWon1cm .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-udRqWon1cm .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-udRqWon1cm .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-udRqWon1cm .dataTables_filter {
    text-align: center;
  }
  .cid-udRqWon1cm .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-udRqWon1cm .body-item {
  text-align: left;
}
.cid-udRqWon1cm .head-item {
  text-align: left;
}
.cid-udRqWon1cm .mbr-section-title {
  color: #5f4e44;
}
.cid-udRqWpAm0F {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-udRqWpAm0F .mbr-section-subtitle {
  color: #767676;
}
.cid-udRqWpAm0F .container-table {
  margin: 0 auto;
}
.cid-udRqWpAm0F .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-udRqWpAm0F .dataTables_wrapper {
  display: block;
}
.cid-udRqWpAm0F .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-udRqWpAm0F .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-udRqWpAm0F table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-udRqWpAm0F table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-udRqWpAm0F table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-udRqWpAm0F table td {
  border-top: 1px solid #cccccc;
}
.cid-udRqWpAm0F table.table {
  background: #ffffff;
}
.cid-udRqWpAm0F .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-udRqWpAm0F .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-udRqWpAm0F .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-udRqWpAm0F .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-udRqWpAm0F .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-udRqWpAm0F .dataTables_filter {
    text-align: center;
  }
  .cid-udRqWpAm0F .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-udRqWpAm0F .body-item {
  text-align: center;
}
.cid-udRqWpAm0F .head-item {
  text-align: center;
}
.cid-udRqWpAm0F .mbr-section-title {
  color: #5f4e44;
}
.cid-udRqWqBGbq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udRqWr16FH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udRqWr16FH .mbr-section-title {
  text-align: center;
  color: #5f4e44;
}
.cid-udRqWrGKtm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1366742816-38-1920x1200.jpg");
}
.cid-udRqWrGKtm .title {
  margin-bottom: 2rem;
}
.cid-udRqWrGKtm .mbr-section-subtitle {
  color: #767676;
}
.cid-udRqWrGKtm a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udRqWrGKtm a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-udRqWrGKtm textarea.form-control {
  min-height: 188px;
}
.cid-udRqWrGKtm H2 {
  color: #ba4817;
  text-align: center;
}
.cid-udRqWrGKtm LABEL {
  color: #ffffff;
}
.cid-udRqWsadAH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-udRqWsadAH div.b {
  padding-top: 2rem;
}
.cid-udRqWsadAH .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-udRqWsadAH a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udRqWsadAH .google-map {
  height: 22rem;
  position: relative;
}
.cid-udRqWsadAH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udRqWsadAH .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-udRqWsadAH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udRqWsadAH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udRqWsadAH div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-udRqWsadAH div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-udRqWsadAH H2 {
  color: #efefef;
}
.cid-udRqWsadAH H5 {
  color: #efefef;
}
.cid-udRqWt1M9a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d2d2d;
}
.cid-udRqWt1M9a h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-udRqWt1M9a p {
  color: #767676;
  margin: 0;
}
.cid-udRqWt1M9a .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-udRqWt1M9a .mbr-section-btn {
  padding-top: 1rem;
}
.cid-udRqWt1M9a .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-udRqWt1M9a .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-udRqWt1M9a .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-udRqWt1M9a .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-udRqWt1M9a .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-udRqWt1M9a .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udRqWt1M9a .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-udRqWt1M9a .col-left h4 {
    padding-top: 1rem;
  }
  .cid-udRqWt1M9a p.col-right {
    padding-top: 1rem;
  }
}
.cid-udRqWt1M9a P {
  color: #cccccc;
  text-align: left;
}
.cid-ufuTivGfDS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ufyfYkvjjc {
  z-index: 1000;
  width: 100%;
}
.cid-ufyfYkvjjc nav.navbar {
  position: fixed;
}
.cid-ufyfYkvjjc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufyfYkvjjc .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-ufyfYkvjjc .dropdown-item:hover,
.cid-ufyfYkvjjc .dropdown-item:focus {
  background: #e02828 !important;
  color: #fcfcfc !important;
}
.cid-ufyfYkvjjc .dropdown-item:hover span {
  color: #fcfcfc;
}
.cid-ufyfYkvjjc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufyfYkvjjc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufyfYkvjjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufyfYkvjjc .nav-link {
  position: relative;
}
.cid-ufyfYkvjjc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .container {
    flex-wrap: nowrap;
  }
}
.cid-ufyfYkvjjc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown-menu,
.cid-ufyfYkvjjc .navbar.opened {
  background: #100f10 !important;
}
.cid-ufyfYkvjjc .nav-item:focus,
.cid-ufyfYkvjjc .nav-link:focus {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufyfYkvjjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufyfYkvjjc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(16, 15, 16, 0.7);
}
.cid-ufyfYkvjjc .navbar.opened {
  transition: all 0.3s;
}
.cid-ufyfYkvjjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufyfYkvjjc .navbar .navbar-logo img {
  width: auto;
}
.cid-ufyfYkvjjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar.collapsed {
  justify-content: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufyfYkvjjc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufyfYkvjjc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufyfYkvjjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufyfYkvjjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufyfYkvjjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufyfYkvjjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufyfYkvjjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufyfYkvjjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufyfYkvjjc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufyfYkvjjc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufyfYkvjjc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown-item.active,
.cid-ufyfYkvjjc .dropdown-item:active {
  background-color: transparent;
}
.cid-ufyfYkvjjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #100f10;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufyfYkvjjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufyfYkvjjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufyfYkvjjc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufyfYkvjjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e02828;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufyfYkvjjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufyfYkvjjc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufyfYkvjjc .navbar {
    height: 70px;
  }
  .cid-ufyfYkvjjc .navbar.opened {
    height: auto;
  }
  .cid-ufyfYkvjjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufyfYkvjjc .floatleft {
  margin-left: auto !important;
}
.cid-ufyfYkvjjc .floatright {
  margin-right: auto !important;
}
.cid-ufuEpOyHWh {
  background-color: #fcfcfc;
}
.cid-ufuEpOyHWh .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ufuEpOyHWh .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ufuEpOyHWh .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ufuEpOyHWh H1 {
  color: #5f4e44;
}
.cid-ufuEpOyHWh H3 {
  color: #5f4e44;
}
.cid-ufuEpOyHWh .mbr-text,
.cid-ufuEpOyHWh .mbr-section-btn {
  color: #5f4e44;
}
.cid-ufuEpReRVz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-ufuEpReRVz .mbr-section-subtitle {
  color: #767676;
}
.cid-ufuEpReRVz .container-table {
  margin: 0 auto;
}
.cid-ufuEpReRVz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufuEpReRVz .dataTables_wrapper {
  display: block;
}
.cid-ufuEpReRVz .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufuEpReRVz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufuEpReRVz table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufuEpReRVz table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufuEpReRVz table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufuEpReRVz table td {
  border-top: 1px solid #cccccc;
}
.cid-ufuEpReRVz table.table {
  background: #ffffff;
}
.cid-ufuEpReRVz .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufuEpReRVz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufuEpReRVz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufuEpReRVz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufuEpReRVz .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufuEpReRVz .dataTables_filter {
    text-align: center;
  }
  .cid-ufuEpReRVz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufuEpReRVz .body-item {
  text-align: left;
}
.cid-ufuEpReRVz .head-item {
  text-align: left;
}
.cid-ufuEpReRVz .mbr-section-title {
  color: #5f4e44;
}
.cid-ufuMezTERF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufuMezTERF .mbr-section-subtitle {
  text-align: left;
}
.cid-ufuKFkfAK0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufuKFkfAK0 .counter-container {
  color: #767676;
}
.cid-ufuKFkfAK0 .counter-container ul {
  margin-bottom: 0;
}
.cid-ufuKFkfAK0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-ufuKFkfAK0 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #e02828;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-ufuLrorGAP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufuLrorGAP .line {
  background-color: #5f4e44;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufuEpUGI3Q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufuEpUGI3Q .mbr-section-title {
  text-align: center;
  color: #5f4e44;
}
.cid-ufuEpVBF9x {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1366742816-38-1920x1200.jpg");
}
.cid-ufuEpVBF9x .title {
  margin-bottom: 2rem;
}
.cid-ufuEpVBF9x .mbr-section-subtitle {
  color: #767676;
}
.cid-ufuEpVBF9x a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ufuEpVBF9x a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-ufuEpVBF9x textarea.form-control {
  min-height: 188px;
}
.cid-ufuEpVBF9x H2 {
  color: #ba4817;
  text-align: center;
}
.cid-ufuEpVBF9x LABEL {
  color: #ffffff;
}
.cid-ufuEpWha2p {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-ufuEpWha2p div.b {
  padding-top: 2rem;
}
.cid-ufuEpWha2p .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-ufuEpWha2p a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ufuEpWha2p .google-map {
  height: 22rem;
  position: relative;
}
.cid-ufuEpWha2p .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ufuEpWha2p .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-ufuEpWha2p .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ufuEpWha2p .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ufuEpWha2p div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-ufuEpWha2p div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-ufuEpWha2p H2 {
  color: #efefef;
}
.cid-ufuEpWha2p H5 {
  color: #efefef;
}
.cid-ufuEpX9gus {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d2d2d;
}
.cid-ufuEpX9gus h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ufuEpX9gus p {
  color: #767676;
  margin: 0;
}
.cid-ufuEpX9gus .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-ufuEpX9gus .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ufuEpX9gus .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ufuEpX9gus .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-ufuEpX9gus .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-ufuEpX9gus .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-ufuEpX9gus .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-ufuEpX9gus .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufuEpX9gus .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-ufuEpX9gus .col-left h4 {
    padding-top: 1rem;
  }
  .cid-ufuEpX9gus p.col-right {
    padding-top: 1rem;
  }
}
.cid-ufuEpX9gus P {
  color: #cccccc;
  text-align: left;
}
.cid-ufuTivGfDS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ufyfYkvjjc {
  z-index: 1000;
  width: 100%;
}
.cid-ufyfYkvjjc nav.navbar {
  position: fixed;
}
.cid-ufyfYkvjjc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufyfYkvjjc .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-ufyfYkvjjc .dropdown-item:hover,
.cid-ufyfYkvjjc .dropdown-item:focus {
  background: #e02828 !important;
  color: #fcfcfc !important;
}
.cid-ufyfYkvjjc .dropdown-item:hover span {
  color: #fcfcfc;
}
.cid-ufyfYkvjjc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufyfYkvjjc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufyfYkvjjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufyfYkvjjc .nav-link {
  position: relative;
}
.cid-ufyfYkvjjc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .container {
    flex-wrap: nowrap;
  }
}
.cid-ufyfYkvjjc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown-menu,
.cid-ufyfYkvjjc .navbar.opened {
  background: #100f10 !important;
}
.cid-ufyfYkvjjc .nav-item:focus,
.cid-ufyfYkvjjc .nav-link:focus {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufyfYkvjjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufyfYkvjjc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(16, 15, 16, 0.7);
}
.cid-ufyfYkvjjc .navbar.opened {
  transition: all 0.3s;
}
.cid-ufyfYkvjjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufyfYkvjjc .navbar .navbar-logo img {
  width: auto;
}
.cid-ufyfYkvjjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar.collapsed {
  justify-content: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufyfYkvjjc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufyfYkvjjc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufyfYkvjjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufyfYkvjjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufyfYkvjjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufyfYkvjjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufyfYkvjjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufyfYkvjjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufyfYkvjjc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufyfYkvjjc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufyfYkvjjc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown-item.active,
.cid-ufyfYkvjjc .dropdown-item:active {
  background-color: transparent;
}
.cid-ufyfYkvjjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #100f10;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufyfYkvjjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufyfYkvjjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufyfYkvjjc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufyfYkvjjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e02828;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufyfYkvjjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufyfYkvjjc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufyfYkvjjc .navbar {
    height: 70px;
  }
  .cid-ufyfYkvjjc .navbar.opened {
    height: auto;
  }
  .cid-ufyfYkvjjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufyfYkvjjc .floatleft {
  margin-left: auto !important;
}
.cid-ufyfYkvjjc .floatright {
  margin-right: auto !important;
}
.cid-ufuTipDT3s {
  background-color: #fcfcfc;
}
.cid-ufuTipDT3s .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ufuTipDT3s .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ufuTipDT3s .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ufuTipDT3s H1 {
  color: #232323;
}
.cid-ufuTipDT3s H3 {
  color: #5f4e44;
}
.cid-ufuTipDT3s .mbr-text,
.cid-ufuTipDT3s .mbr-section-btn {
  color: #232323;
}
.cid-ufuTiqpJDX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-ufuTiqpJDX .mbr-section-subtitle {
  color: #767676;
}
.cid-ufuTiqpJDX .container-table {
  margin: 0 auto;
}
.cid-ufuTiqpJDX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufuTiqpJDX .dataTables_wrapper {
  display: block;
}
.cid-ufuTiqpJDX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufuTiqpJDX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufuTiqpJDX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufuTiqpJDX table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufuTiqpJDX table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufuTiqpJDX table td {
  border-top: 1px solid #cccccc;
}
.cid-ufuTiqpJDX table.table {
  background: #ffffff;
}
.cid-ufuTiqpJDX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufuTiqpJDX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufuTiqpJDX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufuTiqpJDX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufuTiqpJDX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufuTiqpJDX .dataTables_filter {
    text-align: center;
  }
  .cid-ufuTiqpJDX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufuTiqpJDX .body-item {
  text-align: left;
  color: #232323;
}
.cid-ufuTiqpJDX .head-item {
  text-align: left;
}
.cid-ufuTiqpJDX .mbr-section-title {
  color: #e02828;
}
.cid-ufvggri1WR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-ufvggri1WR .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ufvggri1WR .container-table {
  margin: 0 auto;
}
.cid-ufvggri1WR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufvggri1WR .dataTables_wrapper {
  display: block;
}
.cid-ufvggri1WR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufvggri1WR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufvggri1WR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufvggri1WR table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufvggri1WR table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufvggri1WR table td {
  border-top: 1px solid #cccccc;
}
.cid-ufvggri1WR table.table {
  background: #ffffff;
}
.cid-ufvggri1WR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufvggri1WR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufvggri1WR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufvggri1WR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufvggri1WR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufvggri1WR .dataTables_filter {
    text-align: center;
  }
  .cid-ufvggri1WR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufvggri1WR .body-item {
  text-align: left;
  color: #232323;
}
.cid-ufvggri1WR .head-item {
  text-align: left;
}
.cid-ufvggri1WR .mbr-section-title {
  color: #e02828;
}
.cid-ufuTisuxAj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufuTisuxAj .mbr-section-title {
  text-align: center;
  color: #e02828;
}
.cid-ufuTitpJ09 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1366742816-38-1920x1200.jpg");
}
.cid-ufuTitpJ09 .title {
  margin-bottom: 2rem;
}
.cid-ufuTitpJ09 .mbr-section-subtitle {
  color: #767676;
}
.cid-ufuTitpJ09 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ufuTitpJ09 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-ufuTitpJ09 textarea.form-control {
  min-height: 188px;
}
.cid-ufuTitpJ09 H2 {
  color: #e02828;
  text-align: center;
}
.cid-ufuTitpJ09 LABEL {
  color: #ffffff;
}
.cid-ufuTiu6ilE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ufuTiu6ilE div.b {
  padding-top: 2rem;
}
.cid-ufuTiu6ilE .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-ufuTiu6ilE a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ufuTiu6ilE .google-map {
  height: 22rem;
  position: relative;
}
.cid-ufuTiu6ilE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ufuTiu6ilE .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-ufuTiu6ilE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ufuTiu6ilE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ufuTiu6ilE div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-ufuTiu6ilE div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-ufuTiu6ilE H2 {
  color: #efefef;
}
.cid-ufuTiu6ilE H5 {
  color: #efefef;
}
.cid-urJziirQW8 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-urJziirQW8 div.b {
  padding-top: 2rem;
}
.cid-urJziirQW8 .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-urJziirQW8 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-urJziirQW8 .google-map {
  height: 22rem;
  position: relative;
}
.cid-urJziirQW8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urJziirQW8 .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-urJziirQW8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urJziirQW8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urJziirQW8 div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-urJziirQW8 div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-urJziirQW8 H2 {
  color: #efefef;
}
.cid-urJziirQW8 H5 {
  color: #efefef;
}
.cid-ufuTiuSC75 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d2d2d;
}
.cid-ufuTiuSC75 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ufuTiuSC75 p {
  color: #767676;
  margin: 0;
}
.cid-ufuTiuSC75 .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-ufuTiuSC75 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ufuTiuSC75 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ufuTiuSC75 .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-ufuTiuSC75 .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-ufuTiuSC75 .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-ufuTiuSC75 .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-ufuTiuSC75 .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufuTiuSC75 .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-ufuTiuSC75 .col-left h4 {
    padding-top: 1rem;
  }
  .cid-ufuTiuSC75 p.col-right {
    padding-top: 1rem;
  }
}
.cid-ufuTiuSC75 P {
  color: #cccccc;
  text-align: left;
}
.cid-ufuTivGfDS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ufyfYkvjjc {
  z-index: 1000;
  width: 100%;
}
.cid-ufyfYkvjjc nav.navbar {
  position: fixed;
}
.cid-ufyfYkvjjc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufyfYkvjjc .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-ufyfYkvjjc .dropdown-item:hover,
.cid-ufyfYkvjjc .dropdown-item:focus {
  background: #e02828 !important;
  color: #fcfcfc !important;
}
.cid-ufyfYkvjjc .dropdown-item:hover span {
  color: #fcfcfc;
}
.cid-ufyfYkvjjc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufyfYkvjjc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufyfYkvjjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufyfYkvjjc .nav-link {
  position: relative;
}
.cid-ufyfYkvjjc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .container {
    flex-wrap: nowrap;
  }
}
.cid-ufyfYkvjjc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown-menu,
.cid-ufyfYkvjjc .navbar.opened {
  background: #100f10 !important;
}
.cid-ufyfYkvjjc .nav-item:focus,
.cid-ufyfYkvjjc .nav-link:focus {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufyfYkvjjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufyfYkvjjc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(16, 15, 16, 0.7);
}
.cid-ufyfYkvjjc .navbar.opened {
  transition: all 0.3s;
}
.cid-ufyfYkvjjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufyfYkvjjc .navbar .navbar-logo img {
  width: auto;
}
.cid-ufyfYkvjjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar.collapsed {
  justify-content: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufyfYkvjjc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufyfYkvjjc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufyfYkvjjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufyfYkvjjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufyfYkvjjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufyfYkvjjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufyfYkvjjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufyfYkvjjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufyfYkvjjc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufyfYkvjjc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufyfYkvjjc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown-item.active,
.cid-ufyfYkvjjc .dropdown-item:active {
  background-color: transparent;
}
.cid-ufyfYkvjjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #100f10;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufyfYkvjjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufyfYkvjjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufyfYkvjjc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufyfYkvjjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e02828;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufyfYkvjjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufyfYkvjjc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufyfYkvjjc .navbar {
    height: 70px;
  }
  .cid-ufyfYkvjjc .navbar.opened {
    height: auto;
  }
  .cid-ufyfYkvjjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufyfYkvjjc .floatleft {
  margin-left: auto !important;
}
.cid-ufyfYkvjjc .floatright {
  margin-right: auto !important;
}
.cid-ufxFWJuo9B {
  background-color: #fcfcfc;
}
.cid-ufxFWJuo9B .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ufxFWJuo9B .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ufxFWJuo9B .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ufxFWJuo9B H1 {
  color: #232323;
}
.cid-ufxFWJuo9B H3 {
  color: #5f4e44;
}
.cid-ufxFWJuo9B .mbr-text,
.cid-ufxFWJuo9B .mbr-section-btn {
  color: #232323;
}
.cid-ufxKUCgKtc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufxKUCgKtc .mbr-text,
.cid-ufxKUCgKtc blockquote {
  color: #767676;
}
.cid-ufxJR77qzv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ufxJR77qzv .counter-container {
  color: #767676;
}
.cid-ufxJR77qzv .counter-container ul {
  margin-bottom: 0;
}
.cid-ufxJR77qzv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-ufxJR77qzv .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #e02828;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-ufxFWK87Bj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-ufxFWK87Bj .mbr-section-subtitle {
  color: #767676;
}
.cid-ufxFWK87Bj .container-table {
  margin: 0 auto;
}
.cid-ufxFWK87Bj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufxFWK87Bj .dataTables_wrapper {
  display: block;
}
.cid-ufxFWK87Bj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufxFWK87Bj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufxFWK87Bj table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufxFWK87Bj table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufxFWK87Bj table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufxFWK87Bj table td {
  border-top: 1px solid #cccccc;
}
.cid-ufxFWK87Bj table.table {
  background: #ffffff;
}
.cid-ufxFWK87Bj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufxFWK87Bj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufxFWK87Bj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufxFWK87Bj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufxFWK87Bj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufxFWK87Bj .dataTables_filter {
    text-align: center;
  }
  .cid-ufxFWK87Bj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufxFWK87Bj .body-item {
  text-align: left;
  color: #232323;
}
.cid-ufxFWK87Bj .head-item {
  text-align: left;
}
.cid-ufxFWK87Bj .mbr-section-title {
  color: #e02828;
}
.cid-ufxFWMrHA2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-ufxFWMrHA2 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ufxFWMrHA2 .container-table {
  margin: 0 auto;
}
.cid-ufxFWMrHA2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufxFWMrHA2 .dataTables_wrapper {
  display: block;
}
.cid-ufxFWMrHA2 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufxFWMrHA2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufxFWMrHA2 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufxFWMrHA2 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufxFWMrHA2 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufxFWMrHA2 table td {
  border-top: 1px solid #cccccc;
}
.cid-ufxFWMrHA2 table.table {
  background: #ffffff;
}
.cid-ufxFWMrHA2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufxFWMrHA2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufxFWMrHA2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufxFWMrHA2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufxFWMrHA2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufxFWMrHA2 .dataTables_filter {
    text-align: center;
  }
  .cid-ufxFWMrHA2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufxFWMrHA2 .body-item {
  text-align: left;
  color: #232323;
}
.cid-ufxFWMrHA2 .head-item {
  text-align: left;
}
.cid-ufxFWMrHA2 .mbr-section-title {
  color: #232323;
}
.cid-ufxFWPCxp2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufxFWPCxp2 .mbr-section-title {
  text-align: center;
  color: #e02828;
}
.cid-ufxFWQVckD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1366742816-38-1920x1200.jpg");
}
.cid-ufxFWQVckD .title {
  margin-bottom: 2rem;
}
.cid-ufxFWQVckD .mbr-section-subtitle {
  color: #767676;
}
.cid-ufxFWQVckD a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ufxFWQVckD a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-ufxFWQVckD textarea.form-control {
  min-height: 188px;
}
.cid-ufxFWQVckD H2 {
  color: #e02828;
  text-align: center;
}
.cid-ufxFWQVckD LABEL {
  color: #ffffff;
}
.cid-ufxFWRKpiT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-ufxFWRKpiT div.b {
  padding-top: 2rem;
}
.cid-ufxFWRKpiT .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-ufxFWRKpiT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ufxFWRKpiT .google-map {
  height: 22rem;
  position: relative;
}
.cid-ufxFWRKpiT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ufxFWRKpiT .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-ufxFWRKpiT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ufxFWRKpiT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ufxFWRKpiT div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-ufxFWRKpiT div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-ufxFWRKpiT H2 {
  color: #efefef;
}
.cid-ufxFWRKpiT H5 {
  color: #efefef;
}
.cid-ufxFWSGnHR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d2d2d;
}
.cid-ufxFWSGnHR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ufxFWSGnHR p {
  color: #767676;
  margin: 0;
}
.cid-ufxFWSGnHR .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-ufxFWSGnHR .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ufxFWSGnHR .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ufxFWSGnHR .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-ufxFWSGnHR .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-ufxFWSGnHR .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-ufxFWSGnHR .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-ufxFWSGnHR .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufxFWSGnHR .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-ufxFWSGnHR .col-left h4 {
    padding-top: 1rem;
  }
  .cid-ufxFWSGnHR p.col-right {
    padding-top: 1rem;
  }
}
.cid-ufxFWSGnHR P {
  color: #cccccc;
  text-align: left;
}
.cid-ufuTivGfDS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ufyfYkvjjc {
  z-index: 1000;
  width: 100%;
}
.cid-ufyfYkvjjc nav.navbar {
  position: fixed;
}
.cid-ufyfYkvjjc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufyfYkvjjc .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-ufyfYkvjjc .dropdown-item:hover,
.cid-ufyfYkvjjc .dropdown-item:focus {
  background: #e02828 !important;
  color: #fcfcfc !important;
}
.cid-ufyfYkvjjc .dropdown-item:hover span {
  color: #fcfcfc;
}
.cid-ufyfYkvjjc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufyfYkvjjc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufyfYkvjjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufyfYkvjjc .nav-link {
  position: relative;
}
.cid-ufyfYkvjjc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .container {
    flex-wrap: nowrap;
  }
}
.cid-ufyfYkvjjc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown-menu,
.cid-ufyfYkvjjc .navbar.opened {
  background: #100f10 !important;
}
.cid-ufyfYkvjjc .nav-item:focus,
.cid-ufyfYkvjjc .nav-link:focus {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufyfYkvjjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyfYkvjjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufyfYkvjjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufyfYkvjjc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(16, 15, 16, 0.7);
}
.cid-ufyfYkvjjc .navbar.opened {
  transition: all 0.3s;
}
.cid-ufyfYkvjjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufyfYkvjjc .navbar .navbar-logo img {
  width: auto;
}
.cid-ufyfYkvjjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar.collapsed {
  justify-content: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufyfYkvjjc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufyfYkvjjc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufyfYkvjjc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufyfYkvjjc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufyfYkvjjc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufyfYkvjjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufyfYkvjjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufyfYkvjjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufyfYkvjjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufyfYkvjjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufyfYkvjjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufyfYkvjjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufyfYkvjjc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufyfYkvjjc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufyfYkvjjc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufyfYkvjjc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufyfYkvjjc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufyfYkvjjc .dropdown-item.active,
.cid-ufyfYkvjjc .dropdown-item:active {
  background-color: transparent;
}
.cid-ufyfYkvjjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufyfYkvjjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #100f10;
}
.cid-ufyfYkvjjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufyfYkvjjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufyfYkvjjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufyfYkvjjc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufyfYkvjjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e02828;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyfYkvjjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufyfYkvjjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyfYkvjjc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufyfYkvjjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufyfYkvjjc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufyfYkvjjc .navbar {
    height: 70px;
  }
  .cid-ufyfYkvjjc .navbar.opened {
    height: auto;
  }
  .cid-ufyfYkvjjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufyfYkvjjc .floatleft {
  margin-left: auto !important;
}
.cid-ufyfYkvjjc .floatright {
  margin-right: auto !important;
}
.cid-ufPuvIXqQW {
  background-color: #fcfcfc;
}
.cid-ufPuvIXqQW .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ufPuvIXqQW .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ufPuvIXqQW .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ufPuvIXqQW H1 {
  color: #232323;
}
.cid-ufPuvIXqQW H3 {
  color: #5f4e44;
}
.cid-ufPuvIXqQW .mbr-text,
.cid-ufPuvIXqQW .mbr-section-btn {
  color: #232323;
}
.cid-ufPyqOzKXf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufPyqOzKXf img,
.cid-ufPyqOzKXf .item-img {
  width: 100%;
}
.cid-ufPyqOzKXf .item:focus,
.cid-ufPyqOzKXf span:focus {
  outline: none;
}
.cid-ufPyqOzKXf .item-wrapper {
  position: relative;
}
.cid-ufPyqOzKXf .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ufPyqOzKXf .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPyqOzKXf .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-ufPyqOzKXf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ufPyqOzKXf .mbr-section-title {
  color: #232323;
}
.cid-ufPyqOzKXf .mbr-text,
.cid-ufPyqOzKXf .mbr-section-btn {
  text-align: left;
}
.cid-ufPyqOzKXf .item-title {
  text-align: left;
}
.cid-ufPyqOzKXf .item-subtitle {
  text-align: left;
}
.cid-ufPyqOzKXf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ufPyqOzKXf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ufPyqOzKXf .embla__button--next,
.cid-ufPyqOzKXf .embla__button--prev {
  display: flex;
}
.cid-ufPyqOzKXf .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufPyqOzKXf .embla__button {
    display: none;
  }
}
.cid-ufPyqOzKXf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ufPyqOzKXf .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ufPyqOzKXf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufPyqOzKXf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufPyqOzKXf .embla__button {
    top: auto;
  }
}
.cid-ufPyqOzKXf .embla {
  position: relative;
  width: 100%;
}
.cid-ufPyqOzKXf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ufPyqOzKXf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ufPyqOzKXf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ufPyqOzKXf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufPuvJqQWh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPuvJqQWh .mbr-text,
.cid-ufPuvJqQWh blockquote {
  color: #767676;
}
.cid-ufPuvJLc4i {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ufPuvJLc4i .counter-container {
  color: #767676;
}
.cid-ufPuvJLc4i .counter-container ul {
  margin-bottom: 0;
}
.cid-ufPuvJLc4i .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-ufPuvJLc4i .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #e02828;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-ufPvUfBUL3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPvUfBUL3 .mbr-text,
.cid-ufPvUfBUL3 blockquote {
  color: #767676;
}
.cid-ufPuvK872I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-ufPuvK872I .mbr-section-subtitle {
  color: #767676;
}
.cid-ufPuvK872I .container-table {
  margin: 0 auto;
}
.cid-ufPuvK872I .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufPuvK872I .dataTables_wrapper {
  display: block;
}
.cid-ufPuvK872I .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufPuvK872I .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufPuvK872I table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufPuvK872I table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufPuvK872I table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufPuvK872I table td {
  border-top: 1px solid #cccccc;
}
.cid-ufPuvK872I table.table {
  background: #ffffff;
}
.cid-ufPuvK872I .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufPuvK872I .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufPuvK872I .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufPuvK872I .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufPuvK872I .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufPuvK872I .dataTables_filter {
    text-align: center;
  }
  .cid-ufPuvK872I .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufPuvK872I .body-item {
  text-align: left;
  color: #232323;
}
.cid-ufPuvK872I .head-item {
  text-align: left;
}
.cid-ufPuvK872I .mbr-section-title {
  color: #e02828;
}
.cid-ufPuvNWEC6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufPuvNWEC6 .mbr-section-title {
  text-align: center;
  color: #e02828;
}
.cid-ufPuvOMDma {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1366742816-38-1920x1200.jpg");
}
.cid-ufPuvOMDma .title {
  margin-bottom: 2rem;
}
.cid-ufPuvOMDma .mbr-section-subtitle {
  color: #767676;
}
.cid-ufPuvOMDma a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ufPuvOMDma a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-ufPuvOMDma textarea.form-control {
  min-height: 188px;
}
.cid-ufPuvOMDma H2 {
  color: #e02828;
  text-align: center;
}
.cid-ufPuvOMDma LABEL {
  color: #ffffff;
}
.cid-ufPuvPhRbE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-ufPuvPhRbE div.b {
  padding-top: 2rem;
}
.cid-ufPuvPhRbE .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-ufPuvPhRbE a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ufPuvPhRbE .google-map {
  height: 22rem;
  position: relative;
}
.cid-ufPuvPhRbE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ufPuvPhRbE .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-ufPuvPhRbE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ufPuvPhRbE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ufPuvPhRbE div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-ufPuvPhRbE div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-ufPuvPhRbE H2 {
  color: #efefef;
}
.cid-ufPuvPhRbE H5 {
  color: #efefef;
}
.cid-ufPuvPW1WN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d2d2d;
}
.cid-ufPuvPW1WN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ufPuvPW1WN p {
  color: #767676;
  margin: 0;
}
.cid-ufPuvPW1WN .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-ufPuvPW1WN .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ufPuvPW1WN .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ufPuvPW1WN .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-ufPuvPW1WN .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-ufPuvPW1WN .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-ufPuvPW1WN .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-ufPuvPW1WN .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufPuvPW1WN .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-ufPuvPW1WN .col-left h4 {
    padding-top: 1rem;
  }
  .cid-ufPuvPW1WN p.col-right {
    padding-top: 1rem;
  }
}
.cid-ufPuvPW1WN P {
  color: #cccccc;
  text-align: left;
}
.cid-ufPuvQzySa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ufPuvQVfls {
  z-index: 1000;
  width: 100%;
}
.cid-ufPuvQVfls nav.navbar {
  position: fixed;
}
.cid-ufPuvQVfls .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPuvQVfls .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufPuvQVfls .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-ufPuvQVfls .dropdown-item:hover,
.cid-ufPuvQVfls .dropdown-item:focus {
  background: #e02828 !important;
  color: #fcfcfc !important;
}
.cid-ufPuvQVfls .dropdown-item:hover span {
  color: #fcfcfc;
}
.cid-ufPuvQVfls .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufPuvQVfls .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufPuvQVfls .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufPuvQVfls .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufPuvQVfls .nav-link {
  position: relative;
}
.cid-ufPuvQVfls .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufPuvQVfls .container {
    flex-wrap: nowrap;
  }
}
.cid-ufPuvQVfls .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufPuvQVfls .dropdown-menu,
.cid-ufPuvQVfls .navbar.opened {
  background: #100f10 !important;
}
.cid-ufPuvQVfls .nav-item:focus,
.cid-ufPuvQVfls .nav-link:focus {
  outline: none;
}
.cid-ufPuvQVfls .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPuvQVfls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPuvQVfls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPuvQVfls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPuvQVfls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPuvQVfls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPuvQVfls .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(16, 15, 16, 0.7);
}
.cid-ufPuvQVfls .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPuvQVfls .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufPuvQVfls .navbar .navbar-logo img {
  width: auto;
}
.cid-ufPuvQVfls .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufPuvQVfls .navbar.collapsed {
  justify-content: center;
}
.cid-ufPuvQVfls .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPuvQVfls .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufPuvQVfls .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufPuvQVfls .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPuvQVfls .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPuvQVfls .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufPuvQVfls .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPuvQVfls .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufPuvQVfls .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufPuvQVfls .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPuvQVfls .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPuvQVfls .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPuvQVfls .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufPuvQVfls .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufPuvQVfls .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPuvQVfls .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufPuvQVfls .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufPuvQVfls .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufPuvQVfls .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPuvQVfls .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufPuvQVfls .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPuvQVfls .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPuvQVfls .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPuvQVfls .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufPuvQVfls .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufPuvQVfls .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPuvQVfls .dropdown-item.active,
.cid-ufPuvQVfls .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPuvQVfls .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufPuvQVfls .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPuvQVfls .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPuvQVfls .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #100f10;
}
.cid-ufPuvQVfls .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPuvQVfls .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPuvQVfls ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufPuvQVfls .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPuvQVfls button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufPuvQVfls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e02828;
}
.cid-ufPuvQVfls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPuvQVfls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPuvQVfls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPuvQVfls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPuvQVfls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPuvQVfls nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPuvQVfls nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPuvQVfls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPuvQVfls .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufPuvQVfls a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufPuvQVfls .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufPuvQVfls .navbar {
    height: 70px;
  }
  .cid-ufPuvQVfls .navbar.opened {
    height: auto;
  }
  .cid-ufPuvQVfls .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPuvQVfls .floatleft {
  margin-left: auto !important;
}
.cid-ufPuvQVfls .floatright {
  margin-right: auto !important;
}
