.btn {
  border-width: 2px;
}
body {
  /*font-family: Jost;*/
  font-family: "Nunito Sans", sans-serif !important;
}
.display-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.09375rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.6rem;
    font-size: calc( 0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #bbbbbb !important;
}
.bg-info {
  background-color: #f3f6f9 !important;
}
.bg-warning {
  background-color: #d3b32c !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary: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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
  color: #4f779e !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: #b9cbdc !important;
  border-color: #b9cbdc !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4f779e !important;
  background-color: #b9cbdc !important;
  border-color: #b9cbdc !important;
}
.btn-success,
.btn-success:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !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: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d3b32c !important;
  border-color: #d3b32c !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: #8b761d !important;
  border-color: #8b761d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8b761d !important;
  border-color: #8b761d !important;
}
.btn-danger,
.btn-danger: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-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.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-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3f6f9;
  color: #f3f6f9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b9cbdc !important;
  background-color: transparent!important;
  border-color: #b9cbdc !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4f779e !important;
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d3b32c;
  color: #d3b32c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8b761d !important;
  background-color: transparent!important;
  border-color: #8b761d !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d3b32c !important;
  border-color: #d3b32c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #6592e6 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #bbbbbb !important;
}
.text-info {
  color: #f3f6f9 !important;
}
.text-warning {
  color: #d3b32c !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #888888 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #afc3d7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7f6b1a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3f6f9;
}
.alert-warning {
  background-color: #d3b32c;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.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: #fbfbfb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f0d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.9375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.9375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #000000 !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='%236592e6' %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;
}
.cid-udj8KZBjlA {
  background-color: transparent;
}
.cid-udj8KZBjlA .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udj8KZBjlA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udj8KZBjlA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udj8KZBjlA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udj8KZBjlA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udj8KZBjlA .menu_box .navbar.opened,
  .cid-udj8KZBjlA .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udj8KZBjlA .navbar-dropdown {
  position: relative !important;
}
.cid-udj8KZBjlA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udj8KZBjlA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udj8KZBjlA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udj8KZBjlA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udj8KZBjlA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udj8KZBjlA .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-udj8KZBjlA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udj8KZBjlA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udj8KZBjlA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udj8KZBjlA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udj8KZBjlA .offcanvas-body .mbr-text,
  .cid-udj8KZBjlA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udj8KZBjlA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udj8KZBjlA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udj8KZBjlA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-udj8KZBjlA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udj8KZBjlA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udj8KZBjlA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udj8KZBjlA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udj8KZBjlA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udj8KZBjlA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udj8KZBjlA .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);
  }
  .cid-udj8KZBjlA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udj8KZBjlA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udj8KZBjlA .lg_brand {
    margin: 0 1rem;
  }
  .cid-udj8KZBjlA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end; 
      /*justify-content: flex-start;*/
    min-width: 200px;
  }
}
.cid-udj8KZBjlA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udj8KZBjlA .nav-item {
  /*  margin: 4px 24px;*/
   margin: 4px 4px;
  
  }
}
@media (max-width: 991px) {
  .cid-udj8KZBjlA .nav-item {
    margin: 0 !important;
  }
}
.cid-udj8KZBjlA .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-udj8KZBjlA .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-udj8KZBjlA .nav-item .nav-link:hover,
.cid-udj8KZBjlA .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-udj8KZBjlA .nav-item .nav-link:hover::before,
.cid-udj8KZBjlA .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udj8KZBjlA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udj8KZBjlA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udj8KZBjlA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udj8KZBjlA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udj8KZBjlA .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-udj8KZBjlA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udj8KZBjlA .offcanvas_box {
    display: none;
  }
}
.cid-udj8KZBjlA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udj8KZBjlA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udj8KZBjlA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udj8KZBjlA .container {
  display: flex;
  margin: auto;
}
.cid-udj8KZBjlA .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udj8KZBjlA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udj8KZBjlA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udj8KZBjlA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udj8KZBjlA .navbar-nav {
    margin: 0;
  }
}
.cid-udj8KZBjlA .dropdown-menu,
.cid-udj8KZBjlA .navbar.opened {
  background-color: false !important;
}
.cid-udj8KZBjlA .nav-item:focus,
.cid-udj8KZBjlA .nav-link:focus {
  outline: none;
}
.cid-udj8KZBjlA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udj8KZBjlA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udj8KZBjlA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udj8KZBjlA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udj8KZBjlA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udj8KZBjlA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udj8KZBjlA .navbar {
  min-height: 70px;
  /*padding: 10px 0;*/
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udj8KZBjlA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udj8KZBjlA .navbar.opened {
  transition: all 0.3s;
}
.cid-udj8KZBjlA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udj8KZBjlA .navbar .navbar-logo img {
  max-width: 30px;
  min-height: 30px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udj8KZBjlA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udj8KZBjlA .navbar.collapsed {
  justify-content: center;
}
.cid-udj8KZBjlA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udj8KZBjlA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udj8KZBjlA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udj8KZBjlA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udj8KZBjlA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udj8KZBjlA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udj8KZBjlA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udj8KZBjlA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udj8KZBjlA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udj8KZBjlA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udj8KZBjlA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udj8KZBjlA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udj8KZBjlA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udj8KZBjlA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udj8KZBjlA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udj8KZBjlA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udj8KZBjlA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udj8KZBjlA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udj8KZBjlA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udj8KZBjlA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udj8KZBjlA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udj8KZBjlA .navbar.navbar-short {
  min-height: 60px;
}
.cid-udj8KZBjlA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udj8KZBjlA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udj8KZBjlA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
 /* padding: 10px 0;*/ padding: 4px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udj8KZBjlA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udj8KZBjlA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udj8KZBjlA .dropdown-item.active,
.cid-udj8KZBjlA .dropdown-item:active {
  background-color: transparent;
}
.cid-udj8KZBjlA .navbar-expand-lg .navbar-nav .nav-link {
 /* margin: 8px 12px !important;*/ margin: 8px 6px !important;
}
.cid-udj8KZBjlA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udj8KZBjlA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udj8KZBjlA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udj8KZBjlA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udj8KZBjlA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udj8KZBjlA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-udj8KZBjlA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-udj8KZBjlA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udj8KZBjlA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udj8KZBjlA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udj8KZBjlA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udj8KZBjlA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udj8KZBjlA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udj8KZBjlA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udj8KZBjlA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udj8KZBjlA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udj8KZBjlA .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-udj8KZBjlA .navbar {
    height: 70px;
  }
  .cid-udj8KZBjlA .navbar.opened {
    height: auto;
  }
  .cid-udj8KZBjlA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udj8KZBjlA .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udj8KZBjlA .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-udj8KZBjlA .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udj8KZBjlA .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udj8KZBjlA .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-udj8KZBjlA .navbar-caption:hover {
  color: #6592e6;
}
@media (min-width: 992px) {
  .cid-udj8KZBjlA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udj8KZBjlA .text_widget {
  margin-bottom: 32px;
}
.cid-udj8KZBjlA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udj8KZBjlA .text_widget a:hover,
.cid-udj8KZBjlA .text_widget a:focus {
  opacity: .8;
}
.cid-udj8KZBjlA .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-udj8KZBjlA .navbar-caption {
  color: #30262b;
}
.cid-udj8KZBjlA .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-udj8KZBjlA .mbr-section-subtitle,
.cid-udj8KZBjlA .text_widget,
.cid-udj8KZBjlA .mbr-section-btn {
  text-align: center;
}
.cid-udj8KZBjlA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udo3D3Wt1S {
  display: flex;
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-udo3D3Wt1S .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-udo3D3Wt1S .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-udo3D3Wt1S {
    align-items: center;
  }
  .cid-udo3D3Wt1S .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udo3D3Wt1S .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udo3D3Wt1S {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udo3D3Wt1S .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udo3D3Wt1S .content-wrap {
    width: 100%;
  }
}
.cid-udo3D3Wt1S .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udo3D3Wt1S .mbr-text,
.cid-udo3D3Wt1S .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-udo3D3Wt1S .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ue8X5nXj2M {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ue8X5nXj2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8X5nXj2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8X5nXj2M .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-ue8X5nXj2M .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-ue8X5nXj2M .row {
  align-items: center;
}
.cid-ue8X5nXj2M img {
  border-radius: 2rem;
}
.cid-ue8X5nXj2M .image-wrapper {
  background: #f3f6f9;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-ue8X5nXj2M .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ue8X5nXj2M .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ue8X5nXj2M .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ue8X5nXj2M .mbr-section-title {
  color: #000000;
}
.cid-ue8X5nXj2M .mbr-text,
.cid-ue8X5nXj2M .mbr-section-btn {
  color: #232323;
}
.cid-ue99YZLbls {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ue99YZLbls .item:focus,
.cid-ue99YZLbls span:focus {
  outline: none;
}
.cid-ue99YZLbls .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue99YZLbls .item {
    margin-bottom: 1rem;
  }
}
.cid-ue99YZLbls .mbr-card-title {
  background: #e0efff;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-ue99YZLbls .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ue99YZLbls .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ue99YZLbls .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ue99YZLbls .item-wrapper {
  position: relative;
  background: #f3f6f9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ue99YZLbls .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ue99YZLbls .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ue99YZLbls .mbr-text,
.cid-ue99YZLbls .item .mbr-section-btn {
  text-align: center;
}
.cid-ue99YZLbls .content-head {
  max-width: 800px;
}
.cid-ue99YZLbls .mbr-number {
  color: #101223;
}
.cid-ue99YZLbls .mbr-section-subtitle,
.cid-ue99YZLbls .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-ue99YZLbls .mbr-text {
  text-align: left;
}
.cid-ue99YZLbls .mbr-text,
.cid-ue99YZLbls .mbr-card-btn {
  text-align: left;
}
.cid-ue99YZLbls .mbr-text,
.cid-ue99YZLbls .mbr-section-btn {
  text-align: left;
}
.cid-ue99YZLbls .mbr-text,
.cid-ue99YZLbls .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-ue99YZLbls .card-text,
.cid-ue99YZLbls .item .mbr-section-btn {
  text-align: left;
}
.cid-ue99YZLbls .card-title {
  text-align: left;
}
.cid-udFwSaa3Lx {
  padding-top: 120px;
  padding-bottom: 120px;
  /*background-image: url("../../../assets/images/mbr-1920x1280.jpg");*/
}
.cid-udFwSaa3Lx .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udFwSaa3Lx .mbr-iconfont {
  font-size: 80px;
}
.cid-udFwSaa3Lx .mbr-fallback-image.disabled {
  display: none;
}
.cid-udFwSaa3Lx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udAKsQ0iiI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udAKsQ0iiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-udAKsQ0iiI .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-udAKsQ0iiI .container {
    padding: 0 22px;
  }
}
.cid-udAKsQ0iiI .row {
  justify-content: center;
}
.cid-udAKsQ0iiI .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udAKsQ0iiI .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udAKsQ0iiI .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udAKsQ0iiI .item {
    margin-bottom: 20px;
  }
}
.cid-udAKsQ0iiI .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-udAKsQ0iiI .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-udAKsQ0iiI .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-udAKsQ0iiI .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-udAKsQ0iiI .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-udAKsQ0iiI .mbr-section-title {
  color: #ffffff;
}
.cid-udAKsQ0iiI .card-title {
  color: #ffffff;
}
.cid-udAKsQ0iiI .card-text {
  color: #000000;
}
.cid-udAKsQ0iiI .mbr-section-title,
.cid-udAKsQ0iiI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udAKsQ0iiI .card-title,
.cid-udAKsQ0iiI .icon-wrapper {
  color: #000000;
}
.cid-udGILNSfOs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f6f9;
}
.cid-udGILNSfOs .wrap-block {
  padding-right: 30px;
}
.cid-udGILNSfOs .cards {
  padding-left: 30px;
}
.cid-udGILNSfOs .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-udGILNSfOs .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-udGILNSfOs .wrap-block .contents .mbr-subtitle {
  color: #000000;
  margin-bottom: 14px;
}
.cid-udGILNSfOs .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #6592e6;
}
.cid-udGILNSfOs .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-udGILNSfOs .wrap-block .contents h3 {
  color: #f3f6f9;
}
.cid-udGILNSfOs .wrap-block .contents h4 {
  color: #f3f6f9;
}
.cid-udGILNSfOs .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-udGILNSfOs .cards-wrap {
  flex-direction: column;
}
.cid-udGILNSfOs .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-udGILNSfOs .wrapper .img {
  margin-bottom: 20px;
}
.cid-udGILNSfOs .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #000000;
  border-radius: 50%;
}
.cid-udGILNSfOs .wrapper .mbr-card-title {
  color: #6592e6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-udGILNSfOs .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #f3f6f9;
}
@media (max-width: 767px) {
  .cid-udGILNSfOs * {
    text-align: left;
  }
}
.cid-udGILNSfOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-udGILNSfOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udGILNSfOs .wrapper .mbr-card-title,
.cid-udGILNSfOs .img {
  color: #000000;
}
.cid-udGILNSfOs .wrapper .mbr-text,
.cid-udGILNSfOs .img {
  color: #000000;
}
.cid-udGILNSfOs .wrap-block .contents .mbr-section-title,
.cid-udGILNSfOs .menu-content-right {
  color: #000000;
}
.cid-udGILNSfOs .wrap-block .contents h4,
.cid-udGILNSfOs .menu-content-right,
.cid-udGILNSfOs .mbr-section-btn {
  color: #000000;
}
.cid-udGILNSfOs .wrap-block .contents .mbr-subtitle,
.cid-udGILNSfOs .menu-content-right {
  color: #bb9a39;
}
.cid-udGNQx3DFi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-udGNQx3DFi .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #101223;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-udGNQx3DFi .wrap {
    padding: 30px 15px;
  }
}
.cid-udGNQx3DFi .wrap:hover .item-title a {
  color: #000000 !important;
}
.cid-udGNQx3DFi .icon_block,
.cid-udGNQx3DFi .item-title {
  margin-bottom: 12px;
}
.cid-udGNQx3DFi .icon_block .mbr-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-udGNQx3DFi .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.cid-udGNQx3DFi .item:before {
  content: "\e95e";
  font-family: 'Moririse2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.cid-udGNQx3DFi .mbr-section-btn {
  margin-top: 25px;
}
.cid-udGNQx3DFi .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-udGNQx3DFi .item-title,
.cid-udGNQx3DFi .icon_block {
  color: #cfa53c;
}
.cid-udGNQx3DFi .mbr-text,
.cid-udGNQx3DFi .mbr-section-btn {
  color: #ffffff;
}
.cid-udGNQx3DFi .items {
  color: #ffffff;
}
.cid-udFDMiNn8n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-udFDMiNn8n .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-udFDMiNn8n .team-card:hover {
  transform: translateY(-10px);
}
.cid-udFDMiNn8n .card-wrap {
  background: #f3f6f9;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-udFDMiNn8n .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-udFDMiNn8n .card-wrap img {
  position: absolute;
  bottom: -35px;
  right: -35px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.cid-udFDMiNn8n .card-wrap .image-wrap img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin: auto;
  margin-right: 1rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-udFDMiNn8n .card-wrap {
    padding: 2rem 1rem;
  }
}
.cid-udFDMiNn8n .mbr-iconfont {
  color: #000000;
  font-size: 3rem;
  padding-bottom: 1rem;
  display: block;
}
.cid-udFDMiNn8n .mbr-role,
.cid-udFDMiNn8n .social-row {
  color: #777777;
}
.cid-udFDMiNn8n .mbr-section-subtitle {
  color: #777777;
}
.cid-udFDMiNn8n .card-text,
.cid-udFDMiNn8n .mbr-section-btn,
.cid-udFDMiNn8n .social-row {
  color: #261212;
}
.cid-udFDMiNn8n .mbr-section-title {
  color: #14191e;
  text-align: center;
}
.cid-udFDMiNn8n .card-title,
.cid-udFDMiNn8n .social-row {
  color: #31363b;
}
.cid-udFDMiNn8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-udFDMiNn8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue95VKKixp {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-ue95VKKixp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #cfa53c;
  margin-bottom: 2rem;
}
.cid-ue95VKKixp .row {
  justify-content: center;
}
.cid-ue95VKKixp .card-text {
  color: #000000;
}
.cid-ue95VKKixp .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-ue95VKKixp .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-ue95VKKixp .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-ue95VKKixp .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ue95VKKixp .card {
    padding-bottom: 2rem;
  }
}
.cid-ue95VKKixp .card-title,
.cid-ue95VKKixp .iconfont-wrapper {
  color: #000000;
}
.cid-ue95VKKixp .card-subtitle {
  color: #263d5a;
}
.cid-ue95VKKixp .mbr-section-title {
  text-align: left;
}
.cid-udGW2cwcuJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-udGW2cwcuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udGW2cwcuJ .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-udGW2cwcuJ .container {
    padding: 0 16px;
  }
}
.cid-udGW2cwcuJ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udGW2cwcuJ .card {
    margin-bottom: 40px;
  }
}
.cid-udGW2cwcuJ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udGW2cwcuJ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-udGW2cwcuJ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-udGW2cwcuJ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-udGW2cwcuJ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udGW2cwcuJ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-udGW2cwcuJ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udGW2cwcuJ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-udGW2cwcuJ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-udGW2cwcuJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udGW2cwcuJ .list-wrapper .list .item-wrap {
  /*margin-bottom: 16px;*/margin-bottom: 7px;
}
@media (max-width: 992px) {
  .cid-udGW2cwcuJ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-udGW2cwcuJ .mbr-section-title {
  color: #ffffff;
}
.cid-udGW2cwcuJ .copyright {
  color: #ffffff;
}
.cid-udGW2cwcuJ .mbr-card-title {
  color: #e6c63b;
}
.cid-udGW2cwcuJ .list {
  color: #ffffff;
}
.cid-udGYedYXQY {
  background-color: transparent;
}
.cid-udGYedYXQY .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udGYedYXQY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udGYedYXQY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udGYedYXQY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udGYedYXQY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udGYedYXQY .menu_box .navbar.opened,
  .cid-udGYedYXQY .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udGYedYXQY .navbar-dropdown {
  position: relative !important;
}
.cid-udGYedYXQY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udGYedYXQY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udGYedYXQY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udGYedYXQY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udGYedYXQY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udGYedYXQY .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-udGYedYXQY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udGYedYXQY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udGYedYXQY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udGYedYXQY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udGYedYXQY .offcanvas-body .mbr-text,
  .cid-udGYedYXQY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udGYedYXQY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udGYedYXQY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udGYedYXQY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-udGYedYXQY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udGYedYXQY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udGYedYXQY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udGYedYXQY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udGYedYXQY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udGYedYXQY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udGYedYXQY .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);
  }
  .cid-udGYedYXQY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udGYedYXQY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udGYedYXQY .lg_brand {
    margin: 0 1rem;
  }
  .cid-udGYedYXQY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-udGYedYXQY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udGYedYXQY .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-udGYedYXQY .nav-item {
    margin: 0 !important;
  }
}
.cid-udGYedYXQY .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-udGYedYXQY .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-udGYedYXQY .nav-item .nav-link:hover,
.cid-udGYedYXQY .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-udGYedYXQY .nav-item .nav-link:hover::before,
.cid-udGYedYXQY .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udGYedYXQY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udGYedYXQY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udGYedYXQY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udGYedYXQY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udGYedYXQY .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-udGYedYXQY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udGYedYXQY .offcanvas_box {
    display: none;
  }
}
.cid-udGYedYXQY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udGYedYXQY .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udGYedYXQY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udGYedYXQY .container {
  display: flex;
  margin: auto;
}
.cid-udGYedYXQY .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udGYedYXQY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udGYedYXQY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udGYedYXQY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udGYedYXQY .navbar-nav {
    margin: 0;
  }
}
.cid-udGYedYXQY .dropdown-menu,
.cid-udGYedYXQY .navbar.opened {
  background-color: false !important;
}
.cid-udGYedYXQY .nav-item:focus,
.cid-udGYedYXQY .nav-link:focus {
  outline: none;
}
.cid-udGYedYXQY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udGYedYXQY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udGYedYXQY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udGYedYXQY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udGYedYXQY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udGYedYXQY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udGYedYXQY .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udGYedYXQY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udGYedYXQY .navbar.opened {
  transition: all 0.3s;
}
.cid-udGYedYXQY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udGYedYXQY .navbar .navbar-logo img {
  max-width: 30px;
  min-height: 30px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udGYedYXQY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udGYedYXQY .navbar.collapsed {
  justify-content: center;
}
.cid-udGYedYXQY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udGYedYXQY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udGYedYXQY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udGYedYXQY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udGYedYXQY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udGYedYXQY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udGYedYXQY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udGYedYXQY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udGYedYXQY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udGYedYXQY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udGYedYXQY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udGYedYXQY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udGYedYXQY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udGYedYXQY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udGYedYXQY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udGYedYXQY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udGYedYXQY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udGYedYXQY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udGYedYXQY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udGYedYXQY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udGYedYXQY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udGYedYXQY .navbar.navbar-short {
  min-height: 60px;
}
.cid-udGYedYXQY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udGYedYXQY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udGYedYXQY .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-udGYedYXQY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udGYedYXQY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udGYedYXQY .dropdown-item.active,
.cid-udGYedYXQY .dropdown-item:active {
  background-color: transparent;
}
.cid-udGYedYXQY .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-udGYedYXQY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udGYedYXQY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udGYedYXQY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udGYedYXQY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udGYedYXQY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udGYedYXQY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-udGYedYXQY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-udGYedYXQY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udGYedYXQY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udGYedYXQY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udGYedYXQY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udGYedYXQY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udGYedYXQY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udGYedYXQY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udGYedYXQY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udGYedYXQY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udGYedYXQY .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-udGYedYXQY .navbar {
    height: 70px;
  }
  .cid-udGYedYXQY .navbar.opened {
    height: auto;
  }
  .cid-udGYedYXQY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udGYedYXQY .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udGYedYXQY .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-udGYedYXQY .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udGYedYXQY .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udGYedYXQY .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-udGYedYXQY .navbar-caption:hover {
  color: #6592e6;
}
@media (min-width: 992px) {
  .cid-udGYedYXQY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udGYedYXQY .text_widget {
  margin-bottom: 32px;
}
.cid-udGYedYXQY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udGYedYXQY .text_widget a:hover,
.cid-udGYedYXQY .text_widget a:focus {
  opacity: .8;
}
.cid-udGYedYXQY .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-udGYedYXQY .navbar-caption {
  color: #30262b;
}
.cid-udGYedYXQY .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-udGYedYXQY .mbr-section-subtitle,
.cid-udGYedYXQY .text_widget,
.cid-udGYedYXQY .mbr-section-btn {
  text-align: center;
}
.cid-udGYedYXQY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udGYeftrul {
  display: flex;
  padding-top: 180px;
  padding-bottom: 120px;
 /* background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");*/
}
.cid-udGYeftrul .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-udGYeftrul .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-udGYeftrul {
    align-items: center;
  }
  .cid-udGYeftrul .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udGYeftrul .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udGYeftrul {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udGYeftrul .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udGYeftrul .content-wrap {
    width: 100%;
  }
}
.cid-udGYeftrul .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-udGYeftrul .mbr-text,
.cid-udGYeftrul .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-udGYeftrul .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udMaca7LFb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-udMaca7LFb .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-udMaca7LFb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udMaca7LFb .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-udMaca7LFb .mbr-section-title {
  color: #000000;
}
.cid-udMaca7LFb .mbr-text {
  color: #353535;
}
.cid-udMaca7LFb .mbr-description {
  color: #6c7577;
}
.cid-udMaca7LFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-udMaca7LFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uelDK2zck2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uelDK2zck2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uelDK2zck2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uelDK2zck2 .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uelDK2zck2 .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uelDK2zck2 .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uelDK2zck2 .image-wrapper img {
    height: 640px;
  }
}
.cid-uelDK2zck2 .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uelDK2zck2 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uelDK2zck2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uelDK2zck2 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uelDK2zck2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uelDK2zck2 .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-uelDK2zck2 .cards-wrapper {
    margin: 0;
  }
}
.cid-uelDK2zck2 .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uelDK2zck2 .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-uelDK2zck2 .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-uelDK2zck2 .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uelDK2zck2 .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-uelDK2zck2 .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-uelDK2zck2 .mbr-section-title {
  color: #cc923e;
}
.cid-uelDK2zck2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uelDK2zck2 .mbr-text {
  color: #353535;
  text-align: left;
}
.cid-uelDK2zck2 .mbr-card-title {
  color: #ffffff;
}
.cid-uelDK2zck2 .mbr-card-title,
.cid-uelDK2zck2 .cards-wrapper {
  color: #cc923e;
}
.cid-udLlchdoCo {
  padding-top: 3rem;
  padding-bottom: 3rem;
 /* background-image: url("../../../assets/images/mbr-1920x1281.jpg");*/
}
.cid-udLlchdoCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLlchdoCo .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-udLlchdoCo .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-udLlchdoCo .item-wrapper:hover {
  background: #000000;
  transform: translateY(-5px);
}
.cid-udLlchdoCo .item-wrapper:hover .card-title,
.cid-udLlchdoCo .item-wrapper:hover .card-text,
.cid-udLlchdoCo .item-wrapper:hover .card-link,
.cid-udLlchdoCo .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-udLlchdoCo .item-wrapper:hover span {
  color: #6592e6;
}
.cid-udLlchdoCo .card-title,
.cid-udLlchdoCo .card-text,
.cid-udLlchdoCo .card-link,
.cid-udLlchdoCo .card-link a {
  transition: all 0.3s;
}
.cid-udLlchdoCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLlchdoCo .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-udLlchdoCo .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-udLlchdoCo .link-wrapper:hover {
  cursor: pointer;
}
.cid-udLlchdoCo .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udLlchdoCo .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-udLlchdoCo .card-title,
.cid-udLlchdoCo .iconfont-wrapper {
  color: #000000;
}
.cid-udLlchdoCo .card-text {
  color: #232323;
}
.cid-udLlchdoCo .content-head {
  max-width: 800px;
}
.cid-udLlchdoCo .mbr-section-title {
  color: #ffffff;
}
.cid-udLlchdoCo .card-link,
.cid-udLlchdoCo .link-icon,
.cid-udLlchdoCo .link-align {
  color: #000000;
}
.cid-udMfgd3Bz1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udMfgd3Bz1 .item {
  padding-bottom: 2rem;
}
.cid-udMfgd3Bz1 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-udMfgd3Bz1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-udMfgd3Bz1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-udMfgd3Bz1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-udMfgd3Bz1 .carousel-control,
.cid-udMfgd3Bz1 .close {
  background: #1b1b1b;
}
.cid-udMfgd3Bz1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-udMfgd3Bz1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-udMfgd3Bz1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-udMfgd3Bz1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-udMfgd3Bz1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-udMfgd3Bz1 .close::before {
  content: '\e91a';
}
.cid-udMfgd3Bz1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-udMfgd3Bz1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-udMfgd3Bz1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udMfgd3Bz1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-udMfgd3Bz1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-udMfgd3Bz1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-udMfgd3Bz1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-udMfgd3Bz1 .carousel-indicators li.active,
.cid-udMfgd3Bz1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-udMfgd3Bz1 .carousel-indicators li::after,
.cid-udMfgd3Bz1 .carousel-indicators li::before {
  content: none;
}
.cid-udMfgd3Bz1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-udMfgd3Bz1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-udMfgd3Bz1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-udMfgd3Bz1 .carousel-indicators {
    display: none;
  }
}
.cid-udMfgd3Bz1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-udMfgd3Bz1 .carousel-inner > .active {
  display: block;
}
.cid-udMfgd3Bz1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udMfgd3Bz1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-udMfgd3Bz1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-udMfgd3Bz1 .carousel-control,
  .cid-udMfgd3Bz1 .carousel-indicators,
  .cid-udMfgd3Bz1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-udMfgd3Bz1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-udMfgd3Bz1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-udMfgd3Bz1 .carousel-indicators .active,
