body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1285em;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1666em;
  letter-spacing: .02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.125rem;
  line-height: 1.2058em;
  letter-spacing: .02em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((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.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 22px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3d4d46 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #6a5458 !important;
}
.bg-danger {
  background-color: #706359 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a4a2a2 !important;
  border-color: #a4a2a2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #797676 !important;
  border-color: #797676 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #797676 !important;
  border-color: #797676 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3d4d46 !important;
  border-color: #3d4d46 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #171d1a !important;
  border-color: #171d1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #171d1a !important;
  border-color: #171d1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6a5458 !important;
  border-color: #6a5458 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3a2e30 !important;
  border-color: #3a2e30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3a2e30 !important;
  border-color: #3a2e30 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #706359 !important;
  border-color: #706359 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #403833 !important;
  border-color: #403833 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #403833 !important;
  border-color: #403833 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a4a2a2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #797676 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a4a2a2 !important;
  border-color: #a4a2a2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3d4d46;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #171d1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3d4d46 !important;
  border-color: #3d4d46 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6a5458;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3a2e30 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6a5458 !important;
  border-color: #6a5458 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #706359;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #403833 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #706359 !important;
  border-color: #706359 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #a4a2a2 !important;
}
.text-success {
  color: #3d4d46 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #6a5458 !important;
}
.text-danger {
  color: #706359 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #716f6f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #101412 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #312729 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #37312c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #6a5458;
}
.alert-danger {
  background-color: #706359;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #afc0b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #aa9498;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #afa39a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a4a2a2 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  height: 44px;
  padding: 12px 26px;
  box-shadow: none;
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  background-size: 100% 100%,90% 100%;
  background-position: 0 0, -1000% 0;
  background-repeat: no-repeat;
  transition: all 0.6s ease-out;
  color: #000000 !important;
  border: none;
  font-weight: 400;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  background-position: 0 0,150% 0;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  margin-left: 15px;
  margin-right: 3px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 18px;
  font-size: 16px;
  transition: all 0.6s ease-out;
}
.cid-uJd32hT5C5 {
  background-color: transparent;
}
.cid-uJd32hT5C5 .navbar-dropdown {
  background-color: #060606 !important;
  padding: 0;
}
.cid-uJd32hT5C5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060606 !important;
  background: #060606;
}
.cid-uJd32hT5C5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJd32hT5C5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJd32hT5C5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJd32hT5C5 .menu_box .navbar.opened,
  .cid-uJd32hT5C5 .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJd32hT5C5 .navbar-dropdown {
  position: relative !important;
}
.cid-uJd32hT5C5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJd32hT5C5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJd32hT5C5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJd32hT5C5 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJd32hT5C5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJd32hT5C5 .btn:hover {
  box-shadow: none;
}
.cid-uJd32hT5C5 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJd32hT5C5 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJd32hT5C5 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJd32hT5C5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uJd32hT5C5 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJd32hT5C5 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJd32hT5C5 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #078efb;
  transition: all 0.3s ease-out;
}
.cid-uJd32hT5C5 .nav-item .nav-link:hover,
.cid-uJd32hT5C5 .nav-item .nav-link:focus {
  background-color: #252525;
  color: #078efb !important;
}
.cid-uJd32hT5C5 .nav-item .nav-link:hover::before,
.cid-uJd32hT5C5 .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uJd32hT5C5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJd32hT5C5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJd32hT5C5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJd32hT5C5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJd32hT5C5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJd32hT5C5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJd32hT5C5 .offcanvas_box {
    display: none;
  }
}
.cid-uJd32hT5C5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJd32hT5C5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJd32hT5C5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJd32hT5C5 .container {
  display: flex;
  margin: auto;
}
.cid-uJd32hT5C5 .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJd32hT5C5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJd32hT5C5 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJd32hT5C5 .navbar-nav {
    margin: 0;
  }
}
.cid-uJd32hT5C5 .dropdown-menu,
.cid-uJd32hT5C5 .navbar.opened {
  background-color: false !important;
}
.cid-uJd32hT5C5 .nav-item:focus,
.cid-uJd32hT5C5 .nav-link:focus {
  outline: none;
}
.cid-uJd32hT5C5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJd32hT5C5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJd32hT5C5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJd32hT5C5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJd32hT5C5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJd32hT5C5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJd32hT5C5 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJd32hT5C5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJd32hT5C5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJd32hT5C5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJd32hT5C5 .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJd32hT5C5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJd32hT5C5 .navbar.collapsed {
  justify-content: center;
}
.cid-uJd32hT5C5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJd32hT5C5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJd32hT5C5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJd32hT5C5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJd32hT5C5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJd32hT5C5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJd32hT5C5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJd32hT5C5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJd32hT5C5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJd32hT5C5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJd32hT5C5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJd32hT5C5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJd32hT5C5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJd32hT5C5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJd32hT5C5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJd32hT5C5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJd32hT5C5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJd32hT5C5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJd32hT5C5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJd32hT5C5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJd32hT5C5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJd32hT5C5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJd32hT5C5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJd32hT5C5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJd32hT5C5 .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-uJd32hT5C5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJd32hT5C5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJd32hT5C5 .dropdown-item.active,
.cid-uJd32hT5C5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJd32hT5C5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJd32hT5C5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJd32hT5C5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJd32hT5C5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJd32hT5C5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJd32hT5C5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJd32hT5C5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uJd32hT5C5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJd32hT5C5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJd32hT5C5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJd32hT5C5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJd32hT5C5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJd32hT5C5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJd32hT5C5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJd32hT5C5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJd32hT5C5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJd32hT5C5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJd32hT5C5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJd32hT5C5 .navbar {
    height: 70px;
  }
  .cid-uJd32hT5C5 .navbar.opened {
    height: auto;
  }
  .cid-uJd32hT5C5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJd32hT5C5 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJd32hT5C5 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uJd32hT5C5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJd32hT5C5 .text_widget {
  margin-bottom: 32px;
}
.cid-uJd32hT5C5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJd32hT5C5 .text_widget a:hover,
.cid-uJd32hT5C5 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJd32hT5C5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJd32hT5C5 .navbar-caption {
  color: #ffffff;
}
.cid-uJd32hT5C5 .mbr-section-subtitle,
.cid-uJd32hT5C5 .text_widget,
.cid-uJd32hT5C5 .mbr-section-btn {
  text-align: center;
}
.cid-uJd32hT5C5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJd34exGEz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-6.png-890x595.png");
}
.cid-uJd34exGEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJd34exGEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJd34exGEz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJd34exGEz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJd34exGEz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJd34exGEz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJd34exGEz .container {
    padding: 0 24px;
  }
}
.cid-uJd34exGEz .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uJd34exGEz .content-wrapper {
    padding: 0;
  }
}
.cid-uJd34exGEz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uJd34exGEz .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uJd34exGEz .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uJd34exGEz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJd34exGEz .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uJd34exGEz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJd34exGEz .mbr-section-title {
  color: #ffffff;
}
.cid-uJd34exGEz .mbr-desc,
.cid-uJd34exGEz .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJd34exGEz .mbr-text,
.cid-uJd34exGEz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJd34exGEz .mbr-section-title,
.cid-uJd34exGEz .mbr-section-btn {
  text-align: center;
}
.cid-uJd3hNqPbC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uJd3hNqPbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJd3hNqPbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJd3hNqPbC .row {
    padding: 0 13px;
  }
}
.cid-uJd3hNqPbC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJd3hNqPbC .card-wrapper {
    margin-bottom: 55px;
  }
}
.cid-uJd3hNqPbC .card-wrapper .icon-wrapper {
  margin-bottom: 18px;
}
.cid-uJd3hNqPbC .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline;
  font-size: 82px;
  width: auto;
  color: #616161;
}
.cid-uJd3hNqPbC .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uJd3hNqPbC .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJd3hNqPbC .mbr-section-title {
  color: #ffffff;
}
.cid-uJd3hNqPbC .mbr-text {
  color: #b6b6b6;
}
.cid-uJd3505SnK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJd3505SnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJd3505SnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJd3505SnK .row {
    padding: 0 13px;
  }
}
.cid-uJd3505SnK .image-wrapper {
  height: 100%;
}
.cid-uJd3505SnK .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJd3505SnK .image-wrapper img {
    height: 400px;
  }
}
.cid-uJd3505SnK .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJd3505SnK .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uJd3505SnK .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJd3505SnK .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uJd3505SnK .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJd3505SnK .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uJd3505SnK .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uJd3505SnK .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uJd3505SnK .mbr-section-title {
  color: #ffffff;
}
.cid-uJd3505SnK .mbr-text {
  color: #b6b6b6;
}
.cid-uJd3hsUogE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJd3hsUogE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJd3hsUogE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJd3hsUogE .row {
    padding: 0 13px;
  }
}
.cid-uJd3hsUogE .title-wrapper {
  margin-bottom: 64px;
}
.cid-uJd3hsUogE .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uJd3hsUogE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJd3hsUogE .card-wrapper {
  margin-bottom: 42px;
}
.cid-uJd3hsUogE .card-wrapper .card-title_1,
.cid-uJd3hsUogE .card-wrapper .card-title_2 {
  margin: 0;
}
.cid-uJd3hsUogE .card-wrapper .card-text_1,
.cid-uJd3hsUogE .card-wrapper .card-text_2 {
  margin: 20px 0 0;
}
@media (max-width: 992px) {
  .cid-uJd3hsUogE .card-wrapper .card-title_1,
  .cid-uJd3hsUogE .card-wrapper .card-text_1 {
    text-align: left;
  }
}
.cid-uJd3hsUogE .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uJd3hsUogE .image-wrap .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uJd3hsUogE .image-wrap .image-wrapper {
    padding: 0;
    margin-bottom: 42px;
  }
}
.cid-uJd3hsUogE .image-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uJd3hsUogE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJd3hsUogE .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uJd3hsUogE .card-title_1 {
  color: #ffffff;
  text-align: right;
}
.cid-uJd3hsUogE .card-text_1 {
  color: #b6b6b6;
  text-align: right;
}
.cid-uJd3hsUogE .card-title_2 {
  color: #ffffff;
}
.cid-uJd3hsUogE .card-text_2 {
  color: #b6b6b6;
}
.cid-uJd35DAHEr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-9.png-888x594.png");
}
.cid-uJd35DAHEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJd35DAHEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJd35DAHEr .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJd35DAHEr .container-fluid {
    padding: 0 25px;
  }
}
.cid-uJd35DAHEr .container-fluid .row {
  padding: 0;
}
.cid-uJd35DAHEr .title-wrapper {
  min-height: 510px;
}
@media (max-width: 992px) {
  .cid-uJd35DAHEr .title-wrapper {
    min-height: 410px;
  }
}
.cid-uJd35DAHEr .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uJd35DAHEr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJd35DAHEr .mbr-section-title {
  color: #ffffff;
}
.cid-uJd35DAHEr .mbr-text {
  color: #b6b6b6;
}
.cid-uJd3gD3SqL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJd3gD3SqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJd3gD3SqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJd3gD3SqL .row {
    padding: 0 13px;
  }
}
.cid-uJd3gD3SqL .image-wrapper {
  height: 100%;
}
.cid-uJd3gD3SqL .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJd3gD3SqL .image-wrapper img {
    height: 400px;
  }
}
.cid-uJd3gD3SqL .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJd3gD3SqL .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uJd3gD3SqL .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJd3gD3SqL .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uJd3gD3SqL .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJd3gD3SqL .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uJd3gD3SqL .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uJd3gD3SqL .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uJd3gD3SqL .mbr-section-title {
  color: #ffffff;
}
.cid-uJd3gD3SqL .mbr-text {
  color: #b6b6b6;
}
.cid-uJd3iCX5vn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJd3iCX5vn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJd3iCX5vn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJd3iCX5vn .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJd3iCX5vn .container-fluid {
    padding: 0;
  }
}
.cid-uJd3iCX5vn .container-fluid .row {
  padding: 0;
}
.cid-uJd3iCX5vn .row {
  justify-content: center;
}
.cid-uJd3iCX5vn .item {
  position: relative;
  margin-bottom: 30px;
}
.cid-uJd3iCX5vn .item .item-link {
  width: 100%;
  height: 100%;
}
.cid-uJd3iCX5vn .item .item-link img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJd3iCX5vn .item .item-link .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 510px;
}
.cid-uJd3iCX5vn .item .item-link .item-wrapper:hover .item-content .active-overlay {
  opacity: .4;
}
.cid-uJd3iCX5vn .item .item-link .item-wrapper .item-content {
  padding: 24px 28px;
  z-index: 1;
  position: relative;
}
.cid-uJd3iCX5vn .item .item-link .item-wrapper .item-content .active-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-uJd3iCX5vn .item .item-link .item-wrapper .item-content .item-date-wrap .item-date {
  padding: 0 10px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  margin-bottom: 0;
  display: inline;
  position: relative;
}
.cid-uJd3iCX5vn .item .item-link .item-wrapper .item-content .item-text {
  margin: 20px 0 0;
  position: relative;
}
.cid-uJd3iCX5vn .item .item-link .item-wrapper .item-content .item-desc {
  margin: 28px 0 0;
  position: relative;
}
.cid-uJd3iCX5vn .item-date {
  color: #ffffff;
}
.cid-uJd3iCX5vn .item-text {
  color: #ffffff;
}
.cid-uJd3iCX5vn .item-desc {
  color: #b6b6b6;
}
.cid-uJd3mrHPJP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJd3mrHPJP .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uJd3mrHPJP .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uJd3mrHPJP .card-wrapper {
  padding: 3rem;
  padding-bottom: 1rem;
  background: #000000;
  position: relative;
  margin-bottom: 2rem;
}
.cid-uJd3mrHPJP .card-wrapper .mbr-iconfont {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .cid-uJd3mrHPJP .card-wrapper {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}
.cid-uJd3mrHPJP .primary {
  background: #ffffff;
}
.cid-uJd3mrHPJP .primary .mbr-iconfont {
  color: #000000;
}
.cid-uJd3mrHPJP .mbr-text {
  color: #bbbbbb;
}
.cid-uJd3mrHPJP .name {
  color: #ffffff;
}
.cid-uJd3mrHPJP .position {
  color: #bbbbbb;
}
.cid-uJd3mrHPJP .mbr-section-title {
  color: #ffffff;
}
.cid-uJd3mrHPJP .mbr-primarytext {
  color: #000000;
}
.cid-uJd3mrHPJP .primary-name {
  color: #000000;
}
.cid-uJd3mrHPJP .primary-position {
  color: #000000;
}
.cid-uJd38VNyGC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJd38VNyGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJd38VNyGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJd38VNyGC .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJd38VNyGC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJd38VNyGC .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJd38VNyGC .panel-group .card {
    padding: 16px;
  }
}
.cid-uJd38VNyGC .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uJd38VNyGC .panel-group .card:hover,
.cid-uJd38VNyGC .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-uJd38VNyGC .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJd38VNyGC .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uJd38VNyGC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJd38VNyGC .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uJd38VNyGC .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uJd38VNyGC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uJd38VNyGC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-uJd38VNyGC .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uJd38VNyGC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJd38VNyGC .mbr-section-title {
  color: #ffffff;
}
.cid-uJd38VNyGC .panel-title-edit {
  color: #ffffff;
}
.cid-uJd38VNyGC .panel-text {
  color: #9aa0a6;
}
.cid-uJd3WGlVH3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJd3WGlVH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJd3WGlVH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJd3WGlVH3 .container {
    padding: 0 15px;
  }
}
.cid-uJd3WGlVH3 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uJd3WGlVH3 .content-wrapper {
  position: relative;
}
.cid-uJd3WGlVH3 .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJd3WGlVH3 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJd3WGlVH3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uJd3WGlVH3 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJd3WGlVH3 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uJd3WGlVH3 .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJd3WGlVH3 .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJd3WGlVH3 .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-uJd3WGlVH3 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 15px;
}
.cid-uJd3WGlVH3 .dragArea.row .form-group .form-control {
  padding: 20px 40px 24px;
  border: 1px solid #68707c !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJd3WGlVH3 .dragArea.row .form-group .form-control {
    padding: 20px 30px;
  }
}
.cid-uJd3WGlVH3 .dragArea.row .form-group .form-control:hover,
.cid-uJd3WGlVH3 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uJd3WGlVH3 .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 20px;
}
.cid-uJd3WGlVH3 .dragArea.row .form-group textarea {
  min-height: 200px;
}
.cid-uJd3WGlVH3 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJd3WGlVH3 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #68707c;
  border-color: #68707c;
  border-radius: 0;
}
.cid-uJd3WGlVH3 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uJd3WGlVH3 .mbr-section-title {
  color: #ffffff;
}
.cid-uJd3WGlVH3 .mbr-desc {
  color: #68707c;
}
.cid-uJd3WGlVH3 label {
  color: #ffffff;
}
.cid-uJd3WGlVH3 .mbr-section-btn {
  text-align: right;
}
.cid-uJd3bxVeWs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uJd3bxVeWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJd3bxVeWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJd3bxVeWs .google-map {
  height: 35rem;
  position: relative;
}
.cid-uJd3bxVeWs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJd3bxVeWs .google-map [data-state-details] {
  color: #6b6763;
  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-uJd3bxVeWs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJd3bxVeWs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJd3bxVeWs .mbr-section-title {
  color: #00004c;
}
.cid-uJd3eNv1Vo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJd3eNv1Vo .col-title {
    margin-bottom: 20px;
  }
}
.cid-uJd3eNv1Vo .mbr-section-title {
  color: #000000;
}
.cid-uJd3eNv1Vo .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uJd3eNv1Vo .mbr-text {
  color: #000000;
}
.cid-uJd3eNv1Vo .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uJd3eNv1Vo p {
  line-height: 1.2;
}
.cid-uJd3eNv1Vo .mbr-text1 {
  color: #0046c7;
}
.cid-uJd3eNv1Vo .mbr-text2 {
  color: #005241;
}
.cid-uJd3eNv1Vo .mbr-text3 {
  color: #000000;
}
.cid-uJd3bUiiUW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJd3bUiiUW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uJdajYbj13 {
  background-color: transparent;
}
.cid-uJdajYbj13 .navbar-dropdown {
  background-color: #060606 !important;
  padding: 0;
}
.cid-uJdajYbj13 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060606 !important;
  background: #060606;
}
.cid-uJdajYbj13 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJdajYbj13 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJdajYbj13 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJdajYbj13 .menu_box .navbar.opened,
  .cid-uJdajYbj13 .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJdajYbj13 .navbar-dropdown {
  position: relative !important;
}
.cid-uJdajYbj13 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJdajYbj13 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJdajYbj13 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJdajYbj13 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJdajYbj13 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJdajYbj13 .btn:hover {
  box-shadow: none;
}
.cid-uJdajYbj13 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJdajYbj13 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJdajYbj13 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJdajYbj13 .nav-item {
    margin: 0 !important;
  }
}
.cid-uJdajYbj13 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJdajYbj13 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJdajYbj13 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #078efb;
  transition: all 0.3s ease-out;
}
.cid-uJdajYbj13 .nav-item .nav-link:hover,
.cid-uJdajYbj13 .nav-item .nav-link:focus {
  background-color: #252525;
  color: #078efb !important;
}
.cid-uJdajYbj13 .nav-item .nav-link:hover::before,
.cid-uJdajYbj13 .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uJdajYbj13 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJdajYbj13 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJdajYbj13 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJdajYbj13 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJdajYbj13 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJdajYbj13 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJdajYbj13 .offcanvas_box {
    display: none;
  }
}
.cid-uJdajYbj13 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJdajYbj13 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJdajYbj13 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJdajYbj13 .container {
  display: flex;
  margin: auto;
}
.cid-uJdajYbj13 .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJdajYbj13 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJdajYbj13 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJdajYbj13 .navbar-nav {
    margin: 0;
  }
}
.cid-uJdajYbj13 .dropdown-menu,
.cid-uJdajYbj13 .navbar.opened {
  background-color: false !important;
}
.cid-uJdajYbj13 .nav-item:focus,
.cid-uJdajYbj13 .nav-link:focus {
  outline: none;
}
.cid-uJdajYbj13 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJdajYbj13 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJdajYbj13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJdajYbj13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJdajYbj13 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJdajYbj13 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJdajYbj13 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJdajYbj13 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJdajYbj13 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJdajYbj13 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJdajYbj13 .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJdajYbj13 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJdajYbj13 .navbar.collapsed {
  justify-content: center;
}
.cid-uJdajYbj13 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJdajYbj13 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJdajYbj13 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJdajYbj13 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJdajYbj13 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJdajYbj13 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJdajYbj13 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJdajYbj13 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJdajYbj13 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJdajYbj13 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJdajYbj13 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJdajYbj13 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJdajYbj13 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJdajYbj13 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJdajYbj13 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJdajYbj13 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJdajYbj13 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJdajYbj13 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJdajYbj13 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJdajYbj13 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJdajYbj13 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJdajYbj13 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJdajYbj13 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJdajYbj13 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJdajYbj13 .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-uJdajYbj13 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJdajYbj13 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJdajYbj13 .dropdown-item.active,
.cid-uJdajYbj13 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJdajYbj13 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJdajYbj13 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJdajYbj13 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJdajYbj13 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJdajYbj13 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJdajYbj13 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJdajYbj13 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uJdajYbj13 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJdajYbj13 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJdajYbj13 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJdajYbj13 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJdajYbj13 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJdajYbj13 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJdajYbj13 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJdajYbj13 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJdajYbj13 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJdajYbj13 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJdajYbj13 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJdajYbj13 .navbar {
    height: 70px;
  }
  .cid-uJdajYbj13 .navbar.opened {
    height: auto;
  }
  .cid-uJdajYbj13 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJdajYbj13 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJdajYbj13 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uJdajYbj13 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJdajYbj13 .text_widget {
  margin-bottom: 32px;
}
.cid-uJdajYbj13 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJdajYbj13 .text_widget a:hover,
.cid-uJdajYbj13 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJdajYbj13 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJdajYbj13 .navbar-caption {
  color: #ffffff;
}
.cid-uJdajYbj13 .mbr-section-subtitle,
.cid-uJdajYbj13 .text_widget,
.cid-uJdajYbj13 .mbr-section-btn {
  text-align: center;
}
.cid-uJdajYbj13 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJdap1jNue {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uJdap1jNue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdap1jNue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdap1jNue .row {
  justify-content: center;
}
.cid-uJdap1jNue .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJdap1jNue .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJdap1jNue .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uJdap1jNue .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJdap1jNue .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJdap1jNue .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uJdap1jNue .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uJdap1jNue .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uJdap1jNue .mbr-label,
.cid-uJdap1jNue .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uJdap1jNue .mbr-section-title {
  color: #fff7ee;
}
.cid-uJdap1jNue .mbr-text,
.cid-uJdap1jNue .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJdap1jNue .mbr-section-title,
.cid-uJdap1jNue .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uJdak0ZSIZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uJdak0ZSIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdak0ZSIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdak0ZSIZ .google-map {
  height: 35rem;
  position: relative;
}
.cid-uJdak0ZSIZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJdak0ZSIZ .google-map [data-state-details] {
  color: #6b6763;
  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-uJdak0ZSIZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJdak0ZSIZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJdak0ZSIZ .mbr-section-title {
  color: #00004c;
}
.cid-uJdak1lbW1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJdak1lbW1 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uJdak1lbW1 .mbr-section-title {
  color: #000000;
}
.cid-uJdak1lbW1 .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uJdak1lbW1 .mbr-text {
  color: #000000;
}
.cid-uJdak1lbW1 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uJdak1lbW1 p {
  line-height: 1.2;
}
.cid-uJdak1lbW1 .mbr-text1 {
  color: #0046c7;
}
.cid-uJdak1lbW1 .mbr-text2 {
  color: #005241;
}
.cid-uJdak1lbW1 .mbr-text3 {
  color: #000000;
}
.cid-uJdak1yGo6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJdak1yGo6 .media-container-row .mbr-text {
  color: #ffffff;
}