.cid-udMfgd3Bz1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-udMfgd3Bz1 .carousel-indicators .active {
  background: #fff;
}
.cid-udMfgd3Bz1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-udMfgd3Bz1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-udMfgd3Bz1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-udMfgd3Bz1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-udMfgd3Bz1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-udMfgd3Bz1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-udMfgd3Bz1 .carousel {
  width: 100%;
}
.cid-udMfgd3Bz1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-udMfgd3Bz1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-udMfgd3Bz1 .modal.fade .modal-dialog,
.cid-udMfgd3Bz1 .modal.in .modal-dialog {
  transform: none;
}
.cid-udMfgd3Bz1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-udMfgd3Bz1 H6 {
  text-align: center;
  color: #000000;
}
.cid-udMfgd3Bz1 .mbr-section-title {
  color: #2e6b75;
}
.cid-udMfgd3Bz1 .mbr-section-subtitle {
  color: #6c7577;
}
.cid-udMfgd3Bz1 .mbr-item-subtitle {
  color: #6c7577;
}
.cid-udMfgd3Bz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udMfgd3Bz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udMfgd3Bz1 H3 {
  color: #000000;
}
.cid-udXkAxdouo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-udXkAxdouo .mbr-fallback-image.disabled {
  display: none;
}
.cid-udXkAxdouo .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-udXkAxdouo .container {
    padding: 0 20px;
  }
}
.cid-udXkAxdouo .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-udXkAxdouo .row .card {
  padding: 0 10px;
}
.cid-udXkAxdouo .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-udXkAxdouo .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-udXkAxdouo .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-udXkAxdouo .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-udXkAxdouo .item {
    margin-bottom: 40px;
  }
}
.cid-udXkAxdouo .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-udXkAxdouo .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-udXkAxdouo .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-udXkAxdouo .mbr-section-title {
  color: #000000;
}
.cid-udXkAxdouo .card-number {
  color: #ffffff;
}
.cid-udXkAxdouo .card-title {
  color: #ffffff;
}
.cid-udXkAxdouo .card-text {
  color: #ffffff;
}
.cid-udXkAxdouo .mbr-section-title,
.cid-udXkAxdouo .title-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-udGYeohOxS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-udGYeohOxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-udGYeohOxS .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-udGYeohOxS .container {
    padding: 0 16px;
  }
}
.cid-udGYeohOxS .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udGYeohOxS .card {
    margin-bottom: 40px;
  }
}
.cid-udGYeohOxS .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udGYeohOxS .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-udGYeohOxS .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-udGYeohOxS .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-udGYeohOxS .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udGYeohOxS .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-udGYeohOxS .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udGYeohOxS .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-udGYeohOxS .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-udGYeohOxS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udGYeohOxS .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udGYeohOxS .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-udGYeohOxS .mbr-section-title {
  color: #ffffff;
}
.cid-udGYeohOxS .copyright {
  color: #ffffff;
}
.cid-udGYeohOxS .mbr-card-title {
  color: #e6c63b;
}
.cid-udGYeohOxS .list {
  color: #ffffff;
}
.cid-udY1rTbvnl {
  background-color: transparent;
}
.cid-udY1rTbvnl .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udY1rTbvnl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udY1rTbvnl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udY1rTbvnl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udY1rTbvnl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udY1rTbvnl .menu_box .navbar.opened,
  .cid-udY1rTbvnl .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udY1rTbvnl .navbar-dropdown {
  position: relative !important;
}
.cid-udY1rTbvnl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udY1rTbvnl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udY1rTbvnl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udY1rTbvnl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udY1rTbvnl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udY1rTbvnl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-udY1rTbvnl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udY1rTbvnl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udY1rTbvnl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udY1rTbvnl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udY1rTbvnl .offcanvas-body .mbr-text,
  .cid-udY1rTbvnl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udY1rTbvnl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udY1rTbvnl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udY1rTbvnl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-udY1rTbvnl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udY1rTbvnl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udY1rTbvnl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udY1rTbvnl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udY1rTbvnl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udY1rTbvnl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udY1rTbvnl .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);
  }
  .cid-udY1rTbvnl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udY1rTbvnl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udY1rTbvnl .lg_brand {
    margin: 0 1rem;
  }
  .cid-udY1rTbvnl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-udY1rTbvnl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udY1rTbvnl .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-udY1rTbvnl .nav-item {
    margin: 0 !important;
  }
}
.cid-udY1rTbvnl .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-udY1rTbvnl .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-udY1rTbvnl .nav-item .nav-link:hover,
.cid-udY1rTbvnl .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-udY1rTbvnl .nav-item .nav-link:hover::before,
.cid-udY1rTbvnl .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udY1rTbvnl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udY1rTbvnl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udY1rTbvnl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udY1rTbvnl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udY1rTbvnl .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-udY1rTbvnl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udY1rTbvnl .offcanvas_box {
    display: none;
  }
}
.cid-udY1rTbvnl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udY1rTbvnl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udY1rTbvnl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udY1rTbvnl .container {
  display: flex;
  margin: auto;
}
.cid-udY1rTbvnl .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udY1rTbvnl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udY1rTbvnl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udY1rTbvnl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udY1rTbvnl .navbar-nav {
    margin: 0;
  }
}
.cid-udY1rTbvnl .dropdown-menu,
.cid-udY1rTbvnl .navbar.opened {
  background-color: false !important;
}
.cid-udY1rTbvnl .nav-item:focus,
.cid-udY1rTbvnl .nav-link:focus {
  outline: none;
}
.cid-udY1rTbvnl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udY1rTbvnl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udY1rTbvnl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udY1rTbvnl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udY1rTbvnl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udY1rTbvnl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udY1rTbvnl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udY1rTbvnl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udY1rTbvnl .navbar.opened {
  transition: all 0.3s;
}
.cid-udY1rTbvnl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udY1rTbvnl .navbar .navbar-logo img {
  max-width: 30px;
  min-height: 30px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udY1rTbvnl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udY1rTbvnl .navbar.collapsed {
  justify-content: center;
}
.cid-udY1rTbvnl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udY1rTbvnl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udY1rTbvnl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udY1rTbvnl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udY1rTbvnl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udY1rTbvnl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udY1rTbvnl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udY1rTbvnl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udY1rTbvnl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udY1rTbvnl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udY1rTbvnl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udY1rTbvnl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udY1rTbvnl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udY1rTbvnl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udY1rTbvnl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udY1rTbvnl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udY1rTbvnl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udY1rTbvnl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udY1rTbvnl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udY1rTbvnl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udY1rTbvnl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udY1rTbvnl .navbar.navbar-short {
  min-height: 60px;
}
.cid-udY1rTbvnl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udY1rTbvnl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udY1rTbvnl .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-udY1rTbvnl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udY1rTbvnl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udY1rTbvnl .dropdown-item.active,
.cid-udY1rTbvnl .dropdown-item:active {
  background-color: transparent;
}
.cid-udY1rTbvnl .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-udY1rTbvnl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udY1rTbvnl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udY1rTbvnl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udY1rTbvnl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udY1rTbvnl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udY1rTbvnl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-udY1rTbvnl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-udY1rTbvnl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udY1rTbvnl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udY1rTbvnl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udY1rTbvnl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udY1rTbvnl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udY1rTbvnl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udY1rTbvnl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udY1rTbvnl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udY1rTbvnl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udY1rTbvnl .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-udY1rTbvnl .navbar {
    height: 70px;
  }
  .cid-udY1rTbvnl .navbar.opened {
    height: auto;
  }
  .cid-udY1rTbvnl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udY1rTbvnl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udY1rTbvnl .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-udY1rTbvnl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udY1rTbvnl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udY1rTbvnl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-udY1rTbvnl .navbar-caption:hover {
  color: #6592e6;
}
@media (min-width: 992px) {
  .cid-udY1rTbvnl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udY1rTbvnl .text_widget {
  margin-bottom: 32px;
}
.cid-udY1rTbvnl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udY1rTbvnl .text_widget a:hover,
.cid-udY1rTbvnl .text_widget a:focus {
  opacity: .8;
}
.cid-udY1rTbvnl .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-udY1rTbvnl .navbar-caption {
  color: #30262b;
}
.cid-udY1rTbvnl .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-udY1rTbvnl .mbr-section-subtitle,
.cid-udY1rTbvnl .text_widget,
.cid-udY1rTbvnl .mbr-section-btn {
  text-align: center;
}
.cid-udY1rTbvnl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udY1rTYZTw {
  display: flex;
  padding-top: 180px;
  padding-bottom: 120px;
  /*background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");*/
}
.cid-udY1rTYZTw .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-udY1rTYZTw .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-udY1rTYZTw {
    align-items: center;
  }
  .cid-udY1rTYZTw .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udY1rTYZTw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udY1rTYZTw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udY1rTYZTw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udY1rTYZTw .content-wrap {
    width: 100%;
  }
}
.cid-udY1rTYZTw .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-udY1rTYZTw .mbr-text,
.cid-udY1rTYZTw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-udY1rTYZTw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udY1rUYhwK {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-udY1rUYhwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-udY1rUYhwK .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f3f6f9;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-udY1rUYhwK .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-udY1rUYhwK .item-wrapper:hover {
  background: #000000;
  transform: translateY(-5px);
}
.cid-udY1rUYhwK .item-wrapper:hover .card-title,
.cid-udY1rUYhwK .item-wrapper:hover .card-text,
.cid-udY1rUYhwK .item-wrapper:hover .card-link,
.cid-udY1rUYhwK .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-udY1rUYhwK .item-wrapper:hover span {
  color: #6592e6;
}
.cid-udY1rUYhwK .card-title,
.cid-udY1rUYhwK .card-text,
.cid-udY1rUYhwK .card-link,
.cid-udY1rUYhwK .card-link a {
  transition: all 0.3s;
}
.cid-udY1rUYhwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udY1rUYhwK .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-udY1rUYhwK .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-udY1rUYhwK .link-wrapper:hover {
  cursor: pointer;
}
.cid-udY1rUYhwK .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udY1rUYhwK .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-udY1rUYhwK .card-title,
.cid-udY1rUYhwK .iconfont-wrapper {
  color: #000000;
}
.cid-udY1rUYhwK .card-text {
  color: #232323;
}
.cid-udY1rUYhwK .content-head {
  max-width: 800px;
}
.cid-udY1rUYhwK .mbr-section-title {
  color: #000000;
}
.cid-udY1rUYhwK .card-link,
.cid-udY1rUYhwK .link-icon,
.cid-udY1rUYhwK .link-align {
  color: #cc923e;
}
.cid-udY1rYt0np {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-udY1rYt0np .mbr-fallback-image.disabled {
  display: none;
}
.cid-udY1rYt0np .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-udY1rYt0np .container {
    padding: 0 16px;
  }
}
.cid-udY1rYt0np .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udY1rYt0np .card {
    margin-bottom: 40px;
  }
}
.cid-udY1rYt0np .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udY1rYt0np .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-udY1rYt0np .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-udY1rYt0np .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-udY1rYt0np .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udY1rYt0np .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-udY1rYt0np .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udY1rYt0np .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-udY1rYt0np .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-udY1rYt0np .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udY1rYt0np .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udY1rYt0np .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-udY1rYt0np .mbr-section-title {
  color: #ffffff;
}
.cid-udY1rYt0np .copyright {
  color: #ffffff;
}
.cid-udY1rYt0np .mbr-card-title {
  color: #e6c63b;
}
.cid-udY1rYt0np .list {
  color: #ffffff;
}
.cid-udY4Wvnkdh {
  background-color: transparent;
}
.cid-udY4Wvnkdh .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udY4Wvnkdh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udY4Wvnkdh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udY4Wvnkdh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udY4Wvnkdh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udY4Wvnkdh .menu_box .navbar.opened,
  .cid-udY4Wvnkdh .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udY4Wvnkdh .navbar-dropdown {
  position: relative !important;
}
.cid-udY4Wvnkdh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udY4Wvnkdh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udY4Wvnkdh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udY4Wvnkdh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udY4Wvnkdh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udY4Wvnkdh .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-udY4Wvnkdh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udY4Wvnkdh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udY4Wvnkdh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udY4Wvnkdh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udY4Wvnkdh .offcanvas-body .mbr-text,
  .cid-udY4Wvnkdh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udY4Wvnkdh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udY4Wvnkdh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udY4Wvnkdh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-udY4Wvnkdh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udY4Wvnkdh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udY4Wvnkdh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udY4Wvnkdh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udY4Wvnkdh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udY4Wvnkdh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udY4Wvnkdh .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);
  }
  .cid-udY4Wvnkdh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udY4Wvnkdh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udY4Wvnkdh .lg_brand {
    margin: 0 1rem;
  }
  .cid-udY4Wvnkdh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-udY4Wvnkdh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udY4Wvnkdh .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-udY4Wvnkdh .nav-item {
    margin: 0 !important;
  }
}
.cid-udY4Wvnkdh .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-udY4Wvnkdh .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-udY4Wvnkdh .nav-item .nav-link:hover,
.cid-udY4Wvnkdh .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-udY4Wvnkdh .nav-item .nav-link:hover::before,
.cid-udY4Wvnkdh .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udY4Wvnkdh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udY4Wvnkdh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udY4Wvnkdh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udY4Wvnkdh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udY4Wvnkdh .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-udY4Wvnkdh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udY4Wvnkdh .offcanvas_box {
    display: none;
  }
}
.cid-udY4Wvnkdh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udY4Wvnkdh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udY4Wvnkdh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udY4Wvnkdh .container {
  display: flex;
  margin: auto;
}
.cid-udY4Wvnkdh .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udY4Wvnkdh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udY4Wvnkdh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udY4Wvnkdh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udY4Wvnkdh .navbar-nav {
    margin: 0;
  }
}
.cid-udY4Wvnkdh .dropdown-menu,
.cid-udY4Wvnkdh .navbar.opened {
  background-color: false !important;
}
.cid-udY4Wvnkdh .nav-item:focus,
.cid-udY4Wvnkdh .nav-link:focus {
  outline: none;
}
.cid-udY4Wvnkdh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udY4Wvnkdh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udY4Wvnkdh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udY4Wvnkdh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udY4Wvnkdh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udY4Wvnkdh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udY4Wvnkdh .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udY4Wvnkdh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udY4Wvnkdh .navbar.opened {
  transition: all 0.3s;
}
.cid-udY4Wvnkdh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udY4Wvnkdh .navbar .navbar-logo img {
  max-width: 30px;
  min-height: 30px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udY4Wvnkdh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udY4Wvnkdh .navbar.collapsed {
  justify-content: center;
}
.cid-udY4Wvnkdh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udY4Wvnkdh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udY4Wvnkdh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udY4Wvnkdh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udY4Wvnkdh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udY4Wvnkdh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udY4Wvnkdh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udY4Wvnkdh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udY4Wvnkdh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udY4Wvnkdh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udY4Wvnkdh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udY4Wvnkdh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udY4Wvnkdh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udY4Wvnkdh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udY4Wvnkdh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udY4Wvnkdh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udY4Wvnkdh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udY4Wvnkdh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udY4Wvnkdh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udY4Wvnkdh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udY4Wvnkdh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udY4Wvnkdh .navbar.navbar-short {
  min-height: 60px;
}
.cid-udY4Wvnkdh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udY4Wvnkdh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udY4Wvnkdh .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-udY4Wvnkdh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udY4Wvnkdh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udY4Wvnkdh .dropdown-item.active,
.cid-udY4Wvnkdh .dropdown-item:active {
  background-color: transparent;
}
.cid-udY4Wvnkdh .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-udY4Wvnkdh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udY4Wvnkdh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udY4Wvnkdh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udY4Wvnkdh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udY4Wvnkdh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udY4Wvnkdh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-udY4Wvnkdh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-udY4Wvnkdh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udY4Wvnkdh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udY4Wvnkdh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udY4Wvnkdh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udY4Wvnkdh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udY4Wvnkdh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udY4Wvnkdh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udY4Wvnkdh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udY4Wvnkdh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udY4Wvnkdh .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-udY4Wvnkdh .navbar {
    height: 70px;
  }
  .cid-udY4Wvnkdh .navbar.opened {
    height: auto;
  }
  .cid-udY4Wvnkdh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udY4Wvnkdh .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udY4Wvnkdh .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-udY4Wvnkdh .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udY4Wvnkdh .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udY4Wvnkdh .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-udY4Wvnkdh .navbar-caption:hover {
  color: #6592e6;
}
@media (min-width: 992px) {
  .cid-udY4Wvnkdh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udY4Wvnkdh .text_widget {
  margin-bottom: 32px;
}
.cid-udY4Wvnkdh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udY4Wvnkdh .text_widget a:hover,
.cid-udY4Wvnkdh .text_widget a:focus {
  opacity: .8;
}
.cid-udY4Wvnkdh .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-udY4Wvnkdh .navbar-caption {
  color: #30262b;
}
.cid-udY4Wvnkdh .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-udY4Wvnkdh .mbr-section-subtitle,
.cid-udY4Wvnkdh .text_widget,
.cid-udY4Wvnkdh .mbr-section-btn {
  text-align: center;
}
.cid-udY4Wvnkdh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udY4Wxdejc {
  display: flex;
  padding-top: 180px;
  padding-bottom: 120px;
  /*background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");*/
}
.cid-udY4Wxdejc .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-udY4Wxdejc .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-udY4Wxdejc {
    align-items: center;
  }
  .cid-udY4Wxdejc .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udY4Wxdejc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udY4Wxdejc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udY4Wxdejc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udY4Wxdejc .content-wrap {
    width: 100%;
  }
}
.cid-udY4Wxdejc .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-udY4Wxdejc .mbr-text,
.cid-udY4Wxdejc .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-udY4Wxdejc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue3fPyOCJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ue3fPyOCJe .title_block {
  margin-bottom: 30px;
}
.cid-ue3fPyOCJe .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #6592e6;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-ue3fPyOCJe .mbr-section-title {
  color: #000000;
}
.cid-ue3fPyOCJe .item-wrapper {
  margin: 50px auto 0px;
  overflow: visible;
}
.cid-ue3fPyOCJe .item-wrapper:hover .item-img {
  transform: translateY(-16px);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.2);
}
.cid-ue3fPyOCJe .item-wrapper:hover .item-img img {
  opacity: .1;
}
.cid-ue3fPyOCJe .item-wrapper:hover .social_block .iconfont-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.cid-ue3fPyOCJe .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(1) {
  transition-delay: 0.05s;
}
.cid-ue3fPyOCJe .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(2) {
  transition-delay: 0.1s;
}
.cid-ue3fPyOCJe .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(3) {
  transition-delay: 0.2s;
}
.cid-ue3fPyOCJe .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(4) {
  transition-delay: 0.3s;
}
.cid-ue3fPyOCJe .item-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.cid-ue3fPyOCJe img,
.cid-ue3fPyOCJe .item-img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: linear-gradient(90deg, #000000, #353535);
  height: 180px;
  height: 230px;
  height: 280px;
  height: 330px;
}
.cid-ue3fPyOCJe .item:focus,
.cid-ue3fPyOCJe span:focus {
  outline: none;
}
.cid-ue3fPyOCJe .social_block {
  margin: 0 auto;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.cid-ue3fPyOCJe .social_block .iconfont-wrapper {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 13px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-ue3fPyOCJe .social_block .mbr-iconfont {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.cid-ue3fPyOCJe .card-title {
  margin-bottom: 5px;
  color: #000000;
}
.cid-ue3fPyOCJe .card-text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue3fPyOCJe .title_block {
    margin-bottom: 0;
  }
  .cid-ue3fPyOCJe .item-wrapper {
    max-width: 255px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ue3fPyOCJe .item-wrapper:hover .item-img {
    transform: translateY(0);
  }
  .cid-ue3fPyOCJe .item-wrapper .item-img {
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.2);
  }
  .cid-ue3fPyOCJe .item-wrapper .item-img img {
    opacity: .1;
    background-image: linear-gradient(90deg, #000000, #353535);
  }
  .cid-ue3fPyOCJe .item-wrapper .social_block .iconfont-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .cid-ue3fPyOCJe .social_block {
    top: auto;
    bottom: 10%;
    transform: translateY(0);
  }
}
.cid-ue3fPyOCJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3fPyOCJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udY4WzEJMb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-udY4WzEJMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-udY4WzEJMb .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-udY4WzEJMb .container {
    padding: 0 16px;
  }
}
.cid-udY4WzEJMb .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udY4WzEJMb .card {
    margin-bottom: 40px;
  }
}
.cid-udY4WzEJMb .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udY4WzEJMb .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-udY4WzEJMb .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-udY4WzEJMb .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-udY4WzEJMb .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udY4WzEJMb .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-udY4WzEJMb .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udY4WzEJMb .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-udY4WzEJMb .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-udY4WzEJMb .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udY4WzEJMb .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udY4WzEJMb .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-udY4WzEJMb .mbr-section-title {
  color: #ffffff;
}
.cid-udY4WzEJMb .copyright {
  color: #ffffff;
}
.cid-udY4WzEJMb .mbr-card-title {
  color: #e6c63b;
}
.cid-udY4WzEJMb .list {
  color: #ffffff;
}
.cid-udY57yiC5X {
  background-color: transparent;
}
.cid-udY57yiC5X .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udY57yiC5X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udY57yiC5X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udY57yiC5X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udY57yiC5X .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udY57yiC5X .menu_box .navbar.opened,
  .cid-udY57yiC5X .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udY57yiC5X .navbar-dropdown {
  position: relative !important;
}
.cid-udY57yiC5X .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udY57yiC5X .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udY57yiC5X .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udY57yiC5X .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udY57yiC5X .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udY57yiC5X .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-udY57yiC5X .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udY57yiC5X .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udY57yiC5X .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udY57yiC5X .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udY57yiC5X .offcanvas-body .mbr-text,
  .cid-udY57yiC5X .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udY57yiC5X .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udY57yiC5X .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udY57yiC5X .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-udY57yiC5X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udY57yiC5X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udY57yiC5X .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udY57yiC5X .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udY57yiC5X ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udY57yiC5X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udY57yiC5X .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);
  }
  .cid-udY57yiC5X .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udY57yiC5X li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udY57yiC5X .lg_brand {
    margin: 0 1rem;
  }
  .cid-udY57yiC5X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-udY57yiC5X .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udY57yiC5X .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-udY57yiC5X .nav-item {
    margin: 0 !important;
  }
}
.cid-udY57yiC5X .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-udY57yiC5X .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-udY57yiC5X .nav-item .nav-link:hover,
.cid-udY57yiC5X .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-udY57yiC5X .nav-item .nav-link:hover::before,
.cid-udY57yiC5X .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udY57yiC5X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udY57yiC5X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udY57yiC5X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udY57yiC5X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udY57yiC5X .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-udY57yiC5X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udY57yiC5X .offcanvas_box {
    display: none;
  }
}
.cid-udY57yiC5X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udY57yiC5X .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udY57yiC5X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udY57yiC5X .container {
  display: flex;
  margin: auto;
}
.cid-udY57yiC5X .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udY57yiC5X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udY57yiC5X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udY57yiC5X .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udY57yiC5X .navbar-nav {
    margin: 0;
  }
}
.cid-udY57yiC5X .dropdown-menu,
.cid-udY57yiC5X .navbar.opened {
  background-color: false !important;
}
.cid-udY57yiC5X .nav-item:focus,
.cid-udY57yiC5X .nav-link:focus {
  outline: none;
}
.cid-udY57yiC5X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udY57yiC5X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udY57yiC5X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udY57yiC5X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udY57yiC5X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udY57yiC5X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udY57yiC5X .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udY57yiC5X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udY57yiC5X .navbar.opened {
  transition: all 0.3s;
}
.cid-udY57yiC5X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udY57yiC5X .navbar .navbar-logo img {
  max-width: 30px;
  min-height: 30px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udY57yiC5X .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udY57yiC5X .navbar.collapsed {
  justify-content: center;
}
.cid-udY57yiC5X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udY57yiC5X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udY57yiC5X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udY57yiC5X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udY57yiC5X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udY57yiC5X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udY57yiC5X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udY57yiC5X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udY57yiC5X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udY57yiC5X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udY57yiC5X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udY57yiC5X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udY57yiC5X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udY57yiC5X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udY57yiC5X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udY57yiC5X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udY57yiC5X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udY57yiC5X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udY57yiC5X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udY57yiC5X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udY57yiC5X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udY57yiC5X .navbar.navbar-short {
  min-height: 60px;
}
.cid-udY57yiC5X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udY57yiC5X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udY57yiC5X .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-udY57yiC5X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udY57yiC5X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udY57yiC5X .dropdown-item.active,
.cid-udY57yiC5X .dropdown-item:active {
  background-color: transparent;
}
.cid-udY57yiC5X .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-udY57yiC5X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udY57yiC5X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udY57yiC5X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udY57yiC5X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udY57yiC5X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udY57yiC5X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-udY57yiC5X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-udY57yiC5X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udY57yiC5X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udY57yiC5X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udY57yiC5X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udY57yiC5X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udY57yiC5X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udY57yiC5X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udY57yiC5X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udY57yiC5X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udY57yiC5X .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-udY57yiC5X .navbar {
    height: 70px;
  }
  .cid-udY57yiC5X .navbar.opened {
    height: auto;
  }
  .cid-udY57yiC5X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udY57yiC5X .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udY57yiC5X .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-udY57yiC5X .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udY57yiC5X .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udY57yiC5X .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-udY57yiC5X .navbar-caption:hover {
  color: #6592e6;
}
@media (min-width: 992px) {
  .cid-udY57yiC5X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udY57yiC5X .text_widget {
  margin-bottom: 32px;
}
.cid-udY57yiC5X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udY57yiC5X .text_widget a:hover,
.cid-udY57yiC5X .text_widget a:focus {
  opacity: .8;
}
.cid-udY57yiC5X .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-udY57yiC5X .navbar-caption {
  color: #30262b;
}
.cid-udY57yiC5X .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-udY57yiC5X .mbr-section-subtitle,
.cid-udY57yiC5X .text_widget,
.cid-udY57yiC5X .mbr-section-btn {
  text-align: center;
}
.cid-udY57yiC5X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udY57z1j8e {
  display: flex;
  padding-top: 180px;
  padding-bottom: 120px;
  /*background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");*/
}
.cid-udY57z1j8e .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-udY57z1j8e .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-udY57z1j8e {
    align-items: center;
  }
  .cid-udY57z1j8e .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udY57z1j8e .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udY57z1j8e {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udY57z1j8e .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udY57z1j8e .content-wrap {
    width: 100%;
  }
}
.cid-udY57z1j8e .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-udY57z1j8e .mbr-text,
.cid-udY57z1j8e .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-udY57z1j8e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue3CpsOn4t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ue3CpsOn4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3CpsOn4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3CpsOn4t .mbr-section-title,
.cid-ue3CpsOn4t .mbr-section-subtitle {
  text-align: center;
}
.cid-ue3CpsOn4t .cost {
  word-break: normal;
}
.cid-ue3CpsOn4t .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #f3f6f9;
}
.cid-ue3CpsOn4t .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-ue3CpsOn4t .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ue3CpsOn4t .card-wrapper {
    padding: 1rem;
  }
}
.cid-ue3CpsOn4t .mbr-section-title {
  color: #000000;
}
.cid-ue3CpsOn4t P {
  color: #353535;
}
.cid-udY57AmkPT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-udY57AmkPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-udY57AmkPT .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-udY57AmkPT .container {
    padding: 0 16px;
  }
}
.cid-udY57AmkPT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udY57AmkPT .card {
    margin-bottom: 40px;
  }
}
.cid-udY57AmkPT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udY57AmkPT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-udY57AmkPT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-udY57AmkPT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-udY57AmkPT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udY57AmkPT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-udY57AmkPT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udY57AmkPT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-udY57AmkPT .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-udY57AmkPT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udY57AmkPT .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udY57AmkPT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-udY57AmkPT .mbr-section-title {
  color: #ffffff;
}
.cid-udY57AmkPT .copyright {
  color: #ffffff;
}
.cid-udY57AmkPT .mbr-card-title {
  color: #e6c63b;
}
.cid-udY57AmkPT .list {
  color: #ffffff;
}
.cid-udYLa5iREj {
  background-color: transparent;
}
.cid-udYLa5iREj .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udYLa5iREj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udYLa5iREj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYLa5iREj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udYLa5iREj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udYLa5iREj .menu_box .navbar.opened,
  .cid-udYLa5iREj .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udYLa5iREj .navbar-dropdown {
  position: relative !important;
}
.cid-udYLa5iREj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udYLa5iREj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udYLa5iREj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udYLa5iREj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udYLa5iREj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udYLa5iREj .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-udYLa5iREj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udYLa5iREj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udYLa5iREj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udYLa5iREj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udYLa5iREj .offcanvas-body .mbr-text,
  .cid-udYLa5iREj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udYLa5iREj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udYLa5iREj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udYLa5iREj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-udYLa5iREj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udYLa5iREj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udYLa5iREj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udYLa5iREj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udYLa5iREj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udYLa5iREj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYLa5iREj .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);
  }
  .cid-udYLa5iREj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udYLa5iREj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udYLa5iREj .lg_brand {
    margin: 0 1rem;
  }
  .cid-udYLa5iREj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-udYLa5iREj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udYLa5iREj .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-udYLa5iREj .nav-item {
    margin: 0 !important;
  }
}
.cid-udYLa5iREj .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-udYLa5iREj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-udYLa5iREj .nav-item .nav-link:hover,
.cid-udYLa5iREj .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-udYLa5iREj .nav-item .nav-link:hover::before,
.cid-udYLa5iREj .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udYLa5iREj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udYLa5iREj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udYLa5iREj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udYLa5iREj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYLa5iREj .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-udYLa5iREj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udYLa5iREj .offcanvas_box {
    display: none;
  }
}
.cid-udYLa5iREj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udYLa5iREj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udYLa5iREj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udYLa5iREj .container {
  display: flex;
  margin: auto;
}
.cid-udYLa5iREj .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udYLa5iREj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udYLa5iREj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udYLa5iREj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udYLa5iREj .navbar-nav {
    margin: 0;
  }
}
.cid-udYLa5iREj .dropdown-menu,
.cid-udYLa5iREj .navbar.opened {
  background-color: false !important;
}
.cid-udYLa5iREj .nav-item:focus,
.cid-udYLa5iREj .nav-link:focus {
  outline: none;
}
.cid-udYLa5iREj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYLa5iREj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYLa5iREj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYLa5iREj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYLa5iREj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYLa5iREj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYLa5iREj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udYLa5iREj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udYLa5iREj .navbar.opened {
  transition: all 0.3s;
}
.cid-udYLa5iREj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udYLa5iREj .navbar .navbar-logo img {
  max-width: 30px;
  min-height: 30px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udYLa5iREj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udYLa5iREj .navbar.collapsed {
  justify-content: center;
}
.cid-udYLa5iREj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYLa5iREj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udYLa5iREj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYLa5iREj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYLa5iREj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYLa5iREj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udYLa5iREj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udYLa5iREj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udYLa5iREj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udYLa5iREj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYLa5iREj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYLa5iREj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udYLa5iREj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYLa5iREj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udYLa5iREj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYLa5iREj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udYLa5iREj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udYLa5iREj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udYLa5iREj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udYLa5iREj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYLa5iREj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udYLa5iREj .navbar.navbar-short {
  min-height: 60px;
}
.cid-udYLa5iREj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYLa5iREj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udYLa5iREj .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-udYLa5iREj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udYLa5iREj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYLa5iREj .dropdown-item.active,
.cid-udYLa5iREj .dropdown-item:active {
  background-color: transparent;
}
.cid-udYLa5iREj .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-udYLa5iREj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYLa5iREj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYLa5iREj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYLa5iREj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udYLa5iREj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYLa5iREj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-udYLa5iREj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-udYLa5iREj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYLa5iREj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYLa5iREj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYLa5iREj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYLa5iREj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYLa5iREj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYLa5iREj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYLa5iREj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYLa5iREj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udYLa5iREj .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-udYLa5iREj .navbar {
    height: 70px;
  }
  .cid-udYLa5iREj .navbar.opened {
    height: auto;
  }
  .cid-udYLa5iREj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYLa5iREj .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udYLa5iREj .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-udYLa5iREj .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udYLa5iREj .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udYLa5iREj .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-udYLa5iREj .navbar-caption:hover {
  color: #6592e6;
}
@media (min-width: 992px) {
  .cid-udYLa5iREj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udYLa5iREj .text_widget {
  margin-bottom: 32px;
}
.cid-udYLa5iREj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udYLa5iREj .text_widget a:hover,
.cid-udYLa5iREj .text_widget a:focus {
  opacity: .8;
}
.cid-udYLa5iREj .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-udYLa5iREj .navbar-caption {
  color: #30262b;
}
.cid-udYLa5iREj .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-udYLa5iREj .mbr-section-subtitle,
.cid-udYLa5iREj .text_widget,
.cid-udYLa5iREj .mbr-section-btn {
  text-align: center;
}
.cid-udYLa5iREj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udYLa6Zjz1 {
  display: flex;
  padding-top: 180px;
  padding-bottom: 120px;
  /*background-image: url("../../../assets/images/mbr-1920x1440.jpg");*/
}
.cid-udYLa6Zjz1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-udYLa6Zjz1 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-udYLa6Zjz1 {
    align-items: center;
  }
  .cid-udYLa6Zjz1 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udYLa6Zjz1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udYLa6Zjz1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udYLa6Zjz1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udYLa6Zjz1 .content-wrap {
    width: 100%;
  }
}
.cid-udYLa6Zjz1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-udYLa6Zjz1 .mbr-text,
.cid-udYLa6Zjz1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-udYLa6Zjz1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uelR65kFB6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uelR65kFB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uelR65kFB6 .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-uelR65kFB6 .container {
    padding: 0 24px;
  }
}
.cid-uelR65kFB6 .row {
  justify-content: center;
}
.cid-uelR65kFB6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uelR65kFB6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uelR65kFB6 .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #f3f6f9;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-uelR65kFB6 .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uelR65kFB6 .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uelR65kFB6 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uelR65kFB6 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uelR65kFB6 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uelR65kFB6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uelR65kFB6 .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #f3f6f9;
  background-color: #c9a215;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uelR65kFB6 .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-uelR65kFB6 .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uelR65kFB6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uelR65kFB6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uelR65kFB6 .panel-title-edit {
  color: #353535;
}
.cid-uelR65kFB6 .panel-text {
  color: #262642;
}
.cid-udYLa9IjHt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-udYLa9IjHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYLa9IjHt .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-udYLa9IjHt .container {
    padding: 0 16px;
  }
}
.cid-udYLa9IjHt .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udYLa9IjHt .card {
    margin-bottom: 40px;
  }
}
.cid-udYLa9IjHt .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udYLa9IjHt .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-udYLa9IjHt .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-udYLa9IjHt .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYLa9IjHt .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udYLa9IjHt .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-udYLa9IjHt .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udYLa9IjHt .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-udYLa9IjHt .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-udYLa9IjHt .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udYLa9IjHt .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udYLa9IjHt .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-udYLa9IjHt .mbr-section-title {
  color: #ffffff;
}
.cid-udYLa9IjHt .copyright {
  color: #ffffff;
}
.cid-udYLa9IjHt .mbr-card-title {
  color: #e6c63b;
}
.cid-udYLa9IjHt .list {
  color: #ffffff;
}
.cid-udYLERFEgy {
  background-color: transparent;
}
.cid-udYLERFEgy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udYLERFEgy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udYLERFEgy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYLERFEgy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udYLERFEgy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udYLERFEgy .menu_box .navbar.opened,
  .cid-udYLERFEgy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udYLERFEgy .navbar-dropdown {
  position: relative !important;
}
.cid-udYLERFEgy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udYLERFEgy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udYLERFEgy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udYLERFEgy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udYLERFEgy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udYLERFEgy .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-udYLERFEgy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udYLERFEgy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udYLERFEgy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udYLERFEgy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udYLERFEgy .offcanvas-body .mbr-text,
  .cid-udYLERFEgy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udYLERFEgy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udYLERFEgy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udYLERFEgy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-udYLERFEgy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udYLERFEgy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udYLERFEgy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udYLERFEgy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udYLERFEgy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udYLERFEgy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYLERFEgy .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);
  }
  .cid-udYLERFEgy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udYLERFEgy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udYLERFEgy .lg_brand {
    margin: 0 1rem;
  }
  .cid-udYLERFEgy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-udYLERFEgy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udYLERFEgy .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-udYLERFEgy .nav-item {
    margin: 0 !important;
  }
}
.cid-udYLERFEgy .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-udYLERFEgy .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-udYLERFEgy .nav-item .nav-link:hover,
.cid-udYLERFEgy .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-udYLERFEgy .nav-item .nav-link:hover::before,
.cid-udYLERFEgy .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udYLERFEgy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udYLERFEgy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udYLERFEgy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udYLERFEgy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYLERFEgy .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-udYLERFEgy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udYLERFEgy .offcanvas_box {
    display: none;
  }
}
.cid-udYLERFEgy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udYLERFEgy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udYLERFEgy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udYLERFEgy .container {
  display: flex;
  margin: auto;
}
.cid-udYLERFEgy .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udYLERFEgy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udYLERFEgy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udYLERFEgy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udYLERFEgy .navbar-nav {
    margin: 0;
  }
}
.cid-udYLERFEgy .dropdown-menu,
.cid-udYLERFEgy .navbar.opened {
  background-color: false !important;
}
.cid-udYLERFEgy .nav-item:focus,
.cid-udYLERFEgy .nav-link:focus {
  outline: none;
}
.cid-udYLERFEgy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYLERFEgy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYLERFEgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYLERFEgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYLERFEgy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYLERFEgy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYLERFEgy .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udYLERFEgy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udYLERFEgy .navbar.opened {
  transition: all 0.3s;
}
.cid-udYLERFEgy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udYLERFEgy .navbar .navbar-logo img {
  max-width: 30px;
  min-height: 30px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udYLERFEgy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udYLERFEgy .navbar.collapsed {
  justify-content: center;
}
.cid-udYLERFEgy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYLERFEgy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udYLERFEgy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYLERFEgy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYLERFEgy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYLERFEgy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udYLERFEgy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udYLERFEgy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udYLERFEgy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udYLERFEgy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYLERFEgy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYLERFEgy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udYLERFEgy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYLERFEgy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udYLERFEgy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYLERFEgy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udYLERFEgy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udYLERFEgy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udYLERFEgy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udYLERFEgy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYLERFEgy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udYLERFEgy .navbar.navbar-short {
  min-height: 60px;
}
.cid-udYLERFEgy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYLERFEgy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udYLERFEgy .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-udYLERFEgy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udYLERFEgy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYLERFEgy .dropdown-item.active,
.cid-udYLERFEgy .dropdown-item:active {
  background-color: transparent;
}
.cid-udYLERFEgy .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-udYLERFEgy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYLERFEgy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYLERFEgy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYLERFEgy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udYLERFEgy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYLERFEgy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-udYLERFEgy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-udYLERFEgy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYLERFEgy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYLERFEgy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYLERFEgy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYLERFEgy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYLERFEgy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYLERFEgy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYLERFEgy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYLERFEgy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udYLERFEgy .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-udYLERFEgy .navbar {
    height: 70px;
  }
  .cid-udYLERFEgy .navbar.opened {
    height: auto;
  }
  .cid-udYLERFEgy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYLERFEgy .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udYLERFEgy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-udYLERFEgy .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udYLERFEgy .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udYLERFEgy .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-udYLERFEgy .navbar-caption:hover {
  color: #6592e6;
}
@media (min-width: 992px) {
  .cid-udYLERFEgy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udYLERFEgy .text_widget {
  margin-bottom: 32px;
}
.cid-udYLERFEgy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udYLERFEgy .text_widget a:hover,
.cid-udYLERFEgy .text_widget a:focus {
  opacity: .8;
}
.cid-udYLERFEgy .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-udYLERFEgy .navbar-caption {
  color: #30262b;
}
.cid-udYLERFEgy .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-udYLERFEgy .mbr-section-subtitle,
.cid-udYLERFEgy .text_widget,
.cid-udYLERFEgy .mbr-section-btn {
  text-align: center;
}
.cid-udYLERFEgy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udYLETmnWN {
  display: flex;
  padding-top: 180px;
  padding-bottom: 120px;
  /*background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");*/
}
.cid-udYLETmnWN .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-udYLETmnWN .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-udYLETmnWN {
    align-items: center;
  }
  .cid-udYLETmnWN .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udYLETmnWN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udYLETmnWN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udYLETmnWN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udYLETmnWN .content-wrap {
    width: 100%;
  }
}
.cid-udYLETmnWN .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-udYLETmnWN .mbr-text,
.cid-udYLETmnWN .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-udYLETmnWN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uem2jRe96J {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uem2jRe96J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uem2jRe96J .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-uem2jRe96J .container {
    padding: 0 24px;
  }
}
.cid-uem2jRe96J .row {
  justify-content: center;
}
.cid-uem2jRe96J .row .card {
  justify-content: center;
}
.cid-uem2jRe96J .google-map {
  padding-right: 40px;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uem2jRe96J .google-map {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uem2jRe96J .google-map {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uem2jRe96J .google-map iframe {
  height: 350px;
  filter: grayscale(100%);
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uem2jRe96J .google-map iframe {
    height: 350px;
  }
}
.cid-uem2jRe96J .content-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uem2jRe96J .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uem2jRe96J .content-wrapper {
    padding: 0;
  }
}
.cid-uem2jRe96J .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uem2jRe96J .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uem2jRe96J .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uem2jRe96J .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uem2jRe96J .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uem2jRe96J .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uem2jRe96J .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #f2fafd;
}
.cid-uem2jRe96J .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uem2jRe96J .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-uem2jRe96J .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-uem2jRe96J .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #fff2fb;
  border-radius: 16px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uem2jRe96J .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-uem2jRe96J .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-uem2jRe96J .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-uem2jRe96J .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uem2jRe96J .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uem2jRe96J .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uem2jRe96J .mbr-section-title {
  color: #262642;
}
.cid-uem2jRe96J .mbr-section-subtitle {
  color: #000000;
}
.cid-uem2jRe96J .card-text {
  color: #262642;
}
.cid-uem2jRe96J .card-number_1 {
  color: #990066;
}
.cid-uem2jRe96J .card-number_2 {
  color: #4A8DFF;
}
.cid-uem6w4byfQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3f6f9;
}
.cid-uem6w4byfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uem6w4byfQ .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-uem6w4byfQ .container {
    padding: 0 24px;
  }
}
.cid-uem6w4byfQ .row {
  justify-content: center;
}
.cid-uem6w4byfQ .row .card {
  justify-content: center;
}
.cid-uem6w4byfQ .google-map {
  padding-right: 40px;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uem6w4byfQ .google-map {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uem6w4byfQ .google-map {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uem6w4byfQ .google-map iframe {
  height: 350px;
  filter: grayscale(100%);
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uem6w4byfQ .google-map iframe {
    height: 350px;
  }
}
.cid-uem6w4byfQ .content-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uem6w4byfQ .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uem6w4byfQ .content-wrapper {
    padding: 0;
  }
}
.cid-uem6w4byfQ .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uem6w4byfQ .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uem6w4byfQ .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uem6w4byfQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uem6w4byfQ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uem6w4byfQ .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uem6w4byfQ .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #f2fafd;
}
.cid-uem6w4byfQ .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uem6w4byfQ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-uem6w4byfQ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-uem6w4byfQ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #fff2fb;
  border-radius: 16px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uem6w4byfQ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-uem6w4byfQ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-uem6w4byfQ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-uem6w4byfQ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uem6w4byfQ .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uem6w4byfQ .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uem6w4byfQ .mbr-section-title {
  color: #262642;
}
.cid-uem6w4byfQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uem6w4byfQ .card-text {
  color: #262642;
}
.cid-uem6w4byfQ .card-number_1 {
  color: #990066;
}
.cid-uem6w4byfQ .card-number_2 {
  color: #4A8DFF;
}
.cid-uem6wz2Yja {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uem6wz2Yja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uem6wz2Yja .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-uem6wz2Yja .container {
    padding: 0 24px;
  }
}
.cid-uem6wz2Yja .row {
  justify-content: center;
}
.cid-uem6wz2Yja .row .card {
  justify-content: center;
}
.cid-uem6wz2Yja .google-map {
  padding-right: 40px;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uem6wz2Yja .google-map {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uem6wz2Yja .google-map {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uem6wz2Yja .google-map iframe {
  height: 350px;
  filter: grayscale(100%);
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uem6wz2Yja .google-map iframe {
    height: 350px;
  }
}
.cid-uem6wz2Yja .content-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uem6wz2Yja .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uem6wz2Yja .content-wrapper {
    padding: 0;
  }
}
.cid-uem6wz2Yja .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uem6wz2Yja .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uem6wz2Yja .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uem6wz2Yja .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uem6wz2Yja .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uem6wz2Yja .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uem6wz2Yja .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #f2fafd;
}
.cid-uem6wz2Yja .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uem6wz2Yja .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-uem6wz2Yja .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-uem6wz2Yja .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #fff2fb;
  border-radius: 16px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uem6wz2Yja .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-uem6wz2Yja .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-uem6wz2Yja .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-uem6wz2Yja .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uem6wz2Yja .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uem6wz2Yja .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uem6wz2Yja .mbr-section-title {
  color: #262642;
}
.cid-uem6wz2Yja .mbr-section-subtitle {
  color: #000000;
}
.cid-uem6wz2Yja .card-text {
  color: #262642;
}
.cid-uem6wz2Yja .card-number_1 {
  color: #990066;
}
.cid-uem6wz2Yja .card-number_2 {
  color: #4A8DFF;
}
.cid-udYLEWTh0j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-udYLEWTh0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYLEWTh0j .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-udYLEWTh0j .container {
    padding: 0 16px;
  }
}
.cid-udYLEWTh0j .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udYLEWTh0j .card {
    margin-bottom: 40px;
  }
}
.cid-udYLEWTh0j .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udYLEWTh0j .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-udYLEWTh0j .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-udYLEWTh0j .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYLEWTh0j .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udYLEWTh0j .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-udYLEWTh0j .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udYLEWTh0j .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-udYLEWTh0j .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-udYLEWTh0j .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udYLEWTh0j .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udYLEWTh0j .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-udYLEWTh0j .mbr-section-title {
  color: #ffffff;
}
.cid-udYLEWTh0j .copyright {
  color: #ffffff;
}
.cid-udYLEWTh0j .mbr-card-title {
  color: #e6c63b;
}
.cid-udYLEWTh0j .list {
  color: #ffffff;
}
.cid-udYLLF1wBu {
  background-color: transparent;
}
.cid-udYLLF1wBu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udYLLF1wBu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udYLLF1wBu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYLLF1wBu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udYLLF1wBu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udYLLF1wBu .menu_box .navbar.opened,
  .cid-udYLLF1wBu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udYLLF1wBu .navbar-dropdown {
  position: relative !important;
}
.cid-udYLLF1wBu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udYLLF1wBu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udYLLF1wBu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udYLLF1wBu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udYLLF1wBu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udYLLF1wBu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-udYLLF1wBu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udYLLF1wBu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udYLLF1wBu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udYLLF1wBu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udYLLF1wBu .offcanvas-body .mbr-text,
  .cid-udYLLF1wBu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udYLLF1wBu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udYLLF1wBu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udYLLF1wBu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-udYLLF1wBu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udYLLF1wBu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udYLLF1wBu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udYLLF1wBu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udYLLF1wBu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udYLLF1wBu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYLLF1wBu .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);
  }
  .cid-udYLLF1wBu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udYLLF1wBu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udYLLF1wBu .lg_brand {
    margin: 0 1rem;
  }
  .cid-udYLLF1wBu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-udYLLF1wBu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udYLLF1wBu .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-udYLLF1wBu .nav-item {
    margin: 0 !important;
  }
}
.cid-udYLLF1wBu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-udYLLF1wBu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-udYLLF1wBu .nav-item .nav-link:hover,
.cid-udYLLF1wBu .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-udYLLF1wBu .nav-item .nav-link:hover::before,
.cid-udYLLF1wBu .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udYLLF1wBu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udYLLF1wBu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udYLLF1wBu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udYLLF1wBu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYLLF1wBu .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-udYLLF1wBu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udYLLF1wBu .offcanvas_box {
    display: none;
  }
}
.cid-udYLLF1wBu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udYLLF1wBu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udYLLF1wBu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udYLLF1wBu .container {
  display: flex;
  margin: auto;
}
.cid-udYLLF1wBu .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udYLLF1wBu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udYLLF1wBu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udYLLF1wBu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udYLLF1wBu .navbar-nav {
    margin: 0;
  }
}
.cid-udYLLF1wBu .dropdown-menu,
.cid-udYLLF1wBu .navbar.opened {
  background-color: false !important;
}
.cid-udYLLF1wBu .nav-item:focus,
.cid-udYLLF1wBu .nav-link:focus {
  outline: none;
}
.cid-udYLLF1wBu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYLLF1wBu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYLLF1wBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYLLF1wBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYLLF1wBu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYLLF1wBu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYLLF1wBu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udYLLF1wBu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udYLLF1wBu .navbar.opened {
  transition: all 0.3s;
}
.cid-udYLLF1wBu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udYLLF1wBu .navbar .navbar-logo img {
  max-width: 30px;
  min-height: 30px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udYLLF1wBu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udYLLF1wBu .navbar.collapsed {
  justify-content: center;
}
.cid-udYLLF1wBu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYLLF1wBu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udYLLF1wBu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYLLF1wBu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYLLF1wBu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYLLF1wBu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udYLLF1wBu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udYLLF1wBu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udYLLF1wBu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udYLLF1wBu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYLLF1wBu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYLLF1wBu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udYLLF1wBu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYLLF1wBu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udYLLF1wBu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYLLF1wBu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udYLLF1wBu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udYLLF1wBu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udYLLF1wBu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udYLLF1wBu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYLLF1wBu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udYLLF1wBu .navbar.navbar-short {
  min-height: 60px;
}
.cid-udYLLF1wBu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYLLF1wBu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udYLLF1wBu .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-udYLLF1wBu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udYLLF1wBu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYLLF1wBu .dropdown-item.active,
.cid-udYLLF1wBu .dropdown-item:active {
  background-color: transparent;
}
.cid-udYLLF1wBu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-udYLLF1wBu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYLLF1wBu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYLLF1wBu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYLLF1wBu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udYLLF1wBu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYLLF1wBu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-udYLLF1wBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-udYLLF1wBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYLLF1wBu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYLLF1wBu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYLLF1wBu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYLLF1wBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYLLF1wBu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYLLF1wBu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYLLF1wBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYLLF1wBu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udYLLF1wBu .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-udYLLF1wBu .navbar {
    height: 70px;
  }
  .cid-udYLLF1wBu .navbar.opened {
    height: auto;
  }
  .cid-udYLLF1wBu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYLLF1wBu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udYLLF1wBu .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-udYLLF1wBu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udYLLF1wBu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udYLLF1wBu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-udYLLF1wBu .navbar-caption:hover {
  color: #6592e6;
}
@media (min-width: 992px) {
  .cid-udYLLF1wBu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udYLLF1wBu .text_widget {
  margin-bottom: 32px;
}
.cid-udYLLF1wBu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udYLLF1wBu .text_widget a:hover,
.cid-udYLLF1wBu .text_widget a:focus {
  opacity: .8;
}
.cid-udYLLF1wBu .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-udYLLF1wBu .navbar-caption {
  color: #30262b;
}
.cid-udYLLF1wBu .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-udYLLF1wBu .mbr-section-subtitle,
.cid-udYLLF1wBu .text_widget,
.cid-udYLLF1wBu .mbr-section-btn {
  text-align: center;
}
.cid-udYLLF1wBu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udYLLGG1rc {
  display: flex;
  padding-top: 180px;
  padding-bottom: 120px;
  /*background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");*/
}
.cid-udYLLGG1rc .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-udYLLGG1rc .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-udYLLGG1rc {
    align-items: center;
  }
  .cid-udYLLGG1rc .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udYLLGG1rc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udYLLGG1rc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udYLLGG1rc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udYLLGG1rc .content-wrap {
    width: 100%;
  }
}
.cid-udYLLGG1rc .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-udYLLGG1rc .mbr-text,
.cid-udYLLGG1rc .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-udYLLGG1rc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue4hhRDD7V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ue4hhRDD7V .container {
  padding: 0 5%;
}
.cid-ue4hhRDD7V .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #000000;
  text-align: center;
}
.cid-ue4hhRDD7V .article-wrapper {
  background-color: #f3f6f9;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ue4hhRDD7V .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ue4hhRDD7V .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ue4hhRDD7V .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ue4hhRDD7V .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ue4hhRDD7V .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ue4hhRDD7V .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ue4hhRDD7V .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ue4hhRDD7V .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ue4hhRDD7V .article-column1 {
    padding-right: 16px;
  }
}
.cid-ue4hhRDD7V .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ue4hhRDD7V .article-column2 {
    padding-left: 16px;
  }
}
.cid-ue4hhRDD7V .mbr-section-subtitle,
.cid-ue4hhRDD7V .mbr-iconfont {
  color: #e082c5;
}
.cid-ue4hhRDD7V .mbr-text {
  color: #3a3e5e;
}
.cid-ue4hhRDD7V .mbr-section-subtitle {
  color: #000000;
}
.cid-udYLLJxtAK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-udYLLJxtAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYLLJxtAK .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-udYLLJxtAK .container {
    padding: 0 16px;
  }
}
.cid-udYLLJxtAK .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udYLLJxtAK .card {
    margin-bottom: 40px;
  }
}
.cid-udYLLJxtAK .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udYLLJxtAK .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-udYLLJxtAK .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-udYLLJxtAK .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYLLJxtAK .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udYLLJxtAK .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-udYLLJxtAK .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udYLLJxtAK .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-udYLLJxtAK .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-udYLLJxtAK .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udYLLJxtAK .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udYLLJxtAK .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-udYLLJxtAK .mbr-section-title {
  color: #ffffff;
}
.cid-udYLLJxtAK .copyright {
  color: #ffffff;
}
.cid-udYLLJxtAK .mbr-card-title {
  color: #e6c63b;
}
.cid-udYLLJxtAK .list {
  color: #ffffff;
}
.cid-udYLVuaOF8 {
  background-color: transparent;
}
.cid-udYLVuaOF8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udYLVuaOF8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udYLVuaOF8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYLVuaOF8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udYLVuaOF8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udYLVuaOF8 .menu_box .navbar.opened,
  .cid-udYLVuaOF8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udYLVuaOF8 .navbar-dropdown {
  position: relative !important;
}
.cid-udYLVuaOF8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udYLVuaOF8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udYLVuaOF8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udYLVuaOF8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udYLVuaOF8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udYLVuaOF8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-udYLVuaOF8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udYLVuaOF8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udYLVuaOF8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udYLVuaOF8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udYLVuaOF8 .offcanvas-body .mbr-text,
  .cid-udYLVuaOF8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udYLVuaOF8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udYLVuaOF8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udYLVuaOF8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-udYLVuaOF8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udYLVuaOF8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udYLVuaOF8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udYLVuaOF8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udYLVuaOF8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udYLVuaOF8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYLVuaOF8 .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);
  }
  .cid-udYLVuaOF8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udYLVuaOF8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udYLVuaOF8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-udYLVuaOF8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-udYLVuaOF8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udYLVuaOF8 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-udYLVuaOF8 .nav-item {
    margin: 0 !important;
  }
}
.cid-udYLVuaOF8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-udYLVuaOF8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-udYLVuaOF8 .nav-item .nav-link:hover,
.cid-udYLVuaOF8 .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-udYLVuaOF8 .nav-item .nav-link:hover::before,
.cid-udYLVuaOF8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udYLVuaOF8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udYLVuaOF8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udYLVuaOF8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udYLVuaOF8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYLVuaOF8 .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-udYLVuaOF8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udYLVuaOF8 .offcanvas_box {
    display: none;
  }
}
.cid-udYLVuaOF8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udYLVuaOF8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udYLVuaOF8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udYLVuaOF8 .container {
  display: flex;
  margin: auto;
}
.cid-udYLVuaOF8 .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udYLVuaOF8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udYLVuaOF8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udYLVuaOF8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udYLVuaOF8 .navbar-nav {
    margin: 0;
  }
}
.cid-udYLVuaOF8 .dropdown-menu,
.cid-udYLVuaOF8 .navbar.opened {
  background-color: false !important;
}
.cid-udYLVuaOF8 .nav-item:focus,
.cid-udYLVuaOF8 .nav-link:focus {
  outline: none;
}
.cid-udYLVuaOF8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYLVuaOF8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYLVuaOF8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYLVuaOF8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYLVuaOF8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYLVuaOF8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYLVuaOF8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udYLVuaOF8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udYLVuaOF8 .navbar.opened {
  transition: all 0.3s;
}
.cid-udYLVuaOF8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udYLVuaOF8 .navbar .navbar-logo img {
  max-width: 30px;
  min-height: 30px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udYLVuaOF8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udYLVuaOF8 .navbar.collapsed {
  justify-content: center;
}
.cid-udYLVuaOF8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYLVuaOF8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udYLVuaOF8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYLVuaOF8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYLVuaOF8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYLVuaOF8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udYLVuaOF8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udYLVuaOF8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udYLVuaOF8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udYLVuaOF8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYLVuaOF8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYLVuaOF8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udYLVuaOF8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYLVuaOF8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udYLVuaOF8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYLVuaOF8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udYLVuaOF8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udYLVuaOF8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udYLVuaOF8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udYLVuaOF8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYLVuaOF8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udYLVuaOF8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-udYLVuaOF8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYLVuaOF8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udYLVuaOF8 .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-udYLVuaOF8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udYLVuaOF8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYLVuaOF8 .dropdown-item.active,
.cid-udYLVuaOF8 .dropdown-item:active {
  background-color: transparent;
}
.cid-udYLVuaOF8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-udYLVuaOF8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYLVuaOF8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYLVuaOF8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYLVuaOF8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udYLVuaOF8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYLVuaOF8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-udYLVuaOF8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-udYLVuaOF8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYLVuaOF8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYLVuaOF8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYLVuaOF8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYLVuaOF8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYLVuaOF8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYLVuaOF8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYLVuaOF8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYLVuaOF8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udYLVuaOF8 .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-udYLVuaOF8 .navbar {
    height: 70px;
  }
  .cid-udYLVuaOF8 .navbar.opened {
    height: auto;
  }
  .cid-udYLVuaOF8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYLVuaOF8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udYLVuaOF8 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-udYLVuaOF8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udYLVuaOF8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udYLVuaOF8 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-udYLVuaOF8 .navbar-caption:hover {
  color: #6592e6;
}
@media (min-width: 992px) {
  .cid-udYLVuaOF8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udYLVuaOF8 .text_widget {
  margin-bottom: 32px;
}
.cid-udYLVuaOF8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udYLVuaOF8 .text_widget a:hover,
.cid-udYLVuaOF8 .text_widget a:focus {
  opacity: .8;
}
.cid-udYLVuaOF8 .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-udYLVuaOF8 .navbar-caption {
  color: #30262b;
}
.cid-udYLVuaOF8 .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-udYLVuaOF8 .mbr-section-subtitle,
.cid-udYLVuaOF8 .text_widget,
.cid-udYLVuaOF8 .mbr-section-btn {
  text-align: center;
}
.cid-udYLVuaOF8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udYLVwhcZP {
  display: flex;
  padding-top: 180px;
  padding-bottom: 120px;
 /* background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");*/
}
.cid-udYLVwhcZP .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-udYLVwhcZP .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-udYLVwhcZP {
    align-items: center;
  }
  .cid-udYLVwhcZP .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udYLVwhcZP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udYLVwhcZP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udYLVwhcZP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udYLVwhcZP .content-wrap {
    width: 100%;
  }
}
.cid-udYLVwhcZP .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-udYLVwhcZP .mbr-text,
.cid-udYLVwhcZP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-udYLVwhcZP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uem7X7AspY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uem7X7AspY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uem7X7AspY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uem7X7AspY .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uem7X7AspY .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uem7X7AspY .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uem7X7AspY .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uem7X7AspY .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uem7X7AspY .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uem7X7AspY .mbr-section-head {
  width: 100%;
}
.cid-uem7X7AspY .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uem7X7AspY .mbr-section-title {
    text-align: center;
  }
}
.cid-uem7X7AspY .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uem7X7AspY .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uem7X7AspY .card-row {
  align-items: stretch;
}
.cid-uem7X7AspY .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uem7X7AspY .card {
    margin-top: 30px;
  }
}
.cid-uem7X7AspY .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #fafafa);
}
@media (max-width: 1199px) {
  .cid-uem7X7AspY .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uem7X7AspY .card-wrapper {
    padding: 20px;
  }
}
.cid-uem7X7AspY .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uem7X7AspY .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-uem7X7AspY .card-wrapper:hover .card-title {
  color: #000000 !important;
}
.cid-uem7X7AspY .card-wrapper:hover .card-text {
  color: #000000 !important;
}
.cid-uem7X7AspY .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-uem7X7AspY .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffffff, #f3f6f9);
  opacity: 0;
  transition: .5s all;
}
.cid-uem7X7AspY .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-uem7X7AspY .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uem7X7AspY .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uem7X7AspY .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #c9a215;
}
.cid-uem7X7AspY .card-title {
  color: #000000;
  margin-bottom: 20px;
  transition: .5s all;
}
@media (max-width: 767px) {
  .cid-uem7X7AspY .card-title {
    margin-bottom: 15px;
  }
}
.cid-uem7X7AspY .card-text {
  color: #000000;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-uem7X7AspY .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-uem7X7AspY .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-uem7zU8811 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uem7zU8811 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uem7zU8811 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uem7zU8811 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uem7zU8811 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uem7zU8811 .container {
    padding: 0 6px;
  }
}
.cid-uem7zU8811 .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uem7zU8811 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uem7zU8811 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uem7zU8811 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uem7zU8811 .row {
    padding: 70px 30px;
  }
}
.cid-uem7zU8811 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uem7zU8811 .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uem7zU8811 .desc-wrapper {
    padding: 0;
  }
}
.cid-uem7zU8811 .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uem7zU8811 .title-wrapper {
  margin-bottom: 64px;
}
.cid-uem7zU8811 .title-wrapper span {
  color: #bbbbbb;
}
.cid-uem7zU8811 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uem7zU8811 .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
}
@media (max-width: 992px) {
  .cid-uem7zU8811 .cards-wrapper {
    display: block;
  }
}
.cid-uem7zU8811 .cards-wrapper .item {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uem7zU8811 .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uem7zU8811 .cards-wrapper .item .item-wrapper {
  padding: 0 30px 30px;
  border-radius: 16px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uem7zU8811 .cards-wrapper .item .item-wrapper {
    padding: 0 22px 22px;
  }
}
.cid-uem7zU8811 .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  height: 50px;
}
.cid-uem7zU8811 .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -50px;
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 10px solid #d3b32c;
}
.cid-uem7zU8811 .cards-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100px;
  height: 50px;
  top: 0;
}
.cid-uem7zU8811 .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 10px;
}
.cid-uem7zU8811 .cards-wrapper .item .item-wrapper .item-content .card-desc {
  margin-bottom: 10px;
}
.cid-uem7zU8811 .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uem7zU8811 .cards-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uem7zU8811 .cards-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  border: none;
  text-decoration: underline;
}
.cid-uem7zU8811 .mbr-desc {
  color: #262626;
}
.cid-uem7zU8811 .mbr-section-title {
  color: #000000;
}
.cid-uem7zU8811 .card-desc {
  color: #d3b32c;
  text-align: center;
}
.cid-uem7zU8811 .card-title {
  color: #131313;
}
.cid-uem7zU8811 .card-text {
  color: #131313;
  text-align: center;
}
.cid-uem7zU8811 .card-title,
.cid-uem7zU8811 .mbr-section-btn {
  text-align: center;
}
.cid-udYLVxSgkD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-udYLVxSgkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYLVxSgkD .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-udYLVxSgkD .container {
    padding: 0 16px;
  }
}
.cid-udYLVxSgkD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udYLVxSgkD .card {
    margin-bottom: 40px;
  }
}
.cid-udYLVxSgkD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udYLVxSgkD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-udYLVxSgkD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-udYLVxSgkD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYLVxSgkD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udYLVxSgkD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-udYLVxSgkD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udYLVxSgkD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-udYLVxSgkD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-udYLVxSgkD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udYLVxSgkD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-udYLVxSgkD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-udYLVxSgkD .mbr-section-title {
  color: #ffffff;
}
.cid-udYLVxSgkD .copyright {
  color: #ffffff;
}
.cid-udYLVxSgkD .mbr-card-title {
  color: #e6c63b;
}
.cid-udYLVxSgkD .list {
  color: #ffffff;
}
.cid-ue4oOlreWB {
  background-color: transparent;
}
.cid-ue4oOlreWB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-ue4oOlreWB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ue4oOlreWB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue4oOlreWB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue4oOlreWB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ue4oOlreWB .menu_box .navbar.opened,
  .cid-ue4oOlreWB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ue4oOlreWB .navbar-dropdown {
  position: relative !important;
}
.cid-ue4oOlreWB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ue4oOlreWB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ue4oOlreWB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ue4oOlreWB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ue4oOlreWB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ue4oOlreWB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-ue4oOlreWB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ue4oOlreWB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ue4oOlreWB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ue4oOlreWB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ue4oOlreWB .offcanvas-body .mbr-text,
  .cid-ue4oOlreWB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ue4oOlreWB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ue4oOlreWB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ue4oOlreWB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-ue4oOlreWB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ue4oOlreWB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ue4oOlreWB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ue4oOlreWB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ue4oOlreWB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ue4oOlreWB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ue4oOlreWB .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);
  }
  .cid-ue4oOlreWB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ue4oOlreWB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ue4oOlreWB .lg_brand {
    margin: 0 1rem;
  }
  .cid-ue4oOlreWB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-ue4oOlreWB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ue4oOlreWB .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ue4oOlreWB .nav-item {
    margin: 0 !important;
  }
}
.cid-ue4oOlreWB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-ue4oOlreWB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-ue4oOlreWB .nav-item .nav-link:hover,
.cid-ue4oOlreWB .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-ue4oOlreWB .nav-item .nav-link:hover::before,
.cid-ue4oOlreWB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ue4oOlreWB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ue4oOlreWB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ue4oOlreWB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ue4oOlreWB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ue4oOlreWB .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-ue4oOlreWB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ue4oOlreWB .offcanvas_box {
    display: none;
  }
}
.cid-ue4oOlreWB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ue4oOlreWB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ue4oOlreWB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ue4oOlreWB .container {
  display: flex;
  margin: auto;
}
.cid-ue4oOlreWB .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ue4oOlreWB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ue4oOlreWB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ue4oOlreWB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ue4oOlreWB .navbar-nav {
    margin: 0;
  }
}
.cid-ue4oOlreWB .dropdown-menu,
.cid-ue4oOlreWB .navbar.opened {
  background-color: false !important;
}
.cid-ue4oOlreWB .nav-item:focus,
.cid-ue4oOlreWB .nav-link:focus {
  outline: none;
}
.cid-ue4oOlreWB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue4oOlreWB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue4oOlreWB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue4oOlreWB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue4oOlreWB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue4oOlreWB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue4oOlreWB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ue4oOlreWB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ue4oOlreWB .navbar.opened {
  transition: all 0.3s;
}
.cid-ue4oOlreWB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ue4oOlreWB .navbar .navbar-logo img {
  max-width: 30px;
  min-height: 30px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ue4oOlreWB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ue4oOlreWB .navbar.collapsed {
  justify-content: center;
}
.cid-ue4oOlreWB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue4oOlreWB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ue4oOlreWB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue4oOlreWB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue4oOlreWB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue4oOlreWB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ue4oOlreWB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ue4oOlreWB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ue4oOlreWB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ue4oOlreWB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue4oOlreWB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue4oOlreWB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ue4oOlreWB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue4oOlreWB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ue4oOlreWB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue4oOlreWB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ue4oOlreWB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ue4oOlreWB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ue4oOlreWB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ue4oOlreWB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue4oOlreWB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ue4oOlreWB .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue4oOlreWB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue4oOlreWB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue4oOlreWB .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-ue4oOlreWB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ue4oOlreWB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue4oOlreWB .dropdown-item.active,
.cid-ue4oOlreWB .dropdown-item:active {
  background-color: transparent;
}
.cid-ue4oOlreWB .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ue4oOlreWB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue4oOlreWB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue4oOlreWB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue4oOlreWB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ue4oOlreWB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue4oOlreWB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-ue4oOlreWB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-ue4oOlreWB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue4oOlreWB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue4oOlreWB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue4oOlreWB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue4oOlreWB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue4oOlreWB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue4oOlreWB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue4oOlreWB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue4oOlreWB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ue4oOlreWB .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-ue4oOlreWB .navbar {
    height: 70px;
  }
  .cid-ue4oOlreWB .navbar.opened {
    height: auto;
  }
  .cid-ue4oOlreWB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue4oOlreWB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ue4oOlreWB .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-ue4oOlreWB .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ue4oOlreWB .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ue4oOlreWB .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-ue4oOlreWB .navbar-caption:hover {
  color: #6592e6;
}
@media (min-width: 992px) {
  .cid-ue4oOlreWB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ue4oOlreWB .text_widget {
  margin-bottom: 32px;
}
.cid-ue4oOlreWB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ue4oOlreWB .text_widget a:hover,
.cid-ue4oOlreWB .text_widget a:focus {
  opacity: .8;
}
.cid-ue4oOlreWB .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-ue4oOlreWB .navbar-caption {
  color: #30262b;
}
.cid-ue4oOlreWB .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-ue4oOlreWB .mbr-section-subtitle,
.cid-ue4oOlreWB .text_widget,
.cid-ue4oOlreWB .mbr-section-btn {
  text-align: center;
}
.cid-ue4oOlreWB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ue4oOnDcOo {
  display: flex;
  padding-top: 180px;
  padding-bottom: 120px;
  /*background-image: url("../../../assets/images/mbr-1920x1272.jpg");*/
}
.cid-ue4oOnDcOo .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ue4oOnDcOo .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-ue4oOnDcOo {
    align-items: center;
  }
  .cid-ue4oOnDcOo .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ue4oOnDcOo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ue4oOnDcOo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ue4oOnDcOo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ue4oOnDcOo .content-wrap {
    width: 100%;
  }
}
.cid-ue4oOnDcOo .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ue4oOnDcOo .mbr-text,
.cid-ue4oOnDcOo .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ue4oOnDcOo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uema3eio9Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uema3eio9Z .content {
    text-align: center;
  }
  .cid-uema3eio9Z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uema3eio9Z .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uema3eio9Z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uema3eio9Z .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uema3eio9Z .google-map {
  height: 25rem;
  position: relative;
}
.cid-uema3eio9Z .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uema3eio9Z .google-map [data-state-details] {
  color: #000000;
  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-uema3eio9Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uema3eio9Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uema3eio9Z .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-uema3eio9Z .social-list {
    margin-left: -7px;
  }
}
.cid-uema3eio9Z .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uema3eio9Z .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-uema3eio9Z .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-uema3eio9Z .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uema3eio9Z .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-uema3eio9Z .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-uema3eio9Z .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uema3eio9Z .list {
  list-style-type: none;
  padding: 0;
}
.cid-uema3eio9Z .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-uema3eio9Z .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-uema3eio9Z .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uema3eio9Z H5 {
  color: #000000;
}
.cid-uema3eio9Z .mbr-text {
  color: #353535;
}
.cid-uema3eio9Z .mbr-section-title {
  text-align: left;
}
.cid-ue4oOpfJZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ue4oOpfJZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4oOpfJZA .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-ue4oOpfJZA .container {
    padding: 0 16px;
  }
}
.cid-ue4oOpfJZA .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue4oOpfJZA .card {
    margin-bottom: 40px;
  }
}
.cid-ue4oOpfJZA .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ue4oOpfJZA .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ue4oOpfJZA .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ue4oOpfJZA .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue4oOpfJZA .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ue4oOpfJZA .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ue4oOpfJZA .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ue4oOpfJZA .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ue4oOpfJZA .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ue4oOpfJZA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ue4oOpfJZA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ue4oOpfJZA .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ue4oOpfJZA .mbr-section-title {
  color: #ffffff;
}
.cid-ue4oOpfJZA .copyright {
  color: #ffffff;
}
.cid-ue4oOpfJZA .mbr-card-title {
  color: #e6c63b;
}
.cid-ue4oOpfJZA .list {
  color: #ffffff;
}








	/*Custome Css*/

.espl-section-head-text{
 font-size:26px;
 font-family: "Nunito Sans", sans-serif !important;
  color: #565656;
}

.espl-subhead-text{
  font-size:20px !important;
  text-transform: none;
   font-family: "Nunito Sans", sans-serif !important;
    color: #565656;
}
.espl-para-text{
  font-size:16px !important;
  text-transform: none;
   font-family: "Nunito Sans", sans-serif !important;
   color: #565656;
} 
.espl-subhead-text2{
  font-size:18px !important;
  text-transform: none;
   font-family: "Nunito Sans", sans-serif !important;
     color: #565656;
}
.espl-para-text2{
  font-size:15px !important;
  text-transform: none;
   font-family: "Nunito Sans", sans-serif !important;
   color: #565656;
} 
.espl-fw-300{
  font-weight:300;
}
.espl-fw-400{
  font-weight:400;
}
.espl-fw-500{
  font-weight:500;
}
.espl-fw-600{
  font-weight:600;
}
.espl-fw-700{
  font-weight:700;
}
.text-justify{
  text-align:justify !important;
}

 .logo-text {
    font-size: 15px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  
  .section_head_color {
    color: #000 !important;
}

.top-info {
    text-align: right!important;
    color: #ffffff !important;
    font-size: 13px !important;
    text-decoration: none !important;
     font-family: "Nunito Sans", sans-serif !important;
}

.menu-text{
  font-family: "Nunito Sans", sans-serif !important;
    font-size: 13px;
    line-height: 1.5;
}

.espl-fw-600 {
    font-weight: 600;
}
.section-title p {
    margin: 0;
    margin: 0;
    font-size: 30px!important;
    font-weight: 600 !important;
     font-family: "Nunito Sans", sans-serif !important;
    /* font-family: "Poppins", serif; */
    /* color: #f5593d; */
    display: flex;

    /* text-align: left; */
}