body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #1c37b0 !important;
}
.bg-success {
  background-color: #2299aa !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c37b0 !important;
  border-color: #1c37b0 !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: #102065 !important;
  border-color: #102065 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #102065 !important;
  border-color: #102065 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #920e0e !important;
  border-color: #920e0e !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: #430606 !important;
  border-color: #430606 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #430606 !important;
  border-color: #430606 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #2299aa !important;
  border-color: #2299aa !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: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1c37b0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #102065 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c37b0 !important;
  border-color: #1c37b0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #920e0e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #430606 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #920e0e !important;
  border-color: #920e0e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1c37b0 !important;
}
.text-secondary {
  color: #920e0e !important;
}
.text-success {
  color: #2299aa !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e1b58 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #350505 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #114c55 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #1c37b0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1c37b0;
  border-color: #1c37b0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1c37b0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #657de7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6ad2e1;
}
.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: #ffffff;
}
.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: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #1c37b0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #1c37b0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1c37b0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c37b0;
}
.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: #1c37b0;
  border-bottom-color: #1c37b0;
}
.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: #1c37b0 !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: #920e0e !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='%231c37b0' %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-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tCxmY1I3xa {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCxmY1I3xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxmY1I3xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxmY1I3xa .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tCxmY1I3xa [class^="socicon-"]:before,
.cid-tCxmY1I3xa [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: center;
  color: #1c37b0;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #1c37b0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-s48udlf8KU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s48udlf8KU .mbr-section-title {
  text-align: left;
}
.cid-s48udlf8KU .mbr-section-subtitle {
  text-align: left;
}
.cid-tCmv8D8reO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCmv8D8reO .carousel {
    min-height: 500px;
  }
  .cid-tCmv8D8reO .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCmv8D8reO .carousel {
    min-height: 325px;
  }
  .cid-tCmv8D8reO .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tCmv8D8reO .carousel {
    min-height: 275px;
  }
  .cid-tCmv8D8reO .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tCmv8D8reO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tCmv8D8reO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tCmv8D8reO .carousel,
.cid-tCmv8D8reO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCmv8D8reO .item-wrapper {
  width: 100%;
}
.cid-tCmv8D8reO .carousel-caption {
  bottom: 40px;
}
.cid-tCmv8D8reO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tCmv8D8reO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tCmv8D8reO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tCmv8D8reO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tCmv8D8reO .carousel-control {
  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-tCmv8D8reO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCmv8D8reO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCmv8D8reO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCmv8D8reO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tCmv8D8reO .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-tCmv8D8reO .carousel-indicators li.active,
.cid-tCmv8D8reO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCmv8D8reO .carousel-indicators li::after,
.cid-tCmv8D8reO .carousel-indicators li::before {
  content: none;
}
.cid-tCmv8D8reO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCmv8D8reO .carousel-indicators {
    display: none !important;
  }
}
.cid-s48vaXqeL6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s48vaXqeL6 .mbr-section-title {
  text-align: left;
}
.cid-s48vaXqeL6 .mbr-section-subtitle {
  text-align: left;
}
.cid-tCmEw6f8BC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCmEw6f8BC img,
.cid-tCmEw6f8BC .item-img {
  width: 100%;
}
.cid-tCmEw6f8BC .item:focus,
.cid-tCmEw6f8BC span:focus {
  outline: none;
}
.cid-tCmEw6f8BC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCmEw6f8BC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCmEw6f8BC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCmEw6f8BC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCmEw6f8BC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCmEw6f8BC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCmEw6f8BC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCmEw6f8BC .mbr-section-title {
  color: #232323;
}
.cid-tCmEw6f8BC .mbr-text,
.cid-tCmEw6f8BC .mbr-section-btn {
  text-align: left;
}
.cid-tCmEw6f8BC .item-title {
  text-align: left;
}
.cid-tCmEw6f8BC .item-subtitle {
  text-align: left;
}
.cid-tCmEXEG2MH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCmEXEG2MH .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCmEXEG2MH img,
.cid-tCmEXEG2MH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCmEXEG2MH .item:focus,
.cid-tCmEXEG2MH span:focus {
  outline: none;
}
.cid-tCmEXEG2MH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCmEXEG2MH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCmEXEG2MH .item {
  padding: 0;
  margin: 0;
}
.cid-tCmEXEG2MH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCmEXEG2MH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCmEXEG2MH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCmEXEG2MH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCmEXEG2MH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCmEXEG2MH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCmEXEG2MH .mbr-section-title {
  color: #232323;
}
.cid-tCmEXEG2MH .mbr-text,
.cid-tCmEXEG2MH .mbr-section-btn {
  text-align: left;
}
.cid-tCmEXEG2MH .item-title {
  text-align: left;
}
.cid-tCmEXEG2MH .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tCmFUR4MoT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCmFUR4MoT .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCmFUR4MoT img,
.cid-tCmFUR4MoT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCmFUR4MoT .item:focus,
.cid-tCmFUR4MoT span:focus {
  outline: none;
}
.cid-tCmFUR4MoT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCmFUR4MoT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCmFUR4MoT .item {
  padding: 0;
  margin: 0;
}
.cid-tCmFUR4MoT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCmFUR4MoT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCmFUR4MoT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCmFUR4MoT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCmFUR4MoT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCmFUR4MoT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCmFUR4MoT .mbr-section-title {
  color: #232323;
}
.cid-tCmFUR4MoT .mbr-text,
.cid-tCmFUR4MoT .mbr-section-btn {
  text-align: left;
}
.cid-tCmFUR4MoT .item-title {
  text-align: left;
}
.cid-tCmFUR4MoT .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDEN9EVmfy {
  z-index: 1000;
  width: 100%;
}
.cid-tDEN9EVmfy nav.navbar {
  position: fixed;
}
.cid-tDEN9EVmfy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEN9EVmfy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDEN9EVmfy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDEN9EVmfy .dropdown-item:hover,
.cid-tDEN9EVmfy .dropdown-item:focus {
  background: #1c37b0 !important;
  color: white !important;
}
.cid-tDEN9EVmfy .dropdown-item:hover span {
  color: white;
}
.cid-tDEN9EVmfy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDEN9EVmfy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDEN9EVmfy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDEN9EVmfy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDEN9EVmfy .nav-link {
  position: relative;
}
.cid-tDEN9EVmfy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDEN9EVmfy .container {
    flex-wrap: nowrap;
  }
}
.cid-tDEN9EVmfy .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-tDEN9EVmfy .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-tDEN9EVmfy .iconfont-wrapper:hover .mbr-iconfont {
  color: #1c37b0;
}
.cid-tDEN9EVmfy .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-tDEN9EVmfy .navbar-nav .nav-item:hover {
  color: #1c37b0 !important;
}
.cid-tDEN9EVmfy .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-tDEN9EVmfy .navbar-nav .nav-link:hover {
  color: #1c37b0 !important;
}
.cid-tDEN9EVmfy .dropdown-menu,
.cid-tDEN9EVmfy .navbar.opened {
  background: #ffffff !important;
}
.cid-tDEN9EVmfy .nav-item:focus,
.cid-tDEN9EVmfy .nav-link:focus {
  outline: none;
}
.cid-tDEN9EVmfy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEN9EVmfy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEN9EVmfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEN9EVmfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEN9EVmfy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEN9EVmfy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEN9EVmfy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-tDEN9EVmfy .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEN9EVmfy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDEN9EVmfy .navbar .navbar-logo img {
  width: auto;
}
.cid-tDEN9EVmfy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDEN9EVmfy .navbar.collapsed {
  justify-content: center;
}
.cid-tDEN9EVmfy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEN9EVmfy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDEN9EVmfy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-tDEN9EVmfy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEN9EVmfy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEN9EVmfy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDEN9EVmfy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEN9EVmfy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDEN9EVmfy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDEN9EVmfy .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-tDEN9EVmfy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEN9EVmfy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEN9EVmfy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEN9EVmfy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDEN9EVmfy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDEN9EVmfy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEN9EVmfy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDEN9EVmfy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDEN9EVmfy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEN9EVmfy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEN9EVmfy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDEN9EVmfy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDEN9EVmfy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEN9EVmfy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEN9EVmfy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tDEN9EVmfy .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-tDEN9EVmfy .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-tDEN9EVmfy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDEN9EVmfy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEN9EVmfy .dropdown-item.active,
.cid-tDEN9EVmfy .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEN9EVmfy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEN9EVmfy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEN9EVmfy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEN9EVmfy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDEN9EVmfy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDEN9EVmfy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEN9EVmfy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDEN9EVmfy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEN9EVmfy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDEN9EVmfy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-tDEN9EVmfy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEN9EVmfy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEN9EVmfy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEN9EVmfy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEN9EVmfy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEN9EVmfy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEN9EVmfy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEN9EVmfy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEN9EVmfy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDEN9EVmfy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDEN9EVmfy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDEN9EVmfy .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDEN9EVmfy .navbar {
    height: 70px;
  }
  .cid-tDEN9EVmfy .navbar.opened {
    height: auto;
  }
  .cid-tDEN9EVmfy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-tDEN9EVmfy .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tDEN9EVmfy .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-tDEN9EVmfy .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEN9EVmfy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tDEN9EVmfy .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #1c37b0 50%, #1c37b0 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-tDEN9EVmfy .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #1c37b0 50%, #1c37b0 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-tDEN9EVmfy .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-tDEN9EVmfy .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #1c37b0 50%, #1c37b0 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-tDEN9EVmfy .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #1c37b0 50%, #1c37b0 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-tDEN9EVmfy .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-sFzxmVl7J6 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFzxmVl7J6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-sFzz5E692j {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sFzz5E692j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzz5E692j .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzz5E692j .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzyUE9AaP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-sFzyUE9AaP .container {
    max-width: 1400px;
  }
}
.cid-sFzyUE9AaP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-sFzyUE9AaP .card-wrapper {
  margin-top: 3rem;
}
.cid-sFzyUE9AaP .row {
  justify-content: center;
}
.cid-sFzyUE9AaP .card-title,
.cid-sFzyUE9AaP .iconfont-wrapper {
  color: #000000;
}
.cid-sFzyUE9AaP .card-text {
  color: #000000;
}
.cid-sFzyUE9AaP .mbr-section-title {
  color: #000000;
}
.cid-sFzFvgBfc0 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sFzFvgBfc0 img,
.cid-sFzFvgBfc0 .item-img {
  width: 100%;
}
.cid-sFzFvgBfc0 .item:focus,
.cid-sFzFvgBfc0 span:focus {
  outline: none;
}
.cid-sFzFvgBfc0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFzFvgBfc0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFzFvgBfc0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFzFvgBfc0 .mbr-section-title {
  color: #000000;
}
.cid-sFzFvgBfc0 .mbr-text,
.cid-sFzFvgBfc0 .mbr-section-btn {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-title {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-subtitle {
  text-align: left;
}
.cid-sFzErVWEaH {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-sFzErVWEaH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFzErVWEaH .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFzErVWEaH .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFzErVWEaH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFzErVWEaH .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFzErVWEaH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFzErVWEaH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFzErVWEaH .social-row {
  text-align: center;
}
.cid-sFzErVWEaH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFzErVWEaH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFzErVWEaH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFzErVWEaH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFzErVWEaH .mbr-section-title {
  color: #000000;
}
.cid-sFzErVWEaH .mbr-section-title1 {
  color: #000000;
}
.cid-sFzDs3t9EG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #bbbbbb;
}
.cid-sFzDs3t9EG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFzDs3t9EG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFzDs3t9EG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFzDs3t9EG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFzDs3t9EG .mbr-section-title {
  color: #000000;
}
.cid-sFzDs3t9EG .mbr-section-subtitle {
  color: #000000;
}
.cid-sFzIA7KGYz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sFzIA7KGYz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFzIA7KGYz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFzIA7KGYz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #1c37b0;
}
.cid-sFzIA7KGYz P {
  color: #1c37b0;
}
.cid-sFAxp7Y5iM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFAxp7Y5iM .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFAxp7Y5iM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFAxp7Y5iM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFAxp7Y5iM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFAxp7Y5iM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tCJmvXQEDk {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCJmvXQEDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJmvXQEDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJmvXQEDk .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tCJmvXQEDk [class^="socicon-"]:before,
.cid-tCJmvXQEDk [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tCJrJJ8V2g {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tCJrJJ8V2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJrJJ8V2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJrJJ8V2g .row {
  align-items: flex-end;
}
.cid-tCJrJJ8V2g .mbr-section-title {
  color: #dfcefd;
}
.cid-tCJrJJ8V2g .mbr-text,
.cid-tCJrJJ8V2g .mbr-section-btn {
  color: #dfcefd;
}
.cid-tCJrJJ8V2g .col-lg-4 {
  align-items: flex-end;
}
.cid-tCzDsUecHR {
  overflow: hidden;
  background-color: #4479d9;
}
.cid-tCzDsUecHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCzDsUecHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCzDsUecHR .container,
.cid-tCzDsUecHR .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCzDsUecHR .container,
  .cid-tCzDsUecHR .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCzDsUecHR .container .decor-wrapper,
.cid-tCzDsUecHR .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tCzDsUecHR .container .decor-wrapper,
  .cid-tCzDsUecHR .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tCzDsUecHR .container .decor-wrapper .decor,
.cid-tCzDsUecHR .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #920e0e;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.cid-tCzDsUecHR .container .decor-wrapper .decor:first-child,
.cid-tCzDsUecHR .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.cid-tCzDsUecHR .container .decor-wrapper .decor:last-child,
.cid-tCzDsUecHR .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.cid-tCzDsUecHR .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tCzDsUecHR .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tCzDsUecHR .title-wrapper .mbr-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #e43f3f;
  margin-bottom: 50px;
}
.cid-tCzDsUecHR .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .cid-tCzDsUecHR .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.cid-tCzDsUecHR .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tCzDsUecHR .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tCzDsUecHR .mbr-section-title {
  color: #ffffff;
}
.cid-tCzDsUecHR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCzDsUecHR .mbr-text {
  color: #ffffff;
}
.cid-tCzCd3SSkF .mbr-section-title {
  text-align: center;
  color: #1c37b0;
}
.cid-tCzCd3SSkF .mbr-text,
.cid-tCzCd3SSkF .mbr-section-btn {
  color: #1c37b0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tCzCd3SSkF .mbr-section-title,
  .cid-tCzCd3SSkF .mbr-section-btn,
  .cid-tCzCd3SSkF .mbr-text {
    text-align: center;
  }
}
.cid-tCzFlI5cHn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCzFlI5cHn img {
  width: 120px;
  margin: auto;
}
.cid-tCzFlI5cHn .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tCzFlI5cHn .card {
    max-width: 12.5%;
  }
}
.cid-tCzFGdS0FT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCzFGdS0FT img {
  width: 120px;
  margin: auto;
}
.cid-tCzFGdS0FT .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tCzFGdS0FT .card {
    max-width: 12.5%;
  }
}
.cid-tCJoubMD0E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCJoubMD0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJoubMD0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJoubMD0E .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCJoubMD0E .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCJoubMD0E .container-fluid .row {
  padding: 0;
}
.cid-tCJoubMD0E .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tCJoubMD0E .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tCJoubMD0E .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #1c37b0;
  text-align: left;
}
.cid-tCJoubMD0E .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-tCJoubMD0E .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tCJoubMD0E .mbr-section-title {
  color: #495DFF;
}
.cid-tCJoubMD0E .mbr-text {
  color: #495DFF;
}
.cid-tCJoubMD0E .mbr-section-title,
.cid-tCJoubMD0E .list-wrapper {
  text-align: left;
  color: #1c37b0;
}
.cid-tCJp4fjjHQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCJp4fjjHQ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCzCd6GCyO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCzCd6GCyO img,
.cid-tCzCd6GCyO .item-img {
  width: 100%;
}
.cid-tCzCd6GCyO .item:focus,
.cid-tCzCd6GCyO span:focus {
  outline: none;
}
.cid-tCzCd6GCyO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCzCd6GCyO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCzCd6GCyO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCzCd6GCyO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCzCd6GCyO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCzCd6GCyO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCzCd6GCyO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCzCd6GCyO .mbr-section-title {
  color: #232323;
}
.cid-tCzCd6GCyO .mbr-text,
.cid-tCzCd6GCyO .mbr-section-btn {
  text-align: left;
}
.cid-tCzCd6GCyO .item-title {
  text-align: left;
}
.cid-tCzCd6GCyO .item-subtitle {
  text-align: left;
}
.cid-tCzCd7rSJ8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCzCd7rSJ8 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCzCd7rSJ8 img,
.cid-tCzCd7rSJ8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCzCd7rSJ8 .item:focus,
.cid-tCzCd7rSJ8 span:focus {
  outline: none;
}
.cid-tCzCd7rSJ8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCzCd7rSJ8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCzCd7rSJ8 .item {
  padding: 0;
  margin: 0;
}
.cid-tCzCd7rSJ8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCzCd7rSJ8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCzCd7rSJ8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCzCd7rSJ8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCzCd7rSJ8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCzCd7rSJ8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCzCd7rSJ8 .mbr-section-title {
  color: #232323;
}
.cid-tCzCd7rSJ8 .mbr-text,
.cid-tCzCd7rSJ8 .mbr-section-btn {
  text-align: left;
}
.cid-tCzCd7rSJ8 .item-title {
  text-align: left;
}
.cid-tCzCd7rSJ8 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tCzCd8cgox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCzCd8cgox .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCzCd8cgox img,
.cid-tCzCd8cgox .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCzCd8cgox .item:focus,
.cid-tCzCd8cgox span:focus {
  outline: none;
}
.cid-tCzCd8cgox .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCzCd8cgox .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCzCd8cgox .item {
  padding: 0;
  margin: 0;
}
.cid-tCzCd8cgox .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCzCd8cgox .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCzCd8cgox .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCzCd8cgox .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCzCd8cgox .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCzCd8cgox .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCzCd8cgox .mbr-section-title {
  color: #232323;
}
.cid-tCzCd8cgox .mbr-text,
.cid-tCzCd8cgox .mbr-section-btn {
  text-align: left;
}
.cid-tCzCd8cgox .item-title {
  text-align: left;
}
.cid-tCzCd8cgox .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tCJqO01tOg {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCJqO01tOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJqO01tOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJqO01tOg .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tCJqO01tOg [class^="socicon-"]:before,
.cid-tCJqO01tOg [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tCJrviQx7a {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tCJrviQx7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJrviQx7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJrviQx7a .row {
  align-items: flex-end;
}
.cid-tCJrviQx7a .mbr-section-title {
  color: #dfcefd;
}
.cid-tCJrviQx7a .mbr-text,
.cid-tCJrviQx7a .mbr-section-btn {
  color: #dfcefd;
}
.cid-tCJrviQx7a .col-lg-4 {
  align-items: flex-end;
}
.cid-tCJrdh8KEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bbbbbb;
}
.cid-tCJrdh8KEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJrdh8KEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJrdh8KEy .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tCJrdh8KEy .container-fluid {
    padding: 0 12px;
  }
}
.cid-tCJrdh8KEy .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCJrdh8KEy .container {
    padding: 0 20px;
  }
}
.cid-tCJrdh8KEy .row {
  border-top: 2px solid #8e8585;
  border-bottom: 2px solid #8e8585;
  margin-top: -2px;
}
.cid-tCJrdh8KEy .card {
  padding: 0;
}
.cid-tCJrdh8KEy .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCJrdh8KEy .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-tCJrdh8KEy .image-wrap {
  border-right: 2px solid #8e8585;
  border-bottom: 2px solid #8e8585;
}
.cid-tCJrdh8KEy .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-tCJrdh8KEy .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #8e8585;
}
.cid-tCJrdh8KEy .image-wrap:nth-child(2n) {
  border-bottom: 2px solid #8e8585;
}
.cid-tCJrdh8KEy .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-right: 2px solid #8e8585;
}
.cid-tCJrdh8KEy .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-tCJrdh8KEy .image-wrap:last-child {
    border-bottom: 2px solid #8e8585;
  }
}
.cid-tCJrdh8KEy .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
  border: 2px solid #8e8585;
  border-top: 0;
}
.cid-tCJrdh8KEy .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tCJrdh8KEy .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-tCJrdh8KEy .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #8e8585;
}
@media (max-width: 992px) {
  .cid-tCJrdh8KEy .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tCJrdh8KEy .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCJrdh8KEy .mbr-section-title {
  color: #1d1d1d;
}
.cid-tCJrdh8KEy .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tCJsDlpjLQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
}
.cid-tCJsDlpjLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJsDlpjLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJsDlpjLQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tCJsDlpjLQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCJsDlpjLQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCJsDlpjLQ .container {
    padding: 0 20px;
  }
}
.cid-tCJsDlpjLQ .row {
  justify-content: center;
}
.cid-tCJsDlpjLQ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tCJsDlpjLQ .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tCJsDlpjLQ .card-wrapper {
  padding: 32px;
  margin-bottom: 64px;
  border: 2px solid #d7d7d7;
}
.cid-tCJsDlpjLQ .card-wrapper .icon-wrapper {
  margin-bottom: 88px;
}
.cid-tCJsDlpjLQ .card-wrapper .icon-wrapper .mbr-iconfont {
  color: #1d1d1d;
  font-size: 42px;
}
.cid-tCJsDlpjLQ .card-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tCJsDlpjLQ .card-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tCJsDlpjLQ .mbr-section-title {
  color: #1d1d1d;
}
.cid-tCJsDlpjLQ .mbr-card-title {
  color: #1d1d1d;
}
.cid-tCJsDlpjLQ .mbr-text {
  color: #1d1d1d;
}
.cid-tCJsXAzQbh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-tCJsXAzQbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJsXAzQbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJsXAzQbh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tCJsXAzQbh .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCJsXAzQbh .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCJsXAzQbh .container {
    padding: 0 20px;
  }
}
.cid-tCJsXAzQbh .row {
  justify-content: center;
}
.cid-tCJsXAzQbh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tCJsXAzQbh .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tCJsXAzQbh .card-wrapper {
  padding: 32px;
  margin-bottom: 64px;
  border: 2px solid #8e8585;
}
.cid-tCJsXAzQbh .card-wrapper .icon-wrapper {
  margin-bottom: 88px;
}
.cid-tCJsXAzQbh .card-wrapper .icon-wrapper .mbr-iconfont {
  color: #1d1d1d;
  font-size: 42px;
}
.cid-tCJsXAzQbh .card-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tCJsXAzQbh .card-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tCJsXAzQbh .mbr-section-title {
  color: #1d1d1d;
}
.cid-tCJsXAzQbh .mbr-card-title {
  color: #1d1d1d;
}
.cid-tCJsXAzQbh .mbr-text {
  color: #1d1d1d;
}
.cid-tCJu88lZ0S {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-tCJu88lZ0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJu88lZ0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJvZZDCTB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-tCJvZZDCTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJvZZDCTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJvZZDCTB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCJvZZDCTB .container-fluid {
    padding: 0 30px;
  }
}
.cid-tCJvZZDCTB .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCJvZZDCTB .container {
    padding: 0 30px;
  }
}
.cid-tCJvZZDCTB .text-wrap {
  display: flex;
  align-items: center;
}
.cid-tCJvZZDCTB .text-wrap .text-wrapper {
  padding-right: 160px;
  padding-right: 0;
  padding-left: 160px;
}
@media (max-width: 1200px) {
  .cid-tCJvZZDCTB .text-wrap .text-wrapper {
    padding-right: 82px;
  }
}
@media (max-width: 1200px) {
  .cid-tCJvZZDCTB .text-wrap .text-wrapper {
    padding-right: 0;
    padding-left: 82px;
  }
}
@media (max-width: 992px) {
  .cid-tCJvZZDCTB .text-wrap .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tCJvZZDCTB .text-wrap .text-wrapper {
    padding: 0;
  }
}
.cid-tCJvZZDCTB .text-wrap .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tCJvZZDCTB .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tCJvZZDCTB .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCJvZZDCTB .image-wrapper {
    margin-top: 60px;
  }
}
.cid-tCJvZZDCTB .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-tCJvZZDCTB .image-wrapper img:first-child {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-tCJvZZDCTB .image-wrapper img:first-child {
    height: 280px;
  }
}
.cid-tCJvZZDCTB .image-wrapper img:last-child {
  position: absolute;
  bottom: 4rem;
  left: -7rem;
  width: 230px;
  height: 320px;
  left: auto;
  right: -7rem;
}
@media (max-width: 1200px) {
  .cid-tCJvZZDCTB .image-wrapper img:last-child {
    right: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tCJvZZDCTB .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tCJvZZDCTB .mbr-section-title {
  color: #000000;
}
.cid-tCJvZZDCTB .mbr-text {
  color: #000000;
}
.cid-tCJvZZDCTB .mbr-cit {
  color: #000000;
}
.cid-tCJvZZDCTB .mbr-name {
  color: #a8a8a8;
}
.cid-tCJtRATOcT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-tCJtRATOcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJtRATOcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJtRATOcT .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tCJtRATOcT .container-fluid {
    padding: 0 12px;
  }
}
.cid-tCJtRATOcT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCJtRATOcT .container {
    padding: 0 20px;
  }
}
.cid-tCJtRATOcT .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tCJtRATOcT .card {
  padding: 0;
}
.cid-tCJtRATOcT .card:last-child {
  padding-left: 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCJtRATOcT .card:last-child {
    align-items: center;
    padding: 0;
    margin-bottom: 64px;
  }
}
.cid-tCJtRATOcT .image-wrap {
  border-right: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tCJtRATOcT .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-tCJtRATOcT .image-wrap:first-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #d7d7d7;
}
.cid-tCJtRATOcT .image-wrap:nth-child(2n) {
  border: none;
}
.cid-tCJtRATOcT .image-wrap:nth-child(2n) img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-top-left-radius: 100%;
  border: 2px solid #d7d7d7;
}
.cid-tCJtRATOcT .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-tCJtRATOcT .image-wrap:last-child {
    border-bottom: 2px solid #d7d7d7;
  }
}
.cid-tCJtRATOcT .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.cid-tCJtRATOcT .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tCJtRATOcT .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-tCJtRATOcT .cards {
  display: grid;
  grid-template-columns: 330px 330px;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media (max-width: 1300px) {
  .cid-tCJtRATOcT .cards {
    grid-template-columns: 260px 260px;
  }
}
@media (max-width: 1200px) {
  .cid-tCJtRATOcT .cards {
    grid-template-columns: 230px 230px;
  }
}
@media (max-width: 768px) {
  .cid-tCJtRATOcT .cards {
    grid-template-columns: 230px;
  }
}
.cid-tCJtRATOcT .cards .card-wrapper {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
.cid-tCJtRATOcT .cards .card-wrapper .mbr-number {
  width: 100%;
  margin-bottom: 0;
}
.cid-tCJtRATOcT .cards .card-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-tCJtRATOcT .mbr-section-title {
  color: #1d1d1d;
}
.cid-tCJtRATOcT .mbr-number {
  color: #1d1d1d;
}
.cid-tCJtRATOcT .mbr-desc {
  color: #1d1d1d;
}
.cid-tCJqO4wh49 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCJqO4wh49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJqO4wh49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJqO4wh49 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCJqO4wh49 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCJqO4wh49 .container-fluid .row {
  padding: 0;
}
.cid-tCJqO4wh49 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tCJqO4wh49 .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tCJqO4wh49 .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #1c37b0;
  text-align: left;
}
.cid-tCJqO4wh49 .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-tCJqO4wh49 .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tCJqO4wh49 .mbr-section-title {
  color: #495DFF;
}
.cid-tCJqO4wh49 .mbr-text {
  color: #495DFF;
}
.cid-tCJqO4wh49 .mbr-section-title,
.cid-tCJqO4wh49 .list-wrapper {
  text-align: left;
  color: #1c37b0;
}
.cid-tCJqO5mf6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCJqO5mf6O .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCJqO6atyV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCJqO6atyV img,
.cid-tCJqO6atyV .item-img {
  width: 100%;
}
.cid-tCJqO6atyV .item:focus,
.cid-tCJqO6atyV span:focus {
  outline: none;
}
.cid-tCJqO6atyV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCJqO6atyV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCJqO6atyV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCJqO6atyV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCJqO6atyV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCJqO6atyV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCJqO6atyV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCJqO6atyV .mbr-section-title {
  color: #232323;
}
.cid-tCJqO6atyV .mbr-text,
.cid-tCJqO6atyV .mbr-section-btn {
  text-align: left;
}
.cid-tCJqO6atyV .item-title {
  text-align: left;
}
.cid-tCJqO6atyV .item-subtitle {
  text-align: left;
}
.cid-tCJqO77hXA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCJqO77hXA .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCJqO77hXA img,
.cid-tCJqO77hXA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCJqO77hXA .item:focus,
.cid-tCJqO77hXA span:focus {
  outline: none;
}
.cid-tCJqO77hXA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCJqO77hXA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCJqO77hXA .item {
  padding: 0;
  margin: 0;
}
.cid-tCJqO77hXA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCJqO77hXA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCJqO77hXA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCJqO77hXA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCJqO77hXA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCJqO77hXA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCJqO77hXA .mbr-section-title {
  color: #232323;
}
.cid-tCJqO77hXA .mbr-text,
.cid-tCJqO77hXA .mbr-section-btn {
  text-align: left;
}
.cid-tCJqO77hXA .item-title {
  text-align: left;
}
.cid-tCJqO77hXA .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tCJqO87WAP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCJqO87WAP .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCJqO87WAP img,
.cid-tCJqO87WAP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCJqO87WAP .item:focus,
.cid-tCJqO87WAP span:focus {
  outline: none;
}
.cid-tCJqO87WAP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCJqO87WAP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCJqO87WAP .item {
  padding: 0;
  margin: 0;
}
.cid-tCJqO87WAP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCJqO87WAP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCJqO87WAP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCJqO87WAP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCJqO87WAP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCJqO87WAP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCJqO87WAP .mbr-section-title {
  color: #232323;
}
.cid-tCJqO87WAP .mbr-text,
.cid-tCJqO87WAP .mbr-section-btn {
  text-align: left;
}
.cid-tCJqO87WAP .item-title {
  text-align: left;
}
.cid-tCJqO87WAP .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tCJxwSEiAs {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCJxwSEiAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJxwSEiAs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJxwSEiAs .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tCJxwSEiAs [class^="socicon-"]:before,
.cid-tCJxwSEiAs [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tCJxwTNO4p {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tCJxwTNO4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJxwTNO4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJxwTNO4p .row {
  align-items: flex-end;
}
.cid-tCJxwTNO4p .mbr-section-title {
  color: #dfcefd;
}
.cid-tCJxwTNO4p .mbr-text,
.cid-tCJxwTNO4p .mbr-section-btn {
  color: #dfcefd;
}
.cid-tCJxwTNO4p .col-lg-4 {
  align-items: flex-end;
}
.cid-tCJyX7G2nD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCJyX7G2nD .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tCJyX7G2nD .mbr-section-title {
  color: #1c37b0;
}
.cid-tCJyX7G2nD .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-tCJyX7G2nD .embla {
  position: relative;
  width: 100%;
}
.cid-tCJyX7G2nD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCJyX7G2nD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCJyX7G2nD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCJyX7G2nD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCJyX7G2nD .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-tCJyX7G2nD .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tCJyX7G2nD .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-tCJyX7G2nD .item:focus,
.cid-tCJyX7G2nD span:focus {
  outline: none;
}
.cid-tCJyX7G2nD .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tCJyX7G2nD .item-img {
  width: 100%;
}
.cid-tCJyX7G2nD .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-tCJyX7G2nD .embla__button--next,
.cid-tCJyX7G2nD .embla__button--prev {
  display: flex;
}
.cid-tCJyX7G2nD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tCJyX7G2nD .embla__button {
    display: none;
  }
}
.cid-tCJyX7G2nD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCJyX7G2nD .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-tCJyX7G2nD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCJyX7G2nD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCJyX7G2nD .embla__button {
    top: auto;
  }
}
.cid-tCJzXJuQBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCJzXJuQBf .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tCJzXJuQBf .mbr-section-title {
  color: #1c37b0;
}
.cid-tCJzXJuQBf .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-tCJzXJuQBf .embla {
  position: relative;
  width: 100%;
}
.cid-tCJzXJuQBf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCJzXJuQBf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCJzXJuQBf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCJzXJuQBf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCJzXJuQBf .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-tCJzXJuQBf .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tCJzXJuQBf .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-tCJzXJuQBf .item:focus,
.cid-tCJzXJuQBf span:focus {
  outline: none;
}
.cid-tCJzXJuQBf .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tCJzXJuQBf .item-img {
  width: 100%;
}
.cid-tCJzXJuQBf .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-tCJzXJuQBf .embla__button--next,
.cid-tCJzXJuQBf .embla__button--prev {
  display: flex;
}
.cid-tCJzXJuQBf .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tCJzXJuQBf .embla__button {
    display: none;
  }
}
.cid-tCJzXJuQBf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCJzXJuQBf .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-tCJzXJuQBf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCJzXJuQBf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCJzXJuQBf .embla__button {
    top: auto;
  }
}
.cid-tCJA58BUPx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCJA58BUPx .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tCJA58BUPx .mbr-section-title {
  color: #1c37b0;
}
.cid-tCJA58BUPx .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-tCJA58BUPx .embla {
  position: relative;
  width: 100%;
}
.cid-tCJA58BUPx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCJA58BUPx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCJA58BUPx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCJA58BUPx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCJA58BUPx .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-tCJA58BUPx .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tCJA58BUPx .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-tCJA58BUPx .item:focus,
.cid-tCJA58BUPx span:focus {
  outline: none;
}
.cid-tCJA58BUPx .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tCJA58BUPx .item-img {
  width: 100%;
}
.cid-tCJA58BUPx .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-tCJA58BUPx .embla__button--next,
.cid-tCJA58BUPx .embla__button--prev {
  display: flex;
}
.cid-tCJA58BUPx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tCJA58BUPx .embla__button {
    display: none;
  }
}
.cid-tCJA58BUPx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCJA58BUPx .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-tCJA58BUPx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCJA58BUPx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCJA58BUPx .embla__button {
    top: auto;
  }
}
.cid-tCJA5yIeJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCJA5yIeJe .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tCJA5yIeJe .mbr-section-title {
  color: #1c37b0;
}
.cid-tCJA5yIeJe .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-tCJA5yIeJe .embla {
  position: relative;
  width: 100%;
}
.cid-tCJA5yIeJe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCJA5yIeJe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCJA5yIeJe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCJA5yIeJe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCJA5yIeJe .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-tCJA5yIeJe .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tCJA5yIeJe .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-tCJA5yIeJe .item:focus,
.cid-tCJA5yIeJe span:focus {
  outline: none;
}
.cid-tCJA5yIeJe .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tCJA5yIeJe .item-img {
  width: 100%;
}
.cid-tCJA5yIeJe .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-tCJA5yIeJe .embla__button--next,
.cid-tCJA5yIeJe .embla__button--prev {
  display: flex;
}
.cid-tCJA5yIeJe .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tCJA5yIeJe .embla__button {
    display: none;
  }
}
.cid-tCJA5yIeJe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCJA5yIeJe .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-tCJA5yIeJe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCJA5yIeJe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCJA5yIeJe .embla__button {
    top: auto;
  }
}
.cid-tCJxx2k2vk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCJxx2k2vk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJxx2k2vk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJxx2k2vk .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCJxx2k2vk .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCJxx2k2vk .container-fluid .row {
  padding: 0;
}
.cid-tCJxx2k2vk .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tCJxx2k2vk .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tCJxx2k2vk .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #1c37b0;
  text-align: left;
}
.cid-tCJxx2k2vk .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-tCJxx2k2vk .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tCJxx2k2vk .mbr-section-title {
  color: #495DFF;
}
.cid-tCJxx2k2vk .mbr-text {
  color: #495DFF;
}
.cid-tCJxx2k2vk .mbr-section-title,
.cid-tCJxx2k2vk .list-wrapper {
  text-align: left;
  color: #1c37b0;
}
.cid-tCJxx3GD0x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCJxx3GD0x .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCJxx50XOU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCJxx50XOU img,
.cid-tCJxx50XOU .item-img {
  width: 100%;
}
.cid-tCJxx50XOU .item:focus,
.cid-tCJxx50XOU span:focus {
  outline: none;
}
.cid-tCJxx50XOU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCJxx50XOU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCJxx50XOU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCJxx50XOU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCJxx50XOU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCJxx50XOU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCJxx50XOU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCJxx50XOU .mbr-section-title {
  color: #232323;
}
.cid-tCJxx50XOU .mbr-text,
.cid-tCJxx50XOU .mbr-section-btn {
  text-align: left;
}
.cid-tCJxx50XOU .item-title {
  text-align: left;
}
.cid-tCJxx50XOU .item-subtitle {
  text-align: left;
}
.cid-tCJxx6vxJZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCJxx6vxJZ .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCJxx6vxJZ img,
.cid-tCJxx6vxJZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCJxx6vxJZ .item:focus,
.cid-tCJxx6vxJZ span:focus {
  outline: none;
}
.cid-tCJxx6vxJZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCJxx6vxJZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCJxx6vxJZ .item {
  padding: 0;
  margin: 0;
}
.cid-tCJxx6vxJZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCJxx6vxJZ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCJxx6vxJZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCJxx6vxJZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCJxx6vxJZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCJxx6vxJZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCJxx6vxJZ .mbr-section-title {
  color: #232323;
}
.cid-tCJxx6vxJZ .mbr-text,
.cid-tCJxx6vxJZ .mbr-section-btn {
  text-align: left;
}
.cid-tCJxx6vxJZ .item-title {
  text-align: left;
}
.cid-tCJxx6vxJZ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tCJxx8VQYr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCJxx8VQYr .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCJxx8VQYr img,
.cid-tCJxx8VQYr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCJxx8VQYr .item:focus,
.cid-tCJxx8VQYr span:focus {
  outline: none;
}
.cid-tCJxx8VQYr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCJxx8VQYr .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCJxx8VQYr .item {
  padding: 0;
  margin: 0;
}
.cid-tCJxx8VQYr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCJxx8VQYr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCJxx8VQYr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCJxx8VQYr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCJxx8VQYr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCJxx8VQYr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCJxx8VQYr .mbr-section-title {
  color: #232323;
}
.cid-tCJxx8VQYr .mbr-text,
.cid-tCJxx8VQYr .mbr-section-btn {
  text-align: left;
}
.cid-tCJxx8VQYr .item-title {
  text-align: left;
}
.cid-tCJxx8VQYr .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tCLiIQ7PpL {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCLiIQ7PpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLiIQ7PpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLiIQ7PpL .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tCLiIQ7PpL [class^="socicon-"]:before,
.cid-tCLiIQ7PpL [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tCLiIRds21 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tCLiIRds21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLiIRds21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLiIRds21 .row {
  align-items: flex-end;
}
.cid-tCLiIRds21 .mbr-section-title {
  color: #dfcefd;
  text-align: right;
}
.cid-tCLiIRds21 .mbr-text,
.cid-tCLiIRds21 .mbr-section-btn {
  color: #dfcefd;
}
.cid-tCLiIRds21 .col-lg-4 {
  align-items: flex-end;
}
.cid-tCLiIScUHh {
  overflow: hidden;
  background-color: #4479d9;
}
.cid-tCLiIScUHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLiIScUHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLiIScUHh .container,
.cid-tCLiIScUHh .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCLiIScUHh .container,
  .cid-tCLiIScUHh .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCLiIScUHh .container .decor-wrapper,
.cid-tCLiIScUHh .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tCLiIScUHh .container .decor-wrapper,
  .cid-tCLiIScUHh .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tCLiIScUHh .container .decor-wrapper .decor,
.cid-tCLiIScUHh .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #920e0e;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.cid-tCLiIScUHh .container .decor-wrapper .decor:first-child,
.cid-tCLiIScUHh .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.cid-tCLiIScUHh .container .decor-wrapper .decor:last-child,
.cid-tCLiIScUHh .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.cid-tCLiIScUHh .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tCLiIScUHh .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tCLiIScUHh .title-wrapper .mbr-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #1c37b0;
  margin-bottom: 50px;
}
.cid-tCLiIScUHh .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .cid-tCLiIScUHh .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.cid-tCLiIScUHh .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tCLiIScUHh .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tCLiIScUHh .mbr-section-title {
  color: #ffffff;
}
.cid-tCLiIScUHh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCLiIScUHh .mbr-text {
  color: #ffffff;
}
.cid-tCLkdiIjNc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCLkdiIjNc .carousel {
    min-height: 500px;
  }
  .cid-tCLkdiIjNc .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCLkdiIjNc .carousel {
    min-height: 325px;
  }
  .cid-tCLkdiIjNc .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tCLkdiIjNc .carousel {
    min-height: 275px;
  }
  .cid-tCLkdiIjNc .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tCLkdiIjNc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tCLkdiIjNc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tCLkdiIjNc .carousel,
.cid-tCLkdiIjNc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCLkdiIjNc .item-wrapper {
  width: 100%;
}
.cid-tCLkdiIjNc .carousel-caption {
  bottom: 40px;
}
.cid-tCLkdiIjNc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tCLkdiIjNc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tCLkdiIjNc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tCLkdiIjNc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tCLkdiIjNc .carousel-control {
  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-tCLkdiIjNc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCLkdiIjNc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCLkdiIjNc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCLkdiIjNc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tCLkdiIjNc .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-tCLkdiIjNc .carousel-indicators li.active,
.cid-tCLkdiIjNc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCLkdiIjNc .carousel-indicators li::after,
.cid-tCLkdiIjNc .carousel-indicators li::before {
  content: none;
}
.cid-tCLkdiIjNc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCLkdiIjNc .carousel-indicators {
    display: none !important;
  }
}
.cid-tCLuD7T3j5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCLuD7T3j5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLuD7T3j5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLuD7T3j5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCLuD7T3j5 .panel-group {
  border: none;
}
.cid-tCLuD7T3j5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCLuD7T3j5 .panel-body,
.cid-tCLuD7T3j5 .card-header {
  padding: 1rem 0;
}
.cid-tCLuD7T3j5 .panel-title-edit {
  color: #000000;
}
.cid-tCLuD7T3j5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCLx7ZchSN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCLx7ZchSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLx7ZchSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLx7ZchSN .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCLx7ZchSN .panel-group {
  border: none;
}
.cid-tCLx7ZchSN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCLx7ZchSN .panel-body,
.cid-tCLx7ZchSN .card-header {
  padding: 1rem 0;
}
.cid-tCLx7ZchSN .panel-title-edit {
  color: #000000;
}
.cid-tCLx7ZchSN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCLiIWOSYF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCLiIWOSYF .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCLiIXpKpx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCLiIXpKpx img,
.cid-tCLiIXpKpx .item-img {
  width: 100%;
}
.cid-tCLiIXpKpx .item:focus,
.cid-tCLiIXpKpx span:focus {
  outline: none;
}
.cid-tCLiIXpKpx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCLiIXpKpx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCLiIXpKpx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCLiIXpKpx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCLiIXpKpx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCLiIXpKpx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCLiIXpKpx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCLiIXpKpx .mbr-section-title {
  color: #232323;
}
.cid-tCLiIXpKpx .mbr-text,
.cid-tCLiIXpKpx .mbr-section-btn {
  text-align: left;
}
.cid-tCLiIXpKpx .item-title {
  text-align: left;
}
.cid-tCLiIXpKpx .item-subtitle {
  text-align: left;
}
.cid-tCLiIYcaki {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCLiIYcaki .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCLiIYcaki img,
.cid-tCLiIYcaki .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCLiIYcaki .item:focus,
.cid-tCLiIYcaki span:focus {
  outline: none;
}
.cid-tCLiIYcaki .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCLiIYcaki .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCLiIYcaki .item {
  padding: 0;
  margin: 0;
}
.cid-tCLiIYcaki .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCLiIYcaki .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCLiIYcaki .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCLiIYcaki .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCLiIYcaki .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCLiIYcaki .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCLiIYcaki .mbr-section-title {
  color: #232323;
}
.cid-tCLiIYcaki .mbr-text,
.cid-tCLiIYcaki .mbr-section-btn {
  text-align: left;
}
.cid-tCLiIYcaki .item-title {
  text-align: left;
}
.cid-tCLiIYcaki .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tCLiIZ1niq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCLiIZ1niq .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCLiIZ1niq img,
.cid-tCLiIZ1niq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCLiIZ1niq .item:focus,
.cid-tCLiIZ1niq span:focus {
  outline: none;
}
.cid-tCLiIZ1niq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCLiIZ1niq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCLiIZ1niq .item {
  padding: 0;
  margin: 0;
}
.cid-tCLiIZ1niq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCLiIZ1niq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCLiIZ1niq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCLiIZ1niq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCLiIZ1niq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCLiIZ1niq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCLiIZ1niq .mbr-section-title {
  color: #232323;
}
.cid-tCLiIZ1niq .mbr-text,
.cid-tCLiIZ1niq .mbr-section-btn {
  text-align: left;
}
.cid-tCLiIZ1niq .item-title {
  text-align: left;
}
.cid-tCLiIZ1niq .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tCLlvcBAR7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tCLlvcBAR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLlvcBAR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLlvcBAR7 .row {
  align-items: flex-end;
}
.cid-tCLlvcBAR7 .mbr-section-title {
  color: #dfcefd;
}
.cid-tCLlvcBAR7 .mbr-text,
.cid-tCLlvcBAR7 .mbr-section-btn {
  color: #dfcefd;
}
.cid-tCLlvcBAR7 .col-lg-4 {
  align-items: flex-end;
}
.cid-tCLlXKqOV3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCLlXKqOV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLlXKqOV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLlXKqOV3 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tCLlXKqOV3 [class^="socicon-"]:before,
.cid-tCLlXKqOV3 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tCLlqTyBRO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tCLlqTyBRO .media-container-row {
  justify-content: space-between;
}
.cid-tCLlqTyBRO .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tCLlqTyBRO .text-content {
    max-width: none;
  }
}
.cid-tCLlqTyBRO .container {
  z-index: 1;
}
.cid-tCLlqTyBRO .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
}
.cid-tCLlqTyBRO .bg_column-reverse {
  flex-direction: column-reverse;
}
.cid-tCLlqTyBRO .bg__white {
  background: #fff;
  height: 100%;
}
.cid-tCLlqTyBRO .bg__gray {
  background: #fcf5e6;
  height: 100%;
}
.cid-tCLlqTyBRO .box-shadow {
  position: relative;
  box-shadow: 0 4px 8px 0 #1a1a0159;
  border-radius: 24px;
  padding: 4rem 19rem;
  margin: 0;
  background: #fff;
}
@media (max-width: 1400px) {
  .cid-tCLlqTyBRO .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-tCLlqTyBRO .box-shadow {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tCLlqTyBRO .icons {
    justify-content: center !important;
  }
  .cid-tCLlqTyBRO .box-shadow {
    width: 100%;
    padding: 3rem 1rem;
  }
  .cid-tCLlqTyBRO .text-content * {
    text-align: center;
  }
}
.cid-tCLlqTyBRO .geometry {
  position: absolute;
}
.cid-tCLlqTyBRO .geometry__square,
.cid-tCLlqTyBRO .geometry__circle {
  width: 88px;
  height: 88px;
}
.cid-tCLlqTyBRO .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.cid-tCLlqTyBRO .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #920e0e;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.cid-tCLlqTyBRO .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tCLlqTyBRO .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #920e0e;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-tCLlqTyBRO .geometry_top-right {
  top: -50px;
  right: 30%;
}
.cid-tCLlqTyBRO .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
@media (min-width: 768px) {
  .cid-tCLlqTyBRO .geometry__square-bg {
    transition: transform .3s;
  }
  .cid-tCLlqTyBRO .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tCLlqTyBRO .box-shadow:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .cid-tCLlqTyBRO .box-shadow:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .cid-tCLlqTyBRO .geometry {
    position: absolute;
  }
  .cid-tCLlqTyBRO .geometry__circle,
  .cid-tCLlqTyBRO .geometry__circle-bg,
  .cid-tCLlqTyBRO .geometry__square,
  .cid-tCLlqTyBRO .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.cid-tFgwY4xdyo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFgwY4xdyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFgwY4xdyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFgwY4xdyo .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tFgwY4xdyo .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tFgwY4xdyo .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFgwY4xdyo .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tFgwY4xdyo .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #1c37b0;
}
.cid-tHgrFNqGyb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHgrFNqGyb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tHgrFNqGyb form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tHgrFNqGyb form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tHgrFNqGyb form.mbr-form {
    padding: 1rem;
  }
}
.cid-tHgrFNqGyb form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tHgrFNqGyb form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tFgwVm9frg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tFgwVm9frg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFgwVm9frg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFgwVm9frg .google-map {
  height: 30rem;
  position: relative;
}
.cid-tFgwVm9frg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFgwVm9frg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tFgwVm9frg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFgwVm9frg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tCOUeH05Tu {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCOUeH05Tu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOUeH05Tu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOUeH05Tu .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tCOUeH05Tu [class^="socicon-"]:before,
.cid-tCOUeH05Tu [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tCOUeHvc1I {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCOUeHvc1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOUeHvc1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOUeHvc1I .row {
  align-items: flex-end;
}
.cid-tCOUeHvc1I .mbr-section-title {
  color: #dfcefd;
}
.cid-tCOUeHvc1I .mbr-text,
.cid-tCOUeHvc1I .mbr-section-btn {
  color: #dfcefd;
}
.cid-tCOUeHvc1I .col-lg-4 {
  align-items: flex-end;
}
.cid-tCOVGenajp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCOVGenajp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOVGenajp .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-tCOVGenajp .row {
    padding: 0 13px;
  }
}
.cid-tCOVGenajp .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCOVGenajp .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tCOVGenajp .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCOVGenajp .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-tCOVGenajp .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tCOVGenajp .text-wrapper {
    padding: 0;
  }
}
.cid-tCOVGenajp .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-tCOVGenajp .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-tCOVGenajp .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-tCOVGenajp .mbr-text {
  color: #ffffff;
}
.cid-tCOVGenajp .mbr-name {
  color: #ffffff;
}
.cid-tCOVGenajp .mbr-role {
  color: #ffffff;
}
.cid-tCOVRN5jMM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCOVRN5jMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOVRN5jMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOVRN5jMM .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCOVRN5jMM .container-fluid {
    padding: 0 25px;
  }
}
.cid-tCOVRN5jMM .container-fluid .row {
  padding: 0;
}
.cid-tCOVRN5jMM .row {
  justify-content: center;
}
.cid-tCOVRN5jMM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCOVRN5jMM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tCOW2bWIMf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCOW2bWIMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOW2bWIMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOW2bWIMf .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCOW2bWIMf .container-fluid {
    padding: 0;
  }
}
.cid-tCOW2bWIMf .container-fluid .row {
  padding: 0;
}
.cid-tCOW2bWIMf .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCOW2bWIMf .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-tCOW2bWIMf .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-tCOW2bWIMf .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-tCOW2bWIMf .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCOW2bWIMf .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-tCOW2bWIMf .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCOW2bWIMf .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCOW2bWIMf .image-wrapper img {
    height: 400px;
  }
}
.cid-tCOW2bWIMf .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-tCOW2bWIMf .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tCOW2bWIMf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCOW2bWIMf .mbr-text {
  color: #b6b6b6;
  text-align: left;
}
.cid-tCOWFYGaJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101511;
}
.cid-tCOWFYGaJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOWFYGaJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOWFYGaJ3 .text-wrapper {
  padding: 0 10%;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tCOWFYGaJ3 .text-wrapper {
    padding: 0 32px;
  }
}
.cid-tCOWFYGaJ3 .text-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 7%;
  color: #101511;
  font-size: 48px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tCOWFYGaJ3 .text-wrapper .mbr-iconfont {
    left: 0;
  }
}
.cid-tCOWFYGaJ3 .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #eafa72;
}
.cid-tCOWFYGaJ3 .text-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin: 0;
}
.cid-tCOWFYGaJ3 .mbr-text {
  color: #e8e8e8;
  text-align: right;
}
.cid-tCOVsFIorb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tCOVsFIorb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOVsFIorb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOVsFIorb .mbr-section-btn {
  margin-top: 10rem;
}
.cid-tCOVsFIorb .mbr-section-title {
  color: #dfcefd;
}
.cid-tCOVsFIorb .mbr-section-subtitle {
  color: #dfcefd;
}
.cid-tCOVsFIorb .btn {
  padding: 2rem 6rem;
  color: #920e0e;
}
.cid-tCOVsFIorb .btn:hover,
.cid-tCOVsFIorb .btn:focus {
  background: #920e0e !important;
  color: #1c37b0 !important;
}
.cid-tCOUeIi1p8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCOUeIi1p8 .carousel {
    min-height: 500px;
  }
  .cid-tCOUeIi1p8 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCOUeIi1p8 .carousel {
    min-height: 325px;
  }
  .cid-tCOUeIi1p8 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tCOUeIi1p8 .carousel {
    min-height: 275px;
  }
  .cid-tCOUeIi1p8 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tCOUeIi1p8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tCOUeIi1p8 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tCOUeIi1p8 .carousel,
.cid-tCOUeIi1p8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCOUeIi1p8 .item-wrapper {
  width: 100%;
}
.cid-tCOUeIi1p8 .carousel-caption {
  bottom: 40px;
}
.cid-tCOUeIi1p8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tCOUeIi1p8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tCOUeIi1p8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tCOUeIi1p8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tCOUeIi1p8 .carousel-control {
  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-tCOUeIi1p8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCOUeIi1p8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCOUeIi1p8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCOUeIi1p8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tCOUeIi1p8 .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-tCOUeIi1p8 .carousel-indicators li.active,
.cid-tCOUeIi1p8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCOUeIi1p8 .carousel-indicators li::after,
.cid-tCOUeIi1p8 .carousel-indicators li::before {
  content: none;
}
.cid-tCOUeIi1p8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCOUeIi1p8 .carousel-indicators {
    display: none !important;
  }
}
.cid-tCOUeJ1uBp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCOUeJ1uBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOUeJ1uBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOUeJ1uBp .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCOUeJ1uBp .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCOUeJ1uBp .container-fluid .row {
  padding: 0;
}
.cid-tCOUeJ1uBp .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tCOUeJ1uBp .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tCOUeJ1uBp .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #1c37b0;
  text-align: left;
}
.cid-tCOUeJ1uBp .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-tCOUeJ1uBp .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tCOUeJ1uBp .mbr-section-title {
  color: #495DFF;
}
.cid-tCOUeJ1uBp .mbr-text {
  color: #495DFF;
}
.cid-tCOUeJ1uBp .mbr-section-title,
.cid-tCOUeJ1uBp .list-wrapper {
  text-align: left;
  color: #1c37b0;
}
.cid-tCOYcVayrN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCOYcVayrN img,
.cid-tCOYcVayrN .item-img {
  width: 100%;
}
.cid-tCOYcVayrN .item:focus,
.cid-tCOYcVayrN span:focus {
  outline: none;
}
.cid-tCOYcVayrN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCOYcVayrN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCOYcVayrN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCOYcVayrN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCOYcVayrN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCOYcVayrN .mbr-section-title {
  color: #232323;
}
.cid-tCOYcVayrN .mbr-text,
.cid-tCOYcVayrN .mbr-section-btn {
  text-align: left;
}
.cid-tCOYcVayrN .item-title {
  text-align: left;
}
.cid-tCOYcVayrN .item-subtitle {
  text-align: center;
}
.cid-tCOUeJqZqy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCOUeJqZqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOUeJqZqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOUeJqZqy .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCOUeJqZqy .panel-group {
  border: none;
}
.cid-tCOUeJqZqy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCOUeJqZqy .panel-body,
.cid-tCOUeJqZqy .card-header {
  padding: 1rem 0;
}
.cid-tCOUeJqZqy .panel-title-edit {
  color: #000000;
}
.cid-tCOUeJqZqy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCOUeKb7Mm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCOUeKb7Mm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOUeKb7Mm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOUeKb7Mm .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCOUeKb7Mm .panel-group {
  border: none;
}
.cid-tCOUeKb7Mm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCOUeKb7Mm .panel-body,
.cid-tCOUeKb7Mm .card-header {
  padding: 1rem 0;
}
.cid-tCOUeKb7Mm .panel-title-edit {
  color: #000000;
}
.cid-tCOUeKb7Mm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCOUeKI684 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCOUeKI684 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCOUeL7nyv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCOUeL7nyv img,
.cid-tCOUeL7nyv .item-img {
  width: 100%;
}
.cid-tCOUeL7nyv .item:focus,
.cid-tCOUeL7nyv span:focus {
  outline: none;
}
.cid-tCOUeL7nyv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCOUeL7nyv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCOUeL7nyv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCOUeL7nyv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCOUeL7nyv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCOUeL7nyv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCOUeL7nyv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCOUeL7nyv .mbr-section-title {
  color: #232323;
}
.cid-tCOUeL7nyv .mbr-text,
.cid-tCOUeL7nyv .mbr-section-btn {
  text-align: left;
}
.cid-tCOUeL7nyv .item-title {
  text-align: left;
}
.cid-tCOUeL7nyv .item-subtitle {
  text-align: left;
}
.cid-tCOUeLNr5g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCOUeLNr5g .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCOUeLNr5g img,
.cid-tCOUeLNr5g .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCOUeLNr5g .item:focus,
.cid-tCOUeLNr5g span:focus {
  outline: none;
}
.cid-tCOUeLNr5g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCOUeLNr5g .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCOUeLNr5g .item {
  padding: 0;
  margin: 0;
}
.cid-tCOUeLNr5g .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCOUeLNr5g .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCOUeLNr5g .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCOUeLNr5g .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCOUeLNr5g .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCOUeLNr5g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCOUeLNr5g .mbr-section-title {
  color: #232323;
}
.cid-tCOUeLNr5g .mbr-text,
.cid-tCOUeLNr5g .mbr-section-btn {
  text-align: left;
}
.cid-tCOUeLNr5g .item-title {
  text-align: left;
}
.cid-tCOUeLNr5g .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tCOUeMpKHf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCOUeMpKHf .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCOUeMpKHf img,
.cid-tCOUeMpKHf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCOUeMpKHf .item:focus,
.cid-tCOUeMpKHf span:focus {
  outline: none;
}
.cid-tCOUeMpKHf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCOUeMpKHf .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCOUeMpKHf .item {
  padding: 0;
  margin: 0;
}
.cid-tCOUeMpKHf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCOUeMpKHf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCOUeMpKHf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCOUeMpKHf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCOUeMpKHf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCOUeMpKHf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCOUeMpKHf .mbr-section-title {
  color: #232323;
}
.cid-tCOUeMpKHf .mbr-text,
.cid-tCOUeMpKHf .mbr-section-btn {
  text-align: left;
}
.cid-tCOUeMpKHf .item-title {
  text-align: left;
}
.cid-tCOUeMpKHf .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tCP1JAebyy {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP1JAebyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP1JAebyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP1JAebyy .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tCP1JAebyy [class^="socicon-"]:before,
.cid-tCP1JAebyy [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tCP1JAP13N {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCP1JAP13N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP1JAP13N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP1JAP13N .row {
  align-items: flex-end;
}
.cid-tCP1JAP13N .mbr-section-title {
  color: #dfcefd;
}
.cid-tCP1JAP13N .mbr-text,
.cid-tCP1JAP13N .mbr-section-btn {
  color: #dfcefd;
}
.cid-tCP1JAP13N .col-lg-4 {
  align-items: flex-end;
}
.cid-tCP1JBkHSb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCP1JBkHSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP1JBkHSb .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-tCP1JBkHSb .row {
    padding: 0 13px;
  }
}
.cid-tCP1JBkHSb .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCP1JBkHSb .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tCP1JBkHSb .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCP1JBkHSb .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-tCP1JBkHSb .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tCP1JBkHSb .text-wrapper {
    padding: 0;
  }
}
.cid-tCP1JBkHSb .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-tCP1JBkHSb .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-tCP1JBkHSb .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-tCP1JBkHSb .mbr-text {
  color: #ffffff;
}
.cid-tCP1JBkHSb .mbr-name {
  color: #ffffff;
}
.cid-tCP1JBkHSb .mbr-role {
  color: #ffffff;
}
.cid-tCP1JBYMit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCP1JBYMit .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP1JBYMit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP1JBYMit .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCP1JBYMit .container-fluid {
    padding: 0 25px;
  }
}
.cid-tCP1JBYMit .container-fluid .row {
  padding: 0;
}
.cid-tCP1JBYMit .row {
  justify-content: center;
}
.cid-tCP1JBYMit .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCP1JBYMit .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCP1JCrG8V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCP1JCrG8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP1JCrG8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP1JCrG8V .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCP1JCrG8V .container-fluid {
    padding: 0;
  }
}
.cid-tCP1JCrG8V .container-fluid .row {
  padding: 0;
}
.cid-tCP1JCrG8V .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCP1JCrG8V .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-tCP1JCrG8V .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-tCP1JCrG8V .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-tCP1JCrG8V .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCP1JCrG8V .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-tCP1JCrG8V .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCP1JCrG8V .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCP1JCrG8V .image-wrapper img {
    height: 400px;
  }
}
.cid-tCP1JCrG8V .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-tCP1JCrG8V .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tCP1JCrG8V .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCP1JCrG8V .mbr-text {
  color: #b6b6b6;
  text-align: left;
}
.cid-tCPlHv9ZU7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f4efe8;
}
.cid-tCPlHv9ZU7 .row {
  position: relative;
}
.cid-tCPlHv9ZU7 .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #2299aa 50%, #353535);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tCPlHv9ZU7 .row .blur-circle {
    display: none;
  }
}
.cid-tCPlHv9ZU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCPlHv9ZU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCPlHv9ZU7 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tCPlHv9ZU7 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tCPlHv9ZU7 .row {
    padding: 0 24px;
  }
}
.cid-tCPlHv9ZU7 .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tCPlHv9ZU7 .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-tCPlHv9ZU7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCPlHv9ZU7 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tCPlHv9ZU7 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-tCPlHv9ZU7 .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-tCPlHv9ZU7 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-tCPlHv9ZU7 .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tCPlHv9ZU7 .mbr-section-title {
  color: #111111;
}
.cid-tCPlHv9ZU7 .mbr-text {
  color: #111111;
  text-align: left;
}
.cid-tCPlYhYADv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-tCPlYhYADv .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tCPlYhYADv .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tCPlYhYADv .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e8f5e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tCPlYhYADv .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tCPlYhYADv .mbr-text {
  color: #3d5943;
}
.cid-tCP1JDSNiJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCP1JDSNiJ .carousel {
    min-height: 500px;
  }
  .cid-tCP1JDSNiJ .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCP1JDSNiJ .carousel {
    min-height: 325px;
  }
  .cid-tCP1JDSNiJ .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tCP1JDSNiJ .carousel {
    min-height: 275px;
  }
  .cid-tCP1JDSNiJ .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tCP1JDSNiJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tCP1JDSNiJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tCP1JDSNiJ .carousel,
.cid-tCP1JDSNiJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCP1JDSNiJ .item-wrapper {
  width: 100%;
}
.cid-tCP1JDSNiJ .carousel-caption {
  bottom: 40px;
}
.cid-tCP1JDSNiJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tCP1JDSNiJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tCP1JDSNiJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tCP1JDSNiJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tCP1JDSNiJ .carousel-control {
  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-tCP1JDSNiJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCP1JDSNiJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCP1JDSNiJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCP1JDSNiJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tCP1JDSNiJ .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-tCP1JDSNiJ .carousel-indicators li.active,
.cid-tCP1JDSNiJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCP1JDSNiJ .carousel-indicators li::after,
.cid-tCP1JDSNiJ .carousel-indicators li::before {
  content: none;
}
.cid-tCP1JDSNiJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCP1JDSNiJ .carousel-indicators {
    display: none !important;
  }
}
.cid-tCP1JEE99x {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP1JEE99x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP1JEE99x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP1JEE99x .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCP1JEE99x .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCP1JEE99x .container-fluid .row {
  padding: 0;
}
.cid-tCP1JEE99x .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tCP1JEE99x .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tCP1JEE99x .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #1c37b0;
  text-align: left;
}
.cid-tCP1JEE99x .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-tCP1JEE99x .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tCP1JEE99x .mbr-section-title {
  color: #495DFF;
}
.cid-tCP1JEE99x .mbr-text {
  color: #495DFF;
}
.cid-tCP1JEE99x .mbr-section-title,
.cid-tCP1JEE99x .list-wrapper {
  text-align: left;
  color: #1c37b0;
}
.cid-tCPfQZf5ap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCPfQZf5ap img,
.cid-tCPfQZf5ap .item-img {
  width: 100%;
}
.cid-tCPfQZf5ap .item:focus,
.cid-tCPfQZf5ap span:focus {
  outline: none;
}
.cid-tCPfQZf5ap .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCPfQZf5ap .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCPfQZf5ap .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCPfQZf5ap .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCPfQZf5ap .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCPfQZf5ap .mbr-section-title {
  color: #232323;
}
.cid-tCPfQZf5ap .mbr-text,
.cid-tCPfQZf5ap .mbr-section-btn {
  text-align: left;
}
.cid-tCPfQZf5ap .item-title {
  text-align: left;
}
.cid-tCPfQZf5ap .item-subtitle {
  text-align: center;
}
.cid-tCP1JFSGJg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP1JFSGJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP1JFSGJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP1JFSGJg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCP1JFSGJg .panel-group {
  border: none;
}
.cid-tCP1JFSGJg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCP1JFSGJg .panel-body,
.cid-tCP1JFSGJg .card-header {
  padding: 1rem 0;
}
.cid-tCP1JFSGJg .panel-title-edit {
  color: #000000;
}
.cid-tCP1JFSGJg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCP1JGE6Gn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP1JGE6Gn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP1JGE6Gn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP1JGE6Gn .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCP1JGE6Gn .panel-group {
  border: none;
}
.cid-tCP1JGE6Gn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCP1JGE6Gn .panel-body,
.cid-tCP1JGE6Gn .card-header {
  padding: 1rem 0;
}
.cid-tCP1JGE6Gn .panel-title-edit {
  color: #000000;
}
.cid-tCP1JGE6Gn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCP1JHl1vQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCP1JHl1vQ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCP1JHUHvC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCP1JHUHvC img,
.cid-tCP1JHUHvC .item-img {
  width: 100%;
}
.cid-tCP1JHUHvC .item:focus,
.cid-tCP1JHUHvC span:focus {
  outline: none;
}
.cid-tCP1JHUHvC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCP1JHUHvC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCP1JHUHvC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCP1JHUHvC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCP1JHUHvC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCP1JHUHvC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCP1JHUHvC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCP1JHUHvC .mbr-section-title {
  color: #232323;
}
.cid-tCP1JHUHvC .mbr-text,
.cid-tCP1JHUHvC .mbr-section-btn {
  text-align: left;
}
.cid-tCP1JHUHvC .item-title {
  text-align: left;
}
.cid-tCP1JHUHvC .item-subtitle {
  text-align: left;
}
.cid-tCP1JID2RK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCP1JID2RK .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCP1JID2RK img,
.cid-tCP1JID2RK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCP1JID2RK .item:focus,
.cid-tCP1JID2RK span:focus {
  outline: none;
}
.cid-tCP1JID2RK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCP1JID2RK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCP1JID2RK .item {
  padding: 0;
  margin: 0;
}
.cid-tCP1JID2RK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCP1JID2RK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCP1JID2RK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCP1JID2RK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCP1JID2RK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCP1JID2RK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCP1JID2RK .mbr-section-title {
  color: #232323;
}
.cid-tCP1JID2RK .mbr-text,
.cid-tCP1JID2RK .mbr-section-btn {
  text-align: left;
}
.cid-tCP1JID2RK .item-title {
  text-align: left;
}
.cid-tCP1JID2RK .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tCP1JJllJO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCP1JJllJO .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCP1JJllJO img,
.cid-tCP1JJllJO .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCP1JJllJO .item:focus,
.cid-tCP1JJllJO span:focus {
  outline: none;
}
.cid-tCP1JJllJO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCP1JJllJO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCP1JJllJO .item {
  padding: 0;
  margin: 0;
}
.cid-tCP1JJllJO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCP1JJllJO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCP1JJllJO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCP1JJllJO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCP1JJllJO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCP1JJllJO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCP1JJllJO .mbr-section-title {
  color: #232323;
}
.cid-tCP1JJllJO .mbr-text,
.cid-tCP1JJllJO .mbr-section-btn {
  text-align: left;
}
.cid-tCP1JJllJO .item-title {
  text-align: left;
}
.cid-tCP1JJllJO .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tCP2s2Iw1Q {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP2s2Iw1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP2s2Iw1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP2s2Iw1Q .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tCP2s2Iw1Q [class^="socicon-"]:before,
.cid-tCP2s2Iw1Q [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tCP2s3iBaW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCP2s3iBaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP2s3iBaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP2s3iBaW .row {
  align-items: flex-end;
}
.cid-tCP2s3iBaW .mbr-section-title {
  color: #dfcefd;
}
.cid-tCP2s3iBaW .mbr-text,
.cid-tCP2s3iBaW .mbr-section-btn {
  color: #dfcefd;
}
.cid-tCP2s3iBaW .col-lg-4 {
  align-items: flex-end;
}
.cid-tCP2s3NKZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCP2s3NKZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP2s3NKZs .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-tCP2s3NKZs .row {
    padding: 0 13px;
  }
}
.cid-tCP2s3NKZs .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCP2s3NKZs .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tCP2s3NKZs .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCP2s3NKZs .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-tCP2s3NKZs .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tCP2s3NKZs .text-wrapper {
    padding: 0;
  }
}
.cid-tCP2s3NKZs .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-tCP2s3NKZs .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-tCP2s3NKZs .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-tCP2s3NKZs .mbr-text {
  color: #ffffff;
}
.cid-tCP2s3NKZs .mbr-name {
  color: #ffffff;
}
.cid-tCP2s3NKZs .mbr-role {
  color: #ffffff;
}
.cid-tCP2s4kogl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCP2s4kogl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP2s4kogl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP2s4kogl .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCP2s4kogl .container-fluid {
    padding: 0 25px;
  }
}
.cid-tCP2s4kogl .container-fluid .row {
  padding: 0;
}
.cid-tCP2s4kogl .row {
  justify-content: center;
}
.cid-tCP2s4kogl .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCP2s4kogl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCP2s4O2jJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tCP2s4O2jJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP2s4O2jJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP2s4O2jJ .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCP2s4O2jJ .container-fluid {
    padding: 0;
  }
}
.cid-tCP2s4O2jJ .container-fluid .row {
  padding: 0;
}
.cid-tCP2s4O2jJ .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCP2s4O2jJ .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-tCP2s4O2jJ .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-tCP2s4O2jJ .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-tCP2s4O2jJ .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCP2s4O2jJ .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-tCP2s4O2jJ .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCP2s4O2jJ .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCP2s4O2jJ .image-wrapper img {
    height: 400px;
  }
}
.cid-tCP2s4O2jJ .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-tCP2s4O2jJ .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tCP2s4O2jJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCP2s4O2jJ .mbr-text {
  color: #b6b6b6;
  text-align: left;
}
.cid-tCPjGhrExH {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCPjGhrExH .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tCPjGhrExH .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tCPjGhrExH .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e8f5e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tCPjGhrExH .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tCPjGhrExH .mbr-text {
  color: #3d5943;
}
.cid-tCPkil2nFo {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f4efe8;
}
.cid-tCPkil2nFo .row {
  position: relative;
}
.cid-tCPkil2nFo .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #2299aa 50%, #353535);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tCPkil2nFo .row .blur-circle {
    display: none;
  }
}
.cid-tCPkil2nFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCPkil2nFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCPkil2nFo .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tCPkil2nFo .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tCPkil2nFo .row {
    padding: 0 24px;
  }
}
.cid-tCPkil2nFo .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tCPkil2nFo .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-tCPkil2nFo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCPkil2nFo .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tCPkil2nFo .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-tCPkil2nFo .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-tCPkil2nFo .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-tCPkil2nFo .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tCPkil2nFo .mbr-section-title {
  color: #111111;
}
.cid-tCPkil2nFo .mbr-text {
  color: #111111;
  text-align: left;
}
.cid-tCPkBU2GsI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f2ed;
}
.cid-tCPkBU2GsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCPkBU2GsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCPkBU2GsI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tCPkBU2GsI .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCPkBU2GsI .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tCPkBU2GsI .container {
    padding: 0 20px;
  }
}
.cid-tCPkBU2GsI .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tCPkBU2GsI .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tCPkBU2GsI .mbr-section-title {
  color: #1d1d1d;
}
.cid-tCPkBU2GsI .mbr-text {
  color: #706f6d;
}
.cid-tCP2s5obM5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCP2s5obM5 .carousel {
    min-height: 500px;
  }
  .cid-tCP2s5obM5 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCP2s5obM5 .carousel {
    min-height: 325px;
  }
  .cid-tCP2s5obM5 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tCP2s5obM5 .carousel {
    min-height: 275px;
  }
  .cid-tCP2s5obM5 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tCP2s5obM5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tCP2s5obM5 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tCP2s5obM5 .carousel,
.cid-tCP2s5obM5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCP2s5obM5 .item-wrapper {
  width: 100%;
}
.cid-tCP2s5obM5 .carousel-caption {
  bottom: 40px;
}
.cid-tCP2s5obM5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tCP2s5obM5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tCP2s5obM5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tCP2s5obM5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tCP2s5obM5 .carousel-control {
  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-tCP2s5obM5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCP2s5obM5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCP2s5obM5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCP2s5obM5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tCP2s5obM5 .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-tCP2s5obM5 .carousel-indicators li.active,
.cid-tCP2s5obM5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCP2s5obM5 .carousel-indicators li::after,
.cid-tCP2s5obM5 .carousel-indicators li::before {
  content: none;
}
.cid-tCP2s5obM5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCP2s5obM5 .carousel-indicators {
    display: none !important;
  }
}
.cid-tCP2s69svV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP2s69svV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP2s69svV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP2s69svV .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCP2s69svV .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCP2s69svV .container-fluid .row {
  padding: 0;
}
.cid-tCP2s69svV .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tCP2s69svV .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tCP2s69svV .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #1c37b0;
  text-align: left;
}
.cid-tCP2s69svV .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-tCP2s69svV .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tCP2s69svV .mbr-section-title {
  color: #495DFF;
}
.cid-tCP2s69svV .mbr-text {
  color: #495DFF;
}
.cid-tCP2s69svV .mbr-section-title,
.cid-tCP2s69svV .list-wrapper {
  text-align: left;
  color: #1c37b0;
}
.cid-tCPfUG6Vr2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCPfUG6Vr2 img,
.cid-tCPfUG6Vr2 .item-img {
  width: 100%;
}
.cid-tCPfUG6Vr2 .item:focus,
.cid-tCPfUG6Vr2 span:focus {
  outline: none;
}
.cid-tCPfUG6Vr2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCPfUG6Vr2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCPfUG6Vr2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCPfUG6Vr2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCPfUG6Vr2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCPfUG6Vr2 .mbr-section-title {
  color: #232323;
}
.cid-tCPfUG6Vr2 .mbr-text,
.cid-tCPfUG6Vr2 .mbr-section-btn {
  text-align: left;
}
.cid-tCPfUG6Vr2 .item-title {
  text-align: left;
}
.cid-tCPfUG6Vr2 .item-subtitle {
  text-align: center;
}
.cid-tCP2s7k5Db {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP2s7k5Db .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP2s7k5Db .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP2s7k5Db .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCP2s7k5Db .panel-group {
  border: none;
}
.cid-tCP2s7k5Db .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCP2s7k5Db .panel-body,
.cid-tCP2s7k5Db .card-header {
  padding: 1rem 0;
}
.cid-tCP2s7k5Db .panel-title-edit {
  color: #000000;
}
.cid-tCP2s7k5Db .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCP2s7X04r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP2s7X04r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP2s7X04r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP2s7X04r .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCP2s7X04r .panel-group {
  border: none;
}
.cid-tCP2s7X04r .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCP2s7X04r .panel-body,
.cid-tCP2s7X04r .card-header {
  padding: 1rem 0;
}
.cid-tCP2s7X04r .panel-title-edit {
  color: #000000;
}
.cid-tCP2s7X04r .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCP2s8BnEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCP2s8BnEh .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCP2s99YOK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCP2s99YOK img,
.cid-tCP2s99YOK .item-img {
  width: 100%;
}
.cid-tCP2s99YOK .item:focus,
.cid-tCP2s99YOK span:focus {
  outline: none;
}
.cid-tCP2s99YOK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCP2s99YOK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCP2s99YOK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCP2s99YOK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCP2s99YOK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCP2s99YOK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCP2s99YOK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCP2s99YOK .mbr-section-title {
  color: #232323;
}
.cid-tCP2s99YOK .mbr-text,
.cid-tCP2s99YOK .mbr-section-btn {
  text-align: left;
}
.cid-tCP2s99YOK .item-title {
  text-align: left;
}
.cid-tCP2s99YOK .item-subtitle {
  text-align: left;
}
.cid-tCP2s9PRrD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCP2s9PRrD .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCP2s9PRrD img,
.cid-tCP2s9PRrD .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCP2s9PRrD .item:focus,
.cid-tCP2s9PRrD span:focus {
  outline: none;
}
.cid-tCP2s9PRrD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCP2s9PRrD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCP2s9PRrD .item {
  padding: 0;
  margin: 0;
}
.cid-tCP2s9PRrD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCP2s9PRrD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCP2s9PRrD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCP2s9PRrD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCP2s9PRrD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCP2s9PRrD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCP2s9PRrD .mbr-section-title {
  color: #232323;
}
.cid-tCP2s9PRrD .mbr-text,
.cid-tCP2s9PRrD .mbr-section-btn {
  text-align: left;
}
.cid-tCP2s9PRrD .item-title {
  text-align: left;
}
.cid-tCP2s9PRrD .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tCP2satyqi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCP2satyqi .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCP2satyqi img,
.cid-tCP2satyqi .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCP2satyqi .item:focus,
.cid-tCP2satyqi span:focus {
  outline: none;
}
.cid-tCP2satyqi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCP2satyqi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCP2satyqi .item {
  padding: 0;
  margin: 0;
}
.cid-tCP2satyqi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCP2satyqi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCP2satyqi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCP2satyqi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCP2satyqi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCP2satyqi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCP2satyqi .mbr-section-title {
  color: #232323;
}
.cid-tCP2satyqi .mbr-text,
.cid-tCP2satyqi .mbr-section-btn {
  text-align: left;
}
.cid-tCP2satyqi .item-title {
  text-align: left;
}
.cid-tCP2satyqi .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tCP3V3jvDA {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP3V3jvDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP3V3jvDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP3V3jvDA .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tCP3V3jvDA [class^="socicon-"]:before,
.cid-tCP3V3jvDA [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tCP3V3Sncd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCP3V3Sncd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP3V3Sncd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP3V3Sncd .row {
  align-items: flex-end;
}
.cid-tCP3V3Sncd .mbr-section-title {
  color: #dfcefd;
}
.cid-tCP3V3Sncd .mbr-text,
.cid-tCP3V3Sncd .mbr-section-btn {
  color: #dfcefd;
}
.cid-tCP3V3Sncd .col-lg-4 {
  align-items: flex-end;
}
.cid-tCP3V4nE9V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCP3V4nE9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP3V4nE9V .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-tCP3V4nE9V .row {
    padding: 0 13px;
  }
}
.cid-tCP3V4nE9V .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCP3V4nE9V .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tCP3V4nE9V .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCP3V4nE9V .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-tCP3V4nE9V .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tCP3V4nE9V .text-wrapper {
    padding: 0;
  }
}
.cid-tCP3V4nE9V .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-tCP3V4nE9V .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-tCP3V4nE9V .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-tCP3V4nE9V .mbr-text {
  color: #ffffff;
}
.cid-tCP3V4nE9V .mbr-name {
  color: #ffffff;
}
.cid-tCP3V4nE9V .mbr-role {
  color: #ffffff;
}
.cid-tCP3V4R5St {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCP3V4R5St .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP3V4R5St .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP3V4R5St .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCP3V4R5St .container-fluid {
    padding: 0 25px;
  }
}
.cid-tCP3V4R5St .container-fluid .row {
  padding: 0;
}
.cid-tCP3V4R5St .row {
  justify-content: center;
}
.cid-tCP3V4R5St .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCP3V4R5St .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tCP3V5j0Ay {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCP3V5j0Ay .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP3V5j0Ay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP3V5j0Ay .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCP3V5j0Ay .container-fluid {
    padding: 0;
  }
}
.cid-tCP3V5j0Ay .container-fluid .row {
  padding: 0;
}
.cid-tCP3V5j0Ay .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCP3V5j0Ay .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-tCP3V5j0Ay .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-tCP3V5j0Ay .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-tCP3V5j0Ay .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCP3V5j0Ay .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-tCP3V5j0Ay .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCP3V5j0Ay .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCP3V5j0Ay .image-wrapper img {
    height: 400px;
  }
}
.cid-tCP3V5j0Ay .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-tCP3V5j0Ay .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tCP3V5j0Ay .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCP3V5j0Ay .mbr-text {
  color: #b6b6b6;
  text-align: left;
}
.cid-tCR1CPJ49g {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f4efe8;
}
.cid-tCR1CPJ49g .row {
  position: relative;
}
.cid-tCR1CPJ49g .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #2299aa 50%, #353535);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tCR1CPJ49g .row .blur-circle {
    display: none;
  }
}
.cid-tCR1CPJ49g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCR1CPJ49g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCR1CPJ49g .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tCR1CPJ49g .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tCR1CPJ49g .row {
    padding: 0 24px;
  }
}
.cid-tCR1CPJ49g .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tCR1CPJ49g .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-tCR1CPJ49g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCR1CPJ49g .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tCR1CPJ49g .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-tCR1CPJ49g .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-tCR1CPJ49g .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-tCR1CPJ49g .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tCR1CPJ49g .mbr-section-title {
  color: #111111;
}
.cid-tCR1CPJ49g .mbr-text {
  color: #111111;
  text-align: left;
}
.cid-tCR1DBzAxk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f0efec;
}
.cid-tCR1DBzAxk .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tCR1DBzAxk .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tCR1DBzAxk .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e8f5e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tCR1DBzAxk .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tCR1DBzAxk .mbr-text {
  color: #3d5943;
}
.cid-tCR3GXPhyZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f3f2ed;
}
.cid-tCR3GXPhyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCR3GXPhyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCR3GXPhyZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tCR3GXPhyZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCR3GXPhyZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tCR3GXPhyZ .container {
    padding: 0 20px;
  }
}
.cid-tCR3GXPhyZ .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tCR3GXPhyZ .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tCR3GXPhyZ .mbr-section-title {
  color: #1d1d1d;
}
.cid-tCR3GXPhyZ .mbr-text {
  color: #706f6d;
}
.cid-tCP3V5TbLj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCP3V5TbLj .carousel {
    min-height: 500px;
  }
  .cid-tCP3V5TbLj .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCP3V5TbLj .carousel {
    min-height: 325px;
  }
  .cid-tCP3V5TbLj .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tCP3V5TbLj .carousel {
    min-height: 275px;
  }
  .cid-tCP3V5TbLj .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tCP3V5TbLj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tCP3V5TbLj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tCP3V5TbLj .carousel,
.cid-tCP3V5TbLj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCP3V5TbLj .item-wrapper {
  width: 100%;
}
.cid-tCP3V5TbLj .carousel-caption {
  bottom: 40px;
}
.cid-tCP3V5TbLj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tCP3V5TbLj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tCP3V5TbLj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tCP3V5TbLj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tCP3V5TbLj .carousel-control {
  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-tCP3V5TbLj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCP3V5TbLj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCP3V5TbLj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCP3V5TbLj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tCP3V5TbLj .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-tCP3V5TbLj .carousel-indicators li.active,
.cid-tCP3V5TbLj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCP3V5TbLj .carousel-indicators li::after,
.cid-tCP3V5TbLj .carousel-indicators li::before {
  content: none;
}
.cid-tCP3V5TbLj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCP3V5TbLj .carousel-indicators {
    display: none !important;
  }
}
.cid-tCP3V6zrTX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP3V6zrTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP3V6zrTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP3V6zrTX .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCP3V6zrTX .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCP3V6zrTX .container-fluid .row {
  padding: 0;
}
.cid-tCP3V6zrTX .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tCP3V6zrTX .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tCP3V6zrTX .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #1c37b0;
  text-align: left;
}
.cid-tCP3V6zrTX .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-tCP3V6zrTX .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tCP3V6zrTX .mbr-section-title {
  color: #495DFF;
}
.cid-tCP3V6zrTX .mbr-text {
  color: #495DFF;
}
.cid-tCP3V6zrTX .mbr-section-title,
.cid-tCP3V6zrTX .list-wrapper {
  text-align: left;
  color: #1c37b0;
}
.cid-tCPfXE6tkP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCPfXE6tkP img,
.cid-tCPfXE6tkP .item-img {
  width: 100%;
}
.cid-tCPfXE6tkP .item:focus,
.cid-tCPfXE6tkP span:focus {
  outline: none;
}
.cid-tCPfXE6tkP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCPfXE6tkP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCPfXE6tkP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCPfXE6tkP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCPfXE6tkP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCPfXE6tkP .mbr-section-title {
  color: #232323;
}
.cid-tCPfXE6tkP .mbr-text,
.cid-tCPfXE6tkP .mbr-section-btn {
  text-align: left;
}
.cid-tCPfXE6tkP .item-title {
  text-align: left;
}
.cid-tCPfXE6tkP .item-subtitle {
  text-align: center;
}
.cid-tCP3V7MMk3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP3V7MMk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP3V7MMk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP3V7MMk3 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCP3V7MMk3 .panel-group {
  border: none;
}
.cid-tCP3V7MMk3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCP3V7MMk3 .panel-body,
.cid-tCP3V7MMk3 .card-header {
  padding: 1rem 0;
}
.cid-tCP3V7MMk3 .panel-title-edit {
  color: #000000;
}
.cid-tCP3V7MMk3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCP3V8o1GK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP3V8o1GK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP3V8o1GK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP3V8o1GK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCP3V8o1GK .panel-group {
  border: none;
}
.cid-tCP3V8o1GK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCP3V8o1GK .panel-body,
.cid-tCP3V8o1GK .card-header {
  padding: 1rem 0;
}
.cid-tCP3V8o1GK .panel-title-edit {
  color: #000000;
}
.cid-tCP3V8o1GK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tCP47ObL5D {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP47ObL5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP47ObL5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP47ObL5D .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tCP47ObL5D [class^="socicon-"]:before,
.cid-tCP47ObL5D [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tCP47OL8dA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCP47OL8dA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP47OL8dA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP47OL8dA .row {
  align-items: flex-end;
}
.cid-tCP47OL8dA .mbr-section-title {
  color: #dfcefd;
}
.cid-tCP47OL8dA .mbr-text,
.cid-tCP47OL8dA .mbr-section-btn {
  color: #dfcefd;
}
.cid-tCP47OL8dA .col-lg-4 {
  align-items: flex-end;
}
.cid-tCP47PeDEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCP47PeDEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP47PeDEh .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-tCP47PeDEh .row {
    padding: 0 13px;
  }
}
.cid-tCP47PeDEh .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCP47PeDEh .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tCP47PeDEh .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCP47PeDEh .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-tCP47PeDEh .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tCP47PeDEh .text-wrapper {
    padding: 0;
  }
}
.cid-tCP47PeDEh .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-tCP47PeDEh .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-tCP47PeDEh .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-tCP47PeDEh .mbr-text {
  color: #ffffff;
}
.cid-tCP47PeDEh .mbr-name {
  color: #ffffff;
}
.cid-tCP47PeDEh .mbr-role {
  color: #ffffff;
}
.cid-tCP47PJSIZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCP47PJSIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP47PJSIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP47PJSIZ .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCP47PJSIZ .container-fluid {
    padding: 0 25px;
  }
}
.cid-tCP47PJSIZ .container-fluid .row {
  padding: 0;
}
.cid-tCP47PJSIZ .row {
  justify-content: center;
}
.cid-tCP47PJSIZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCP47PJSIZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCP47QhTG3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCP47QhTG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP47QhTG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP47QhTG3 .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCP47QhTG3 .container-fluid {
    padding: 0;
  }
}
.cid-tCP47QhTG3 .container-fluid .row {
  padding: 0;
}
.cid-tCP47QhTG3 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCP47QhTG3 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-tCP47QhTG3 .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-tCP47QhTG3 .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-tCP47QhTG3 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCP47QhTG3 .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-tCP47QhTG3 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCP47QhTG3 .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCP47QhTG3 .image-wrapper img {
    height: 400px;
  }
}
.cid-tCP47QhTG3 .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-tCP47QhTG3 .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tCP47QhTG3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCP47QhTG3 .mbr-text {
  color: #b6b6b6;
  text-align: left;
}
.cid-tCPgMtLToq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCPgMtLToq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tCPgMtLToq .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tCPgMtLToq .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e8f5e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tCPgMtLToq .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tCPgMtLToq .mbr-text {
  color: #3d5943;
}
.cid-tCPhQ7SKfn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f4efe8;
}
.cid-tCPhQ7SKfn .row {
  position: relative;
}
.cid-tCPhQ7SKfn .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #2299aa 50%, #353535);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tCPhQ7SKfn .row .blur-circle {
    display: none;
  }
}
.cid-tCPhQ7SKfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCPhQ7SKfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCPhQ7SKfn .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tCPhQ7SKfn .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tCPhQ7SKfn .row {
    padding: 0 24px;
  }
}
.cid-tCPhQ7SKfn .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tCPhQ7SKfn .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-tCPhQ7SKfn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCPhQ7SKfn .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tCPhQ7SKfn .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-tCPhQ7SKfn .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-tCPhQ7SKfn .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-tCPhQ7SKfn .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tCPhQ7SKfn .mbr-section-title {
  color: #111111;
}
.cid-tCPhQ7SKfn .mbr-text {
  color: #111111;
  text-align: left;
}
.cid-tCP47QMfvB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCP47QMfvB .carousel {
    min-height: 500px;
  }
  .cid-tCP47QMfvB .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCP47QMfvB .carousel {
    min-height: 325px;
  }
  .cid-tCP47QMfvB .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tCP47QMfvB .carousel {
    min-height: 275px;
  }
  .cid-tCP47QMfvB .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tCP47QMfvB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tCP47QMfvB .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tCP47QMfvB .carousel,
.cid-tCP47QMfvB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCP47QMfvB .item-wrapper {
  width: 100%;
}
.cid-tCP47QMfvB .carousel-caption {
  bottom: 40px;
}
.cid-tCP47QMfvB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tCP47QMfvB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tCP47QMfvB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tCP47QMfvB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tCP47QMfvB .carousel-control {
  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-tCP47QMfvB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCP47QMfvB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCP47QMfvB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCP47QMfvB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tCP47QMfvB .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-tCP47QMfvB .carousel-indicators li.active,
.cid-tCP47QMfvB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCP47QMfvB .carousel-indicators li::after,
.cid-tCP47QMfvB .carousel-indicators li::before {
  content: none;
}
.cid-tCP47QMfvB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCP47QMfvB .carousel-indicators {
    display: none !important;
  }
}
.cid-tCP47RxAAW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP47RxAAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP47RxAAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP47RxAAW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCP47RxAAW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCP47RxAAW .container-fluid .row {
  padding: 0;
}
.cid-tCP47RxAAW .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tCP47RxAAW .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tCP47RxAAW .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #1c37b0;
  text-align: left;
}
.cid-tCP47RxAAW .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-tCP47RxAAW .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tCP47RxAAW .mbr-section-title {
  color: #495DFF;
}
.cid-tCP47RxAAW .mbr-text {
  color: #495DFF;
}
.cid-tCP47RxAAW .mbr-section-title,
.cid-tCP47RxAAW .list-wrapper {
  text-align: left;
  color: #1c37b0;
}
.cid-tCPg1sKr8e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCPg1sKr8e img,
.cid-tCPg1sKr8e .item-img {
  width: 100%;
}
.cid-tCPg1sKr8e .item:focus,
.cid-tCPg1sKr8e span:focus {
  outline: none;
}
.cid-tCPg1sKr8e .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCPg1sKr8e .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCPg1sKr8e .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCPg1sKr8e .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCPg1sKr8e .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCPg1sKr8e .mbr-section-title {
  color: #232323;
}
.cid-tCPg1sKr8e .mbr-text,
.cid-tCPg1sKr8e .mbr-section-btn {
  text-align: left;
}
.cid-tCPg1sKr8e .item-title {
  text-align: left;
}
.cid-tCPg1sKr8e .item-subtitle {
  text-align: center;
}
.cid-tCP47SMysG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP47SMysG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP47SMysG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP47SMysG .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCP47SMysG .panel-group {
  border: none;
}
.cid-tCP47SMysG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCP47SMysG .panel-body,
.cid-tCP47SMysG .card-header {
  padding: 1rem 0;
}
.cid-tCP47SMysG .panel-title-edit {
  color: #000000;
}
.cid-tCP47SMysG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCP47TpNCp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCP47TpNCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCP47TpNCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCP47TpNCp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCP47TpNCp .panel-group {
  border: none;
}
.cid-tCP47TpNCp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCP47TpNCp .panel-body,
.cid-tCP47TpNCp .card-header {
  padding: 1rem 0;
}
.cid-tCP47TpNCp .panel-title-edit {
  color: #000000;
}
.cid-tCP47TpNCp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCP47U2ejg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCP47U2ejg .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCP47UC3Wm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCP47UC3Wm img,
.cid-tCP47UC3Wm .item-img {
  width: 100%;
}
.cid-tCP47UC3Wm .item:focus,
.cid-tCP47UC3Wm span:focus {
  outline: none;
}
.cid-tCP47UC3Wm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCP47UC3Wm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCP47UC3Wm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCP47UC3Wm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCP47UC3Wm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCP47UC3Wm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCP47UC3Wm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCP47UC3Wm .mbr-section-title {
  color: #232323;
}
.cid-tCP47UC3Wm .mbr-text,
.cid-tCP47UC3Wm .mbr-section-btn {
  text-align: left;
}
.cid-tCP47UC3Wm .item-title {
  text-align: left;
}
.cid-tCP47UC3Wm .item-subtitle {
  text-align: left;
}
.cid-tCP47VhV2G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCP47VhV2G .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCP47VhV2G img,
.cid-tCP47VhV2G .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCP47VhV2G .item:focus,
.cid-tCP47VhV2G span:focus {
  outline: none;
}
.cid-tCP47VhV2G .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCP47VhV2G .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCP47VhV2G .item {
  padding: 0;
  margin: 0;
}
.cid-tCP47VhV2G .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCP47VhV2G .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCP47VhV2G .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCP47VhV2G .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCP47VhV2G .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCP47VhV2G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCP47VhV2G .mbr-section-title {
  color: #232323;
}
.cid-tCP47VhV2G .mbr-text,
.cid-tCP47VhV2G .mbr-section-btn {
  text-align: left;
}
.cid-tCP47VhV2G .item-title {
  text-align: left;
}
.cid-tCP47VhV2G .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tCP47VZyzu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tCP47VZyzu .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tCP47VZyzu img,
.cid-tCP47VZyzu .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCP47VZyzu .item:focus,
.cid-tCP47VZyzu span:focus {
  outline: none;
}
.cid-tCP47VZyzu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCP47VZyzu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCP47VZyzu .item {
  padding: 0;
  margin: 0;
}
.cid-tCP47VZyzu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2299aa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCP47VZyzu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCP47VZyzu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCP47VZyzu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCP47VZyzu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCP47VZyzu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCP47VZyzu .mbr-section-title {
  color: #232323;
}
.cid-tCP47VZyzu .mbr-text,
.cid-tCP47VZyzu .mbr-section-btn {
  text-align: left;
}
.cid-tCP47VZyzu .item-title {
  text-align: left;
}
.cid-tCP47VZyzu .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tCZKi6clMg {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCZKi6clMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCZKi6clMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCZKi6clMg .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tCZKi6clMg [class^="socicon-"]:before,
.cid-tCZKi6clMg [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tCZKi6HAQF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tCZKi6HAQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCZKi6HAQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCZKi6HAQF .row {
  align-items: flex-end;
}
.cid-tCZKi6HAQF .mbr-section-title {
  color: #dfcefd;
  text-align: right;
}
.cid-tCZKi6HAQF .mbr-text,
.cid-tCZKi6HAQF .mbr-section-btn {
  color: #dfcefd;
}
.cid-tCZKi6HAQF .col-lg-4 {
  align-items: flex-end;
}
.cid-tCZNRtCSJo {
  overflow: hidden;
  background-color: #3d4045;
}
.cid-tCZNRtCSJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCZNRtCSJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCZNRtCSJo .container,
.cid-tCZNRtCSJo .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCZNRtCSJo .container,
  .cid-tCZNRtCSJo .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCZNRtCSJo .container .decor-wrapper,
.cid-tCZNRtCSJo .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tCZNRtCSJo .container .decor-wrapper,
  .cid-tCZNRtCSJo .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tCZNRtCSJo .container .decor-wrapper .decor,
.cid-tCZNRtCSJo .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #8a9198;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.cid-tCZNRtCSJo .container .decor-wrapper .decor:first-child,
.cid-tCZNRtCSJo .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.cid-tCZNRtCSJo .container .decor-wrapper .decor:last-child,
.cid-tCZNRtCSJo .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.cid-tCZNRtCSJo .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tCZNRtCSJo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tCZNRtCSJo .title-wrapper .mbr-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #ff6666;
  margin-bottom: 50px;
}
.cid-tCZNRtCSJo .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .cid-tCZNRtCSJo .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.cid-tCZNRtCSJo .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tCZNRtCSJo .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tCZNRtCSJo .mbr-section-title {
  color: #ffffff;
}
.cid-tCZNRtCSJo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCZNRtCSJo .mbr-text {
  color: #ffffff;
}
.cid-tCZO9HSTvF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tCZO9HSTvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCZO9HSTvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCZO9HSTvF .container,
.cid-tCZO9HSTvF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCZO9HSTvF .container,
  .cid-tCZO9HSTvF .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCZO9HSTvF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tCZO9HSTvF .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCZO9HSTvF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCZO9HSTvF .text-wrapper {
  padding: 0 20%;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tCZO9HSTvF .text-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tCZO9HSTvF .text-wrapper {
    padding: 0;
  }
}
.cid-tCZO9HSTvF .text-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tCZO9HSTvF .text-wrapper .text-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tCZO9HSTvF .text-wrapper .text-wrap {
    display: block;
  }
}
.cid-tCZO9HSTvF .text-wrapper .text-wrap .mbr-text {
  margin: 0 50px 0 0;
}
.cid-tCZO9HSTvF .text-wrapper .text-wrap .mbr-text:last-child {
  margin-right: 0;
}
.cid-tCZO9HSTvF .text-wrapper .text-wrap .mbr-text span {
  background-color: #ed9b82;
  color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tCZO9HSTvF .text-wrapper .text-wrap .mbr-text {
    margin: 0 0 20px 0;
  }
}
.cid-tCZO9HSTvF .mbr-section-title {
  color: #ffffff;
}
.cid-tCZO9HSTvF .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tCZO7YKK88 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tCZO7YKK88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCZO7YKK88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCZO7YKK88 .container,
.cid-tCZO7YKK88 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCZO7YKK88 .container,
  .cid-tCZO7YKK88 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCZO7YKK88 .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCZO7YKK88 .row {
    padding: 85px 8px;
  }
}
.cid-tCZO7YKK88 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tCZO7YKK88 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tCZO7YKK88 .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-tCZO7YKK88 .text-wrapper {
    padding: 0;
  }
}
.cid-tCZO7YKK88 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCZO7YKK88 .mbr-section-title {
  color: #ffffff;
}
.cid-tCZO7YKK88 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCZO7YKK88 .mbr-text {
  color: #ffffff;
}
.cid-tCZOc0tDFj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tCZOc0tDFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCZOc0tDFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCZOc0tDFj .container,
.cid-tCZOc0tDFj .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCZOc0tDFj .container,
  .cid-tCZOc0tDFj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCZOc0tDFj .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tCZOc0tDFj .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-tCZOc0tDFj .title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 26px;
}
.cid-tCZOc0tDFj .title-wrapper .mbr-section-title {
  display: inline-flex;
  padding: 8px 15px;
  background-color: #ed9b82;
  margin-bottom: 0;
}
.cid-tCZOc0tDFj .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tCZOc0tDFj .mbr-section-title {
  color: #3d4045;
}
.cid-tCZOc0tDFj .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCZRr4WwLO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tCZRr4WwLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCZRr4WwLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCZRr4WwLO .container,
.cid-tCZRr4WwLO .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCZRr4WwLO .container,
  .cid-tCZRr4WwLO .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCZRr4WwLO .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tCZRr4WwLO .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-tCZRr4WwLO .title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 26px;
}
.cid-tCZRr4WwLO .title-wrapper .mbr-section-title {
  display: inline-flex;
  padding: 8px 15px;
  background-color: #ed9b82;
  margin-bottom: 0;
}
.cid-tCZRr4WwLO .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tCZRr4WwLO .mbr-section-title {
  color: #3d4045;
}
.cid-tCZRr4WwLO .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tD1gBzAXb6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f5ee;
}
.cid-tD1gBzAXb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1gBzAXb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1gBzAXb6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tD1gBzAXb6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1gBzAXb6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tD1gBzAXb6 .container {
    padding: 0 20px;
  }
}
.cid-tD1gBzAXb6 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tD1gBzAXb6 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tD1gBzAXb6 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tD1gBzAXb6 .mbr-text {
  color: #706f6d;
}
.cid-tD1h8lsDfj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-tD1h8lsDfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1h8lsDfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1h8lsDfj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tD1h8lsDfj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1h8lsDfj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD1h8lsDfj .container {
    padding: 0 20px;
  }
}
.cid-tD1h8lsDfj .row {
  justify-content: center;
}
.cid-tD1h8lsDfj .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tD1h8lsDfj .item {
    margin-bottom: 50px;
  }
}
.cid-tD1h8lsDfj .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tD1h8lsDfj .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tD1h8lsDfj .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tD1h8lsDfj .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tD1h8lsDfj .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tD1h8lsDfj .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tD1h8lsDfj .mbr-card-title {
  color: #1d1d1d;
}
.cid-tD1h8lsDfj .mbr-card-title,
.cid-tD1h8lsDfj .item-img {
  text-align: center;
}
.cid-tD1h8lsDfj .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tCZKiaSpp6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCZKiaSpp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCZKiaSpp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCZKiaSpp6 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCZKiaSpp6 .panel-group {
  border: none;
}
.cid-tCZKiaSpp6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCZKiaSpp6 .panel-body,
.cid-tCZKiaSpp6 .card-header {
  padding: 1rem 0;
}
.cid-tCZKiaSpp6 .panel-title-edit {
  color: #000000;
}
.cid-tCZKiaSpp6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCZKibrb9F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCZKibrb9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCZKibrb9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCZKibrb9F .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tCZKibrb9F .panel-group {
  border: none;
}
.cid-tCZKibrb9F .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCZKibrb9F .panel-body,
.cid-tCZKibrb9F .card-header {
  padding: 1rem 0;
}
.cid-tCZKibrb9F .panel-title-edit {
  color: #000000;
}
.cid-tCZKibrb9F .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCZKictDp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCZKictDp1 img,
.cid-tCZKictDp1 .item-img {
  width: 100%;
}
.cid-tCZKictDp1 .item:focus,
.cid-tCZKictDp1 span:focus {
  outline: none;
}
.cid-tCZKictDp1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCZKictDp1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCZKictDp1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCZKictDp1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCZKictDp1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCZKictDp1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCZKictDp1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCZKictDp1 .mbr-section-title {
  color: #232323;
}
.cid-tCZKictDp1 .mbr-text,
.cid-tCZKictDp1 .mbr-section-btn {
  text-align: left;
}
.cid-tCZKictDp1 .item-title {
  text-align: left;
}
.cid-tCZKictDp1 .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tD1jmtxuSU {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1jmtxuSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jmtxuSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jmtxuSU .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tD1jmtxuSU [class^="socicon-"]:before,
.cid-tD1jmtxuSU [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tD1jmulm59 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tD1jmulm59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jmulm59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jmulm59 .row {
  align-items: flex-end;
}
.cid-tD1jmulm59 .mbr-section-title {
  color: #dfcefd;
  text-align: right;
}
.cid-tD1jmulm59 .mbr-text,
.cid-tD1jmulm59 .mbr-section-btn {
  color: #dfcefd;
}
.cid-tD1jmulm59 .col-lg-4 {
  align-items: flex-end;
}
.cid-tDiPjZSuzf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #3d4045;
}
.cid-tDiPjZSuzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDiPjZSuzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDiPjZSuzf .container,
.cid-tDiPjZSuzf .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDiPjZSuzf .container,
  .cid-tDiPjZSuzf .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDiPjZSuzf .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tDiPjZSuzf .row {
    padding: 85px 8px;
  }
}
.cid-tDiPjZSuzf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tDiPjZSuzf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tDiPjZSuzf .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-tDiPjZSuzf .text-wrapper {
    padding: 0;
  }
}
.cid-tDiPjZSuzf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDiPjZSuzf .mbr-section-title {
  color: #ffffff;
}
.cid-tDiPjZSuzf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDiPjZSuzf .mbr-text {
  color: #ffffff;
}
.cid-tD1jmv0ck4 {
  overflow: hidden;
  background-color: #3d4045;
}
.cid-tD1jmv0ck4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jmv0ck4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jmv0ck4 .container,
.cid-tD1jmv0ck4 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD1jmv0ck4 .container,
  .cid-tD1jmv0ck4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1jmv0ck4 .container .decor-wrapper,
.cid-tD1jmv0ck4 .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tD1jmv0ck4 .container .decor-wrapper,
  .cid-tD1jmv0ck4 .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tD1jmv0ck4 .container .decor-wrapper .decor,
.cid-tD1jmv0ck4 .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #8a9198;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.cid-tD1jmv0ck4 .container .decor-wrapper .decor:first-child,
.cid-tD1jmv0ck4 .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.cid-tD1jmv0ck4 .container .decor-wrapper .decor:last-child,
.cid-tD1jmv0ck4 .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.cid-tD1jmv0ck4 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tD1jmv0ck4 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tD1jmv0ck4 .title-wrapper .mbr-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #ff6666;
  margin-bottom: 50px;
}
.cid-tD1jmv0ck4 .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .cid-tD1jmv0ck4 .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.cid-tD1jmv0ck4 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tD1jmv0ck4 .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tD1jmv0ck4 .mbr-section-title {
  color: #ffffff;
}
.cid-tD1jmv0ck4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD1jmv0ck4 .mbr-text {
  color: #ffffff;
}
.cid-tD1jmvFPfo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3d4045;
}
.cid-tD1jmvFPfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jmvFPfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jmvFPfo .container,
.cid-tD1jmvFPfo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD1jmvFPfo .container,
  .cid-tD1jmvFPfo .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1jmvFPfo .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tD1jmvFPfo .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tD1jmvFPfo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tD1jmvFPfo .text-wrapper {
  padding: 0 20%;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tD1jmvFPfo .text-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tD1jmvFPfo .text-wrapper {
    padding: 0;
  }
}
.cid-tD1jmvFPfo .text-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tD1jmvFPfo .text-wrapper .text-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tD1jmvFPfo .text-wrapper .text-wrap {
    display: block;
  }
}
.cid-tD1jmvFPfo .text-wrapper .text-wrap .mbr-text {
  margin: 0 50px 0 0;
}
.cid-tD1jmvFPfo .text-wrapper .text-wrap .mbr-text:last-child {
  margin-right: 0;
}
.cid-tD1jmvFPfo .text-wrapper .text-wrap .mbr-text span {
  background-color: #ed9b82;
  color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tD1jmvFPfo .text-wrapper .text-wrap .mbr-text {
    margin: 0 0 20px 0;
  }
}
.cid-tD1jmvFPfo .mbr-section-title {
  color: #ffffff;
}
.cid-tD1jmvFPfo .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tD1jmwm5xT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3d4045;
}
.cid-tD1jmwm5xT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jmwm5xT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jmwm5xT .container,
.cid-tD1jmwm5xT .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD1jmwm5xT .container,
  .cid-tD1jmwm5xT .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1jmwm5xT .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tD1jmwm5xT .row {
    padding: 85px 8px;
  }
}
.cid-tD1jmwm5xT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tD1jmwm5xT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tD1jmwm5xT .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-tD1jmwm5xT .text-wrapper {
    padding: 0;
  }
}
.cid-tD1jmwm5xT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tD1jmwm5xT .mbr-section-title {
  color: #ffffff;
}
.cid-tD1jmwm5xT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD1jmwm5xT .mbr-text {
  color: #ffffff;
}
.cid-tD1jmyo8LW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f5ee;
}
.cid-tD1jmyo8LW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jmyo8LW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jmyo8LW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tD1jmyo8LW .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1jmyo8LW .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tD1jmyo8LW .container {
    padding: 0 20px;
  }
}
.cid-tD1jmyo8LW .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tD1jmyo8LW .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tD1jmyo8LW .mbr-section-title {
  color: #1d1d1d;
}
.cid-tD1jmyo8LW .mbr-text {
  color: #706f6d;
}
.cid-tD1krRrHRE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-tD1krRrHRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1krRrHRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1krRrHRE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tD1krRrHRE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1krRrHRE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD1krRrHRE .container {
    padding: 0 20px;
  }
}
.cid-tD1krRrHRE .row {
  justify-content: center;
}
.cid-tD1krRrHRE .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tD1krRrHRE .item {
    margin-bottom: 50px;
  }
}
.cid-tD1krRrHRE .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tD1krRrHRE .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tD1krRrHRE .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tD1krRrHRE .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tD1krRrHRE .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tD1krRrHRE .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tD1krRrHRE .mbr-card-title {
  color: #1d1d1d;
}
.cid-tD1krRrHRE .mbr-card-title,
.cid-tD1krRrHRE .item-img {
  text-align: center;
}
.cid-tD1krRrHRE .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tD1jmABT62 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1jmABT62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jmABT62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jmABT62 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tD1jmABT62 .panel-group {
  border: none;
}
.cid-tD1jmABT62 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tD1jmABT62 .panel-body,
.cid-tD1jmABT62 .card-header {
  padding: 1rem 0;
}
.cid-tD1jmABT62 .panel-title-edit {
  color: #000000;
}
.cid-tD1jmABT62 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tD1jmBqogh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1jmBqogh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jmBqogh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jmBqogh .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tD1jmBqogh .panel-group {
  border: none;
}
.cid-tD1jmBqogh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tD1jmBqogh .panel-body,
.cid-tD1jmBqogh .card-header {
  padding: 1rem 0;
}
.cid-tD1jmBqogh .panel-title-edit {
  color: #000000;
}
.cid-tD1jmBqogh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tD1jmChqz7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tD1jmChqz7 img,
.cid-tD1jmChqz7 .item-img {
  width: 100%;
}
.cid-tD1jmChqz7 .item:focus,
.cid-tD1jmChqz7 span:focus {
  outline: none;
}
.cid-tD1jmChqz7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tD1jmChqz7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tD1jmChqz7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tD1jmChqz7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tD1jmChqz7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tD1jmChqz7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tD1jmChqz7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tD1jmChqz7 .mbr-section-title {
  color: #232323;
}
.cid-tD1jmChqz7 .mbr-text,
.cid-tD1jmChqz7 .mbr-section-btn {
  text-align: left;
}
.cid-tD1jmChqz7 .item-title {
  text-align: left;
}
.cid-tD1jmChqz7 .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tD1juuBMib {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1juuBMib .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1juuBMib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1juuBMib .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tD1juuBMib [class^="socicon-"]:before,
.cid-tD1juuBMib [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tD1juvkyS5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tD1juvkyS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1juvkyS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1juvkyS5 .row {
  align-items: flex-end;
}
.cid-tD1juvkyS5 .mbr-section-title {
  color: #dfcefd;
  text-align: right;
}
.cid-tD1juvkyS5 .mbr-text,
.cid-tD1juvkyS5 .mbr-section-btn {
  color: #dfcefd;
}
.cid-tD1juvkyS5 .col-lg-4 {
  align-items: flex-end;
}
.cid-tD1juw2LJ5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #3d4045;
}
.cid-tD1juw2LJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1juw2LJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1juw2LJ5 .container,
.cid-tD1juw2LJ5 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD1juw2LJ5 .container,
  .cid-tD1juw2LJ5 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1juw2LJ5 .container .decor-wrapper,
.cid-tD1juw2LJ5 .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tD1juw2LJ5 .container .decor-wrapper,
  .cid-tD1juw2LJ5 .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tD1juw2LJ5 .container .decor-wrapper .decor,
.cid-tD1juw2LJ5 .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #8a9198;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.cid-tD1juw2LJ5 .container .decor-wrapper .decor:first-child,
.cid-tD1juw2LJ5 .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.cid-tD1juw2LJ5 .container .decor-wrapper .decor:last-child,
.cid-tD1juw2LJ5 .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.cid-tD1juw2LJ5 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tD1juw2LJ5 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tD1juw2LJ5 .title-wrapper .mbr-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #65c6d4;
  margin-bottom: 50px;
}
.cid-tD1juw2LJ5 .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .cid-tD1juw2LJ5 .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.cid-tD1juw2LJ5 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tD1juw2LJ5 .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tD1juw2LJ5 .mbr-section-title {
  color: #ffffff;
}
.cid-tD1juw2LJ5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD1juw2LJ5 .mbr-text {
  color: #ffffff;
}
.cid-tD1juxmin5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tD1juxmin5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1juxmin5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1juxmin5 .container,
.cid-tD1juxmin5 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD1juxmin5 .container,
  .cid-tD1juxmin5 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1juxmin5 .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tD1juxmin5 .row {
    padding: 85px 8px;
  }
}
.cid-tD1juxmin5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tD1juxmin5 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tD1juxmin5 .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-tD1juxmin5 .text-wrapper {
    padding: 0;
  }
}
.cid-tD1juxmin5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tD1juxmin5 .mbr-section-title {
  color: #ffffff;
}
.cid-tD1juxmin5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD1juxmin5 .mbr-text {
  color: #ffffff;
}
.cid-tDiT4SY5mU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3d4045;
}
.cid-tDiT4SY5mU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDiT4SY5mU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDiT4SY5mU .container,
.cid-tDiT4SY5mU .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDiT4SY5mU .container,
  .cid-tDiT4SY5mU .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDiT4SY5mU .container .decor-wrapper,
.cid-tDiT4SY5mU .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tDiT4SY5mU .container .decor-wrapper,
  .cid-tDiT4SY5mU .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tDiT4SY5mU .container .decor-wrapper .decor,
.cid-tDiT4SY5mU .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ff8a8a;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-tDiT4SY5mU .container .decor-wrapper .decor:first-child,
.cid-tDiT4SY5mU .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-tDiT4SY5mU .container .decor-wrapper .decor:last-child,
.cid-tDiT4SY5mU .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-tDiT4SY5mU .row {
  justify-content: space-between;
}
.cid-tDiT4SY5mU .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDiT4SY5mU .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tDiT4SY5mU .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDiT4SY5mU .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDiT4SY5mU .card {
    margin-bottom: 40px;
  }
}
.cid-tDiT4SY5mU .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-tDiT4SY5mU .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-tDiT4SY5mU .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tDiT4SY5mU .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-tDiT4SY5mU .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tDiT4SY5mU .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #e6c63b;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tDiT4SY5mU .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-tDiT4SY5mU .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ff6666;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-tDiT4SY5mU .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tDiT4SY5mU .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-tDiT4SY5mU .mbr-section-title {
  color: #ffffff;
}
.cid-tDiT4SY5mU .mbr-desc {
  color: #3d4045;
}
.cid-tDiT4SY5mU .mbr-card-title {
  color: #ffffff;
}
.cid-tDiT4SY5mU .mbr-text {
  color: #ffffff;
}
.cid-tDiT4SY5mU .card-desc {
  text-align: right;
}
.cid-tDiTqFECOO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3d4045;
}
.cid-tDiTqFECOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDiTqFECOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDiTqFECOO .container,
.cid-tDiTqFECOO .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDiTqFECOO .container,
  .cid-tDiTqFECOO .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDiTqFECOO .container .decor-wrapper,
.cid-tDiTqFECOO .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tDiTqFECOO .container .decor-wrapper,
  .cid-tDiTqFECOO .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tDiTqFECOO .container .decor-wrapper .decor,
.cid-tDiTqFECOO .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ff8a8a;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-tDiTqFECOO .container .decor-wrapper .decor:first-child,
.cid-tDiTqFECOO .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-tDiTqFECOO .container .decor-wrapper .decor:last-child,
.cid-tDiTqFECOO .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-tDiTqFECOO .row {
  justify-content: space-between;
}
.cid-tDiTqFECOO .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDiTqFECOO .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tDiTqFECOO .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDiTqFECOO .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDiTqFECOO .card {
    margin-bottom: 40px;
  }
}
.cid-tDiTqFECOO .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-tDiTqFECOO .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-tDiTqFECOO .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tDiTqFECOO .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-tDiTqFECOO .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tDiTqFECOO .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #e6c63b;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tDiTqFECOO .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-tDiTqFECOO .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ff6666;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-tDiTqFECOO .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tDiTqFECOO .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-tDiTqFECOO .mbr-section-title {
  color: #ffffff;
}
.cid-tDiTqFECOO .mbr-desc {
  color: #3d4045;
}
.cid-tDiTqFECOO .mbr-card-title {
  color: #ffffff;
}
.cid-tDiTqFECOO .mbr-text {
  color: #ffffff;
}
.cid-tDiTqFECOO .card-desc {
  text-align: right;
}
.cid-tD1juzrdgh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f5ee;
}
.cid-tD1juzrdgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1juzrdgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1juzrdgh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tD1juzrdgh .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1juzrdgh .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tD1juzrdgh .container {
    padding: 0 20px;
  }
}
.cid-tD1juzrdgh .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tD1juzrdgh .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tD1juzrdgh .mbr-section-title {
  color: #1d1d1d;
}
.cid-tD1juzrdgh .mbr-text {
  color: #706f6d;
}
.cid-tD1kvk65vw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-tD1kvk65vw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1kvk65vw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1kvk65vw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tD1kvk65vw .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1kvk65vw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD1kvk65vw .container {
    padding: 0 20px;
  }
}
.cid-tD1kvk65vw .row {
  justify-content: center;
}
.cid-tD1kvk65vw .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tD1kvk65vw .item {
    margin-bottom: 50px;
  }
}
.cid-tD1kvk65vw .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tD1kvk65vw .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tD1kvk65vw .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tD1kvk65vw .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tD1kvk65vw .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tD1kvk65vw .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tD1kvk65vw .mbr-card-title {
  color: #1d1d1d;
}
.cid-tD1kvk65vw .mbr-card-title,
.cid-tD1kvk65vw .item-img {
  text-align: center;
}
.cid-tD1kvk65vw .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tD1juC16Wp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1juC16Wp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1juC16Wp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1juC16Wp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tD1juC16Wp .panel-group {
  border: none;
}
.cid-tD1juC16Wp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tD1juC16Wp .panel-body,
.cid-tD1juC16Wp .card-header {
  padding: 1rem 0;
}
.cid-tD1juC16Wp .panel-title-edit {
  color: #000000;
}
.cid-tD1juC16Wp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tD1juCVTsr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1juCVTsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1juCVTsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1juCVTsr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tD1juCVTsr .panel-group {
  border: none;
}
.cid-tD1juCVTsr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tD1juCVTsr .panel-body,
.cid-tD1juCVTsr .card-header {
  padding: 1rem 0;
}
.cid-tD1juCVTsr .panel-title-edit {
  color: #000000;
}
.cid-tD1juCVTsr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tD1juDO0pe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tD1juDO0pe img,
.cid-tD1juDO0pe .item-img {
  width: 100%;
}
.cid-tD1juDO0pe .item:focus,
.cid-tD1juDO0pe span:focus {
  outline: none;
}
.cid-tD1juDO0pe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tD1juDO0pe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tD1juDO0pe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tD1juDO0pe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tD1juDO0pe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tD1juDO0pe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tD1juDO0pe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tD1juDO0pe .mbr-section-title {
  color: #232323;
}
.cid-tD1juDO0pe .mbr-text,
.cid-tD1juDO0pe .mbr-section-btn {
  text-align: left;
}
.cid-tD1juDO0pe .item-title {
  text-align: left;
}
.cid-tD1juDO0pe .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tD1jDeAr51 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1jDeAr51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jDeAr51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jDeAr51 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tD1jDeAr51 [class^="socicon-"]:before,
.cid-tD1jDeAr51 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tD1jDfiHcF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tD1jDfiHcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jDfiHcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jDfiHcF .row {
  align-items: flex-end;
}
.cid-tD1jDfiHcF .mbr-section-title {
  color: #dfcefd;
  text-align: right;
}
.cid-tD1jDfiHcF .mbr-text,
.cid-tD1jDfiHcF .mbr-section-btn {
  color: #dfcefd;
}
.cid-tD1jDfiHcF .col-lg-4 {
  align-items: flex-end;
}
.cid-tDnsxtBwtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tDnsxtBwtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnsxtBwtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnsxtBwtK .container,
.cid-tDnsxtBwtK .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDnsxtBwtK .container,
  .cid-tDnsxtBwtK .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnsxtBwtK .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tDnsxtBwtK .row {
    padding: 85px 8px;
  }
}
.cid-tDnsxtBwtK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tDnsxtBwtK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tDnsxtBwtK .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-tDnsxtBwtK .text-wrapper {
    padding: 0;
  }
}
.cid-tDnsxtBwtK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnsxtBwtK .mbr-section-title {
  color: #ffffff;
}
.cid-tDnsxtBwtK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDnsxtBwtK .mbr-text {
  color: #ffffff;
}
.cid-tDnt7rFIzE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #735c5c;
}
.cid-tDnt7rFIzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnt7rFIzE .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-tDnt7rFIzE .container {
    padding: 0 20px;
  }
  .cid-tDnt7rFIzE .container .row {
    padding: 0;
  }
}
.cid-tDnt7rFIzE .title-wrapper {
  padding: 160px 90px 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDnt7rFIzE .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tDnt7rFIzE .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDnt7rFIzE .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-tDnt7rFIzE .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDnt7rFIzE .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDnt7rFIzE .title-wrapper .title-wrap .mbr-name {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDnt7rFIzE .title-wrapper .title-wrap .mbr-name {
    margin-bottom: 40px;
  }
}
.cid-tDnt7rFIzE .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDnt7rFIzE .image-wrapper img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDnt7rFIzE .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tDnt7rFIzE .image-wrapper img {
    height: 300px;
  }
}
.cid-tDnt7rFIzE .mbr-desc {
  color: #ffffff;
}
.cid-tDnt7rFIzE .mbr-text {
  color: #ffffff;
}
.cid-tDnt7rFIzE .mbr-name {
  color: #ffffff;
}
.cid-tDnt7rFIzE .mbr-section-btn {
  text-align: right;
}
.cid-tDnt7rFIzE .mbr-text,
.cid-tDnt7rFIzE .mbr-section-btn {
  color: #000000;
}
.cid-tD1jDfZhUS {
  overflow: hidden;
  background-color: #3d4045;
}
.cid-tD1jDfZhUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jDfZhUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jDfZhUS .container,
.cid-tD1jDfZhUS .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD1jDfZhUS .container,
  .cid-tD1jDfZhUS .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1jDfZhUS .container .decor-wrapper,
.cid-tD1jDfZhUS .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tD1jDfZhUS .container .decor-wrapper,
  .cid-tD1jDfZhUS .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tD1jDfZhUS .container .decor-wrapper .decor,
.cid-tD1jDfZhUS .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #8a9198;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.cid-tD1jDfZhUS .container .decor-wrapper .decor:first-child,
.cid-tD1jDfZhUS .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.cid-tD1jDfZhUS .container .decor-wrapper .decor:last-child,
.cid-tD1jDfZhUS .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.cid-tD1jDfZhUS .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tD1jDfZhUS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tD1jDfZhUS .title-wrapper .mbr-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #ffe161;
  margin-bottom: 50px;
}
.cid-tD1jDfZhUS .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .cid-tD1jDfZhUS .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.cid-tD1jDfZhUS .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tD1jDfZhUS .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tD1jDfZhUS .mbr-section-title {
  color: #ffffff;
}
.cid-tD1jDfZhUS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD1jDfZhUS .mbr-text {
  color: #ffffff;
}
.cid-tD1jDhjo7d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tD1jDhjo7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jDhjo7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jDhjo7d .container,
.cid-tD1jDhjo7d .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD1jDhjo7d .container,
  .cid-tD1jDhjo7d .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1jDhjo7d .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tD1jDhjo7d .row {
    padding: 85px 8px;
  }
}
.cid-tD1jDhjo7d .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tD1jDhjo7d .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tD1jDhjo7d .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-tD1jDhjo7d .text-wrapper {
    padding: 0;
  }
}
.cid-tD1jDhjo7d .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tD1jDhjo7d .mbr-section-title {
  color: #ffffff;
}
.cid-tD1jDhjo7d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD1jDhjo7d .mbr-text {
  color: #ffffff;
}
.cid-tDnuTnNAKY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #846a6a;
}
.cid-tDnuTnNAKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnuTnNAKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnuTnNAKY .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDnuTnNAKY .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnuTnNAKY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnuTnNAKY .container {
    padding: 0 20px;
  }
  .cid-tDnuTnNAKY .container .row {
    padding: 0;
  }
}
.cid-tDnuTnNAKY .container,
.cid-tDnuTnNAKY .container-fluid {
  position: relative;
}
.cid-tDnuTnNAKY .row {
  justify-content: center;
}
.cid-tDnuTnNAKY .text-wrapper {
  margin-bottom: 40px;
}
.cid-tDnuTnNAKY .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDnuTnNAKY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnuTnNAKY .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDnuTnNAKY .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tDnuTnNAKY .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tDnuTnNAKY .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tDnuTnNAKY .mbr-section-title {
  color: #ffffff;
}
.cid-tDnuTnNAKY .mbr-text {
  color: #ffffff;
}
.cid-tDnuTnNAKY .list {
  color: #ffffff;
}
.cid-tDnwmUxuQy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #846a6a;
}
.cid-tDnwmUxuQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnwmUxuQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnwmUxuQy .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDnwmUxuQy .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnwmUxuQy .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnwmUxuQy .container {
    padding: 0 20px;
  }
  .cid-tDnwmUxuQy .container .row {
    padding: 0;
  }
}
.cid-tDnwmUxuQy .container,
.cid-tDnwmUxuQy .container-fluid {
  position: relative;
}
.cid-tDnwmUxuQy .row {
  justify-content: center;
}
.cid-tDnwmUxuQy .text-wrapper {
  margin-bottom: 40px;
}
.cid-tDnwmUxuQy .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDnwmUxuQy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnwmUxuQy .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDnwmUxuQy .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tDnwmUxuQy .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tDnwmUxuQy .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tDnwmUxuQy .mbr-section-title {
  color: #ffffff;
}
.cid-tDnwmUxuQy .mbr-text {
  color: #ffffff;
}
.cid-tDnwmUxuQy .list {
  color: #ffffff;
}
.cid-tD1jDjoZmc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f5ee;
}
.cid-tD1jDjoZmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jDjoZmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jDjoZmc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tD1jDjoZmc .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1jDjoZmc .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tD1jDjoZmc .container {
    padding: 0 20px;
  }
}
.cid-tD1jDjoZmc .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tD1jDjoZmc .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tD1jDjoZmc .mbr-section-title {
  color: #1d1d1d;
}
.cid-tD1jDjoZmc .mbr-text {
  color: #706f6d;
}
.cid-tD1kyQQXIj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-tD1kyQQXIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1kyQQXIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1kyQQXIj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tD1kyQQXIj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1kyQQXIj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD1kyQQXIj .container {
    padding: 0 20px;
  }
}
.cid-tD1kyQQXIj .row {
  justify-content: center;
}
.cid-tD1kyQQXIj .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tD1kyQQXIj .item {
    margin-bottom: 50px;
  }
}
.cid-tD1kyQQXIj .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tD1kyQQXIj .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tD1kyQQXIj .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tD1kyQQXIj .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tD1kyQQXIj .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tD1kyQQXIj .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tD1kyQQXIj .mbr-card-title {
  color: #1d1d1d;
}
.cid-tD1kyQQXIj .mbr-card-title,
.cid-tD1kyQQXIj .item-img {
  text-align: center;
}
.cid-tD1kyQQXIj .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tD1jDlC2lg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1jDlC2lg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jDlC2lg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jDlC2lg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tD1jDlC2lg .panel-group {
  border: none;
}
.cid-tD1jDlC2lg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tD1jDlC2lg .panel-body,
.cid-tD1jDlC2lg .card-header {
  padding: 1rem 0;
}
.cid-tD1jDlC2lg .panel-title-edit {
  color: #000000;
}
.cid-tD1jDlC2lg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tD1jDmqq3k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1jDmqq3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jDmqq3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jDmqq3k .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tD1jDmqq3k .panel-group {
  border: none;
}
.cid-tD1jDmqq3k .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tD1jDmqq3k .panel-body,
.cid-tD1jDmqq3k .card-header {
  padding: 1rem 0;
}
.cid-tD1jDmqq3k .panel-title-edit {
  color: #000000;
}
.cid-tD1jDmqq3k .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tD1jDndi6X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tD1jDndi6X img,
.cid-tD1jDndi6X .item-img {
  width: 100%;
}
.cid-tD1jDndi6X .item:focus,
.cid-tD1jDndi6X span:focus {
  outline: none;
}
.cid-tD1jDndi6X .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tD1jDndi6X .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tD1jDndi6X .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tD1jDndi6X .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tD1jDndi6X .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tD1jDndi6X .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tD1jDndi6X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tD1jDndi6X .mbr-section-title {
  color: #232323;
}
.cid-tD1jDndi6X .mbr-text,
.cid-tD1jDndi6X .mbr-section-btn {
  text-align: left;
}
.cid-tD1jDndi6X .item-title {
  text-align: left;
}
.cid-tD1jDndi6X .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tD1jMqLgjP {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1jMqLgjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jMqLgjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jMqLgjP .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tD1jMqLgjP [class^="socicon-"]:before,
.cid-tD1jMqLgjP [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tD1jMrzlqh {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tD1jMrzlqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jMrzlqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jMrzlqh .row {
  align-items: flex-end;
}
.cid-tD1jMrzlqh .mbr-section-title {
  color: #dfcefd;
  text-align: right;
}
.cid-tD1jMrzlqh .mbr-text,
.cid-tD1jMrzlqh .mbr-section-btn {
  color: #dfcefd;
}
.cid-tD1jMrzlqh .col-lg-4 {
  align-items: flex-end;
}
.cid-tDnycOPx5M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #3d4045;
}
.cid-tDnycOPx5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnycOPx5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnycOPx5M .container,
.cid-tDnycOPx5M .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDnycOPx5M .container,
  .cid-tDnycOPx5M .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnycOPx5M .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tDnycOPx5M .row {
    padding: 85px 8px;
  }
}
.cid-tDnycOPx5M .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tDnycOPx5M .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tDnycOPx5M .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-tDnycOPx5M .text-wrapper {
    padding: 0;
  }
}
.cid-tDnycOPx5M .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnycOPx5M .mbr-section-title {
  color: #ffffff;
}
.cid-tDnycOPx5M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDnycOPx5M .mbr-text {
  color: #ffffff;
}
.cid-tDnyagk4d3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #735c5c;
}
.cid-tDnyagk4d3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnyagk4d3 .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-tDnyagk4d3 .container {
    padding: 0 20px;
  }
  .cid-tDnyagk4d3 .container .row {
    padding: 0;
  }
}
.cid-tDnyagk4d3 .title-wrapper {
  padding: 160px 90px 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDnyagk4d3 .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tDnyagk4d3 .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDnyagk4d3 .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-tDnyagk4d3 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDnyagk4d3 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDnyagk4d3 .title-wrapper .title-wrap .mbr-name {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDnyagk4d3 .title-wrapper .title-wrap .mbr-name {
    margin-bottom: 40px;
  }
}
.cid-tDnyagk4d3 .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDnyagk4d3 .image-wrapper img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDnyagk4d3 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tDnyagk4d3 .image-wrapper img {
    height: 300px;
  }
}
.cid-tDnyagk4d3 .mbr-desc {
  color: #ffffff;
}
.cid-tDnyagk4d3 .mbr-text {
  color: #ffffff;
}
.cid-tDnyagk4d3 .mbr-name {
  color: #ffffff;
}
.cid-tDnyagk4d3 .mbr-section-btn {
  text-align: right;
}
.cid-tDnyagk4d3 .mbr-text,
.cid-tDnyagk4d3 .mbr-section-btn {
  color: #000000;
}
.cid-tD1jMseftg {
  overflow: hidden;
  background-color: #3d4045;
}
.cid-tD1jMseftg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jMseftg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jMseftg .container,
.cid-tD1jMseftg .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD1jMseftg .container,
  .cid-tD1jMseftg .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1jMseftg .container .decor-wrapper,
.cid-tD1jMseftg .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tD1jMseftg .container .decor-wrapper,
  .cid-tD1jMseftg .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tD1jMseftg .container .decor-wrapper .decor,
.cid-tD1jMseftg .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #8a9198;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.cid-tD1jMseftg .container .decor-wrapper .decor:first-child,
.cid-tD1jMseftg .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.cid-tD1jMseftg .container .decor-wrapper .decor:last-child,
.cid-tD1jMseftg .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.cid-tD1jMseftg .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tD1jMseftg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tD1jMseftg .title-wrapper .mbr-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #8caff0;
  margin-bottom: 50px;
}
.cid-tD1jMseftg .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .cid-tD1jMseftg .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.cid-tD1jMseftg .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tD1jMseftg .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tD1jMseftg .mbr-section-title {
  color: #ffffff;
}
.cid-tD1jMseftg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD1jMseftg .mbr-text {
  color: #ffffff;
}
.cid-tDnz17AbOF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3d4045;
}
.cid-tDnz17AbOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnz17AbOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnz17AbOF .container,
.cid-tDnz17AbOF .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDnz17AbOF .container,
  .cid-tDnz17AbOF .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnz17AbOF .container .decor-wrapper,
.cid-tDnz17AbOF .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tDnz17AbOF .container .decor-wrapper,
  .cid-tDnz17AbOF .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tDnz17AbOF .container .decor-wrapper .decor,
.cid-tDnz17AbOF .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ff8a8a;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-tDnz17AbOF .container .decor-wrapper .decor:first-child,
.cid-tDnz17AbOF .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-tDnz17AbOF .container .decor-wrapper .decor:last-child,
.cid-tDnz17AbOF .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-tDnz17AbOF .row {
  justify-content: space-between;
}
.cid-tDnz17AbOF .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDnz17AbOF .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tDnz17AbOF .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDnz17AbOF .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDnz17AbOF .card {
    margin-bottom: 40px;
  }
}
.cid-tDnz17AbOF .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-tDnz17AbOF .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-tDnz17AbOF .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tDnz17AbOF .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-tDnz17AbOF .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tDnz17AbOF .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tDnz17AbOF .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-tDnz17AbOF .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ff6666;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-tDnz17AbOF .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tDnz17AbOF .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-tDnz17AbOF .mbr-section-title {
  color: #ffffff;
}
.cid-tDnz17AbOF .mbr-desc {
  color: #3d4045;
}
.cid-tDnz17AbOF .mbr-card-title {
  color: #ffffff;
}
.cid-tDnz17AbOF .mbr-text {
  color: #ffffff;
}
.cid-tDnz17AbOF .card-desc {
  text-align: right;
}
.cid-tD1kBK6nqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-tD1kBK6nqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1kBK6nqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1kBK6nqo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tD1kBK6nqo .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1kBK6nqo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD1kBK6nqo .container {
    padding: 0 20px;
  }
}
.cid-tD1kBK6nqo .row {
  justify-content: center;
}
.cid-tD1kBK6nqo .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tD1kBK6nqo .item {
    margin-bottom: 50px;
  }
}
.cid-tD1kBK6nqo .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tD1kBK6nqo .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tD1kBK6nqo .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tD1kBK6nqo .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tD1kBK6nqo .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tD1kBK6nqo .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tD1kBK6nqo .mbr-card-title {
  color: #1d1d1d;
}
.cid-tD1kBK6nqo .mbr-card-title,
.cid-tD1kBK6nqo .item-img {
  text-align: center;
}
.cid-tD1kBK6nqo .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tD1jMvD3AJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f5ee;
}
.cid-tD1jMvD3AJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jMvD3AJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jMvD3AJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tD1jMvD3AJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1jMvD3AJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tD1jMvD3AJ .container {
    padding: 0 20px;
  }
}
.cid-tD1jMvD3AJ .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tD1jMvD3AJ .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tD1jMvD3AJ .mbr-section-title {
  color: #1d1d1d;
}
.cid-tD1jMvD3AJ .mbr-text {
  color: #706f6d;
}
.cid-tD1jMxQ9Sj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1jMxQ9Sj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jMxQ9Sj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jMxQ9Sj .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tD1jMxQ9Sj .panel-group {
  border: none;
}
.cid-tD1jMxQ9Sj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tD1jMxQ9Sj .panel-body,
.cid-tD1jMxQ9Sj .card-header {
  padding: 1rem 0;
}
.cid-tD1jMxQ9Sj .panel-title-edit {
  color: #000000;
}
.cid-tD1jMxQ9Sj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tD1jMyIMTl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1jMyIMTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1jMyIMTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1jMyIMTl .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tD1jMyIMTl .panel-group {
  border: none;
}
.cid-tD1jMyIMTl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tD1jMyIMTl .panel-body,
.cid-tD1jMyIMTl .card-header {
  padding: 1rem 0;
}
.cid-tD1jMyIMTl .panel-title-edit {
  color: #000000;
}
.cid-tD1jMyIMTl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tD1jMzxUl7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tD1jMzxUl7 img,
.cid-tD1jMzxUl7 .item-img {
  width: 100%;
}
.cid-tD1jMzxUl7 .item:focus,
.cid-tD1jMzxUl7 span:focus {
  outline: none;
}
.cid-tD1jMzxUl7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tD1jMzxUl7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tD1jMzxUl7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tD1jMzxUl7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tD1jMzxUl7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tD1jMzxUl7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tD1jMzxUl7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tD1jMzxUl7 .mbr-section-title {
  color: #232323;
}
.cid-tD1jMzxUl7 .mbr-text,
.cid-tD1jMzxUl7 .mbr-section-btn {
  text-align: left;
}
.cid-tD1jMzxUl7 .item-title {
  text-align: left;
}
.cid-tD1jMzxUl7 .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tD1kZbMvTq {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1kZbMvTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1kZbMvTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1kZbMvTq .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tD1kZbMvTq [class^="socicon-"]:before,
.cid-tD1kZbMvTq [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tD1kZcuW1B {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tD1kZcuW1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1kZcuW1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1kZcuW1B .row {
  align-items: flex-end;
}
.cid-tD1kZcuW1B .mbr-section-title {
  color: #dfcefd;
  text-align: right;
}
.cid-tD1kZcuW1B .mbr-text,
.cid-tD1kZcuW1B .mbr-section-btn {
  color: #dfcefd;
}
.cid-tD1kZcuW1B .col-lg-4 {
  align-items: flex-end;
}
.cid-tD1kZd55FG {
  overflow: hidden;
  background-color: #3d4045;
}
.cid-tD1kZd55FG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1kZd55FG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1kZd55FG .container,
.cid-tD1kZd55FG .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD1kZd55FG .container,
  .cid-tD1kZd55FG .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1kZd55FG .container .decor-wrapper,
.cid-tD1kZd55FG .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tD1kZd55FG .container .decor-wrapper,
  .cid-tD1kZd55FG .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tD1kZd55FG .container .decor-wrapper .decor,
.cid-tD1kZd55FG .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #8a9198;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.cid-tD1kZd55FG .container .decor-wrapper .decor:first-child,
.cid-tD1kZd55FG .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.cid-tD1kZd55FG .container .decor-wrapper .decor:last-child,
.cid-tD1kZd55FG .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.cid-tD1kZd55FG .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tD1kZd55FG .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tD1kZd55FG .title-wrapper .mbr-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #ff6666;
  margin-bottom: 50px;
}
.cid-tD1kZd55FG .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .cid-tD1kZd55FG .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.cid-tD1kZd55FG .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tD1kZd55FG .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tD1kZd55FG .mbr-section-title {
  color: #ffffff;
}
.cid-tD1kZd55FG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD1kZd55FG .mbr-text {
  color: #ffffff;
}
.cid-tD1kZekFLA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tD1kZekFLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1kZekFLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1kZekFLA .container,
.cid-tD1kZekFLA .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD1kZekFLA .container,
  .cid-tD1kZekFLA .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1kZekFLA .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tD1kZekFLA .row {
    padding: 85px 8px;
  }
}
.cid-tD1kZekFLA .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tD1kZekFLA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tD1kZekFLA .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-tD1kZekFLA .text-wrapper {
    padding: 0;
  }
}
.cid-tD1kZekFLA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tD1kZekFLA .mbr-section-title {
  color: #ffffff;
}
.cid-tD1kZekFLA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD1kZekFLA .mbr-text {
  color: #ffffff;
}
.cid-tDaWXvcpa9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tDaWXvcpa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDaWXvcpa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDaWXvcpa9 .container,
.cid-tDaWXvcpa9 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDaWXvcpa9 .container,
  .cid-tDaWXvcpa9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDaWXvcpa9 .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tDaWXvcpa9 .row {
    padding: 85px 4px;
  }
}
.cid-tDaWXvcpa9 .image-wrapper img {
  height: 375px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tDaWXvcpa9 .image-wrapper img {
    height: 280px;
  }
}
.cid-tDaW0euMma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tDaW0euMma .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDaW0euMma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDaW0euMma .container,
.cid-tDaW0euMma .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDaW0euMma .container,
  .cid-tDaW0euMma .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDaW0euMma .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tDaW0euMma .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tDaW0euMma .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDaW0euMma .text-wrapper {
  padding: 0 20%;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tDaW0euMma .text-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tDaW0euMma .text-wrapper {
    padding: 0;
  }
}
.cid-tDaW0euMma .text-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tDaW0euMma .text-wrapper .text-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tDaW0euMma .text-wrapper .text-wrap {
    display: block;
  }
}
.cid-tDaW0euMma .text-wrapper .text-wrap .mbr-text {
  margin: 0 50px 0 0;
}
.cid-tDaW0euMma .text-wrapper .text-wrap .mbr-text:last-child {
  margin-right: 0;
}
.cid-tDaW0euMma .text-wrapper .text-wrap .mbr-text span {
  background-color: #ed9b82;
  color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tDaW0euMma .text-wrapper .text-wrap .mbr-text {
    margin: 0 0 20px 0;
  }
}
.cid-tDaW0euMma .mbr-section-title {
  color: #ffffff;
}
.cid-tDaW0euMma .mbr-text {
  color: #ffffff;
}
.cid-tD1kZdGQVl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #3d4045;
}
.cid-tD1kZdGQVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1kZdGQVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1kZdGQVl .container,
.cid-tD1kZdGQVl .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD1kZdGQVl .container,
  .cid-tD1kZdGQVl .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1kZdGQVl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tD1kZdGQVl .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tD1kZdGQVl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tD1kZdGQVl .text-wrapper {
  padding: 0 20%;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tD1kZdGQVl .text-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tD1kZdGQVl .text-wrapper {
    padding: 0;
  }
}
.cid-tD1kZdGQVl .text-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tD1kZdGQVl .text-wrapper .text-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tD1kZdGQVl .text-wrapper .text-wrap {
    display: block;
  }
}
.cid-tD1kZdGQVl .text-wrapper .text-wrap .mbr-text {
  margin: 0 50px 0 0;
}
.cid-tD1kZdGQVl .text-wrapper .text-wrap .mbr-text:last-child {
  margin-right: 0;
}
.cid-tD1kZdGQVl .text-wrapper .text-wrap .mbr-text span {
  background-color: #ed9b82;
  color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tD1kZdGQVl .text-wrapper .text-wrap .mbr-text {
    margin: 0 0 20px 0;
  }
}
.cid-tD1kZdGQVl .mbr-section-title {
  color: #ffffff;
}
.cid-tD1kZdGQVl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tD1kZgbKWw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f5ee;
}
.cid-tD1kZgbKWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1kZgbKWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1kZgbKWw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tD1kZgbKWw .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1kZgbKWw .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tD1kZgbKWw .container {
    padding: 0 20px;
  }
}
.cid-tD1kZgbKWw .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tD1kZgbKWw .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tD1kZgbKWw .mbr-section-title {
  color: #1d1d1d;
}
.cid-tD1kZgbKWw .mbr-text {
  color: #706f6d;
}
.cid-tD1kZgONox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-tD1kZgONox .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1kZgONox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1kZgONox .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tD1kZgONox .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1kZgONox .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD1kZgONox .container {
    padding: 0 20px;
  }
}
.cid-tD1kZgONox .row {
  justify-content: center;
}
.cid-tD1kZgONox .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tD1kZgONox .item {
    margin-bottom: 50px;
  }
}
.cid-tD1kZgONox .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tD1kZgONox .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tD1kZgONox .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tD1kZgONox .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tD1kZgONox .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tD1kZgONox .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tD1kZgONox .mbr-card-title {
  color: #1d1d1d;
}
.cid-tD1kZgONox .mbr-card-title,
.cid-tD1kZgONox .item-img {
  text-align: center;
}
.cid-tD1kZgONox .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tD1kZicfV1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1kZicfV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1kZicfV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1kZicfV1 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tD1kZicfV1 .panel-group {
  border: none;
}
.cid-tD1kZicfV1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tD1kZicfV1 .panel-body,
.cid-tD1kZicfV1 .card-header {
  padding: 1rem 0;
}
.cid-tD1kZicfV1 .panel-title-edit {
  color: #000000;
}
.cid-tD1kZicfV1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tD1kZiVmxr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1kZiVmxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1kZiVmxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1kZiVmxr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tD1kZiVmxr .panel-group {
  border: none;
}
.cid-tD1kZiVmxr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tD1kZiVmxr .panel-body,
.cid-tD1kZiVmxr .card-header {
  padding: 1rem 0;
}
.cid-tD1kZiVmxr .panel-title-edit {
  color: #000000;
}
.cid-tD1kZiVmxr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tD1kZjNz5W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tD1kZjNz5W img,
.cid-tD1kZjNz5W .item-img {
  width: 100%;
}
.cid-tD1kZjNz5W .item:focus,
.cid-tD1kZjNz5W span:focus {
  outline: none;
}
.cid-tD1kZjNz5W .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tD1kZjNz5W .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tD1kZjNz5W .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tD1kZjNz5W .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tD1kZjNz5W .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tD1kZjNz5W .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tD1kZjNz5W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tD1kZjNz5W .mbr-section-title {
  color: #232323;
}
.cid-tD1kZjNz5W .mbr-text,
.cid-tD1kZjNz5W .mbr-section-btn {
  text-align: left;
}
.cid-tD1kZjNz5W .item-title {
  text-align: left;
}
.cid-tD1kZjNz5W .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tD1l9tTg6b {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1l9tTg6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1l9tTg6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1l9tTg6b .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tD1l9tTg6b [class^="socicon-"]:before,
.cid-tD1l9tTg6b [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tD1l9uCk4s {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tD1l9uCk4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1l9uCk4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1l9uCk4s .row {
  align-items: flex-end;
}
.cid-tD1l9uCk4s .mbr-section-title {
  color: #dfcefd;
  text-align: right;
}
.cid-tD1l9uCk4s .mbr-text,
.cid-tD1l9uCk4s .mbr-section-btn {
  color: #dfcefd;
}
.cid-tD1l9uCk4s .col-lg-4 {
  align-items: flex-end;
}
.cid-tD1l9vb5oW {
  overflow: hidden;
  background-color: #3d4045;
}
.cid-tD1l9vb5oW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1l9vb5oW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1l9vb5oW .container,
.cid-tD1l9vb5oW .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD1l9vb5oW .container,
  .cid-tD1l9vb5oW .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1l9vb5oW .container .decor-wrapper,
.cid-tD1l9vb5oW .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tD1l9vb5oW .container .decor-wrapper,
  .cid-tD1l9vb5oW .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tD1l9vb5oW .container .decor-wrapper .decor,
.cid-tD1l9vb5oW .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #8a9198;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.cid-tD1l9vb5oW .container .decor-wrapper .decor:first-child,
.cid-tD1l9vb5oW .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.cid-tD1l9vb5oW .container .decor-wrapper .decor:last-child,
.cid-tD1l9vb5oW .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.cid-tD1l9vb5oW .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tD1l9vb5oW .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tD1l9vb5oW .title-wrapper .mbr-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #ff6666;
  margin-bottom: 50px;
}
.cid-tD1l9vb5oW .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .cid-tD1l9vb5oW .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.cid-tD1l9vb5oW .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tD1l9vb5oW .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tD1l9vb5oW .mbr-section-title {
  color: #ffffff;
}
.cid-tD1l9vb5oW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD1l9vb5oW .mbr-text {
  color: #ffffff;
}
.cid-tD1l9wpHOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tD1l9wpHOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1l9wpHOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1l9wpHOZ .container,
.cid-tD1l9wpHOZ .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD1l9wpHOZ .container,
  .cid-tD1l9wpHOZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1l9wpHOZ .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tD1l9wpHOZ .row {
    padding: 85px 8px;
  }
}
.cid-tD1l9wpHOZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tD1l9wpHOZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tD1l9wpHOZ .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-tD1l9wpHOZ .text-wrapper {
    padding: 0;
  }
}
.cid-tD1l9wpHOZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tD1l9wpHOZ .mbr-section-title {
  color: #ffffff;
}
.cid-tD1l9wpHOZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD1l9wpHOZ .mbr-text {
  color: #ffffff;
}
.cid-tDiNGl2orE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3d4045;
}
.cid-tDiNGl2orE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDiNGl2orE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDiNGl2orE .container,
.cid-tDiNGl2orE .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDiNGl2orE .container,
  .cid-tDiNGl2orE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDiNGl2orE .container .decor-wrapper,
.cid-tDiNGl2orE .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tDiNGl2orE .container .decor-wrapper,
  .cid-tDiNGl2orE .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tDiNGl2orE .container .decor-wrapper .decor,
.cid-tDiNGl2orE .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ff8a8a;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-tDiNGl2orE .container .decor-wrapper .decor:first-child,
.cid-tDiNGl2orE .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-tDiNGl2orE .container .decor-wrapper .decor:last-child,
.cid-tDiNGl2orE .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-tDiNGl2orE .row {
  justify-content: space-between;
}
.cid-tDiNGl2orE .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDiNGl2orE .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tDiNGl2orE .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDiNGl2orE .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDiNGl2orE .card {
    margin-bottom: 40px;
  }
}
.cid-tDiNGl2orE .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-tDiNGl2orE .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-tDiNGl2orE .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tDiNGl2orE .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-tDiNGl2orE .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tDiNGl2orE .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tDiNGl2orE .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-tDiNGl2orE .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ff6666;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-tDiNGl2orE .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tDiNGl2orE .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-tDiNGl2orE .mbr-section-title {
  color: #ffffff;
}
.cid-tDiNGl2orE .mbr-desc {
  color: #3d4045;
}
.cid-tDiNGl2orE .mbr-card-title {
  color: #ffffff;
}
.cid-tDiNGl2orE .mbr-text {
  color: #ffffff;
}
.cid-tDiNGl2orE .card-desc {
  text-align: right;
}
.cid-tDiOcFFmHZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3d4045;
}
.cid-tDiOcFFmHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDiOcFFmHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDiOcFFmHZ .container,
.cid-tDiOcFFmHZ .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDiOcFFmHZ .container,
  .cid-tDiOcFFmHZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDiOcFFmHZ .container .decor-wrapper,
.cid-tDiOcFFmHZ .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tDiOcFFmHZ .container .decor-wrapper,
  .cid-tDiOcFFmHZ .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tDiOcFFmHZ .container .decor-wrapper .decor,
.cid-tDiOcFFmHZ .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ff8a8a;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-tDiOcFFmHZ .container .decor-wrapper .decor:first-child,
.cid-tDiOcFFmHZ .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-tDiOcFFmHZ .container .decor-wrapper .decor:last-child,
.cid-tDiOcFFmHZ .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-tDiOcFFmHZ .row {
  justify-content: space-between;
}
.cid-tDiOcFFmHZ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDiOcFFmHZ .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tDiOcFFmHZ .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDiOcFFmHZ .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDiOcFFmHZ .card {
    margin-bottom: 40px;
  }
}
.cid-tDiOcFFmHZ .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-tDiOcFFmHZ .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-tDiOcFFmHZ .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tDiOcFFmHZ .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-tDiOcFFmHZ .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tDiOcFFmHZ .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tDiOcFFmHZ .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-tDiOcFFmHZ .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ff6666;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-tDiOcFFmHZ .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tDiOcFFmHZ .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-tDiOcFFmHZ .mbr-section-title {
  color: #ffffff;
}
.cid-tDiOcFFmHZ .mbr-desc {
  color: #3d4045;
}
.cid-tDiOcFFmHZ .mbr-card-title {
  color: #ffffff;
}
.cid-tDiOcFFmHZ .mbr-text {
  color: #ffffff;
}
.cid-tDiOcFFmHZ .card-desc {
  text-align: right;
}
.cid-tDiOdksITI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3d4045;
}
.cid-tDiOdksITI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDiOdksITI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDiOdksITI .container,
.cid-tDiOdksITI .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDiOdksITI .container,
  .cid-tDiOdksITI .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDiOdksITI .container .decor-wrapper,
.cid-tDiOdksITI .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tDiOdksITI .container .decor-wrapper,
  .cid-tDiOdksITI .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tDiOdksITI .container .decor-wrapper .decor,
.cid-tDiOdksITI .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ff8a8a;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-tDiOdksITI .container .decor-wrapper .decor:first-child,
.cid-tDiOdksITI .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-tDiOdksITI .container .decor-wrapper .decor:last-child,
.cid-tDiOdksITI .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-tDiOdksITI .row {
  justify-content: space-between;
}
.cid-tDiOdksITI .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDiOdksITI .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tDiOdksITI .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDiOdksITI .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDiOdksITI .card {
    margin-bottom: 40px;
  }
}
.cid-tDiOdksITI .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-tDiOdksITI .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-tDiOdksITI .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tDiOdksITI .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-tDiOdksITI .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tDiOdksITI .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tDiOdksITI .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-tDiOdksITI .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ff6666;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-tDiOdksITI .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tDiOdksITI .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-tDiOdksITI .mbr-section-title {
  color: #ffffff;
}
.cid-tDiOdksITI .mbr-desc {
  color: #3d4045;
}
.cid-tDiOdksITI .mbr-card-title {
  color: #ffffff;
}
.cid-tDiOdksITI .mbr-text {
  color: #ffffff;
}
.cid-tDiOdksITI .card-desc {
  text-align: right;
}
.cid-tDiOdYLZxs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3d4045;
}
.cid-tDiOdYLZxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDiOdYLZxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDiOdYLZxs .container,
.cid-tDiOdYLZxs .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDiOdYLZxs .container,
  .cid-tDiOdYLZxs .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDiOdYLZxs .container .decor-wrapper,
.cid-tDiOdYLZxs .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tDiOdYLZxs .container .decor-wrapper,
  .cid-tDiOdYLZxs .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tDiOdYLZxs .container .decor-wrapper .decor,
.cid-tDiOdYLZxs .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ff8a8a;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-tDiOdYLZxs .container .decor-wrapper .decor:first-child,
.cid-tDiOdYLZxs .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-tDiOdYLZxs .container .decor-wrapper .decor:last-child,
.cid-tDiOdYLZxs .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-tDiOdYLZxs .row {
  justify-content: space-between;
}
.cid-tDiOdYLZxs .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDiOdYLZxs .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tDiOdYLZxs .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDiOdYLZxs .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDiOdYLZxs .card {
    margin-bottom: 40px;
  }
}
.cid-tDiOdYLZxs .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-tDiOdYLZxs .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-tDiOdYLZxs .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tDiOdYLZxs .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-tDiOdYLZxs .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tDiOdYLZxs .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tDiOdYLZxs .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-tDiOdYLZxs .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ff6666;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-tDiOdYLZxs .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tDiOdYLZxs .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-tDiOdYLZxs .mbr-section-title {
  color: #ffffff;
}
.cid-tDiOdYLZxs .mbr-desc {
  color: #3d4045;
}
.cid-tDiOdYLZxs .mbr-card-title {
  color: #ffffff;
}
.cid-tDiOdYLZxs .mbr-text {
  color: #ffffff;
}
.cid-tDiOdYLZxs .card-desc {
  text-align: right;
}
.cid-tDiOeBGmJ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3d4045;
}
.cid-tDiOeBGmJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDiOeBGmJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDiOeBGmJ5 .container,
.cid-tDiOeBGmJ5 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDiOeBGmJ5 .container,
  .cid-tDiOeBGmJ5 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDiOeBGmJ5 .container .decor-wrapper,
.cid-tDiOeBGmJ5 .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tDiOeBGmJ5 .container .decor-wrapper,
  .cid-tDiOeBGmJ5 .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tDiOeBGmJ5 .container .decor-wrapper .decor,
.cid-tDiOeBGmJ5 .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ff8a8a;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-tDiOeBGmJ5 .container .decor-wrapper .decor:first-child,
.cid-tDiOeBGmJ5 .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-tDiOeBGmJ5 .container .decor-wrapper .decor:last-child,
.cid-tDiOeBGmJ5 .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-tDiOeBGmJ5 .row {
  justify-content: space-between;
}
.cid-tDiOeBGmJ5 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDiOeBGmJ5 .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tDiOeBGmJ5 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDiOeBGmJ5 .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDiOeBGmJ5 .card {
    margin-bottom: 40px;
  }
}
.cid-tDiOeBGmJ5 .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-tDiOeBGmJ5 .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-tDiOeBGmJ5 .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tDiOeBGmJ5 .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-tDiOeBGmJ5 .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tDiOeBGmJ5 .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tDiOeBGmJ5 .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-tDiOeBGmJ5 .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ff6666;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-tDiOeBGmJ5 .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tDiOeBGmJ5 .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-tDiOeBGmJ5 .mbr-section-title {
  color: #ffffff;
}
.cid-tDiOeBGmJ5 .mbr-desc {
  color: #3d4045;
}
.cid-tDiOeBGmJ5 .mbr-card-title {
  color: #ffffff;
}
.cid-tDiOeBGmJ5 .mbr-text {
  color: #ffffff;
}
.cid-tDiOeBGmJ5 .card-desc {
  text-align: right;
}
.cid-tD1l9yeDvC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f5ee;
}
.cid-tD1l9yeDvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1l9yeDvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1l9yeDvC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tD1l9yeDvC .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1l9yeDvC .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tD1l9yeDvC .container {
    padding: 0 20px;
  }
}
.cid-tD1l9yeDvC .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tD1l9yeDvC .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tD1l9yeDvC .mbr-section-title {
  color: #1d1d1d;
}
.cid-tD1l9yeDvC .mbr-text {
  color: #706f6d;
}
.cid-tD1l9yQXV4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-tD1l9yQXV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1l9yQXV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1l9yQXV4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tD1l9yQXV4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD1l9yQXV4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD1l9yQXV4 .container {
    padding: 0 20px;
  }
}
.cid-tD1l9yQXV4 .row {
  justify-content: center;
}
.cid-tD1l9yQXV4 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tD1l9yQXV4 .item {
    margin-bottom: 50px;
  }
}
.cid-tD1l9yQXV4 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tD1l9yQXV4 .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tD1l9yQXV4 .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tD1l9yQXV4 .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tD1l9yQXV4 .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tD1l9yQXV4 .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tD1l9yQXV4 .mbr-card-title {
  color: #1d1d1d;
}
.cid-tD1l9yQXV4 .mbr-card-title,
.cid-tD1l9yQXV4 .item-img {
  text-align: center;
}
.cid-tD1l9yQXV4 .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tD1l9AeNyO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1l9AeNyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1l9AeNyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1l9AeNyO .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tD1l9AeNyO .panel-group {
  border: none;
}
.cid-tD1l9AeNyO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tD1l9AeNyO .panel-body,
.cid-tD1l9AeNyO .card-header {
  padding: 1rem 0;
}
.cid-tD1l9AeNyO .panel-title-edit {
  color: #000000;
}
.cid-tD1l9AeNyO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tD1l9AXw9V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1l9AXw9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1l9AXw9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1l9AXw9V .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tD1l9AXw9V .panel-group {
  border: none;
}
.cid-tD1l9AXw9V .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tD1l9AXw9V .panel-body,
.cid-tD1l9AXw9V .card-header {
  padding: 1rem 0;
}
.cid-tD1l9AXw9V .panel-title-edit {
  color: #000000;
}
.cid-tD1l9AXw9V .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tD1l9BJPRI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tD1l9BJPRI img,
.cid-tD1l9BJPRI .item-img {
  width: 100%;
}
.cid-tD1l9BJPRI .item:focus,
.cid-tD1l9BJPRI span:focus {
  outline: none;
}
.cid-tD1l9BJPRI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tD1l9BJPRI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tD1l9BJPRI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tD1l9BJPRI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tD1l9BJPRI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tD1l9BJPRI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tD1l9BJPRI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tD1l9BJPRI .mbr-section-title {
  color: #232323;
}
.cid-tD1l9BJPRI .mbr-text,
.cid-tD1l9BJPRI .mbr-section-btn {
  text-align: left;
}
.cid-tD1l9BJPRI .item-title {
  text-align: left;
}
.cid-tD1l9BJPRI .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDnzXQNjPj {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnzXQNjPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnzXQNjPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnzXQNjPj .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDnzXQNjPj [class^="socicon-"]:before,
.cid-tDnzXQNjPj [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDnzXRuQmQ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tDnzXRuQmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnzXRuQmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnzXRuQmQ .row {
  align-items: flex-end;
}
.cid-tDnzXRuQmQ .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDnzXRuQmQ .mbr-text,
.cid-tDnzXRuQmQ .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDnzXRuQmQ .col-lg-4 {
  align-items: flex-end;
}
.cid-tDnAtLvkpA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1d;
}
.cid-tDnAtLvkpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnAtLvkpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnAtLvkpA .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnAtLvkpA .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnAtLvkpA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnAtLvkpA .container {
    padding: 0 20px;
  }
}
.cid-tDnAtLvkpA .row {
  margin-top: -2px;
}
.cid-tDnAtLvkpA .card {
  padding: 0;
}
.cid-tDnAtLvkpA .image-wrapper {
  border: 2px solid #706f6d;
}
.cid-tDnAtLvkpA .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tDnAtLvkpA .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tDnAtLvkpA .title-wrapper {
  border: 2px solid #706f6d;
  border-top: none;
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tDnAtLvkpA .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tDnAtLvkpA .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tDnAtLvkpA .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDnAtLvkpA .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tDnAtLvkpA .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tDnAtLvkpA .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tDnAtLvkpA .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tDnAtLvkpA .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tDnAtLvkpA .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tDnAtLvkpA .mbr-section-title {
  color: #ffffff;
}
.cid-tDnAtLvkpA .mbr-text {
  color: #ffffff;
}
.cid-tDnAtLvkpA .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tDnAtLvkpA .mbr-section-btn {
    text-align: left;
  }
}
.cid-tDnG1OtKhi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcfbf5;
}
.cid-tDnG1OtKhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnG1OtKhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnG1OtKhi .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnG1OtKhi .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnG1OtKhi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnG1OtKhi .container {
    padding: 0 20px;
  }
}
.cid-tDnG1OtKhi .card {
  padding: 0;
}
.cid-tDnG1OtKhi .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #d7d7d7;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tDnG1OtKhi .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-tDnG1OtKhi .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnG1OtKhi .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnG1OtKhi .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tDnG5LdMxk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-tDnG5LdMxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnG5LdMxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnG5LdMxk .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnG5LdMxk .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnG5LdMxk .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnG5LdMxk .container {
    padding: 0 20px;
  }
}
.cid-tDnG5LdMxk .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnG5LdMxk .card {
  padding: 0;
  border-radius: 0;
}
.cid-tDnG5LdMxk .card:first-child {
  border-right: 2px solid #d7d7d7;
  border-right: none;
  border-left: 2px solid #d7d7d7;
}
.cid-tDnG5LdMxk .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-tDnG5LdMxk .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tDnG5LdMxk .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDnG5LdMxk .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tDnG5LdMxk .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-tDnG5LdMxk .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-tDnG5LdMxk .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDnG5LdMxk .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tDnG5LdMxk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnG5LdMxk .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-tDnG5LdMxk .mbr-text {
  color: #1d1d1d;
}
.cid-tDnGbrZN7i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnGbrZN7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnGbrZN7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnGbrZN7i .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tDnGbrZN7i .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnGbrZN7i .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnGbrZN7i .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDnGbrZN7i .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDnGbrZN7i .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDnGbrZN7i .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-tDnGbrZN7i .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tDnGbrZN7i .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-tDnGbrZN7i .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tDnGbrZN7i .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 100%;
}
.cid-tDnGbrZN7i .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tDnGbrZN7i .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-tDnGbrZN7i .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-tDnGbrZN7i .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tDnGbrZN7i .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-tDnGbrZN7i .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-tDnGbrZN7i .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnGbrZN7i .mbr-card-title {
  color: #1d1d1d;
}
.cid-tDnGbrZN7i .mbr-desc {
  color: #989898;
}
.cid-tDnGbrZN7i .mbr-text {
  color: #1d1d1d;
}
.cid-tDnGbrZN7i .mbr-loc {
  color: #989898;
}
.cid-tDnHDpY8L0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnHDpY8L0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnHDpY8L0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnHDpY8L0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tDnHDpY8L0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnHDpY8L0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnHDpY8L0 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDnHDpY8L0 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDnHDpY8L0 .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDnHDpY8L0 .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-tDnHDpY8L0 .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tDnHDpY8L0 .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-tDnHDpY8L0 .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tDnHDpY8L0 .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 100%;
}
.cid-tDnHDpY8L0 .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tDnHDpY8L0 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-tDnHDpY8L0 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-tDnHDpY8L0 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tDnHDpY8L0 .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-tDnHDpY8L0 .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-tDnHDpY8L0 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnHDpY8L0 .mbr-card-title {
  color: #1d1d1d;
}
.cid-tDnHDpY8L0 .mbr-desc {
  color: #989898;
}
.cid-tDnHDpY8L0 .mbr-text {
  color: #1d1d1d;
}
.cid-tDnHDpY8L0 .mbr-loc {
  color: #989898;
}
.cid-tDnzXVxw7D {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnzXVxw7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnzXVxw7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnzXVxw7D .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDnzXVxw7D .panel-group {
  border: none;
}
.cid-tDnzXVxw7D .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDnzXVxw7D .panel-body,
.cid-tDnzXVxw7D .card-header {
  padding: 1rem 0;
}
.cid-tDnzXVxw7D .panel-title-edit {
  color: #000000;
}
.cid-tDnzXVxw7D .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDnzXWfUZy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnzXWfUZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnzXWfUZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnzXWfUZy .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDnzXWfUZy .panel-group {
  border: none;
}
.cid-tDnzXWfUZy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDnzXWfUZy .panel-body,
.cid-tDnzXWfUZy .card-header {
  padding: 1rem 0;
}
.cid-tDnzXWfUZy .panel-title-edit {
  color: #000000;
}
.cid-tDnzXWfUZy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDnzXWXTmY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDnzXWXTmY img,
.cid-tDnzXWXTmY .item-img {
  width: 100%;
}
.cid-tDnzXWXTmY .item:focus,
.cid-tDnzXWXTmY span:focus {
  outline: none;
}
.cid-tDnzXWXTmY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDnzXWXTmY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDnzXWXTmY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDnzXWXTmY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDnzXWXTmY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDnzXWXTmY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDnzXWXTmY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDnzXWXTmY .mbr-section-title {
  color: #232323;
}
.cid-tDnzXWXTmY .mbr-text,
.cid-tDnzXWXTmY .mbr-section-btn {
  text-align: left;
}
.cid-tDnzXWXTmY .item-title {
  text-align: left;
}
.cid-tDnzXWXTmY .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDnP78MlCI {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnP78MlCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnP78MlCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnP78MlCI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDnP78MlCI [class^="socicon-"]:before,
.cid-tDnP78MlCI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDnP79szsJ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tDnP79szsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnP79szsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnP79szsJ .row {
  align-items: flex-end;
}
.cid-tDnP79szsJ .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDnP79szsJ .mbr-text,
.cid-tDnP79szsJ .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDnP79szsJ .col-lg-4 {
  align-items: flex-end;
}
.cid-tDnP7a2wHv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1d;
}
.cid-tDnP7a2wHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnP7a2wHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnP7a2wHv .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnP7a2wHv .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnP7a2wHv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnP7a2wHv .container {
    padding: 0 20px;
  }
}
.cid-tDnP7a2wHv .row {
  margin-top: -2px;
}
.cid-tDnP7a2wHv .card {
  padding: 0;
}
.cid-tDnP7a2wHv .image-wrapper {
  border: 2px solid #706f6d;
}
.cid-tDnP7a2wHv .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tDnP7a2wHv .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tDnP7a2wHv .title-wrapper {
  border: 2px solid #706f6d;
  border-top: none;
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tDnP7a2wHv .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tDnP7a2wHv .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tDnP7a2wHv .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDnP7a2wHv .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tDnP7a2wHv .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tDnP7a2wHv .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tDnP7a2wHv .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tDnP7a2wHv .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tDnP7a2wHv .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tDnP7a2wHv .mbr-section-title {
  color: #ffffff;
}
.cid-tDnP7a2wHv .mbr-text {
  color: #ffffff;
}
.cid-tDnP7a2wHv .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tDnP7a2wHv .mbr-section-btn {
    text-align: left;
  }
}
.cid-tDnP7aH49X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcfbf5;
}
.cid-tDnP7aH49X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnP7aH49X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnP7aH49X .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnP7aH49X .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnP7aH49X .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnP7aH49X .container {
    padding: 0 20px;
  }
}
.cid-tDnP7aH49X .card {
  padding: 0;
}
.cid-tDnP7aH49X .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #d7d7d7;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tDnP7aH49X .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-tDnP7aH49X .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnP7aH49X .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnP7aH49X .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tDnP7bfcnq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-tDnP7bfcnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnP7bfcnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnP7bfcnq .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnP7bfcnq .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnP7bfcnq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnP7bfcnq .container {
    padding: 0 20px;
  }
}
.cid-tDnP7bfcnq .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnP7bfcnq .card {
  padding: 0;
  border-radius: 0;
}
.cid-tDnP7bfcnq .card:first-child {
  border-right: 2px solid #d7d7d7;
  border-right: none;
  border-left: 2px solid #d7d7d7;
}
.cid-tDnP7bfcnq .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-tDnP7bfcnq .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tDnP7bfcnq .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDnP7bfcnq .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tDnP7bfcnq .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-tDnP7bfcnq .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-tDnP7bfcnq .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDnP7bfcnq .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tDnP7bfcnq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnP7bfcnq .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-tDnP7bfcnq .mbr-text {
  color: #1d1d1d;
}
.cid-tDnU27Iuwa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnU27Iuwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnU27Iuwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnU27Iuwa .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tDnU27Iuwa .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnU27Iuwa .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnU27Iuwa .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDnU27Iuwa .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDnU27Iuwa .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDnU27Iuwa .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-tDnU27Iuwa .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tDnU27Iuwa .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-tDnU27Iuwa .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tDnU27Iuwa .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 100%;
}
.cid-tDnU27Iuwa .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tDnU27Iuwa .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-tDnU27Iuwa .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-tDnU27Iuwa .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tDnU27Iuwa .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-tDnU27Iuwa .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-tDnU27Iuwa .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnU27Iuwa .mbr-card-title {
  color: #1d1d1d;
}
.cid-tDnU27Iuwa .mbr-desc {
  color: #989898;
}
.cid-tDnU27Iuwa .mbr-text {
  color: #1d1d1d;
}
.cid-tDnU27Iuwa .mbr-loc {
  color: #989898;
}
.cid-tDnU2SgK95 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnU2SgK95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnU2SgK95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnU2SgK95 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tDnU2SgK95 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnU2SgK95 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnU2SgK95 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDnU2SgK95 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDnU2SgK95 .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDnU2SgK95 .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-tDnU2SgK95 .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tDnU2SgK95 .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-tDnU2SgK95 .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tDnU2SgK95 .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 100%;
}
.cid-tDnU2SgK95 .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tDnU2SgK95 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-tDnU2SgK95 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-tDnU2SgK95 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tDnU2SgK95 .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-tDnU2SgK95 .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-tDnU2SgK95 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnU2SgK95 .mbr-card-title {
  color: #1d1d1d;
}
.cid-tDnU2SgK95 .mbr-desc {
  color: #989898;
}
.cid-tDnU2SgK95 .mbr-text {
  color: #1d1d1d;
}
.cid-tDnU2SgK95 .mbr-loc {
  color: #989898;
}
.cid-tDnP7dnFdb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnP7dnFdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnP7dnFdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnP7dnFdb .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDnP7dnFdb .panel-group {
  border: none;
}
.cid-tDnP7dnFdb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDnP7dnFdb .panel-body,
.cid-tDnP7dnFdb .card-header {
  padding: 1rem 0;
}
.cid-tDnP7dnFdb .panel-title-edit {
  color: #000000;
}
.cid-tDnP7dnFdb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDnP7e50pT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnP7e50pT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnP7e50pT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnP7e50pT .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDnP7e50pT .panel-group {
  border: none;
}
.cid-tDnP7e50pT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDnP7e50pT .panel-body,
.cid-tDnP7e50pT .card-header {
  padding: 1rem 0;
}
.cid-tDnP7e50pT .panel-title-edit {
  color: #000000;
}
.cid-tDnP7e50pT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDnP7eNzAM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDnP7eNzAM img,
.cid-tDnP7eNzAM .item-img {
  width: 100%;
}
.cid-tDnP7eNzAM .item:focus,
.cid-tDnP7eNzAM span:focus {
  outline: none;
}
.cid-tDnP7eNzAM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDnP7eNzAM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDnP7eNzAM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDnP7eNzAM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDnP7eNzAM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDnP7eNzAM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDnP7eNzAM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDnP7eNzAM .mbr-section-title {
  color: #232323;
}
.cid-tDnP7eNzAM .mbr-text,
.cid-tDnP7eNzAM .mbr-section-btn {
  text-align: left;
}
.cid-tDnP7eNzAM .item-title {
  text-align: left;
}
.cid-tDnP7eNzAM .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDnPF8j6r4 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnPF8j6r4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnPF8j6r4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnPF8j6r4 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDnPF8j6r4 [class^="socicon-"]:before,
.cid-tDnPF8j6r4 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDnPF8Yh6J {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tDnPF8Yh6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnPF8Yh6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnPF8Yh6J .row {
  align-items: flex-end;
}
.cid-tDnPF8Yh6J .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDnPF8Yh6J .mbr-text,
.cid-tDnPF8Yh6J .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDnPF8Yh6J .col-lg-4 {
  align-items: flex-end;
}
.cid-tDnPF9A2Eb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1d;
}
.cid-tDnPF9A2Eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnPF9A2Eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnPF9A2Eb .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnPF9A2Eb .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnPF9A2Eb .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnPF9A2Eb .container {
    padding: 0 20px;
  }
}
.cid-tDnPF9A2Eb .row {
  margin-top: -2px;
}
.cid-tDnPF9A2Eb .card {
  padding: 0;
}
.cid-tDnPF9A2Eb .image-wrapper {
  border: 2px solid #706f6d;
}
.cid-tDnPF9A2Eb .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tDnPF9A2Eb .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tDnPF9A2Eb .title-wrapper {
  border: 2px solid #706f6d;
  border-top: none;
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tDnPF9A2Eb .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tDnPF9A2Eb .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tDnPF9A2Eb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDnPF9A2Eb .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tDnPF9A2Eb .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tDnPF9A2Eb .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tDnPF9A2Eb .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tDnPF9A2Eb .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tDnPF9A2Eb .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tDnPF9A2Eb .mbr-section-title {
  color: #ffffff;
}
.cid-tDnPF9A2Eb .mbr-text {
  color: #ffffff;
}
.cid-tDnPF9A2Eb .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tDnPF9A2Eb .mbr-section-btn {
    text-align: left;
  }
}
.cid-tDnPFacoVG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
}
.cid-tDnPFacoVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnPFacoVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnPFacoVG .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnPFacoVG .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnPFacoVG .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnPFacoVG .container {
    padding: 0 20px;
  }
}
.cid-tDnPFacoVG .card {
  padding: 0;
}
.cid-tDnPFacoVG .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #d7d7d7;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tDnPFacoVG .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-tDnPFacoVG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnPFacoVG .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnPFacoVG .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tDnPFaKOQs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-tDnPFaKOQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnPFaKOQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnPFaKOQs .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnPFaKOQs .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnPFaKOQs .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnPFaKOQs .container {
    padding: 0 20px;
  }
}
.cid-tDnPFaKOQs .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnPFaKOQs .card {
  padding: 0;
  border-radius: 0;
}
.cid-tDnPFaKOQs .card:first-child {
  border-right: 2px solid #d7d7d7;
}
.cid-tDnPFaKOQs .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-tDnPFaKOQs .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tDnPFaKOQs .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDnPFaKOQs .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tDnPFaKOQs .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-tDnPFaKOQs .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-tDnPFaKOQs .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDnPFaKOQs .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tDnPFaKOQs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnPFaKOQs .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-tDnPFaKOQs .mbr-text {
  color: #1d1d1d;
}
.cid-tDnU7ZYeVj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnU7ZYeVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnU7ZYeVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnU7ZYeVj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tDnU7ZYeVj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnU7ZYeVj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnU7ZYeVj .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDnU7ZYeVj .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDnU7ZYeVj .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDnU7ZYeVj .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-tDnU7ZYeVj .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tDnU7ZYeVj .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-tDnU7ZYeVj .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tDnU7ZYeVj .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 100%;
}
.cid-tDnU7ZYeVj .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tDnU7ZYeVj .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-tDnU7ZYeVj .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-tDnU7ZYeVj .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tDnU7ZYeVj .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-tDnU7ZYeVj .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-tDnU7ZYeVj .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnU7ZYeVj .mbr-card-title {
  color: #1d1d1d;
}
.cid-tDnU7ZYeVj .mbr-desc {
  color: #989898;
}
.cid-tDnU7ZYeVj .mbr-text {
  color: #1d1d1d;
}
.cid-tDnU7ZYeVj .mbr-loc {
  color: #989898;
}
.cid-tDnU8OOpf2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnU8OOpf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnU8OOpf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnU8OOpf2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tDnU8OOpf2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnU8OOpf2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnU8OOpf2 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDnU8OOpf2 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDnU8OOpf2 .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDnU8OOpf2 .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-tDnU8OOpf2 .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tDnU8OOpf2 .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-tDnU8OOpf2 .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tDnU8OOpf2 .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 100%;
}
.cid-tDnU8OOpf2 .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tDnU8OOpf2 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-tDnU8OOpf2 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-tDnU8OOpf2 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tDnU8OOpf2 .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-tDnU8OOpf2 .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-tDnU8OOpf2 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnU8OOpf2 .mbr-card-title {
  color: #1d1d1d;
}
.cid-tDnU8OOpf2 .mbr-desc {
  color: #989898;
}
.cid-tDnU8OOpf2 .mbr-text {
  color: #1d1d1d;
}
.cid-tDnU8OOpf2 .mbr-loc {
  color: #989898;
}
.cid-tDnPFcFvbr {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnPFcFvbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnPFcFvbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnPFcFvbr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDnPFcFvbr .panel-group {
  border: none;
}
.cid-tDnPFcFvbr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDnPFcFvbr .panel-body,
.cid-tDnPFcFvbr .card-header {
  padding: 1rem 0;
}
.cid-tDnPFcFvbr .panel-title-edit {
  color: #000000;
}
.cid-tDnPFcFvbr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDnPFdpgVo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnPFdpgVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnPFdpgVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnPFdpgVo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDnPFdpgVo .panel-group {
  border: none;
}
.cid-tDnPFdpgVo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDnPFdpgVo .panel-body,
.cid-tDnPFdpgVo .card-header {
  padding: 1rem 0;
}
.cid-tDnPFdpgVo .panel-title-edit {
  color: #000000;
}
.cid-tDnPFdpgVo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDnPFe6ejt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDnPFe6ejt img,
.cid-tDnPFe6ejt .item-img {
  width: 100%;
}
.cid-tDnPFe6ejt .item:focus,
.cid-tDnPFe6ejt span:focus {
  outline: none;
}
.cid-tDnPFe6ejt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDnPFe6ejt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDnPFe6ejt .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDnPFe6ejt .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDnPFe6ejt .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDnPFe6ejt .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDnPFe6ejt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDnPFe6ejt .mbr-section-title {
  color: #232323;
}
.cid-tDnPFe6ejt .mbr-text,
.cid-tDnPFe6ejt .mbr-section-btn {
  text-align: left;
}
.cid-tDnPFe6ejt .item-title {
  text-align: left;
}
.cid-tDnPFe6ejt .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDnQ24wNAR {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnQ24wNAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQ24wNAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQ24wNAR .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDnQ24wNAR [class^="socicon-"]:before,
.cid-tDnQ24wNAR [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDnQ25gpJC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tDnQ25gpJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQ25gpJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQ25gpJC .row {
  align-items: flex-end;
}
.cid-tDnQ25gpJC .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDnQ25gpJC .mbr-text,
.cid-tDnQ25gpJC .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDnQ25gpJC .col-lg-4 {
  align-items: flex-end;
}
.cid-tDnQ25NPdO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1d;
}
.cid-tDnQ25NPdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQ25NPdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQ25NPdO .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnQ25NPdO .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnQ25NPdO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnQ25NPdO .container {
    padding: 0 20px;
  }
}
.cid-tDnQ25NPdO .row {
  margin-top: -2px;
}
.cid-tDnQ25NPdO .card {
  padding: 0;
}
.cid-tDnQ25NPdO .image-wrapper {
  border: 2px solid #706f6d;
}
.cid-tDnQ25NPdO .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tDnQ25NPdO .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tDnQ25NPdO .title-wrapper {
  border: 2px solid #706f6d;
  border-top: none;
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tDnQ25NPdO .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tDnQ25NPdO .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tDnQ25NPdO .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDnQ25NPdO .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tDnQ25NPdO .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tDnQ25NPdO .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tDnQ25NPdO .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tDnQ25NPdO .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tDnQ25NPdO .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tDnQ25NPdO .mbr-section-title {
  color: #ffffff;
}
.cid-tDnQ25NPdO .mbr-text {
  color: #ffffff;
}
.cid-tDnQ25NPdO .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tDnQ25NPdO .mbr-section-btn {
    text-align: left;
  }
}
.cid-tDnQ26lmfv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcfbf5;
}
.cid-tDnQ26lmfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQ26lmfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQ26lmfv .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnQ26lmfv .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnQ26lmfv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnQ26lmfv .container {
    padding: 0 20px;
  }
}
.cid-tDnQ26lmfv .card {
  padding: 0;
}
.cid-tDnQ26lmfv .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #d7d7d7;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tDnQ26lmfv .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-tDnQ26lmfv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnQ26lmfv .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnQ26lmfv .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tDnQ26SiVg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-tDnQ26SiVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQ26SiVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQ26SiVg .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnQ26SiVg .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnQ26SiVg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnQ26SiVg .container {
    padding: 0 20px;
  }
}
.cid-tDnQ26SiVg .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnQ26SiVg .card {
  padding: 0;
  border-radius: 0;
}
.cid-tDnQ26SiVg .card:first-child {
  border-right: 2px solid #d7d7d7;
  border-right: none;
  border-left: 2px solid #d7d7d7;
}
.cid-tDnQ26SiVg .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-tDnQ26SiVg .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tDnQ26SiVg .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDnQ26SiVg .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tDnQ26SiVg .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-tDnQ26SiVg .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-tDnQ26SiVg .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDnQ26SiVg .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tDnQ26SiVg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnQ26SiVg .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-tDnQ26SiVg .mbr-text {
  color: #1d1d1d;
}
.cid-tDobx6QTZ2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcfbf5;
}
.cid-tDobx6QTZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDobx6QTZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDobx6QTZ2 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDobx6QTZ2 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDobx6QTZ2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDobx6QTZ2 .container {
    padding: 0 20px;
  }
}
.cid-tDobx6QTZ2 .card {
  padding: 0;
}
.cid-tDobx6QTZ2 .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #d7d7d7;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tDobx6QTZ2 .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-tDobx6QTZ2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDobx6QTZ2 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDobx6QTZ2 .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tDobKMUP3C {
  background-color: #fcfbf5;
}
.cid-tDobKMUP3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDobKMUP3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDobKMUP3C .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tDobKMUP3C .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDobKMUP3C .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDobKMUP3C .container {
    padding: 0 20px;
  }
}
.cid-tDobKMUP3C .row {
  justify-content: center;
}
.cid-tDobKMUP3C .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDobKMUP3C .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDobKMUP3C .card-wrapper {
  padding: 32px;
  margin-bottom: 64px;
  border: 2px solid #d7d7d7;
}
.cid-tDobKMUP3C .card-wrapper .icon-wrapper {
  margin-bottom: 88px;
}
.cid-tDobKMUP3C .card-wrapper .icon-wrapper .mbr-iconfont {
  color: #1d1d1d;
  font-size: 42px;
}
.cid-tDobKMUP3C .card-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tDobKMUP3C .card-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tDobKMUP3C .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDobKMUP3C .mbr-card-title {
  color: #1d1d1d;
}
.cid-tDobKMUP3C .mbr-text {
  color: #1d1d1d;
}
.cid-tDnUd6GjMh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnUd6GjMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnUd6GjMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnUd6GjMh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tDnUd6GjMh .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnUd6GjMh .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnUd6GjMh .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDnUd6GjMh .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDnUd6GjMh .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDnUd6GjMh .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-tDnUd6GjMh .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tDnUd6GjMh .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-tDnUd6GjMh .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tDnUd6GjMh .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 100%;
}
.cid-tDnUd6GjMh .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tDnUd6GjMh .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-tDnUd6GjMh .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-tDnUd6GjMh .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tDnUd6GjMh .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-tDnUd6GjMh .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-tDnUd6GjMh .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnUd6GjMh .mbr-card-title {
  color: #1d1d1d;
}
.cid-tDnUd6GjMh .mbr-desc {
  color: #989898;
}
.cid-tDnUd6GjMh .mbr-text {
  color: #1d1d1d;
}
.cid-tDnUd6GjMh .mbr-loc {
  color: #989898;
}
.cid-tDnUdGTAge {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnUdGTAge .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnUdGTAge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnUdGTAge .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tDnUdGTAge .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnUdGTAge .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnUdGTAge .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDnUdGTAge .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDnUdGTAge .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDnUdGTAge .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-tDnUdGTAge .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tDnUdGTAge .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-tDnUdGTAge .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tDnUdGTAge .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 100%;
}
.cid-tDnUdGTAge .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tDnUdGTAge .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-tDnUdGTAge .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-tDnUdGTAge .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tDnUdGTAge .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-tDnUdGTAge .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-tDnUdGTAge .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnUdGTAge .mbr-card-title {
  color: #1d1d1d;
}
.cid-tDnUdGTAge .mbr-desc {
  color: #989898;
}
.cid-tDnUdGTAge .mbr-text {
  color: #1d1d1d;
}
.cid-tDnUdGTAge .mbr-loc {
  color: #989898;
}
.cid-tDnQ28Kz05 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnQ28Kz05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQ28Kz05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQ28Kz05 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDnQ28Kz05 .panel-group {
  border: none;
}
.cid-tDnQ28Kz05 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDnQ28Kz05 .panel-body,
.cid-tDnQ28Kz05 .card-header {
  padding: 1rem 0;
}
.cid-tDnQ28Kz05 .panel-title-edit {
  color: #000000;
}
.cid-tDnQ28Kz05 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDnQ29o5Lt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnQ29o5Lt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQ29o5Lt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQ29o5Lt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDnQ29o5Lt .panel-group {
  border: none;
}
.cid-tDnQ29o5Lt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDnQ29o5Lt .panel-body,
.cid-tDnQ29o5Lt .card-header {
  padding: 1rem 0;
}
.cid-tDnQ29o5Lt .panel-title-edit {
  color: #000000;
}
.cid-tDnQ29o5Lt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDnQ2a3d8A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDnQ2a3d8A img,
.cid-tDnQ2a3d8A .item-img {
  width: 100%;
}
.cid-tDnQ2a3d8A .item:focus,
.cid-tDnQ2a3d8A span:focus {
  outline: none;
}
.cid-tDnQ2a3d8A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDnQ2a3d8A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDnQ2a3d8A .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDnQ2a3d8A .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDnQ2a3d8A .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDnQ2a3d8A .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDnQ2a3d8A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDnQ2a3d8A .mbr-section-title {
  color: #232323;
}
.cid-tDnQ2a3d8A .mbr-text,
.cid-tDnQ2a3d8A .mbr-section-btn {
  text-align: left;
}
.cid-tDnQ2a3d8A .item-title {
  text-align: left;
}
.cid-tDnQ2a3d8A .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDnQdAqWsR {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnQdAqWsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQdAqWsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQdAqWsR .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDnQdAqWsR [class^="socicon-"]:before,
.cid-tDnQdAqWsR [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDnQdBi1cd {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tDnQdBi1cd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQdBi1cd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQdBi1cd .row {
  align-items: flex-end;
}
.cid-tDnQdBi1cd .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDnQdBi1cd .mbr-text,
.cid-tDnQdBi1cd .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDnQdBi1cd .col-lg-4 {
  align-items: flex-end;
}
.cid-tDnQdC1P68 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1d;
}
.cid-tDnQdC1P68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQdC1P68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQdC1P68 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnQdC1P68 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnQdC1P68 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnQdC1P68 .container {
    padding: 0 20px;
  }
}
.cid-tDnQdC1P68 .row {
  margin-top: -2px;
}
.cid-tDnQdC1P68 .card {
  padding: 0;
}
.cid-tDnQdC1P68 .image-wrapper {
  border: 2px solid #706f6d;
}
.cid-tDnQdC1P68 .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tDnQdC1P68 .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tDnQdC1P68 .title-wrapper {
  border: 2px solid #706f6d;
  border-top: none;
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tDnQdC1P68 .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tDnQdC1P68 .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tDnQdC1P68 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDnQdC1P68 .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tDnQdC1P68 .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tDnQdC1P68 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tDnQdC1P68 .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tDnQdC1P68 .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tDnQdC1P68 .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tDnQdC1P68 .mbr-section-title {
  color: #ffffff;
}
.cid-tDnQdC1P68 .mbr-text {
  color: #ffffff;
}
.cid-tDnQdC1P68 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tDnQdC1P68 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tDnQdDdTAI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcfbf5;
}
.cid-tDnQdDdTAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQdDdTAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQdDdTAI .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnQdDdTAI .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnQdDdTAI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnQdDdTAI .container {
    padding: 0 20px;
  }
}
.cid-tDnQdDdTAI .card {
  padding: 0;
}
.cid-tDnQdDdTAI .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #d7d7d7;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tDnQdDdTAI .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-tDnQdDdTAI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnQdDdTAI .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnQdDdTAI .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tDnQdDN54x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-tDnQdDN54x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQdDN54x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQdDN54x .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDnQdDN54x .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnQdDN54x .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnQdDN54x .container {
    padding: 0 20px;
  }
}
.cid-tDnQdDN54x .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnQdDN54x .card {
  padding: 0;
  border-radius: 0;
}
.cid-tDnQdDN54x .card:first-child {
  border-right: 2px solid #d7d7d7;
  border-right: none;
  border-left: 2px solid #d7d7d7;
}
.cid-tDnQdDN54x .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-tDnQdDN54x .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tDnQdDN54x .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDnQdDN54x .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tDnQdDN54x .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-tDnQdDN54x .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-tDnQdDN54x .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDnQdDN54x .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tDnQdDN54x .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDnQdDN54x .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-tDnQdDN54x .mbr-text {
  color: #1d1d1d;
}
.cid-tDoi3IFwcf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e8f5e3;
}
.cid-tDoi3IFwcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoi3IFwcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoi3IFwcf .text-wrap {
  width: 100%;
}
.cid-tDoi3IFwcf .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tDoi3IFwcf .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-tDoi3IFwcf .list-wrap {
  margin-top: 52px;
}
.cid-tDoi3IFwcf .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-tDoi3IFwcf .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-tDoi3IFwcf .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-tDoi3IFwcf .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-tDnUi1RSfV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnUi1RSfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnUi1RSfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnUi1RSfV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tDnUi1RSfV .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnUi1RSfV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnUi1RSfV .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDnUi1RSfV .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDnUi1RSfV .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDnUi1RSfV .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-tDnUi1RSfV .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tDnUi1RSfV .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-tDnUi1RSfV .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tDnUi1RSfV .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 100%;
}
.cid-tDnUi1RSfV .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tDnUi1RSfV .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-tDnUi1RSfV .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-tDnUi1RSfV .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tDnUi1RSfV .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-tDnUi1RSfV .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-tDnUi1RSfV .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnUi1RSfV .mbr-card-title {
  color: #1d1d1d;
}
.cid-tDnUi1RSfV .mbr-desc {
  color: #989898;
}
.cid-tDnUi1RSfV .mbr-text {
  color: #1d1d1d;
}
.cid-tDnUi1RSfV .mbr-loc {
  color: #989898;
}
.cid-tDnUjatOKJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tDnUjatOKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnUjatOKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnUjatOKJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tDnUjatOKJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDnUjatOKJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDnUjatOKJ .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDnUjatOKJ .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tDnUjatOKJ .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDnUjatOKJ .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-tDnUjatOKJ .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tDnUjatOKJ .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-tDnUjatOKJ .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tDnUjatOKJ .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 100%;
}
.cid-tDnUjatOKJ .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tDnUjatOKJ .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-tDnUjatOKJ .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-tDnUjatOKJ .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tDnUjatOKJ .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-tDnUjatOKJ .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-tDnUjatOKJ .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDnUjatOKJ .mbr-card-title {
  color: #1d1d1d;
}
.cid-tDnUjatOKJ .mbr-desc {
  color: #989898;
}
.cid-tDnUjatOKJ .mbr-text {
  color: #1d1d1d;
}
.cid-tDnUjatOKJ .mbr-loc {
  color: #989898;
}
.cid-tDnQdFGvN2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnQdFGvN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQdFGvN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQdFGvN2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDnQdFGvN2 .panel-group {
  border: none;
}
.cid-tDnQdFGvN2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDnQdFGvN2 .panel-body,
.cid-tDnQdFGvN2 .card-header {
  padding: 1rem 0;
}
.cid-tDnQdFGvN2 .panel-title-edit {
  color: #000000;
}
.cid-tDnQdFGvN2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDnQdGmoiD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnQdGmoiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnQdGmoiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnQdGmoiD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDnQdGmoiD .panel-group {
  border: none;
}
.cid-tDnQdGmoiD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDnQdGmoiD .panel-body,
.cid-tDnQdGmoiD .card-header {
  padding: 1rem 0;
}
.cid-tDnQdGmoiD .panel-title-edit {
  color: #000000;
}
.cid-tDnQdGmoiD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDnQdH3Wk4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDnQdH3Wk4 img,
.cid-tDnQdH3Wk4 .item-img {
  width: 100%;
}
.cid-tDnQdH3Wk4 .item:focus,
.cid-tDnQdH3Wk4 span:focus {
  outline: none;
}
.cid-tDnQdH3Wk4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDnQdH3Wk4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDnQdH3Wk4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDnQdH3Wk4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDnQdH3Wk4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDnQdH3Wk4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDnQdH3Wk4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDnQdH3Wk4 .mbr-section-title {
  color: #232323;
}
.cid-tDnQdH3Wk4 .mbr-text,
.cid-tDnQdH3Wk4 .mbr-section-btn {
  text-align: left;
}
.cid-tDnQdH3Wk4 .item-title {
  text-align: left;
}
.cid-tDnQdH3Wk4 .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDosMh58G9 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDosMh58G9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDosMh58G9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDosMh58G9 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDosMh58G9 [class^="socicon-"]:before,
.cid-tDosMh58G9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDosMhMTll {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x768.jpg");
}
.cid-tDosMhMTll .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDosMhMTll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDosMhMTll .row {
  align-items: flex-end;
}
.cid-tDosMhMTll .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDosMhMTll .mbr-text,
.cid-tDosMhMTll .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDosMhMTll .col-lg-4 {
  align-items: flex-end;
}
.cid-tDotGMm4aa {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tDotGMm4aa .mbr-section-title {
  color: #ffffff;
}
.cid-tDotGMm4aa .mbr-text,
.cid-tDotGMm4aa .mbr-section-btn {
  color: #fafafa;
}
.cid-tDovDmAjAi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDovDmAjAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDovDmAjAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDovDmAjAi .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tDovDmAjAi .row {
    padding: 0 12px;
  }
}
.cid-tDovDmAjAi .text-wrapper {
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-tDovDmAjAi .text-wrapper {
    padding: 0;
  }
}
.cid-tDovDmAjAi .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tDovDmAjAi .text-wrapper .mbr-section-title span {
  color: #920e0e;
}
.cid-tDovDmAjAi .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tDovDmAjAi .image {
  position: relative;
}
.cid-tDovDmAjAi .image::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ee2947;
}
@media (max-width: 992px) {
  .cid-tDovDmAjAi .image::before {
    display: none;
  }
}
.cid-tDovDmAjAi .image::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  left: 3rem;
  width: 60px;
  height: 60px;
  background-color: #ee2947;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tDovDmAjAi .image::after {
    display: none;
  }
}
.cid-tDovDmAjAi .image-wrapper {
  position: relative;
  padding-top: 50%;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-tDovDmAjAi .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: auto;
  }
}
.cid-tDovDmAjAi .image-wrapper::before {
  content: '';
  position: absolute;
  right: -20rem;
  top: 13rem;
  display: block;
  width: 400px;
  height: 400px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-tDovDmAjAi .image-wrapper::before {
    display: none;
  }
}
.cid-tDovDmAjAi .image-wrapper::after {
  content: '';
  position: absolute;
  right: -26rem;
  top: 6.7rem;
  display: block;
  width: 600px;
  height: 600px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDovDmAjAi .image-wrapper::after {
    display: none;
  }
}
.cid-tDovDmAjAi .image-wrapper img {
  width: 400px;
  min-height: 600px;
  border-radius: 0 0 0 100%;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDovDmAjAi .image-wrapper img {
    min-height: auto;
    width: 250px;
  }
}
.cid-tDovDmAjAi .mbr-section-title {
  color: #1e4381;
}
.cid-tDovDmAjAi .mbr-text {
  color: #1e4381;
}
.cid-tDovFjgyQR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDovFjgyQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDovFjgyQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDovFjgyQR .row {
  padding: 1rem;
}
.cid-tDovFjgyQR .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tDovFjgyQR .row {
    padding: 0 12px;
  }
}
.cid-tDovFjgyQR .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-tDovFjgyQR .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tDovFjgyQR .row::after {
    display: none;
  }
}
.cid-tDovFjgyQR .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-tDovFjgyQR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDovFjgyQR .title-wrapper .mbr-section-title span {
  color: #920e0e;
}
.cid-tDovFjgyQR .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDovFjgyQR .text-wrapper {
    padding: 0;
  }
}
.cid-tDovFjgyQR .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tDovFjgyQR .mbr-section-title {
  color: #1e4381;
}
.cid-tDovFjgyQR .mbr-text {
  color: #1e4381;
}
.cid-tDox5VPYoh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDox5VPYoh .row {
  padding: 0 110px;
  position: relative;
}
.cid-tDox5VPYoh .row::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: 0;
  display: block;
  width: 45%;
  height: 140%;
  background-color: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDox5VPYoh .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tDox5VPYoh .row {
    padding: 0 12px;
  }
}
.cid-tDox5VPYoh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDox5VPYoh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDox5VPYoh .image {
  position: relative;
}
.cid-tDox5VPYoh .image::before {
  content: '';
  display: block;
  background-color: #1e4381;
  position: absolute;
  top: -4rem;
  left: 6rem;
  width: 100px;
  height: 100px;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tDox5VPYoh .image::before {
    display: none;
  }
}
.cid-tDox5VPYoh .image::after {
  content: '';
  display: block;
  background-color: #ee2947;
  position: absolute;
  top: -2.7rem;
  left: 7.3rem;
  width: 60px;
  height: 60px;
  border-radius: 0 100% 0 0;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-tDox5VPYoh .image::after {
    display: none;
  }
}
.cid-tDox5VPYoh .image-wrapper {
  position: relative;
  padding-right: 85px;
}
@media (max-width: 992px) {
  .cid-tDox5VPYoh .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tDox5VPYoh .image-wrapper img {
  max-width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 0 0 0 75%;
  z-index: 1;
  position: relative;
}
.cid-tDox5VPYoh .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ee2947;
}
@media (max-width: 992px) {
  .cid-tDox5VPYoh .image-wrapper::before {
    display: none;
  }
}
.cid-tDox5VPYoh .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  background-color: #f3722f;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tDox5VPYoh .image-wrapper::after {
    display: none;
  }
}
.cid-tDox5VPYoh .text-wrapper {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDox5VPYoh .text-wrapper {
    padding: 0;
  }
}
.cid-tDox5VPYoh .text-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tDox5VPYoh .text-wrapper .mbr-section-title {
    margin: 10px 0;
  }
}
.cid-tDox5VPYoh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDox5VPYoh .mbr-section-title {
  color: #f3722f;
}
.cid-tDox5VPYoh .mbr-text {
  color: #1e4381;
}
.cid-tDoxYH2DeG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDoxYH2DeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoxYH2DeG .row::after {
  content: '';
  display: block;
  position: absolute;
  width: 38%;
  height: 80%;
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDoxYH2DeG .row::after {
    display: none;
  }
}
.cid-tDoxYH2DeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoxYH2DeG .image-wrapper {
  padding-right: 110px;
}
@media (max-width: 992px) {
  .cid-tDoxYH2DeG .image-wrapper {
    padding: 0 12px;
  }
}
.cid-tDoxYH2DeG .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0 25% 25% 0;
}
.cid-tDoxYH2DeG .text-wrapper {
  padding-right: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDoxYH2DeG .text-wrapper {
    padding: 0 12px;
  }
}
.cid-tDoxYH2DeG .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tDoxYH2DeG .text-wrapper .mbr-section-title span {
  color: #ee2947;
}
.cid-tDoxYH2DeG .text-wrapper .row.items::after {
  display: none;
}
.cid-tDoxYH2DeG .text-wrapper .row.items .item {
  margin-bottom: 16px;
}
.cid-tDoxYH2DeG .text-wrapper .row.items .item .mbr-number {
  margin: 0;
}
.cid-tDoxYH2DeG .text-wrapper .row.items .item .mbr-text {
  margin: 0;
}
.cid-tDoxYH2DeG .mbr-section-title {
  color: #1e4381;
}
.cid-tDoxYH2DeG .mbr-number {
  color: #ee2947;
}
.cid-tDoxYH2DeG .mbr-text {
  color: #e43f3f;
}
.cid-tDoC8B4a0N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDoC8B4a0N .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tDoC8B4a0N .mbr-section-title {
  color: #000000;
}
.cid-tDoC8B4a0N .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tDoC8B4a0N .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-tDoC8B4a0N .items-row {
    margin: 0 -15px;
  }
  .cid-tDoC8B4a0N .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tDoC8B4a0N .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tDoC8B4a0N .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tDoC8B4a0N .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tDoC8B4a0N .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tDoC8B4a0N .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tDoC8B4a0N .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-tDoC8B4a0N .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tDoC8B4a0N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tDoC8B4a0N .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tDoC8B4a0N .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-tDoC8B4a0N .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDoC8B4a0N .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tDoC8B4a0N .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDosMlOihO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDosMlOihO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDosMlOihO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDosMlOihO .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDosMlOihO .panel-group {
  border: none;
}
.cid-tDosMlOihO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDosMlOihO .panel-body,
.cid-tDosMlOihO .card-header {
  padding: 1rem 0;
}
.cid-tDosMlOihO .panel-title-edit {
  color: #000000;
}
.cid-tDosMlOihO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDosMmBH92 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDosMmBH92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDosMmBH92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDosMmBH92 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDosMmBH92 .panel-group {
  border: none;
}
.cid-tDosMmBH92 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDosMmBH92 .panel-body,
.cid-tDosMmBH92 .card-header {
  padding: 1rem 0;
}
.cid-tDosMmBH92 .panel-title-edit {
  color: #000000;
}
.cid-tDosMmBH92 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDosMnmOHz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDosMnmOHz img,
.cid-tDosMnmOHz .item-img {
  width: 100%;
}
.cid-tDosMnmOHz .item:focus,
.cid-tDosMnmOHz span:focus {
  outline: none;
}
.cid-tDosMnmOHz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDosMnmOHz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDosMnmOHz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDosMnmOHz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDosMnmOHz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDosMnmOHz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDosMnmOHz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDosMnmOHz .mbr-section-title {
  color: #232323;
}
.cid-tDosMnmOHz .mbr-text,
.cid-tDosMnmOHz .mbr-section-btn {
  text-align: left;
}
.cid-tDosMnmOHz .item-title {
  text-align: left;
}
.cid-tDosMnmOHz .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDozcAgHyx {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozcAgHyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozcAgHyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozcAgHyx .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDozcAgHyx [class^="socicon-"]:before,
.cid-tDozcAgHyx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDozcAY8o5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x768.jpg");
}
.cid-tDozcAY8o5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozcAY8o5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozcAY8o5 .row {
  align-items: flex-end;
}
.cid-tDozcAY8o5 .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDozcAY8o5 .mbr-text,
.cid-tDozcAY8o5 .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDozcAY8o5 .col-lg-4 {
  align-items: flex-end;
}
.cid-tDozcCi0ID {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDozcCi0ID .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozcCi0ID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozcCi0ID .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tDozcCi0ID .row {
    padding: 0 12px;
  }
}
.cid-tDozcCi0ID .text-wrapper {
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-tDozcCi0ID .text-wrapper {
    padding: 0;
  }
}
.cid-tDozcCi0ID .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tDozcCi0ID .text-wrapper .mbr-section-title span {
  color: #920e0e;
}
.cid-tDozcCi0ID .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tDozcCi0ID .image {
  position: relative;
}
.cid-tDozcCi0ID .image::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ee2947;
}
@media (max-width: 992px) {
  .cid-tDozcCi0ID .image::before {
    display: none;
  }
}
.cid-tDozcCi0ID .image::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  left: 3rem;
  width: 60px;
  height: 60px;
  background-color: #ee2947;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tDozcCi0ID .image::after {
    display: none;
  }
}
.cid-tDozcCi0ID .image-wrapper {
  position: relative;
  padding-top: 50%;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-tDozcCi0ID .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: auto;
  }
}
.cid-tDozcCi0ID .image-wrapper::before {
  content: '';
  position: absolute;
  right: -20rem;
  top: 13rem;
  display: block;
  width: 400px;
  height: 400px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-tDozcCi0ID .image-wrapper::before {
    display: none;
  }
}
.cid-tDozcCi0ID .image-wrapper::after {
  content: '';
  position: absolute;
  right: -26rem;
  top: 6.7rem;
  display: block;
  width: 600px;
  height: 600px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDozcCi0ID .image-wrapper::after {
    display: none;
  }
}
.cid-tDozcCi0ID .image-wrapper img {
  width: 400px;
  min-height: 600px;
  border-radius: 0 0 0 100%;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDozcCi0ID .image-wrapper img {
    min-height: auto;
    width: 250px;
  }
}
.cid-tDozcCi0ID .mbr-section-title {
  color: #1e4381;
}
.cid-tDozcCi0ID .mbr-text {
  color: #1e4381;
}
.cid-tDozcDDWcZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDozcDDWcZ .row {
  padding: 0 110px;
  position: relative;
}
.cid-tDozcDDWcZ .row::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: 0;
  display: block;
  width: 45%;
  height: 140%;
  background-color: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDozcDDWcZ .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tDozcDDWcZ .row {
    padding: 0 12px;
  }
}
.cid-tDozcDDWcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozcDDWcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozcDDWcZ .image {
  position: relative;
}
.cid-tDozcDDWcZ .image::before {
  content: '';
  display: block;
  background-color: #1e4381;
  position: absolute;
  top: -4rem;
  left: 6rem;
  width: 100px;
  height: 100px;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tDozcDDWcZ .image::before {
    display: none;
  }
}
.cid-tDozcDDWcZ .image::after {
  content: '';
  display: block;
  background-color: #ee2947;
  position: absolute;
  top: -2.7rem;
  left: 7.3rem;
  width: 60px;
  height: 60px;
  border-radius: 0 100% 0 0;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-tDozcDDWcZ .image::after {
    display: none;
  }
}
.cid-tDozcDDWcZ .image-wrapper {
  position: relative;
  padding-right: 85px;
}
@media (max-width: 992px) {
  .cid-tDozcDDWcZ .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tDozcDDWcZ .image-wrapper img {
  max-width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 0 0 0 75%;
  z-index: 1;
  position: relative;
}
.cid-tDozcDDWcZ .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ee2947;
}
@media (max-width: 992px) {
  .cid-tDozcDDWcZ .image-wrapper::before {
    display: none;
  }
}
.cid-tDozcDDWcZ .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  background-color: #f3722f;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tDozcDDWcZ .image-wrapper::after {
    display: none;
  }
}
.cid-tDozcDDWcZ .text-wrapper {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDozcDDWcZ .text-wrapper {
    padding: 0;
  }
}
.cid-tDozcDDWcZ .text-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tDozcDDWcZ .text-wrapper .mbr-section-title {
    margin: 10px 0;
  }
}
.cid-tDozcDDWcZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDozcDDWcZ .mbr-section-title {
  color: #f3722f;
}
.cid-tDozcDDWcZ .mbr-text {
  color: #1e4381;
}
.cid-tDozcCVnpb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDozcCVnpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozcCVnpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozcCVnpb .row {
  padding: 1rem;
}
.cid-tDozcCVnpb .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tDozcCVnpb .row {
    padding: 0 12px;
  }
}
.cid-tDozcCVnpb .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-tDozcCVnpb .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tDozcCVnpb .row::after {
    display: none;
  }
}
.cid-tDozcCVnpb .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-tDozcCVnpb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDozcCVnpb .title-wrapper .mbr-section-title span {
  color: #920e0e;
}
.cid-tDozcCVnpb .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDozcCVnpb .text-wrapper {
    padding: 0;
  }
}
.cid-tDozcCVnpb .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tDozcCVnpb .mbr-section-title {
  color: #1e4381;
}
.cid-tDozcCVnpb .mbr-text {
  color: #1e4381;
}
.cid-tDtJLRFguw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDtJLRFguw ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tDtJLRFguw li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tDtJLRFguw ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #1c37b0;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tDtJLRFguw H3 {
  color: #e43f3f;
}
.cid-tDtJLRFguw .list {
  color: #353535;
  text-align: left;
}
.cid-tDtJLRFguw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDtJLRFguw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDttf31psO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDttf31psO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDttf31psO .row::after {
  content: '';
  display: block;
  position: absolute;
  width: 38%;
  height: 80%;
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDttf31psO .row::after {
    display: none;
  }
}
.cid-tDttf31psO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDttf31psO .image-wrapper {
  padding-right: 110px;
}
@media (max-width: 992px) {
  .cid-tDttf31psO .image-wrapper {
    padding: 0 12px;
  }
}
.cid-tDttf31psO .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0 25% 25% 0;
}
.cid-tDttf31psO .text-wrapper {
  padding-right: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDttf31psO .text-wrapper {
    padding: 0 12px;
  }
}
.cid-tDttf31psO .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tDttf31psO .text-wrapper .mbr-section-title span {
  color: #ee2947;
}
.cid-tDttf31psO .text-wrapper .row.items::after {
  display: none;
}
.cid-tDttf31psO .text-wrapper .row.items .item {
  margin-bottom: 16px;
}
.cid-tDttf31psO .text-wrapper .row.items .item .mbr-number {
  margin: 0;
}
.cid-tDttf31psO .text-wrapper .row.items .item .mbr-text {
  margin: 0;
}
.cid-tDttf31psO .mbr-section-title {
  color: #1e4381;
}
.cid-tDttf31psO .mbr-number {
  color: #ee2947;
}
.cid-tDttf31psO .mbr-text {
  color: #e43f3f;
}
.cid-tDttgJs9vd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDttgJs9vd .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tDttgJs9vd .mbr-section-title {
  color: #000000;
}
.cid-tDttgJs9vd .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tDttgJs9vd .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-tDttgJs9vd .items-row {
    margin: 0 -15px;
  }
  .cid-tDttgJs9vd .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tDttgJs9vd .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tDttgJs9vd .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tDttgJs9vd .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tDttgJs9vd .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tDttgJs9vd .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tDttgJs9vd .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-tDttgJs9vd .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tDttgJs9vd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tDttgJs9vd .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tDttgJs9vd .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-tDttgJs9vd .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDttgJs9vd .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tDttgJs9vd .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDozcF095B {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozcF095B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozcF095B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozcF095B .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDozcF095B .panel-group {
  border: none;
}
.cid-tDozcF095B .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDozcF095B .panel-body,
.cid-tDozcF095B .card-header {
  padding: 1rem 0;
}
.cid-tDozcF095B .panel-title-edit {
  color: #000000;
}
.cid-tDozcF095B .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDozcFM294 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozcFM294 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozcFM294 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozcFM294 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDozcFM294 .panel-group {
  border: none;
}
.cid-tDozcFM294 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDozcFM294 .panel-body,
.cid-tDozcFM294 .card-header {
  padding: 1rem 0;
}
.cid-tDozcFM294 .panel-title-edit {
  color: #000000;
}
.cid-tDozcFM294 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDozcGvnuy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDozcGvnuy img,
.cid-tDozcGvnuy .item-img {
  width: 100%;
}
.cid-tDozcGvnuy .item:focus,
.cid-tDozcGvnuy span:focus {
  outline: none;
}
.cid-tDozcGvnuy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDozcGvnuy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDozcGvnuy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDozcGvnuy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDozcGvnuy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDozcGvnuy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDozcGvnuy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDozcGvnuy .mbr-section-title {
  color: #232323;
}
.cid-tDozcGvnuy .mbr-text,
.cid-tDozcGvnuy .mbr-section-btn {
  text-align: left;
}
.cid-tDozcGvnuy .item-title {
  text-align: left;
}
.cid-tDozcGvnuy .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDozlRB8Pr {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozlRB8Pr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozlRB8Pr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozlRB8Pr .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDozlRB8Pr [class^="socicon-"]:before,
.cid-tDozlRB8Pr [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDozlSjvV4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x768.jpg");
}
.cid-tDozlSjvV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozlSjvV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozlSjvV4 .row {
  align-items: flex-end;
}
.cid-tDozlSjvV4 .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDozlSjvV4 .mbr-text,
.cid-tDozlSjvV4 .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDozlSjvV4 .col-lg-4 {
  align-items: flex-end;
}
.cid-tDozlTBWob {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDozlTBWob .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozlTBWob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozlTBWob .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tDozlTBWob .row {
    padding: 0 12px;
  }
}
.cid-tDozlTBWob .text-wrapper {
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-tDozlTBWob .text-wrapper {
    padding: 0;
  }
}
.cid-tDozlTBWob .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tDozlTBWob .text-wrapper .mbr-section-title span {
  color: #920e0e;
}
.cid-tDozlTBWob .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tDozlTBWob .image {
  position: relative;
}
.cid-tDozlTBWob .image::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ee2947;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-tDozlTBWob .image::before {
    display: none;
  }
}
.cid-tDozlTBWob .image::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  left: 3rem;
  width: 60px;
  height: 60px;
  background-color: #ee2947;
  border-radius: 100%;
  left: auto;
  right: 3rem;
}
@media (max-width: 992px) {
  .cid-tDozlTBWob .image::after {
    display: none;
  }
}
.cid-tDozlTBWob .image-wrapper {
  position: relative;
  padding-top: 50%;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-tDozlTBWob .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: auto;
  }
}
.cid-tDozlTBWob .image-wrapper::before {
  content: '';
  position: absolute;
  right: -20rem;
  top: 13rem;
  display: block;
  width: 400px;
  height: 400px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
  right: auto;
  left: -20rem;
}
@media (max-width: 992px) {
  .cid-tDozlTBWob .image-wrapper::before {
    display: none;
  }
}
.cid-tDozlTBWob .image-wrapper::after {
  content: '';
  position: absolute;
  right: -26rem;
  top: 6.7rem;
  display: block;
  width: 600px;
  height: 600px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
  right: auto;
  left: -26rem;
}
@media (max-width: 992px) {
  .cid-tDozlTBWob .image-wrapper::after {
    display: none;
  }
}
.cid-tDozlTBWob .image-wrapper img {
  width: 400px;
  min-height: 600px;
  border-radius: 0 0 0 100%;
  z-index: 2;
  position: relative;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDozlTBWob .image-wrapper img {
    min-height: auto;
    width: 250px;
  }
}
.cid-tDozlTBWob .mbr-section-title {
  color: #1e4381;
}
.cid-tDozlTBWob .mbr-text {
  color: #1e4381;
}
.cid-tDozlUdHE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDozlUdHE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozlUdHE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozlUdHE6 .row {
  padding: 1rem;
}
.cid-tDozlUdHE6 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tDozlUdHE6 .row {
    padding: 0 12px;
  }
}
.cid-tDozlUdHE6 .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-tDozlUdHE6 .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tDozlUdHE6 .row::after {
    display: none;
  }
}
.cid-tDozlUdHE6 .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-tDozlUdHE6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDozlUdHE6 .title-wrapper .mbr-section-title span {
  color: #920e0e;
}
.cid-tDozlUdHE6 .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDozlUdHE6 .text-wrapper {
    padding: 0;
  }
}
.cid-tDozlUdHE6 .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tDozlUdHE6 .mbr-section-title {
  color: #1e4381;
}
.cid-tDozlUdHE6 .mbr-text {
  color: #1e4381;
}
.cid-tDozlUROmp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f1f1f2;
}
.cid-tDozlUROmp .row {
  padding: 0 110px;
  position: relative;
}
.cid-tDozlUROmp .row::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: 0;
  display: block;
  width: 45%;
  height: 140%;
  background-color: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDozlUROmp .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tDozlUROmp .row {
    padding: 0 12px;
  }
}
.cid-tDozlUROmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozlUROmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozlUROmp .image {
  position: relative;
}
.cid-tDozlUROmp .image-wrapper {
  position: relative;
  padding-right: 85px;
}
@media (max-width: 992px) {
  .cid-tDozlUROmp .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tDozlUROmp .image-wrapper img {
  max-width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 0 0 0 75%;
  z-index: 1;
  position: relative;
}
.cid-tDozlUROmp .text-wrapper {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDozlUROmp .text-wrapper {
    padding: 0;
  }
}
.cid-tDozlUROmp .text-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tDozlUROmp .text-wrapper .mbr-section-title {
    margin: 10px 0;
  }
}
.cid-tDozlUROmp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDozlUROmp .mbr-section-title {
  color: #e43f3f;
}
.cid-tDozlUROmp .mbr-text {
  color: #1e4381;
}
.cid-tDtTC3Dxzy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f1f1f2;
}
.cid-tDtTC3Dxzy .row {
  padding: 0 110px;
  position: relative;
}
.cid-tDtTC3Dxzy .row::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: 0;
  display: block;
  width: 45%;
  height: 140%;
  background-color: #ffffff;
  border-radius: 0 0 100% 0;
  right: auto;
  left: 0;
  border-radius: 0 0 0 100%;
}
@media (max-width: 992px) {
  .cid-tDtTC3Dxzy .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tDtTC3Dxzy .row {
    padding: 0 12px;
  }
}
.cid-tDtTC3Dxzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDtTC3Dxzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDtTC3Dxzy .image {
  position: relative;
}
.cid-tDtTC3Dxzy .image-wrapper {
  position: relative;
  padding-right: 85px;
  padding-right: 0;
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tDtTC3Dxzy .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tDtTC3Dxzy .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tDtTC3Dxzy .image-wrapper img {
  max-width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 0 0 0 75%;
  z-index: 1;
  position: relative;
  border-radius: 0 0 75% 0;
}
.cid-tDtTC3Dxzy .text-wrapper {
  padding-left: 40px;
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-tDtTC3Dxzy .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDtTC3Dxzy .text-wrapper {
    padding: 0;
  }
}
.cid-tDtTC3Dxzy .text-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tDtTC3Dxzy .text-wrapper .mbr-section-title {
    margin: 10px 0;
  }
}
.cid-tDtTC3Dxzy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDtTC3Dxzy .mbr-section-title {
  color: #e43f3f;
}
.cid-tDtTC3Dxzy .mbr-text {
  color: #1e4381;
}
.cid-tDtU8MVohE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f1f1f2;
}
.cid-tDtU8MVohE .row {
  padding: 0 110px;
  position: relative;
}
.cid-tDtU8MVohE .row::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: 0;
  display: block;
  width: 45%;
  height: 140%;
  background-color: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDtU8MVohE .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tDtU8MVohE .row {
    padding: 0 12px;
  }
}
.cid-tDtU8MVohE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDtU8MVohE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDtU8MVohE .image {
  position: relative;
}
.cid-tDtU8MVohE .image-wrapper {
  position: relative;
  padding-right: 85px;
}
@media (max-width: 992px) {
  .cid-tDtU8MVohE .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tDtU8MVohE .image-wrapper img {
  max-width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 0 0 0 75%;
  z-index: 1;
  position: relative;
}
.cid-tDtU8MVohE .text-wrapper {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDtU8MVohE .text-wrapper {
    padding: 0;
  }
}
.cid-tDtU8MVohE .text-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tDtU8MVohE .text-wrapper .mbr-section-title {
    margin: 10px 0;
  }
}
.cid-tDtU8MVohE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDtU8MVohE .mbr-section-title {
  color: #e43f3f;
}
.cid-tDtU8MVohE .mbr-text {
  color: #1e4381;
}
.cid-tDttmRFGn2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDttmRFGn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDttmRFGn2 .row::after {
  content: '';
  display: block;
  position: absolute;
  width: 38%;
  height: 80%;
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDttmRFGn2 .row::after {
    display: none;
  }
}
.cid-tDttmRFGn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDttmRFGn2 .image-wrapper {
  padding-right: 110px;
}
@media (max-width: 992px) {
  .cid-tDttmRFGn2 .image-wrapper {
    padding: 0 12px;
  }
}
.cid-tDttmRFGn2 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0 25% 25% 0;
}
.cid-tDttmRFGn2 .text-wrapper {
  padding-right: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDttmRFGn2 .text-wrapper {
    padding: 0 12px;
  }
}
.cid-tDttmRFGn2 .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tDttmRFGn2 .text-wrapper .mbr-section-title span {
  color: #ee2947;
}
.cid-tDttmRFGn2 .text-wrapper .row.items::after {
  display: none;
}
.cid-tDttmRFGn2 .text-wrapper .row.items .item {
  margin-bottom: 16px;
}
.cid-tDttmRFGn2 .text-wrapper .row.items .item .mbr-number {
  margin: 0;
}
.cid-tDttmRFGn2 .text-wrapper .row.items .item .mbr-text {
  margin: 0;
}
.cid-tDttmRFGn2 .mbr-section-title {
  color: #1e4381;
}
.cid-tDttmRFGn2 .mbr-number {
  color: #ee2947;
}
.cid-tDttmRFGn2 .mbr-text {
  color: #e43f3f;
}
.cid-tDttnGDuLQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDttnGDuLQ .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tDttnGDuLQ .mbr-section-title {
  color: #000000;
}
.cid-tDttnGDuLQ .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tDttnGDuLQ .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-tDttnGDuLQ .items-row {
    margin: 0 -15px;
  }
  .cid-tDttnGDuLQ .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tDttnGDuLQ .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tDttnGDuLQ .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tDttnGDuLQ .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tDttnGDuLQ .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tDttnGDuLQ .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tDttnGDuLQ .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-tDttnGDuLQ .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tDttnGDuLQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tDttnGDuLQ .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tDttnGDuLQ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-tDttnGDuLQ .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDttnGDuLQ .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tDttnGDuLQ .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDozlWfsP9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozlWfsP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozlWfsP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozlWfsP9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDozlWfsP9 .panel-group {
  border: none;
}
.cid-tDozlWfsP9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDozlWfsP9 .panel-body,
.cid-tDozlWfsP9 .card-header {
  padding: 1rem 0;
}
.cid-tDozlWfsP9 .panel-title-edit {
  color: #000000;
}
.cid-tDozlWfsP9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDozlX2wmn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozlX2wmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozlX2wmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozlX2wmn .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDozlX2wmn .panel-group {
  border: none;
}
.cid-tDozlX2wmn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDozlX2wmn .panel-body,
.cid-tDozlX2wmn .card-header {
  padding: 1rem 0;
}
.cid-tDozlX2wmn .panel-title-edit {
  color: #000000;
}
.cid-tDozlX2wmn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDozlXMvw3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDozlXMvw3 img,
.cid-tDozlXMvw3 .item-img {
  width: 100%;
}
.cid-tDozlXMvw3 .item:focus,
.cid-tDozlXMvw3 span:focus {
  outline: none;
}
.cid-tDozlXMvw3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDozlXMvw3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDozlXMvw3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDozlXMvw3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDozlXMvw3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDozlXMvw3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDozlXMvw3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDozlXMvw3 .mbr-section-title {
  color: #232323;
}
.cid-tDozlXMvw3 .mbr-text,
.cid-tDozlXMvw3 .mbr-section-btn {
  text-align: left;
}
.cid-tDozlXMvw3 .item-title {
  text-align: left;
}
.cid-tDozlXMvw3 .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDozwVTgRc {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozwVTgRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozwVTgRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozwVTgRc .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDozwVTgRc [class^="socicon-"]:before,
.cid-tDozwVTgRc [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDozwX5NDj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x768.jpg");
}
.cid-tDozwX5NDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozwX5NDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozwX5NDj .row {
  align-items: flex-end;
}
.cid-tDozwX5NDj .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDozwX5NDj .mbr-text,
.cid-tDozwX5NDj .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDozwX5NDj .col-lg-4 {
  align-items: flex-end;
}
.cid-tDozwZB22X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
.cid-tDozwZB22X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozwZB22X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozwZB22X .row {
  padding: 1rem;
}
.cid-tDozwZB22X .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tDozwZB22X .row {
    padding: 0 12px;
  }
}
.cid-tDozwZB22X .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
  left: 0;
  border-radius: 0 100% 0 0;
}
.cid-tDozwZB22X .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
  left: auto;
  right: -28rem;
}
@media (max-width: 992px) {
  .cid-tDozwZB22X .row::after {
    display: none;
  }
}
.cid-tDozwZB22X .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-tDozwZB22X .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDozwZB22X .title-wrapper .mbr-section-title span {
  color: #920e0e;
}
.cid-tDozwZB22X .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDozwZB22X .text-wrapper {
    padding: 0;
  }
}
.cid-tDozwZB22X .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tDozwZB22X .mbr-section-title {
  color: #1e4381;
}
.cid-tDozwZB22X .mbr-text {
  color: #000000;
}
.cid-tDozx0sx7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDozx0sx7U .row {
  padding: 0 110px;
  position: relative;
}
.cid-tDozx0sx7U .row::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: 0;
  display: block;
  width: 45%;
  height: 140%;
  background-color: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDozx0sx7U .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tDozx0sx7U .row {
    padding: 0 12px;
  }
}
.cid-tDozx0sx7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozx0sx7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozx0sx7U .image {
  position: relative;
}
.cid-tDozx0sx7U .image::before {
  content: '';
  display: block;
  background-color: #1e4381;
  position: absolute;
  top: -4rem;
  left: 6rem;
  width: 100px;
  height: 100px;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tDozx0sx7U .image::before {
    display: none;
  }
}
.cid-tDozx0sx7U .image::after {
  content: '';
  display: block;
  background-color: #ee2947;
  position: absolute;
  top: -2.7rem;
  left: 7.3rem;
  width: 60px;
  height: 60px;
  border-radius: 0 100% 0 0;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-tDozx0sx7U .image::after {
    display: none;
  }
}
.cid-tDozx0sx7U .image-wrapper {
  position: relative;
  padding-right: 85px;
}
@media (max-width: 992px) {
  .cid-tDozx0sx7U .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tDozx0sx7U .image-wrapper img {
  max-width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 0 0 0 75%;
  z-index: 1;
  position: relative;
}
.cid-tDozx0sx7U .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ee2947;
}
@media (max-width: 992px) {
  .cid-tDozx0sx7U .image-wrapper::before {
    display: none;
  }
}
.cid-tDozx0sx7U .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  background-color: #f3722f;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tDozx0sx7U .image-wrapper::after {
    display: none;
  }
}
.cid-tDozx0sx7U .text-wrapper {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDozx0sx7U .text-wrapper {
    padding: 0;
  }
}
.cid-tDozx0sx7U .text-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tDozx0sx7U .text-wrapper .mbr-section-title {
    margin: 10px 0;
  }
}
.cid-tDozx0sx7U .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDozx0sx7U .mbr-section-title {
  color: #f3722f;
}
.cid-tDozx0sx7U .mbr-text {
  color: #1e4381;
}
.cid-tDtYPg3rFh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDtYPg3rFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDtYPg3rFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDtYPg3rFh .row {
  padding: 1rem;
}
.cid-tDtYPg3rFh .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tDtYPg3rFh .row {
    padding: 0 12px;
  }
}
.cid-tDtYPg3rFh .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-tDtYPg3rFh .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tDtYPg3rFh .row::after {
    display: none;
  }
}
.cid-tDtYPg3rFh .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-tDtYPg3rFh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDtYPg3rFh .title-wrapper .mbr-section-title span {
  color: #920e0e;
}
.cid-tDtYPg3rFh .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDtYPg3rFh .text-wrapper {
    padding: 0;
  }
}
.cid-tDtYPg3rFh .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tDtYPg3rFh .mbr-section-title {
  color: #1e4381;
}
.cid-tDtYPg3rFh .mbr-text {
  color: #1e4381;
}
.cid-tDttqAQMT1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDttqAQMT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDttqAQMT1 .row::after {
  content: '';
  display: block;
  position: absolute;
  width: 38%;
  height: 80%;
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDttqAQMT1 .row::after {
    display: none;
  }
}
.cid-tDttqAQMT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDttqAQMT1 .image-wrapper {
  padding-right: 110px;
}
@media (max-width: 992px) {
  .cid-tDttqAQMT1 .image-wrapper {
    padding: 0 12px;
  }
}
.cid-tDttqAQMT1 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0 25% 25% 0;
}
.cid-tDttqAQMT1 .text-wrapper {
  padding-right: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDttqAQMT1 .text-wrapper {
    padding: 0 12px;
  }
}
.cid-tDttqAQMT1 .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tDttqAQMT1 .text-wrapper .mbr-section-title span {
  color: #ee2947;
}
.cid-tDttqAQMT1 .text-wrapper .row.items::after {
  display: none;
}
.cid-tDttqAQMT1 .text-wrapper .row.items .item {
  margin-bottom: 16px;
}
.cid-tDttqAQMT1 .text-wrapper .row.items .item .mbr-number {
  margin: 0;
}
.cid-tDttqAQMT1 .text-wrapper .row.items .item .mbr-text {
  margin: 0;
}
.cid-tDttqAQMT1 .mbr-section-title {
  color: #1e4381;
}
.cid-tDttqAQMT1 .mbr-number {
  color: #ee2947;
}
.cid-tDttqAQMT1 .mbr-text {
  color: #e43f3f;
}
.cid-tDttrgvTj8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDttrgvTj8 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tDttrgvTj8 .mbr-section-title {
  color: #000000;
}
.cid-tDttrgvTj8 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tDttrgvTj8 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-tDttrgvTj8 .items-row {
    margin: 0 -15px;
  }
  .cid-tDttrgvTj8 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tDttrgvTj8 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tDttrgvTj8 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tDttrgvTj8 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tDttrgvTj8 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tDttrgvTj8 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tDttrgvTj8 .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-tDttrgvTj8 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tDttrgvTj8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tDttrgvTj8 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tDttrgvTj8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-tDttrgvTj8 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDttrgvTj8 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tDttrgvTj8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDozx3gZCT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozx3gZCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozx3gZCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozx3gZCT .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDozx3gZCT .panel-group {
  border: none;
}
.cid-tDozx3gZCT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDozx3gZCT .panel-body,
.cid-tDozx3gZCT .card-header {
  padding: 1rem 0;
}
.cid-tDozx3gZCT .panel-title-edit {
  color: #000000;
}
.cid-tDozx3gZCT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDozx41ZfB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozx41ZfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozx41ZfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozx41ZfB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDozx41ZfB .panel-group {
  border: none;
}
.cid-tDozx41ZfB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDozx41ZfB .panel-body,
.cid-tDozx41ZfB .card-header {
  padding: 1rem 0;
}
.cid-tDozx41ZfB .panel-title-edit {
  color: #000000;
}
.cid-tDozx41ZfB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDozx4UKty {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDozx4UKty img,
.cid-tDozx4UKty .item-img {
  width: 100%;
}
.cid-tDozx4UKty .item:focus,
.cid-tDozx4UKty span:focus {
  outline: none;
}
.cid-tDozx4UKty .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDozx4UKty .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDozx4UKty .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDozx4UKty .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDozx4UKty .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDozx4UKty .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDozx4UKty .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDozx4UKty .mbr-section-title {
  color: #232323;
}
.cid-tDozx4UKty .mbr-text,
.cid-tDozx4UKty .mbr-section-btn {
  text-align: left;
}
.cid-tDozx4UKty .item-title {
  text-align: left;
}
.cid-tDozx4UKty .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDozEHAA3U {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozEHAA3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozEHAA3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozEHAA3U .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDozEHAA3U [class^="socicon-"]:before,
.cid-tDozEHAA3U [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDozEIjW9n {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x768.jpg");
}
.cid-tDozEIjW9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozEIjW9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozEIjW9n .row {
  align-items: flex-end;
}
.cid-tDozEIjW9n .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDozEIjW9n .mbr-text,
.cid-tDozEIjW9n .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDozEIjW9n .col-lg-4 {
  align-items: flex-end;
}
.cid-tDozEJwM8P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDozEJwM8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozEJwM8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozEJwM8P .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tDozEJwM8P .row {
    padding: 0 12px;
  }
}
.cid-tDozEJwM8P .text-wrapper {
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-tDozEJwM8P .text-wrapper {
    padding: 0;
  }
}
.cid-tDozEJwM8P .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tDozEJwM8P .text-wrapper .mbr-section-title span {
  color: #920e0e;
}
.cid-tDozEJwM8P .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tDozEJwM8P .image {
  position: relative;
}
.cid-tDozEJwM8P .image::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ee2947;
}
@media (max-width: 992px) {
  .cid-tDozEJwM8P .image::before {
    display: none;
  }
}
.cid-tDozEJwM8P .image::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  left: 3rem;
  width: 60px;
  height: 60px;
  background-color: #ee2947;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tDozEJwM8P .image::after {
    display: none;
  }
}
.cid-tDozEJwM8P .image-wrapper {
  position: relative;
  padding-top: 50%;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-tDozEJwM8P .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: auto;
  }
}
.cid-tDozEJwM8P .image-wrapper::before {
  content: '';
  position: absolute;
  right: -20rem;
  top: 13rem;
  display: block;
  width: 400px;
  height: 400px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-tDozEJwM8P .image-wrapper::before {
    display: none;
  }
}
.cid-tDozEJwM8P .image-wrapper::after {
  content: '';
  position: absolute;
  right: -26rem;
  top: 6.7rem;
  display: block;
  width: 600px;
  height: 600px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDozEJwM8P .image-wrapper::after {
    display: none;
  }
}
.cid-tDozEJwM8P .image-wrapper img {
  width: 400px;
  min-height: 600px;
  border-radius: 0 0 0 100%;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDozEJwM8P .image-wrapper img {
    min-height: auto;
    width: 250px;
  }
}
.cid-tDozEJwM8P .mbr-section-title {
  color: #1e4381;
}
.cid-tDozEJwM8P .mbr-text {
  color: #1e4381;
}
.cid-tDozEKatiF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDozEKatiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozEKatiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozEKatiF .row {
  padding: 1rem;
}
.cid-tDozEKatiF .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tDozEKatiF .row {
    padding: 0 12px;
  }
}
.cid-tDozEKatiF .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-tDozEKatiF .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tDozEKatiF .row::after {
    display: none;
  }
}
.cid-tDozEKatiF .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-tDozEKatiF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDozEKatiF .title-wrapper .mbr-section-title span {
  color: #920e0e;
}
.cid-tDozEKatiF .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDozEKatiF .text-wrapper {
    padding: 0;
  }
}
.cid-tDozEKatiF .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tDozEKatiF .mbr-section-title {
  color: #1e4381;
}
.cid-tDozEKatiF .mbr-text {
  color: #1e4381;
}
.cid-tDttxfSM26 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDttxfSM26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDttxfSM26 .row::after {
  content: '';
  display: block;
  position: absolute;
  width: 38%;
  height: 80%;
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDttxfSM26 .row::after {
    display: none;
  }
}
.cid-tDttxfSM26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDttxfSM26 .image-wrapper {
  padding-right: 110px;
}
@media (max-width: 992px) {
  .cid-tDttxfSM26 .image-wrapper {
    padding: 0 12px;
  }
}
.cid-tDttxfSM26 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0 25% 25% 0;
}
.cid-tDttxfSM26 .text-wrapper {
  padding-right: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDttxfSM26 .text-wrapper {
    padding: 0 12px;
  }
}
.cid-tDttxfSM26 .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tDttxfSM26 .text-wrapper .mbr-section-title span {
  color: #ee2947;
}
.cid-tDttxfSM26 .text-wrapper .row.items::after {
  display: none;
}
.cid-tDttxfSM26 .text-wrapper .row.items .item {
  margin-bottom: 16px;
}
.cid-tDttxfSM26 .text-wrapper .row.items .item .mbr-number {
  margin: 0;
}
.cid-tDttxfSM26 .text-wrapper .row.items .item .mbr-text {
  margin: 0;
}
.cid-tDttxfSM26 .mbr-section-title {
  color: #1e4381;
}
.cid-tDttxfSM26 .mbr-number {
  color: #ee2947;
}
.cid-tDttxfSM26 .mbr-text {
  color: #e43f3f;
}
.cid-tDttxRfPBt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDttxRfPBt .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tDttxRfPBt .mbr-section-title {
  color: #000000;
}
.cid-tDttxRfPBt .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tDttxRfPBt .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-tDttxRfPBt .items-row {
    margin: 0 -15px;
  }
  .cid-tDttxRfPBt .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tDttxRfPBt .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tDttxRfPBt .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tDttxRfPBt .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tDttxRfPBt .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tDttxRfPBt .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tDttxRfPBt .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-tDttxRfPBt .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tDttxRfPBt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tDttxRfPBt .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tDttxRfPBt .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-tDttxRfPBt .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDttxRfPBt .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tDttxRfPBt .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDozEMbaM9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozEMbaM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozEMbaM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozEMbaM9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDozEMbaM9 .panel-group {
  border: none;
}
.cid-tDozEMbaM9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDozEMbaM9 .panel-body,
.cid-tDozEMbaM9 .card-header {
  padding: 1rem 0;
}
.cid-tDozEMbaM9 .panel-title-edit {
  color: #000000;
}
.cid-tDozEMbaM9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDozEMUstY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozEMUstY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozEMUstY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozEMUstY .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDozEMUstY .panel-group {
  border: none;
}
.cid-tDozEMUstY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDozEMUstY .panel-body,
.cid-tDozEMUstY .card-header {
  padding: 1rem 0;
}
.cid-tDozEMUstY .panel-title-edit {
  color: #000000;
}
.cid-tDozEMUstY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDozENFEgw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDozENFEgw img,
.cid-tDozENFEgw .item-img {
  width: 100%;
}
.cid-tDozENFEgw .item:focus,
.cid-tDozENFEgw span:focus {
  outline: none;
}
.cid-tDozENFEgw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDozENFEgw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDozENFEgw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDozENFEgw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDozENFEgw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDozENFEgw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDozENFEgw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDozENFEgw .mbr-section-title {
  color: #232323;
}
.cid-tDozENFEgw .mbr-text,
.cid-tDozENFEgw .mbr-section-btn {
  text-align: left;
}
.cid-tDozENFEgw .item-title {
  text-align: left;
}
.cid-tDozENFEgw .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDozPqTO08 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozPqTO08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozPqTO08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozPqTO08 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDozPqTO08 [class^="socicon-"]:before,
.cid-tDozPqTO08 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDozPrFeZx {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x768.jpg");
}
.cid-tDozPrFeZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozPrFeZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozPrFeZx .row {
  align-items: flex-end;
}
.cid-tDozPrFeZx .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDozPrFeZx .mbr-text,
.cid-tDozPrFeZx .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDozPrFeZx .col-lg-4 {
  align-items: flex-end;
}
.cid-tDozPubXu9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f1f1f2;
}
.cid-tDozPubXu9 .row {
  padding: 0 110px;
  position: relative;
}
.cid-tDozPubXu9 .row::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: 0;
  display: block;
  width: 45%;
  height: 140%;
  background-color: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDozPubXu9 .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tDozPubXu9 .row {
    padding: 0 12px;
  }
}
.cid-tDozPubXu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozPubXu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozPubXu9 .image {
  position: relative;
}
.cid-tDozPubXu9 .image::before {
  content: '';
  display: block;
  background-color: #1e4381;
  position: absolute;
  top: -4rem;
  left: 6rem;
  width: 100px;
  height: 100px;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tDozPubXu9 .image::before {
    display: none;
  }
}
.cid-tDozPubXu9 .image::after {
  content: '';
  display: block;
  background-color: #ee2947;
  position: absolute;
  top: -2.7rem;
  left: 7.3rem;
  width: 60px;
  height: 60px;
  border-radius: 0 100% 0 0;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-tDozPubXu9 .image::after {
    display: none;
  }
}
.cid-tDozPubXu9 .image-wrapper {
  position: relative;
  padding-right: 85px;
}
@media (max-width: 992px) {
  .cid-tDozPubXu9 .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tDozPubXu9 .image-wrapper img {
  max-width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 0 0 0 75%;
  z-index: 1;
  position: relative;
}
.cid-tDozPubXu9 .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ee2947;
}
@media (max-width: 992px) {
  .cid-tDozPubXu9 .image-wrapper::before {
    display: none;
  }
}
.cid-tDozPubXu9 .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  background-color: #f3722f;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tDozPubXu9 .image-wrapper::after {
    display: none;
  }
}
.cid-tDozPubXu9 .text-wrapper {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDozPubXu9 .text-wrapper {
    padding: 0;
  }
}
.cid-tDozPubXu9 .text-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tDozPubXu9 .text-wrapper .mbr-section-title {
    margin: 10px 0;
  }
}
.cid-tDozPubXu9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDozPubXu9 .mbr-section-title {
  color: #e43f3f;
}
.cid-tDozPubXu9 .mbr-text {
  color: #1e4381;
}
.cid-tDozPsTfEn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f1f1f2;
}
.cid-tDozPsTfEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozPsTfEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozPsTfEn .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tDozPsTfEn .row {
    padding: 0 12px;
  }
}
.cid-tDozPsTfEn .text-wrapper {
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-tDozPsTfEn .text-wrapper {
    padding: 0;
  }
}
.cid-tDozPsTfEn .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tDozPsTfEn .text-wrapper .mbr-section-title span {
  color: #920e0e;
}
.cid-tDozPsTfEn .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tDozPsTfEn .image {
  position: relative;
}
.cid-tDozPsTfEn .image::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ee2947;
}
@media (max-width: 992px) {
  .cid-tDozPsTfEn .image::before {
    display: none;
  }
}
.cid-tDozPsTfEn .image::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  left: 3rem;
  width: 60px;
  height: 60px;
  background-color: #ee2947;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tDozPsTfEn .image::after {
    display: none;
  }
}
.cid-tDozPsTfEn .image-wrapper {
  position: relative;
  padding-top: 50%;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-tDozPsTfEn .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: auto;
  }
}
.cid-tDozPsTfEn .image-wrapper::before {
  content: '';
  position: absolute;
  right: -20rem;
  top: 13rem;
  display: block;
  width: 400px;
  height: 400px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-tDozPsTfEn .image-wrapper::before {
    display: none;
  }
}
.cid-tDozPsTfEn .image-wrapper::after {
  content: '';
  position: absolute;
  right: -26rem;
  top: 6.7rem;
  display: block;
  width: 600px;
  height: 600px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDozPsTfEn .image-wrapper::after {
    display: none;
  }
}
.cid-tDozPsTfEn .image-wrapper img {
  width: 400px;
  min-height: 600px;
  border-radius: 0 0 0 100%;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDozPsTfEn .image-wrapper img {
    min-height: auto;
    width: 250px;
  }
}
.cid-tDozPsTfEn .mbr-section-title {
  color: #1e4381;
}
.cid-tDozPsTfEn .mbr-text {
  color: #1e4381;
}
.cid-tDu2EPDcfn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f1f1f2;
}
.cid-tDu2EPDcfn .row {
  padding: 0 110px;
  position: relative;
}
.cid-tDu2EPDcfn .row::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: 0;
  display: block;
  width: 45%;
  height: 140%;
  background-color: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDu2EPDcfn .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tDu2EPDcfn .row {
    padding: 0 12px;
  }
}
.cid-tDu2EPDcfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDu2EPDcfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDu2EPDcfn .image {
  position: relative;
}
.cid-tDu2EPDcfn .image-wrapper {
  position: relative;
  padding-right: 85px;
}
@media (max-width: 992px) {
  .cid-tDu2EPDcfn .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tDu2EPDcfn .image-wrapper img {
  max-width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 0 0 0 75%;
  z-index: 1;
  position: relative;
}
.cid-tDu2EPDcfn .text-wrapper {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDu2EPDcfn .text-wrapper {
    padding: 0;
  }
}
.cid-tDu2EPDcfn .text-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tDu2EPDcfn .text-wrapper .mbr-section-title {
    margin: 10px 0;
  }
}
.cid-tDu2EPDcfn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDu2EPDcfn .mbr-section-title {
  color: #e43f3f;
}
.cid-tDu2EPDcfn .mbr-text {
  color: #1e4381;
}
.cid-tDttAWZwXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDttAWZwXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDttAWZwXS .row::after {
  content: '';
  display: block;
  position: absolute;
  width: 38%;
  height: 80%;
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tDttAWZwXS .row::after {
    display: none;
  }
}
.cid-tDttAWZwXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDttAWZwXS .image-wrapper {
  padding-right: 110px;
}
@media (max-width: 992px) {
  .cid-tDttAWZwXS .image-wrapper {
    padding: 0 12px;
  }
}
.cid-tDttAWZwXS .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0 25% 25% 0;
}
.cid-tDttAWZwXS .text-wrapper {
  padding-right: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDttAWZwXS .text-wrapper {
    padding: 0 12px;
  }
}
.cid-tDttAWZwXS .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tDttAWZwXS .text-wrapper .mbr-section-title span {
  color: #ee2947;
}
.cid-tDttAWZwXS .text-wrapper .row.items::after {
  display: none;
}
.cid-tDttAWZwXS .text-wrapper .row.items .item {
  margin-bottom: 16px;
}
.cid-tDttAWZwXS .text-wrapper .row.items .item .mbr-number {
  margin: 0;
}
.cid-tDttAWZwXS .text-wrapper .row.items .item .mbr-text {
  margin: 0;
}
.cid-tDttAWZwXS .mbr-section-title {
  color: #1e4381;
}
.cid-tDttAWZwXS .mbr-number {
  color: #ee2947;
}
.cid-tDttAWZwXS .mbr-text {
  color: #e43f3f;
}
.cid-tDttC1lb5c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDttC1lb5c .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tDttC1lb5c .mbr-section-title {
  color: #000000;
}
.cid-tDttC1lb5c .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tDttC1lb5c .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-tDttC1lb5c .items-row {
    margin: 0 -15px;
  }
  .cid-tDttC1lb5c .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tDttC1lb5c .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tDttC1lb5c .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tDttC1lb5c .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tDttC1lb5c .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tDttC1lb5c .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tDttC1lb5c .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-tDttC1lb5c .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tDttC1lb5c .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tDttC1lb5c .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tDttC1lb5c .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-tDttC1lb5c .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDttC1lb5c .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tDttC1lb5c .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDozPvGCrT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozPvGCrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozPvGCrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozPvGCrT .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDozPvGCrT .panel-group {
  border: none;
}
.cid-tDozPvGCrT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDozPvGCrT .panel-body,
.cid-tDozPvGCrT .card-header {
  padding: 1rem 0;
}
.cid-tDozPvGCrT .panel-title-edit {
  color: #000000;
}
.cid-tDozPvGCrT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDozPwrfeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDozPwrfeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDozPwrfeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDozPwrfeB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDozPwrfeB .panel-group {
  border: none;
}
.cid-tDozPwrfeB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDozPwrfeB .panel-body,
.cid-tDozPwrfeB .card-header {
  padding: 1rem 0;
}
.cid-tDozPwrfeB .panel-title-edit {
  color: #000000;
}
.cid-tDozPwrfeB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDozPxcpuR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDozPxcpuR img,
.cid-tDozPxcpuR .item-img {
  width: 100%;
}
.cid-tDozPxcpuR .item:focus,
.cid-tDozPxcpuR span:focus {
  outline: none;
}
.cid-tDozPxcpuR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDozPxcpuR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDozPxcpuR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDozPxcpuR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDozPxcpuR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDozPxcpuR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDozPxcpuR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDozPxcpuR .mbr-section-title {
  color: #232323;
}
.cid-tDozPxcpuR .mbr-text,
.cid-tDozPxcpuR .mbr-section-btn {
  text-align: left;
}
.cid-tDozPxcpuR .item-title {
  text-align: left;
}
.cid-tDozPxcpuR .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDu3DlAVUb {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDu3DlAVUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDu3DlAVUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDu3DlAVUb .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDu3DlAVUb [class^="socicon-"]:before,
.cid-tDu3DlAVUb [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDu3DmjHla {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-tDu3DmjHla .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDu3DmjHla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDu3DmjHla .row {
  align-items: flex-end;
}
.cid-tDu3DmjHla .mbr-section-title {
  color: #e43f3f;
  text-align: right;
}
.cid-tDu3DmjHla .mbr-text,
.cid-tDu3DmjHla .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDu3DmjHla .col-lg-4 {
  align-items: flex-end;
}
.cid-tDu50Llxy1 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDu50Llxy1 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDu50Llxy1 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDu50Llxy1 section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-tDu50Llxy1 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tDu50Llxy1 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDu50Llxy1 .row .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-tDu50Llxy1 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDu50Llxy1 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDu50Llxy1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDu50Llxy1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tDu50Llxy1 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tDu50Llxy1 .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-tDu50Llxy1 .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tDu50Llxy1 .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-tDu50Llxy1 .image-wrapper img {
    height: 300px;
  }
}
.cid-tDu50Llxy1 .mbr-section-title {
  color: #ffffff;
}
.cid-tDu50Llxy1 .mbr-desc {
  color: #ffffff;
}
.cid-tDu6TyopGY {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDu6TyopGY {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDu6TyopGY .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDu6TyopGY .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDu6TyopGY .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #111111;
}
.cid-tDu6TyopGY .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDu6TyopGY .row .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-tDu6TyopGY .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDu6TyopGY .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tDu6TyopGY .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tDu6TyopGY .title-wrapper .link-wrap {
  display: block;
}
.cid-tDu6TyopGY .title-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  margin-bottom: 0;
}
.cid-tDu6TyopGY .title-wrapper .link-wrap .mbr-link:hover::before {
  width: 100%;
}
.cid-tDu6TyopGY .title-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #ed2c03;
  transition: all 0.3s ease-out;
}
.cid-tDu6TyopGY .mbr-section-title {
  color: #ffffff;
}
.cid-tDu6TyopGY .mbr-link {
  color: #ed2c03;
}
.cid-tDu54xjzSs {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDu54xjzSs {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDu54xjzSs .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDu54xjzSs .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDu54xjzSs .row {
  position: relative;
  padding: 0 28px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ed2c03;
}
.cid-tDu54xjzSs .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDu54xjzSs .row .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-tDu54xjzSs .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDu54xjzSs .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tDu54xjzSs .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tDu54xjzSs .card {
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-tDu54xjzSs .card {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.cid-tDu54xjzSs .card .card-wrapper {
  padding: 26px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-tDu54xjzSs .card .card-wrapper {
    padding: 30px 15px;
    margin-bottom: 16px;
    min-height: 300px;
  }
}
.cid-tDu54xjzSs .card .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 72px;
  display: inline-flex;
  color: #ed2c03;
}
.cid-tDu54xjzSs .card .card-wrapper .mbr-card-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tDu54xjzSs .card .card-wrapper .mbr-card-title {
    margin-bottom: 15px;
  }
}
.cid-tDu54xjzSs .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDu54xjzSs .mbr-section-title {
  color: #ffffff;
}
.cid-tDu54xjzSs .mbr-card-title {
  color: #ed2c03;
}
.cid-tDu54xjzSs .mbr-text {
  color: #000000;
}
.cid-tDu54xjzSs .mbr-card-title,
.cid-tDu54xjzSs .icon-wrapper {
  color: #000000;
}
.cid-tDuao4pR8p {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDuao4pR8p {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDuao4pR8p .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDuao4pR8p .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDuao4pR8p .row {
  position: relative;
  padding: 0 28px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ed2c03;
}
.cid-tDuao4pR8p .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDuao4pR8p .row .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-tDuao4pR8p .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDuao4pR8p .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tDuao4pR8p .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tDuao4pR8p .card {
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-tDuao4pR8p .card {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.cid-tDuao4pR8p .card .card-wrapper {
  padding: 26px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-tDuao4pR8p .card .card-wrapper {
    padding: 30px 15px;
    margin-bottom: 16px;
    min-height: 300px;
  }
}
.cid-tDuao4pR8p .card .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 72px;
  display: inline-flex;
  color: #ed2c03;
}
.cid-tDuao4pR8p .card .card-wrapper .mbr-card-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tDuao4pR8p .card .card-wrapper .mbr-card-title {
    margin-bottom: 15px;
  }
}
.cid-tDuao4pR8p .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDuao4pR8p .mbr-section-title {
  color: #ffffff;
}
.cid-tDuao4pR8p .mbr-card-title {
  color: #ed2c03;
}
.cid-tDuao4pR8p .mbr-text {
  color: #000000;
}
.cid-tDuao4pR8p .mbr-card-title,
.cid-tDuao4pR8p .icon-wrapper {
  color: #000000;
}
.cid-tDu5dKDBMY {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDu5dKDBMY {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDu5dKDBMY .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDu5dKDBMY section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-tDu5dKDBMY .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tDu5dKDBMY .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDu5dKDBMY .row .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-tDu5dKDBMY .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDu5dKDBMY .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDu5dKDBMY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDu5dKDBMY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tDu5dKDBMY .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tDu5dKDBMY .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-tDu5dKDBMY .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDu5dKDBMY .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDu5dKDBMY .image-wrapper {
    height: auto;
  }
}
.cid-tDu5dKDBMY .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tDu5dKDBMY .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-tDu5dKDBMY .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-tDu5dKDBMY .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tDu5dKDBMY .mbr-section-title {
  color: #ed2c03;
}
.cid-tDu5dKDBMY .mbr-desc {
  color: #000000;
}
.cid-tDu5gzzadZ {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDu5gzzadZ {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDu5gzzadZ .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDu5gzzadZ .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDu5gzzadZ .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ed2c03;
}
.cid-tDu5gzzadZ .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDu5gzzadZ .row .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-tDu5gzzadZ .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDu5gzzadZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDu5gzzadZ .mbr-section-title {
  color: #ffffff;
}
.cid-tDu58vmmY4 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDu58vmmY4 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDu58vmmY4 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDu58vmmY4 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDu58vmmY4 .row {
  position: relative;
  padding: 0;
  margin: 0 -12px;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f6f6f6;
}
.cid-tDu58vmmY4 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDu58vmmY4 .row .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-tDu58vmmY4 .row {
    padding: 32px 0;
    margin: 0;
  }
}
.cid-tDu58vmmY4 .item {
  padding: 0 12px;
  overflow: hidden;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-tDu58vmmY4 .item {
    margin-bottom: 24px;
    padding: 0;
    min-height: auto;
  }
}
.cid-tDu58vmmY4 .item .item-wrapper {
  border-radius: 1.2em;
  background-color: #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tDu58vmmY4 .item .item-wrapper .title-wrapper {
  padding: 25px 25px 32px;
}
@media (max-width: 992px) {
  .cid-tDu58vmmY4 .item .item-wrapper .title-wrapper {
    padding: 16px;
  }
}
.cid-tDu58vmmY4 .item .item-wrapper .title-wrapper .mbr-name {
  margin-bottom: 10px;
}
.cid-tDu58vmmY4 .item .item-wrapper .title-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-tDu58vmmY4 .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDu58vmmY4 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tDu58vmmY4 .mbr-name {
  color: #ed2c03;
}
.cid-tDu58vmmY4 .mbr-role {
  color: #000000;
}
.cid-tDu3Drw7V8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDu3Drw7V8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDu3Drw7V8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDu3Drw7V8 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDu3Drw7V8 .panel-group {
  border: none;
}
.cid-tDu3Drw7V8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDu3Drw7V8 .panel-body,
.cid-tDu3Drw7V8 .card-header {
  padding: 1rem 0;
}
.cid-tDu3Drw7V8 .panel-title-edit {
  color: #000000;
}
.cid-tDu3Drw7V8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDu3DshavK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDu3DshavK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDu3DshavK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDu3DshavK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDu3DshavK .panel-group {
  border: none;
}
.cid-tDu3DshavK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDu3DshavK .panel-body,
.cid-tDu3DshavK .card-header {
  padding: 1rem 0;
}
.cid-tDu3DshavK .panel-title-edit {
  color: #000000;
}
.cid-tDu3DshavK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDu3Dt4z7r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDu3Dt4z7r img,
.cid-tDu3Dt4z7r .item-img {
  width: 100%;
}
.cid-tDu3Dt4z7r .item:focus,
.cid-tDu3Dt4z7r span:focus {
  outline: none;
}
.cid-tDu3Dt4z7r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDu3Dt4z7r .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDu3Dt4z7r .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDu3Dt4z7r .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu3Dt4z7r .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDu3Dt4z7r .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDu3Dt4z7r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDu3Dt4z7r .mbr-section-title {
  color: #232323;
}
.cid-tDu3Dt4z7r .mbr-text,
.cid-tDu3Dt4z7r .mbr-section-btn {
  text-align: left;
}
.cid-tDu3Dt4z7r .item-title {
  text-align: left;
}
.cid-tDu3Dt4z7r .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDA1EtOkFI {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDA1EtOkFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1EtOkFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA1EtOkFI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDA1EtOkFI [class^="socicon-"]:before,
.cid-tDA1EtOkFI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDA1EuFCF0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-tDA1EuFCF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1EuFCF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA1EuFCF0 .row {
  align-items: flex-end;
}
.cid-tDA1EuFCF0 .mbr-section-title {
  color: #e43f3f;
  text-align: right;
}
.cid-tDA1EuFCF0 .mbr-text,
.cid-tDA1EuFCF0 .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDA1EuFCF0 .col-lg-4 {
  align-items: flex-end;
}
.cid-tDA1ECgg36 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA1ECgg36 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA1ECgg36 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA1ECgg36 section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-tDA1ECgg36 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tDA1ECgg36 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1ECgg36 .row .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-tDA1ECgg36 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDA1ECgg36 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDA1ECgg36 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDA1ECgg36 .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDA1ECgg36 .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-tDA1ECgg36 .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tDA1ECgg36 .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-tDA1ECgg36 .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-tDA1ECgg36 .mbr-section-title {
  color: #ed2c03;
}
.cid-tDA1ECgg36 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tDA1ECgg36 .mbr-section-title,
.cid-tDA1ECgg36 .mbr-section-btn {
  text-align: center;
}
.cid-tDA1Ew47lA {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA1Ew47lA {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA1Ew47lA .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA1Ew47lA .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDA1Ew47lA .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #111111;
}
.cid-tDA1Ew47lA .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1Ew47lA .row .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-tDA1Ew47lA .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDA1Ew47lA .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tDA1Ew47lA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tDA1Ew47lA .title-wrapper .link-wrap {
  display: block;
}
.cid-tDA1Ew47lA .title-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  margin-bottom: 0;
}
.cid-tDA1Ew47lA .title-wrapper .link-wrap .mbr-link:hover::before {
  width: 100%;
}
.cid-tDA1Ew47lA .title-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #ed2c03;
  transition: all 0.3s ease-out;
}
.cid-tDA1Ew47lA .mbr-section-title {
  color: #ffffff;
}
.cid-tDA1Ew47lA .mbr-link {
  color: #ed2c03;
}
.cid-tDA1Eyri9D {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA1Eyri9D {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA1Eyri9D .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA1Eyri9D section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-tDA1Eyri9D .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tDA1Eyri9D .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1Eyri9D .row .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-tDA1Eyri9D .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDA1Eyri9D .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDA1Eyri9D .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDA1Eyri9D .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tDA1Eyri9D .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tDA1Eyri9D .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-tDA1Eyri9D .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDA1Eyri9D .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDA1Eyri9D .image-wrapper {
    height: auto;
  }
}
.cid-tDA1Eyri9D .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tDA1Eyri9D .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-tDA1Eyri9D .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-tDA1Eyri9D .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tDA1Eyri9D .mbr-section-title {
  color: #ed2c03;
}
.cid-tDA1Eyri9D .mbr-desc {
  color: #000000;
}
.cid-tDA1ED3K4j {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA1ED3K4j {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA1ED3K4j .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA1ED3K4j section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-tDA1ED3K4j .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tDA1ED3K4j .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1ED3K4j .row .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-tDA1ED3K4j .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDA1ED3K4j .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDA1ED3K4j .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDA1ED3K4j .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tDA1ED3K4j .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tDA1ED3K4j .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tDA1ED3K4j .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tDA1ED3K4j .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #ed2c03;
}
.cid-tDA1ED3K4j .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDA1ED3K4j .image-wrapper {
    height: auto;
  }
}
.cid-tDA1ED3K4j .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tDA1ED3K4j .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-tDA1ED3K4j .mbr-section-title {
  color: #ed2c03;
}
.cid-tDA1ED3K4j .list {
  color: #000000;
}
.cid-tDA1EzdJ85 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA1EzdJ85 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA1EzdJ85 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA1EzdJ85 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDA1EzdJ85 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ed2c03;
}
.cid-tDA1EzdJ85 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1EzdJ85 .row .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-tDA1EzdJ85 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDA1EzdJ85 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDA1EzdJ85 .mbr-section-title {
  color: #ffffff;
}
.cid-tDA8uHhRHk {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA8uHhRHk {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA8uHhRHk .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA8uHhRHk .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDA8uHhRHk .row {
  position: relative;
  padding: 0;
  margin: 0 -12px;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f6f6f6;
}
.cid-tDA8uHhRHk .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA8uHhRHk .row .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-tDA8uHhRHk .row {
    padding: 32px 0;
    margin: 0;
  }
}
.cid-tDA8uHhRHk .item {
  padding: 0 12px;
  overflow: hidden;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-tDA8uHhRHk .item {
    margin-bottom: 24px;
    padding: 0;
    min-height: auto;
  }
}
.cid-tDA8uHhRHk .item .item-wrapper {
  border-radius: 1.2em;
  background-color: #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tDA8uHhRHk .item .item-wrapper .title-wrapper {
  padding: 25px 25px 32px;
}
@media (max-width: 992px) {
  .cid-tDA8uHhRHk .item .item-wrapper .title-wrapper {
    padding: 16px;
  }
}
.cid-tDA8uHhRHk .item .item-wrapper .title-wrapper .mbr-name {
  margin-bottom: 10px;
}
.cid-tDA8uHhRHk .item .item-wrapper .title-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-tDA8uHhRHk .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDA8uHhRHk .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tDA8uHhRHk .mbr-name {
  color: #ed2c03;
}
.cid-tDA8uHhRHk .mbr-role {
  color: #000000;
}
.cid-tDA1EDP4Z2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDA1EDP4Z2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1EDP4Z2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA1EDP4Z2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDA1EDP4Z2 .panel-group {
  border: none;
}
.cid-tDA1EDP4Z2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDA1EDP4Z2 .panel-body,
.cid-tDA1EDP4Z2 .card-header {
  padding: 1rem 0;
}
.cid-tDA1EDP4Z2 .panel-title-edit {
  color: #000000;
}
.cid-tDA1EDP4Z2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDA1EELA8V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDA1EELA8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1EELA8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA1EELA8V .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDA1EELA8V .panel-group {
  border: none;
}
.cid-tDA1EELA8V .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDA1EELA8V .panel-body,
.cid-tDA1EELA8V .card-header {
  padding: 1rem 0;
}
.cid-tDA1EELA8V .panel-title-edit {
  color: #000000;
}
.cid-tDA1EELA8V .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDA1EFDuZT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDA1EFDuZT img,
.cid-tDA1EFDuZT .item-img {
  width: 100%;
}
.cid-tDA1EFDuZT .item:focus,
.cid-tDA1EFDuZT span:focus {
  outline: none;
}
.cid-tDA1EFDuZT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDA1EFDuZT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDA1EFDuZT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDA1EFDuZT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDA1EFDuZT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDA1EFDuZT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDA1EFDuZT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDA1EFDuZT .mbr-section-title {
  color: #232323;
}
.cid-tDA1EFDuZT .mbr-text,
.cid-tDA1EFDuZT .mbr-section-btn {
  text-align: left;
}
.cid-tDA1EFDuZT .item-title {
  text-align: left;
}
.cid-tDA1EFDuZT .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDA1UADXTA {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDA1UADXTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1UADXTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA1UADXTA .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDA1UADXTA [class^="socicon-"]:before,
.cid-tDA1UADXTA [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDA1UBtnW8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-tDA1UBtnW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1UBtnW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA1UBtnW8 .row {
  align-items: flex-end;
}
.cid-tDA1UBtnW8 .mbr-section-title {
  color: #e43f3f;
  text-align: right;
}
.cid-tDA1UBtnW8 .mbr-text,
.cid-tDA1UBtnW8 .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDA1UBtnW8 .col-lg-4 {
  align-items: flex-end;
}
.cid-tDA1UCOcaE {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA1UCOcaE {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA1UCOcaE .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA1UCOcaE .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDA1UCOcaE .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #111111;
}
.cid-tDA1UCOcaE .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1UCOcaE .row .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-tDA1UCOcaE .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDA1UCOcaE .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tDA1UCOcaE .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tDA1UCOcaE .title-wrapper .link-wrap {
  display: block;
}
.cid-tDA1UCOcaE .title-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  margin-bottom: 0;
}
.cid-tDA1UCOcaE .title-wrapper .link-wrap .mbr-link:hover::before {
  width: 100%;
}
.cid-tDA1UCOcaE .title-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #ed2c03;
  transition: all 0.3s ease-out;
}
.cid-tDA1UCOcaE .mbr-section-title {
  color: #ffffff;
}
.cid-tDA1UCOcaE .mbr-link {
  color: #ed2c03;
}
.cid-tDA1UIJ1Uq {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA1UIJ1Uq {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA1UIJ1Uq .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA1UIJ1Uq section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-tDA1UIJ1Uq .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tDA1UIJ1Uq .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1UIJ1Uq .row .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-tDA1UIJ1Uq .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDA1UIJ1Uq .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDA1UIJ1Uq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDA1UIJ1Uq .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDA1UIJ1Uq .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-tDA1UIJ1Uq .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tDA1UIJ1Uq .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-tDA1UIJ1Uq .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-tDA1UIJ1Uq .mbr-section-title {
  color: #ed2c03;
}
.cid-tDA1UIJ1Uq .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tDA1UIJ1Uq .mbr-section-title,
.cid-tDA1UIJ1Uq .mbr-section-btn {
  text-align: center;
}
.cid-tDA1UF1WXK {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA1UF1WXK {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA1UF1WXK .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA1UF1WXK section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-tDA1UF1WXK .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tDA1UF1WXK .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1UF1WXK .row .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-tDA1UF1WXK .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDA1UF1WXK .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDA1UF1WXK .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDA1UF1WXK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tDA1UF1WXK .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tDA1UF1WXK .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-tDA1UF1WXK .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDA1UF1WXK .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDA1UF1WXK .image-wrapper {
    height: auto;
  }
}
.cid-tDA1UF1WXK .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tDA1UF1WXK .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-tDA1UF1WXK .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-tDA1UF1WXK .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tDA1UF1WXK .mbr-section-title {
  color: #ed2c03;
}
.cid-tDA1UF1WXK .mbr-desc {
  color: #000000;
}
.cid-tDA1UFMytq {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA1UFMytq {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA1UFMytq .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA1UFMytq .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDA1UFMytq .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ed2c03;
}
.cid-tDA1UFMytq .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1UFMytq .row .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-tDA1UFMytq .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDA1UFMytq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDA1UFMytq .mbr-section-title {
  color: #ffffff;
}
.cid-tDA4NmqjLO {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA4NmqjLO {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA4NmqjLO .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA4NmqjLO .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDA4NmqjLO .row {
  position: relative;
  padding: 0;
  margin: 0 -12px;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f6f6f6;
}
.cid-tDA4NmqjLO .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA4NmqjLO .row .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-tDA4NmqjLO .row {
    padding: 32px 0;
    margin: 0;
  }
}
.cid-tDA4NmqjLO .item {
  padding: 0 12px;
  overflow: hidden;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-tDA4NmqjLO .item {
    margin-bottom: 24px;
    padding: 0;
    min-height: auto;
  }
}
.cid-tDA4NmqjLO .item .item-wrapper {
  border-radius: 1.2em;
  background-color: #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tDA4NmqjLO .item .item-wrapper .title-wrapper {
  padding: 25px 25px 32px;
}
@media (max-width: 992px) {
  .cid-tDA4NmqjLO .item .item-wrapper .title-wrapper {
    padding: 16px;
  }
}
.cid-tDA4NmqjLO .item .item-wrapper .title-wrapper .mbr-name {
  margin-bottom: 10px;
}
.cid-tDA4NmqjLO .item .item-wrapper .title-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-tDA4NmqjLO .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDA4NmqjLO .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tDA4NmqjLO .mbr-name {
  color: #ed2c03;
}
.cid-tDA4NmqjLO .mbr-role {
  color: #000000;
}
.cid-tDA1UKdlAu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDA1UKdlAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1UKdlAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA1UKdlAu .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDA1UKdlAu .panel-group {
  border: none;
}
.cid-tDA1UKdlAu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDA1UKdlAu .panel-body,
.cid-tDA1UKdlAu .card-header {
  padding: 1rem 0;
}
.cid-tDA1UKdlAu .panel-title-edit {
  color: #000000;
}
.cid-tDA1UKdlAu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDA1UL5p3I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDA1UL5p3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA1UL5p3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA1UL5p3I .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDA1UL5p3I .panel-group {
  border: none;
}
.cid-tDA1UL5p3I .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDA1UL5p3I .panel-body,
.cid-tDA1UL5p3I .card-header {
  padding: 1rem 0;
}
.cid-tDA1UL5p3I .panel-title-edit {
  color: #000000;
}
.cid-tDA1UL5p3I .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDA1ULWL37 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDA1ULWL37 img,
.cid-tDA1ULWL37 .item-img {
  width: 100%;
}
.cid-tDA1ULWL37 .item:focus,
.cid-tDA1ULWL37 span:focus {
  outline: none;
}
.cid-tDA1ULWL37 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDA1ULWL37 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDA1ULWL37 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDA1ULWL37 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDA1ULWL37 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDA1ULWL37 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDA1ULWL37 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDA1ULWL37 .mbr-section-title {
  color: #232323;
}
.cid-tDA1ULWL37 .mbr-text,
.cid-tDA1ULWL37 .mbr-section-btn {
  text-align: left;
}
.cid-tDA1ULWL37 .item-title {
  text-align: left;
}
.cid-tDA1ULWL37 .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDA26U2bLm {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDA26U2bLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA26U2bLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA26U2bLm .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDA26U2bLm [class^="socicon-"]:before,
.cid-tDA26U2bLm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDA26UNHQS {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-tDA26UNHQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA26UNHQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA26UNHQS .row {
  align-items: flex-end;
}
.cid-tDA26UNHQS .mbr-section-title {
  color: #e43f3f;
  text-align: right;
}
.cid-tDA26UNHQS .mbr-text,
.cid-tDA26UNHQS .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDA26UNHQS .col-lg-4 {
  align-items: flex-end;
}
.cid-tDA26W9KSf {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA26W9KSf {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA26W9KSf .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA26W9KSf .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDA26W9KSf .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #111111;
}
.cid-tDA26W9KSf .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA26W9KSf .row .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-tDA26W9KSf .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDA26W9KSf .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tDA26W9KSf .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tDA26W9KSf .title-wrapper .link-wrap {
  display: block;
}
.cid-tDA26W9KSf .title-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  margin-bottom: 0;
}
.cid-tDA26W9KSf .title-wrapper .link-wrap .mbr-link:hover::before {
  width: 100%;
}
.cid-tDA26W9KSf .title-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #ed2c03;
  transition: all 0.3s ease-out;
}
.cid-tDA26W9KSf .mbr-section-title {
  color: #ffffff;
}
.cid-tDA26W9KSf .mbr-link {
  color: #ed2c03;
}
.cid-tDA272LOAH {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA272LOAH {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA272LOAH .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA272LOAH section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-tDA272LOAH .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tDA272LOAH .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA272LOAH .row .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-tDA272LOAH .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDA272LOAH .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDA272LOAH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDA272LOAH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tDA272LOAH .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tDA272LOAH .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tDA272LOAH .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tDA272LOAH .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #ed2c03;
}
.cid-tDA272LOAH .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDA272LOAH .image-wrapper {
    height: auto;
  }
}
.cid-tDA272LOAH .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tDA272LOAH .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-tDA272LOAH .mbr-section-title {
  color: #ed2c03;
}
.cid-tDA272LOAH .list {
  color: #000000;
}
.cid-tDA26Ylz8t {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA26Ylz8t {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA26Ylz8t .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA26Ylz8t section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-tDA26Ylz8t .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tDA26Ylz8t .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA26Ylz8t .row .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-tDA26Ylz8t .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDA26Ylz8t .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDA26Ylz8t .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDA26Ylz8t .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tDA26Ylz8t .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tDA26Ylz8t .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-tDA26Ylz8t .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDA26Ylz8t .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDA26Ylz8t .image-wrapper {
    height: auto;
  }
}
.cid-tDA26Ylz8t .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tDA26Ylz8t .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-tDA26Ylz8t .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-tDA26Ylz8t .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tDA26Ylz8t .mbr-section-title {
  color: #ed2c03;
}
.cid-tDA26Ylz8t .mbr-desc {
  color: #000000;
}
.cid-tDA26Z7uWI {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA26Z7uWI {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA26Z7uWI .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA26Z7uWI .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDA26Z7uWI .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ed2c03;
}
.cid-tDA26Z7uWI .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA26Z7uWI .row .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-tDA26Z7uWI .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDA26Z7uWI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDA26Z7uWI .mbr-section-title {
  color: #ffffff;
}
.cid-tDA4QqDBjT {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tDA4QqDBjT {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tDA4QqDBjT .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tDA4QqDBjT .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tDA4QqDBjT .row {
  position: relative;
  padding: 0;
  margin: 0 -12px;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f6f6f6;
}
.cid-tDA4QqDBjT .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA4QqDBjT .row .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-tDA4QqDBjT .row {
    padding: 32px 0;
    margin: 0;
  }
}
.cid-tDA4QqDBjT .item {
  padding: 0 12px;
  overflow: hidden;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-tDA4QqDBjT .item {
    margin-bottom: 24px;
    padding: 0;
    min-height: auto;
  }
}
.cid-tDA4QqDBjT .item .item-wrapper {
  border-radius: 1.2em;
  background-color: #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tDA4QqDBjT .item .item-wrapper .title-wrapper {
  padding: 25px 25px 32px;
}
@media (max-width: 992px) {
  .cid-tDA4QqDBjT .item .item-wrapper .title-wrapper {
    padding: 16px;
  }
}
.cid-tDA4QqDBjT .item .item-wrapper .title-wrapper .mbr-name {
  margin-bottom: 10px;
}
.cid-tDA4QqDBjT .item .item-wrapper .title-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-tDA4QqDBjT .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDA4QqDBjT .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tDA4QqDBjT .mbr-name {
  color: #ed2c03;
}
.cid-tDA4QqDBjT .mbr-role {
  color: #000000;
}
.cid-tDA273x1QL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDA273x1QL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA273x1QL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA273x1QL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDA273x1QL .panel-group {
  border: none;
}
.cid-tDA273x1QL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDA273x1QL .panel-body,
.cid-tDA273x1QL .card-header {
  padding: 1rem 0;
}
.cid-tDA273x1QL .panel-title-edit {
  color: #000000;
}
.cid-tDA273x1QL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDA274opRk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDA274opRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA274opRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA274opRk .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDA274opRk .panel-group {
  border: none;
}
.cid-tDA274opRk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDA274opRk .panel-body,
.cid-tDA274opRk .card-header {
  padding: 1rem 0;
}
.cid-tDA274opRk .panel-title-edit {
  color: #000000;
}
.cid-tDA274opRk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDA275inoK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDA275inoK img,
.cid-tDA275inoK .item-img {
  width: 100%;
}
.cid-tDA275inoK .item:focus,
.cid-tDA275inoK span:focus {
  outline: none;
}
.cid-tDA275inoK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDA275inoK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDA275inoK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDA275inoK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDA275inoK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDA275inoK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDA275inoK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDA275inoK .mbr-section-title {
  color: #232323;
}
.cid-tDA275inoK .mbr-text,
.cid-tDA275inoK .mbr-section-btn {
  text-align: left;
}
.cid-tDA275inoK .item-title {
  text-align: left;
}
.cid-tDA275inoK .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDBMFQkYZm {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDBMFQkYZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDBMFQkYZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDBMFQkYZm .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDBMFQkYZm [class^="socicon-"]:before,
.cid-tDBMFQkYZm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDBMFRwtuf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x733.jpg");
}
.cid-tDBMFRwtuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDBMFRwtuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDBMFRwtuf .row {
  align-items: flex-end;
}
.cid-tDBMFRwtuf .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDBMFRwtuf .mbr-text,
.cid-tDBMFRwtuf .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDBMFRwtuf .col-lg-4 {
  align-items: flex-end;
}
.cid-tDFbel6etT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tDFbel6etT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFbel6etT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFbel6etT .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDFbel6etT .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDFbel6etT .container-fluid .row {
  padding: 0;
}
.cid-tDFbel6etT .row {
  justify-content: center;
}
.cid-tDFbel6etT .card {
  padding: 0 22px;
  border-radius: 0;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tDFbel6etT .card {
    padding: 0 16px;
  }
}
.cid-tDFbel6etT .card:last-child {
  background-color: #495dff;
  justify-content: center;
  padding: 22px;
}
@media (max-width: 992px) {
  .cid-tDFbel6etT .card:last-child {
    padding: 0 16px;
  }
}
.cid-tDFbel6etT .title-wrapper {
  padding-top: 25%;
  padding-right: 26px;
  padding-right: 0;
  padding-left: 26px;
}
@media (max-width: 992px) {
  .cid-tDFbel6etT .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDFbel6etT .title-wrapper {
    padding: 0;
  }
}
.cid-tDFbel6etT .title-wrapper .mbr-section-title {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .cid-tDFbel6etT .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-tDFbel6etT .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .cid-tDFbel6etT .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tDFbel6etT .title-wrapper .text-wrapper .mbr-text {
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFbel6etT .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tDFbel6etT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-tDFbel6etT .card-wrapper {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-flex: none;
  padding: 42px 0;
}
@media (max-width: 768px) {
  .cid-tDFbel6etT .card-wrapper {
    padding: 36px 0;
    border: none;
  }
}
.cid-tDFbel6etT .card-wrapper .card-title {
  margin-bottom: 24px;
}
.cid-tDFbel6etT .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-tDFbel6etT .card-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tDFbel6etT .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
  text-decoration: underline;
}
.cid-tDFbel6etT .mbr-section-title {
  color: #495DFF;
}
.cid-tDFbel6etT .mbr-text {
  color: #495DFF;
}
.cid-tDFbel6etT .card-title {
  color: #ffffff;
}
.cid-tDFbel6etT .card-text {
  color: #ffffff;
}
.cid-tDFbel6etT .list {
  color: #ffffff;
}
.cid-tDFapZbmN4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f1f2f4;
}
.cid-tDFapZbmN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFapZbmN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFapZbmN4 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFapZbmN4 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFapZbmN4 .container-fluid .row {
  padding: 0;
}
.cid-tDFapZbmN4 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20% 0;
}
@media (max-width: 992px) {
  .cid-tDFapZbmN4 .image-wrapper {
    padding: 80px 0;
    justify-content: flex-end;
  }
}
.cid-tDFapZbmN4 .image-wrapper img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDFapZbmN4 .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-tDFapZbmN4 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-tDFapZbmN4 .image-wrapper .image-overlay {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(60deg, #495dff 30%, #f1f2f4 50%);
  filter: blur(75px);
  pointer-events: none;
}
@media (min-width: 1500px) {
  .cid-tDFapZbmN4 .image-wrapper .image-overlay {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-tDFapZbmN4 .image-wrapper .image-overlay {
    width: 350px;
    height: 350px;
  }
}
.cid-tDFapZbmN4 .title-wrapper {
  padding: 15% 0;
}
@media (max-width: 992px) {
  .cid-tDFapZbmN4 .title-wrapper {
    padding: 32px 0 64px;
  }
}
.cid-tDFapZbmN4 .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tDFapZbmN4 .date-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-tDFapZbmN4 .link-wrapper .mbr-link {
  margin-bottom: 12px;
  transition: all .3s ease;
}
.cid-tDFapZbmN4 .link-wrapper .mbr-link:hover {
  opacity: .5;
}
.cid-tDFapZbmN4 .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-tDFapZbmN4 .mbr-section-title {
  color: #495DFF;
}
.cid-tDFapZbmN4 .mbr-link {
  color: #495DFF;
}
.cid-tDFapZbmN4 .mbr-date {
  color: #495DFF;
}
.cid-tDFbiG105C {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f1f2f4;
}
.cid-tDFbiG105C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFbiG105C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFbiG105C .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFbiG105C .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFbiG105C .container-fluid .row {
  padding: 0;
}
.cid-tDFbiG105C .container {
  overflow: hidden;
}
.cid-tDFbiG105C .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-tDFbiG105C .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tDFbiG105C .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDFbiG105C .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-tDFbiG105C .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tDFbiG105C .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDFbiG105C .cards-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(3, 190px);
  grid-column-gap: 24px;
  grid-row-gap: 64px;
}
@media (max-width: 768px) {
  .cid-tDFbiG105C .cards-wrapper {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}
.cid-tDFbiG105C .cards-wrapper .card .mbr-number {
  margin-bottom: 4px;
}
.cid-tDFbiG105C .cards-wrapper .card .mbr-title {
  margin-bottom: 4px;
}
.cid-tDFbiG105C .cards-wrapper .card .mbr-desc {
  margin-bottom: 0;
}
.cid-tDFbiG105C .mbr-section-title {
  color: #495DFF;
}
.cid-tDFbiG105C .mbr-text {
  color: #495DFF;
}
.cid-tDFbiG105C .mbr-number {
  color: #495DFF;
}
.cid-tDFbiG105C .mbr-title {
  color: #495DFF;
}
.cid-tDFbiG105C .mbr-desc {
  color: #495DFF;
}
.cid-tDFb7VaNsi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #495dff;
}
.cid-tDFb7VaNsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFb7VaNsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFb7VaNsi .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFb7VaNsi .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFb7VaNsi .container-fluid .row {
  padding: 0;
}
.cid-tDFb7VaNsi .subtitle-wrapper .mbr-section-subtitle {
  padding: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tDFb7VaNsi .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-tDFb7VaNsi .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-tDFb7VaNsi .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDFb7VaNsi .image-wrapper {
    padding: 0;
  }
}
.cid-tDFb7VaNsi .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDFb7VaNsi .image-wrapper img {
    height: 300px;
  }
}
.cid-tDFb7VaNsi .title {
  display: inline-flex;
  align-items: center;
}
.cid-tDFb7VaNsi .title-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.cid-tDFb7VaNsi .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tDFb7VaNsi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDFb7VaNsi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDFb7VaNsi .mbr-number {
  color: #495DFF;
}
.cid-tDFb7VaNsi .mbr-section-title {
  color: #ffffff;
}
.cid-tDFb7VaNsi .mbr-text {
  color: #ffffff;
}
.cid-tDFbdL2Q4e {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #495dff;
}
.cid-tDFbdL2Q4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFbdL2Q4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFbdL2Q4e .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFbdL2Q4e .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFbdL2Q4e .container-fluid .row {
  padding: 0;
}
.cid-tDFbdL2Q4e .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDFbdL2Q4e .card:first-child .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-tDFbdL2Q4e .desc-wrapper {
  padding: 22px 0;
}
@media (max-width: 992px) {
  .cid-tDFbdL2Q4e .desc-wrapper {
    margin-bottom: 22px;
    padding: 0;
  }
}
.cid-tDFbdL2Q4e .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tDFbdL2Q4e .mbr-desc {
  color: #ffffff;
}
.cid-tDFbd92SOl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #495dff;
}
.cid-tDFbd92SOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFbd92SOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFbd92SOl .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFbd92SOl .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFbd92SOl .container-fluid .row {
  padding: 0;
}
.cid-tDFbd92SOl .card-wrap {
  margin-bottom: 100px;
  opacity: .3;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tDFbd92SOl .card-wrap {
    opacity: 1;
    margin-bottom: 40px;
  }
}
.cid-tDFbd92SOl .card-wrap:hover,
.cid-tDFbd92SOl .card-wrap:focus {
  opacity: 1;
}
.cid-tDFbd92SOl .card-wrap:hover .icon-wrapper .mbr-iconfont,
.cid-tDFbd92SOl .card-wrap:focus .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tDFbd92SOl .text-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-tDFbd92SOl .text-wrapper {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tDFbd92SOl .text-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-tDFbd92SOl .text-wrapper {
    padding-right: 60px;
  }
}
.cid-tDFbd92SOl .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDFbd92SOl .title-wrap {
  display: flex;
  align-items: center;
}
.cid-tDFbd92SOl .title-wrap .title-wrapper {
  width: 100%;
}
.cid-tDFbd92SOl .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  position: relative;
}
.cid-tDFbd92SOl .title-wrap .title-wrapper .mbr-section-title span {
  display: none;
}
@media (max-width: 992px) {
  .cid-tDFbd92SOl .title-wrap .title-wrapper .mbr-section-title span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: -1.2rem;
    font-size: 35%;
  }
}
.cid-tDFbd92SOl .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDFbd92SOl .icon-wrapper {
    display: none;
  }
}
.cid-tDFbd92SOl .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  background-color: #6f80ff;
  border-radius: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  opacity: 0;
  transition: all .3s ease;
}
.cid-tDFbd92SOl .mbr-section-title,
.cid-tDFbd92SOl .mbr-iconfont {
  color: #ffffff;
}
.cid-tDFbd92SOl .mbr-text {
  color: #ffffff;
}
.cid-tDFb4fFLV4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFb4fFLV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFb4fFLV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFb4fFLV4 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFb4fFLV4 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFb4fFLV4 .container-fluid .row {
  padding: 0;
}
.cid-tDFb4fFLV4 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDFb4fFLV4 .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tDFb4fFLV4 .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tDFb4fFLV4 .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #495dff;
}
@media (max-width: 992px) {
  .cid-tDFb4fFLV4 .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tDFb4fFLV4 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tDFb4fFLV4 .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tDFb4fFLV4 .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tDFb4fFLV4 .mbr-section-title {
  color: #495DFF;
}
.cid-tDFb4fFLV4 .mbr-text {
  color: #495DFF;
}
.cid-tDFbFisCZQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDFbFisCZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFbFisCZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFbFisCZQ .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFbFisCZQ .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFbFisCZQ .container-fluid .row {
  padding: 0;
}
.cid-tDFbFisCZQ .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tDFbFisCZQ .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tDFbFisCZQ .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #495DFF;
}
.cid-tDFbFisCZQ .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-tDFbFisCZQ .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tDFbFisCZQ .mbr-section-title {
  color: #495DFF;
}
.cid-tDFbFisCZQ .mbr-text {
  color: #495DFF;
}
.cid-tDFvEVUCvW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDFvEVUCvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFvEVUCvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFvEVUCvW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFvEVUCvW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFvEVUCvW .container-fluid .row {
  padding: 0;
}
.cid-tDFvEVUCvW .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tDFvEVUCvW .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tDFvEVUCvW .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #495DFF;
}
.cid-tDFvEVUCvW .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-tDFvEVUCvW .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tDFvEVUCvW .mbr-section-title {
  color: #495DFF;
}
.cid-tDFvEVUCvW .mbr-text {
  color: #495DFF;
}
.cid-tDBMFZuQVN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDBMFZuQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDBMFZuQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDBMFZuQVN .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDBMFZuQVN .panel-group {
  border: none;
}
.cid-tDBMFZuQVN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDBMFZuQVN .panel-body,
.cid-tDBMFZuQVN .card-header {
  padding: 1rem 0;
}
.cid-tDBMFZuQVN .panel-title-edit {
  color: #000000;
}
.cid-tDBMFZuQVN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDBMG0YKWV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDBMG0YKWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDBMG0YKWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDBMG0YKWV .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDBMG0YKWV .panel-group {
  border: none;
}
.cid-tDBMG0YKWV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDBMG0YKWV .panel-body,
.cid-tDBMG0YKWV .card-header {
  padding: 1rem 0;
}
.cid-tDBMG0YKWV .panel-title-edit {
  color: #000000;
}
.cid-tDBMG0YKWV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDBMG2pOYA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDBMG2pOYA img,
.cid-tDBMG2pOYA .item-img {
  width: 100%;
}
.cid-tDBMG2pOYA .item:focus,
.cid-tDBMG2pOYA span:focus {
  outline: none;
}
.cid-tDBMG2pOYA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDBMG2pOYA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDBMG2pOYA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDBMG2pOYA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDBMG2pOYA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDBMG2pOYA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDBMG2pOYA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDBMG2pOYA .mbr-section-title {
  color: #232323;
}
.cid-tDBMG2pOYA .mbr-text,
.cid-tDBMG2pOYA .mbr-section-btn {
  text-align: left;
}
.cid-tDBMG2pOYA .item-title {
  text-align: left;
}
.cid-tDBMG2pOYA .item-subtitle {
  text-align: left;
}
.cid-tDEIHZCdFW {
  z-index: 1000;
  width: 100%;
}
.cid-tDEIHZCdFW .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .menu_box .navbar.opened,
  .cid-tDEIHZCdFW .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDEIHZCdFW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDEIHZCdFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDEIHZCdFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDEIHZCdFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDEIHZCdFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDEIHZCdFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDEIHZCdFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDEIHZCdFW .offcanvas-body .mbr-text,
  .cid-tDEIHZCdFW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDEIHZCdFW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDEIHZCdFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDEIHZCdFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDEIHZCdFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDEIHZCdFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDEIHZCdFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tDEIHZCdFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDEIHZCdFW .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-tDEIHZCdFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDEIHZCdFW .offcanvas_box {
    display: none;
  }
}
.cid-tDEIHZCdFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDEIHZCdFW .container {
  display: flex;
  margin: auto;
}
.cid-tDEIHZCdFW .iconfont-wrapper {
  color: #495dff;
  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-tDEIHZCdFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDEIHZCdFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDEIHZCdFW .navbar-caption {
  color: #495DFF;
}
.cid-tDEIHZCdFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .navbar-nav {
    margin: 0;
  }
}
.cid-tDEIHZCdFW .dropdown-menu,
.cid-tDEIHZCdFW .navbar.opened {
  background-color: true !important;
}
.cid-tDEIHZCdFW .nav-item:focus,
.cid-tDEIHZCdFW .nav-link:focus {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEIHZCdFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEIHZCdFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEIHZCdFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEIHZCdFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDEIHZCdFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEIHZCdFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDEIHZCdFW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDEIHZCdFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDEIHZCdFW .navbar.collapsed {
  justify-content: center;
}
.cid-tDEIHZCdFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEIHZCdFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEIHZCdFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDEIHZCdFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDEIHZCdFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDEIHZCdFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDEIHZCdFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEIHZCdFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDEIHZCdFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDEIHZCdFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDEIHZCdFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEIHZCdFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEIHZCdFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDEIHZCdFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEIHZCdFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDEIHZCdFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEIHZCdFW .dropdown-item.active,
.cid-tDEIHZCdFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEIHZCdFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEIHZCdFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEIHZCdFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEIHZCdFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDEIHZCdFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEIHZCdFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEIHZCdFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEIHZCdFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEIHZCdFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDEIHZCdFW .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-tDEIHZCdFW .navbar {
    height: 70px;
  }
  .cid-tDEIHZCdFW .navbar.opened {
    height: auto;
  }
  .cid-tDEIHZCdFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEIHZCdFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDEIHZCdFW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDEIHZCdFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDEIHZCdFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDEIHZCdFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDEIHZCdFW .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDEIHZCdFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDEIHZCdFW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDEIHZCdFW .text_widget {
  color: #ffffff;
}
.cid-tDEIHZCdFW .mbr-section-subtitle,
.cid-tDEIHZCdFW .text_widget,
.cid-tDEIHZCdFW .mbr-section-btn {
  text-align: center;
}
.cid-tDEIHZCdFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDFkeBVXom {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFkeBVXom .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkeBVXom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkeBVXom .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDFkeBVXom [class^="socicon-"]:before,
.cid-tDFkeBVXom [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDFkeCGmrr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x733.jpg");
}
.cid-tDFkeCGmrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkeCGmrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkeCGmrr .row {
  align-items: flex-end;
}
.cid-tDFkeCGmrr .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDFkeCGmrr .mbr-text,
.cid-tDFkeCGmrr .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDFkeCGmrr .col-lg-4 {
  align-items: flex-end;
}
.cid-tDFkeNUwJG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDFkeNUwJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkeNUwJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkeNUwJG .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFkeNUwJG .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkeNUwJG .container-fluid .row {
  padding: 0;
}
.cid-tDFkeNUwJG .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tDFkeNUwJG .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tDFkeNUwJG .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #495DFF;
}
.cid-tDFkeNUwJG .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-tDFkeNUwJG .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tDFkeNUwJG .mbr-section-title {
  color: #495DFF;
}
.cid-tDFkeNUwJG .mbr-text {
  color: #000000;
}
.cid-tDFkeF3pdX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #495dff;
}
.cid-tDFkeF3pdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkeF3pdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkeF3pdX .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFkeF3pdX .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkeF3pdX .container-fluid .row {
  padding: 0;
}
.cid-tDFkeF3pdX .subtitle-wrapper .mbr-section-subtitle {
  padding: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkeF3pdX .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-tDFkeF3pdX .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkeF3pdX .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDFkeF3pdX .image-wrapper {
    padding: 0;
  }
}
.cid-tDFkeF3pdX .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDFkeF3pdX .image-wrapper img {
    height: 300px;
  }
}
.cid-tDFkeF3pdX .title {
  display: inline-flex;
  align-items: center;
}
.cid-tDFkeF3pdX .title-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.cid-tDFkeF3pdX .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tDFkeF3pdX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDFkeF3pdX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDFkeF3pdX .mbr-number {
  color: #495DFF;
}
.cid-tDFkeF3pdX .mbr-section-title {
  color: #ffffff;
}
.cid-tDFkeF3pdX .mbr-text {
  color: #ffffff;
}
.cid-tDFkeDieee {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #495dff;
}
.cid-tDFkeDieee .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkeDieee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkeDieee .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFkeDieee .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkeDieee .container-fluid .row {
  padding: 0;
}
.cid-tDFkeDieee .container {
  overflow: hidden;
}
.cid-tDFkeDieee .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkeDieee .title-wrapper {
    padding-right: 0;
  }
}
.cid-tDFkeDieee .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkeDieee .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-tDFkeDieee .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-tDFkeDieee .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tDFkeDieee .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tDFkeDieee .mbr-text {
  color: #ffffff;
}
.cid-tDFkeDieee .mbr-desc {
  color: #ffffff;
}
.cid-tDFkeDieee .mbr-name {
  color: #ffffff;
}
.cid-tDFMQi0j8f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDFMQi0j8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFMQi0j8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFMQi0j8f .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFMQi0j8f .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFMQi0j8f .container-fluid .row {
  padding: 0;
}
.cid-tDFMQi0j8f .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tDFMQi0j8f .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tDFMQi0j8f .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #495DFF;
}
.cid-tDFMQi0j8f .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-tDFMQi0j8f .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tDFMQi0j8f .mbr-section-title {
  color: #495DFF;
}
.cid-tDFMQi0j8f .mbr-text {
  color: #495DFF;
}
.cid-tDFkeEsJSi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tDFkeEsJSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkeEsJSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkeEsJSi .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFkeEsJSi .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkeEsJSi .container-fluid .row {
  padding: 0;
}
.cid-tDFkeEsJSi .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDFkeEsJSi .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFkeEsJSi .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFkeEsJSi .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tDFkeEsJSi .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tDFkeEsJSi .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFkeEsJSi .card .text-wrapper {
    display: none;
  }
}
.cid-tDFkeEsJSi .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tDFkeEsJSi .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFkeEsJSi .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #ffffff;
  background-color: #6f80ff;
  border-radius: 100%;
}
.cid-tDFkeEsJSi .mbr-section-title {
  color: #495DFF;
}
.cid-tDFkeEsJSi .mbr-text {
  color: #495DFF;
}
.cid-tDFkeFCr2I {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tDFkeFCr2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkeFCr2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkeFCr2I .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFkeFCr2I .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkeFCr2I .container-fluid .row {
  padding: 0;
}
.cid-tDFkeFCr2I .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDFkeFCr2I .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFkeFCr2I .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFkeFCr2I .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tDFkeFCr2I .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tDFkeFCr2I .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFkeFCr2I .card .text-wrapper {
    display: none;
  }
}
.cid-tDFkeFCr2I .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tDFkeFCr2I .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFkeFCr2I .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #ffffff;
  background-color: #6f80ff;
  border-radius: 100%;
}
.cid-tDFkeFCr2I .mbr-section-title {
  color: #495DFF;
}
.cid-tDFkeFCr2I .mbr-text {
  color: #495DFF;
}
.cid-tDFNk9BhqC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #495dff;
}
.cid-tDFNk9BhqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFNk9BhqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFNk9BhqC .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFNk9BhqC .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFNk9BhqC .container-fluid .row {
  padding: 0;
}
.cid-tDFNk9BhqC .card-wrap {
  margin-bottom: 100px;
  opacity: .3;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tDFNk9BhqC .card-wrap {
    opacity: 1;
    margin-bottom: 40px;
  }
}
.cid-tDFNk9BhqC .card-wrap:hover,
.cid-tDFNk9BhqC .card-wrap:focus {
  opacity: 1;
}
.cid-tDFNk9BhqC .card-wrap:hover .icon-wrapper .mbr-iconfont,
.cid-tDFNk9BhqC .card-wrap:focus .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tDFNk9BhqC .text-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-tDFNk9BhqC .text-wrapper {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tDFNk9BhqC .text-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-tDFNk9BhqC .text-wrapper {
    padding-right: 60px;
  }
}
.cid-tDFNk9BhqC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDFNk9BhqC .title-wrap {
  display: flex;
  align-items: center;
}
.cid-tDFNk9BhqC .title-wrap .title-wrapper {
  width: 100%;
}
.cid-tDFNk9BhqC .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  position: relative;
}
.cid-tDFNk9BhqC .title-wrap .title-wrapper .mbr-section-title span {
  display: none;
}
@media (max-width: 992px) {
  .cid-tDFNk9BhqC .title-wrap .title-wrapper .mbr-section-title span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: -1.2rem;
    font-size: 35%;
  }
}
.cid-tDFNk9BhqC .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDFNk9BhqC .icon-wrapper {
    display: none;
  }
}
.cid-tDFNk9BhqC .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  background-color: #6f80ff;
  border-radius: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  opacity: 0;
  transition: all .3s ease;
}
.cid-tDFNk9BhqC .mbr-section-title,
.cid-tDFNk9BhqC .mbr-iconfont {
  color: #ffffff;
}
.cid-tDFNk9BhqC .mbr-text {
  color: #ffffff;
}
.cid-tDFkeJsQon {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFkeJsQon .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkeJsQon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkeJsQon .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDFkeJsQon .panel-group {
  border: none;
}
.cid-tDFkeJsQon .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDFkeJsQon .panel-body,
.cid-tDFkeJsQon .card-header {
  padding: 1rem 0;
}
.cid-tDFkeJsQon .panel-title-edit {
  color: #000000;
}
.cid-tDFkeJsQon .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDFkeRhv0Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFkeRhv0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkeRhv0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkeRhv0Y .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDFkeRhv0Y .panel-group {
  border: none;
}
.cid-tDFkeRhv0Y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDFkeRhv0Y .panel-body,
.cid-tDFkeRhv0Y .card-header {
  padding: 1rem 0;
}
.cid-tDFkeRhv0Y .panel-title-edit {
  color: #000000;
}
.cid-tDFkeRhv0Y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDFkeSbro7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDFkeSbro7 img,
.cid-tDFkeSbro7 .item-img {
  width: 100%;
}
.cid-tDFkeSbro7 .item:focus,
.cid-tDFkeSbro7 span:focus {
  outline: none;
}
.cid-tDFkeSbro7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDFkeSbro7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDFkeSbro7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDFkeSbro7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDFkeSbro7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDFkeSbro7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDFkeSbro7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDFkeSbro7 .mbr-section-title {
  color: #232323;
}
.cid-tDFkeSbro7 .mbr-text,
.cid-tDFkeSbro7 .mbr-section-btn {
  text-align: left;
}
.cid-tDFkeSbro7 .item-title {
  text-align: left;
}
.cid-tDFkeSbro7 .item-subtitle {
  text-align: left;
}
.cid-tDFkeU3p8V {
  z-index: 1000;
  width: 100%;
}
.cid-tDFkeU3p8V .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDFkeU3p8V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDFkeU3p8V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDFkeU3p8V .menu_box .navbar.opened,
  .cid-tDFkeU3p8V .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDFkeU3p8V nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDFkeU3p8V .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDFkeU3p8V .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDFkeU3p8V .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDFkeU3p8V .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDFkeU3p8V .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDFkeU3p8V .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDFkeU3p8V .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDFkeU3p8V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDFkeU3p8V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDFkeU3p8V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDFkeU3p8V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDFkeU3p8V .offcanvas-body .mbr-text,
  .cid-tDFkeU3p8V .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDFkeU3p8V .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDFkeU3p8V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDFkeU3p8V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDFkeU3p8V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDFkeU3p8V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDFkeU3p8V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDFkeU3p8V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDFkeU3p8V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDFkeU3p8V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDFkeU3p8V .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-tDFkeU3p8V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDFkeU3p8V li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDFkeU3p8V .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDFkeU3p8V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDFkeU3p8V .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDFkeU3p8V .nav-item {
    margin: 0 !important;
  }
}
.cid-tDFkeU3p8V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDFkeU3p8V .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDFkeU3p8V .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDFkeU3p8V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDFkeU3p8V .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-tDFkeU3p8V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDFkeU3p8V .offcanvas_box {
    display: none;
  }
}
.cid-tDFkeU3p8V .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDFkeU3p8V .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDFkeU3p8V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDFkeU3p8V .container {
  display: flex;
  margin: auto;
}
.cid-tDFkeU3p8V .iconfont-wrapper {
  color: #495dff;
  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-tDFkeU3p8V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDFkeU3p8V .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDFkeU3p8V .navbar-caption {
  color: #495DFF;
}
.cid-tDFkeU3p8V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDFkeU3p8V .navbar-nav {
    margin: 0;
  }
}
.cid-tDFkeU3p8V .dropdown-menu,
.cid-tDFkeU3p8V .navbar.opened {
  background-color: true !important;
}
.cid-tDFkeU3p8V .nav-item:focus,
.cid-tDFkeU3p8V .nav-link:focus {
  outline: none;
}
.cid-tDFkeU3p8V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDFkeU3p8V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDFkeU3p8V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDFkeU3p8V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDFkeU3p8V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDFkeU3p8V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDFkeU3p8V .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDFkeU3p8V .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDFkeU3p8V .navbar.opened {
  transition: all 0.3s;
}
.cid-tDFkeU3p8V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDFkeU3p8V .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDFkeU3p8V .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDFkeU3p8V .navbar.collapsed {
  justify-content: center;
}
.cid-tDFkeU3p8V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDFkeU3p8V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDFkeU3p8V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDFkeU3p8V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDFkeU3p8V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDFkeU3p8V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDFkeU3p8V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDFkeU3p8V .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDFkeU3p8V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDFkeU3p8V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDFkeU3p8V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDFkeU3p8V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDFkeU3p8V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDFkeU3p8V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDFkeU3p8V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDFkeU3p8V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDFkeU3p8V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDFkeU3p8V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDFkeU3p8V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDFkeU3p8V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDFkeU3p8V .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDFkeU3p8V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDFkeU3p8V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDFkeU3p8V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDFkeU3p8V .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-tDFkeU3p8V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDFkeU3p8V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDFkeU3p8V .dropdown-item.active,
.cid-tDFkeU3p8V .dropdown-item:active {
  background-color: transparent;
}
.cid-tDFkeU3p8V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDFkeU3p8V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDFkeU3p8V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDFkeU3p8V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDFkeU3p8V ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDFkeU3p8V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDFkeU3p8V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDFkeU3p8V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDFkeU3p8V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDFkeU3p8V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFkeU3p8V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFkeU3p8V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDFkeU3p8V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFkeU3p8V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDFkeU3p8V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDFkeU3p8V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFkeU3p8V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDFkeU3p8V .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-tDFkeU3p8V .navbar {
    height: 70px;
  }
  .cid-tDFkeU3p8V .navbar.opened {
    height: auto;
  }
  .cid-tDFkeU3p8V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDFkeU3p8V .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDFkeU3p8V .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDFkeU3p8V .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDFkeU3p8V .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDFkeU3p8V .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDFkeU3p8V .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDFkeU3p8V .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDFkeU3p8V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDFkeU3p8V .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDFkeU3p8V .text_widget {
  color: #ffffff;
}
.cid-tDFkeU3p8V .mbr-section-subtitle,
.cid-tDFkeU3p8V .text_widget,
.cid-tDFkeU3p8V .mbr-section-btn {
  text-align: center;
}
.cid-tDFkeU3p8V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDFkov30Nd {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFkov30Nd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkov30Nd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkov30Nd .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDFkov30Nd [class^="socicon-"]:before,
.cid-tDFkov30Nd [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDFkovLRLd {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x733.jpg");
}
.cid-tDFkovLRLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkovLRLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkovLRLd .row {
  align-items: flex-end;
}
.cid-tDFkovLRLd .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDFkovLRLd .mbr-text,
.cid-tDFkovLRLd .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDFkovLRLd .col-lg-4 {
  align-items: flex-end;
}
.cid-tDFkowkALg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #495dff;
}
.cid-tDFkowkALg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkowkALg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkowkALg .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFkowkALg .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkowkALg .container-fluid .row {
  padding: 0;
}
.cid-tDFkowkALg .container {
  overflow: hidden;
}
.cid-tDFkowkALg .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkowkALg .title-wrapper {
    padding-right: 0;
  }
}
.cid-tDFkowkALg .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkowkALg .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-tDFkowkALg .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-tDFkowkALg .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tDFkowkALg .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tDFkowkALg .mbr-text {
  color: #ffffff;
}
.cid-tDFkowkALg .mbr-desc {
  color: #ffffff;
}
.cid-tDFkowkALg .mbr-name {
  color: #ffffff;
}
.cid-tDFkoy2Kj9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #495dff;
}
.cid-tDFkoy2Kj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkoy2Kj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkoy2Kj9 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFkoy2Kj9 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkoy2Kj9 .container-fluid .row {
  padding: 0;
}
.cid-tDFkoy2Kj9 .subtitle-wrapper .mbr-section-subtitle {
  padding: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkoy2Kj9 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-tDFkoy2Kj9 .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkoy2Kj9 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDFkoy2Kj9 .image-wrapper {
    padding: 0;
  }
}
.cid-tDFkoy2Kj9 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDFkoy2Kj9 .image-wrapper img {
    height: 300px;
  }
}
.cid-tDFkoy2Kj9 .title {
  display: inline-flex;
  align-items: center;
}
.cid-tDFkoy2Kj9 .title-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.cid-tDFkoy2Kj9 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tDFkoy2Kj9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDFkoy2Kj9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDFkoy2Kj9 .mbr-number {
  color: #495DFF;
}
.cid-tDFkoy2Kj9 .mbr-section-title {
  color: #ffffff;
}
.cid-tDFkoy2Kj9 .mbr-text {
  color: #ffffff;
}
.cid-tDFkoGO2jI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDFkoGO2jI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkoGO2jI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkoGO2jI .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFkoGO2jI .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkoGO2jI .container-fluid .row {
  padding: 0;
}
.cid-tDFkoGO2jI .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tDFkoGO2jI .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tDFkoGO2jI .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #495DFF;
}
.cid-tDFkoGO2jI .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-tDFkoGO2jI .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tDFkoGO2jI .mbr-section-title {
  color: #495DFF;
}
.cid-tDFkoGO2jI .mbr-text {
  color: #495DFF;
}
.cid-tDFTHPeClw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tDFTHPeClw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFTHPeClw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFTHPeClw .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFTHPeClw .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFTHPeClw .container-fluid .row {
  padding: 0;
}
.cid-tDFTHPeClw .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDFTHPeClw .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFTHPeClw .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFTHPeClw .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tDFTHPeClw .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tDFTHPeClw .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFTHPeClw .card .text-wrapper {
    display: none;
  }
}
.cid-tDFTHPeClw .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tDFTHPeClw .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFTHPeClw .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #ffffff;
  background-color: #6f80ff;
  border-radius: 100%;
}
.cid-tDFTHPeClw .mbr-section-title {
  color: #495DFF;
}
.cid-tDFTHPeClw .mbr-text {
  color: #495DFF;
}
.cid-tDFkoyBtTy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tDFkoyBtTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkoyBtTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkoyBtTy .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFkoyBtTy .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkoyBtTy .container-fluid .row {
  padding: 0;
}
.cid-tDFkoyBtTy .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDFkoyBtTy .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFkoyBtTy .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFkoyBtTy .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tDFkoyBtTy .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tDFkoyBtTy .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFkoyBtTy .card .text-wrapper {
    display: none;
  }
}
.cid-tDFkoyBtTy .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tDFkoyBtTy .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFkoyBtTy .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #ffffff;
  background-color: #6f80ff;
  border-radius: 100%;
}
.cid-tDFkoyBtTy .mbr-section-title {
  color: #495DFF;
}
.cid-tDFkoyBtTy .mbr-text {
  color: #495DFF;
}
.cid-tDFT4F1mD4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #495dff;
}
.cid-tDFT4F1mD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFT4F1mD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFT4F1mD4 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFT4F1mD4 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFT4F1mD4 .container-fluid .row {
  padding: 0;
}
.cid-tDFT4F1mD4 .card-wrap {
  margin-bottom: 100px;
  opacity: .3;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tDFT4F1mD4 .card-wrap {
    opacity: 1;
    margin-bottom: 40px;
  }
}
.cid-tDFT4F1mD4 .card-wrap:hover,
.cid-tDFT4F1mD4 .card-wrap:focus {
  opacity: 1;
}
.cid-tDFT4F1mD4 .card-wrap:hover .icon-wrapper .mbr-iconfont,
.cid-tDFT4F1mD4 .card-wrap:focus .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tDFT4F1mD4 .text-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-tDFT4F1mD4 .text-wrapper {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tDFT4F1mD4 .text-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-tDFT4F1mD4 .text-wrapper {
    padding-right: 60px;
  }
}
.cid-tDFT4F1mD4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDFT4F1mD4 .title-wrap {
  display: flex;
  align-items: center;
}
.cid-tDFT4F1mD4 .title-wrap .title-wrapper {
  width: 100%;
}
.cid-tDFT4F1mD4 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  position: relative;
}
.cid-tDFT4F1mD4 .title-wrap .title-wrapper .mbr-section-title span {
  display: none;
}
@media (max-width: 992px) {
  .cid-tDFT4F1mD4 .title-wrap .title-wrapper .mbr-section-title span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: -1.2rem;
    font-size: 35%;
  }
}
.cid-tDFT4F1mD4 .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDFT4F1mD4 .icon-wrapper {
    display: none;
  }
}
.cid-tDFT4F1mD4 .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  background-color: #6f80ff;
  border-radius: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  opacity: 0;
  transition: all .3s ease;
}
.cid-tDFT4F1mD4 .mbr-section-title,
.cid-tDFT4F1mD4 .mbr-iconfont {
  color: #ffffff;
}
.cid-tDFT4F1mD4 .mbr-text {
  color: #ffffff;
}
.cid-tDFkoCpRcc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFkoCpRcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkoCpRcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkoCpRcc .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDFkoCpRcc .panel-group {
  border: none;
}
.cid-tDFkoCpRcc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDFkoCpRcc .panel-body,
.cid-tDFkoCpRcc .card-header {
  padding: 1rem 0;
}
.cid-tDFkoCpRcc .panel-title-edit {
  color: #000000;
}
.cid-tDFkoCpRcc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDFkoK5LVk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFkoK5LVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkoK5LVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkoK5LVk .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDFkoK5LVk .panel-group {
  border: none;
}
.cid-tDFkoK5LVk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDFkoK5LVk .panel-body,
.cid-tDFkoK5LVk .card-header {
  padding: 1rem 0;
}
.cid-tDFkoK5LVk .panel-title-edit {
  color: #000000;
}
.cid-tDFkoK5LVk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDFkoKYxCy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDFkoKYxCy img,
.cid-tDFkoKYxCy .item-img {
  width: 100%;
}
.cid-tDFkoKYxCy .item:focus,
.cid-tDFkoKYxCy span:focus {
  outline: none;
}
.cid-tDFkoKYxCy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDFkoKYxCy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDFkoKYxCy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDFkoKYxCy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDFkoKYxCy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDFkoKYxCy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDFkoKYxCy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDFkoKYxCy .mbr-section-title {
  color: #232323;
}
.cid-tDFkoKYxCy .mbr-text,
.cid-tDFkoKYxCy .mbr-section-btn {
  text-align: left;
}
.cid-tDFkoKYxCy .item-title {
  text-align: left;
}
.cid-tDFkoKYxCy .item-subtitle {
  text-align: left;
}
.cid-tDFkoMP3LG {
  z-index: 1000;
  width: 100%;
}
.cid-tDFkoMP3LG .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDFkoMP3LG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDFkoMP3LG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDFkoMP3LG .menu_box .navbar.opened,
  .cid-tDFkoMP3LG .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDFkoMP3LG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDFkoMP3LG .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDFkoMP3LG .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDFkoMP3LG .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDFkoMP3LG .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDFkoMP3LG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDFkoMP3LG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDFkoMP3LG .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDFkoMP3LG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDFkoMP3LG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDFkoMP3LG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDFkoMP3LG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDFkoMP3LG .offcanvas-body .mbr-text,
  .cid-tDFkoMP3LG .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDFkoMP3LG .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDFkoMP3LG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDFkoMP3LG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDFkoMP3LG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDFkoMP3LG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDFkoMP3LG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDFkoMP3LG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDFkoMP3LG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDFkoMP3LG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDFkoMP3LG .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-tDFkoMP3LG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDFkoMP3LG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDFkoMP3LG .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDFkoMP3LG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDFkoMP3LG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDFkoMP3LG .nav-item {
    margin: 0 !important;
  }
}
.cid-tDFkoMP3LG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDFkoMP3LG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDFkoMP3LG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDFkoMP3LG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDFkoMP3LG .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-tDFkoMP3LG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDFkoMP3LG .offcanvas_box {
    display: none;
  }
}
.cid-tDFkoMP3LG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDFkoMP3LG .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDFkoMP3LG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDFkoMP3LG .container {
  display: flex;
  margin: auto;
}
.cid-tDFkoMP3LG .iconfont-wrapper {
  color: #495dff;
  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-tDFkoMP3LG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDFkoMP3LG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDFkoMP3LG .navbar-caption {
  color: #495DFF;
}
.cid-tDFkoMP3LG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDFkoMP3LG .navbar-nav {
    margin: 0;
  }
}
.cid-tDFkoMP3LG .dropdown-menu,
.cid-tDFkoMP3LG .navbar.opened {
  background-color: true !important;
}
.cid-tDFkoMP3LG .nav-item:focus,
.cid-tDFkoMP3LG .nav-link:focus {
  outline: none;
}
.cid-tDFkoMP3LG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDFkoMP3LG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDFkoMP3LG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDFkoMP3LG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDFkoMP3LG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDFkoMP3LG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDFkoMP3LG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDFkoMP3LG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDFkoMP3LG .navbar.opened {
  transition: all 0.3s;
}
.cid-tDFkoMP3LG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDFkoMP3LG .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDFkoMP3LG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDFkoMP3LG .navbar.collapsed {
  justify-content: center;
}
.cid-tDFkoMP3LG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDFkoMP3LG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDFkoMP3LG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDFkoMP3LG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDFkoMP3LG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDFkoMP3LG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDFkoMP3LG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDFkoMP3LG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDFkoMP3LG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDFkoMP3LG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDFkoMP3LG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDFkoMP3LG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDFkoMP3LG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDFkoMP3LG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDFkoMP3LG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDFkoMP3LG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDFkoMP3LG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDFkoMP3LG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDFkoMP3LG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDFkoMP3LG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDFkoMP3LG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDFkoMP3LG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDFkoMP3LG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDFkoMP3LG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDFkoMP3LG .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-tDFkoMP3LG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDFkoMP3LG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDFkoMP3LG .dropdown-item.active,
.cid-tDFkoMP3LG .dropdown-item:active {
  background-color: transparent;
}
.cid-tDFkoMP3LG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDFkoMP3LG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDFkoMP3LG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDFkoMP3LG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDFkoMP3LG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDFkoMP3LG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDFkoMP3LG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDFkoMP3LG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDFkoMP3LG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDFkoMP3LG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFkoMP3LG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFkoMP3LG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDFkoMP3LG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFkoMP3LG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDFkoMP3LG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDFkoMP3LG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFkoMP3LG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDFkoMP3LG .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-tDFkoMP3LG .navbar {
    height: 70px;
  }
  .cid-tDFkoMP3LG .navbar.opened {
    height: auto;
  }
  .cid-tDFkoMP3LG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDFkoMP3LG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDFkoMP3LG .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDFkoMP3LG .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDFkoMP3LG .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDFkoMP3LG .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDFkoMP3LG .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDFkoMP3LG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDFkoMP3LG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDFkoMP3LG .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDFkoMP3LG .text_widget {
  color: #ffffff;
}
.cid-tDFkoMP3LG .mbr-section-subtitle,
.cid-tDFkoMP3LG .text_widget,
.cid-tDFkoMP3LG .mbr-section-btn {
  text-align: center;
}
.cid-tDFkoMP3LG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDFkxx92LL {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFkxx92LL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkxx92LL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkxx92LL .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDFkxx92LL [class^="socicon-"]:before,
.cid-tDFkxx92LL [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDFkxxTjzA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x733.jpg");
}
.cid-tDFkxxTjzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkxxTjzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkxxTjzA .row {
  align-items: flex-end;
}
.cid-tDFkxxTjzA .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDFkxxTjzA .mbr-text,
.cid-tDFkxxTjzA .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDFkxxTjzA .col-lg-4 {
  align-items: flex-end;
}
.cid-tDFkxyszss {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #495dff;
}
.cid-tDFkxyszss .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkxyszss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkxyszss .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFkxyszss .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkxyszss .container-fluid .row {
  padding: 0;
}
.cid-tDFkxyszss .container {
  overflow: hidden;
}
.cid-tDFkxyszss .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkxyszss .title-wrapper {
    padding-right: 0;
  }
}
.cid-tDFkxyszss .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkxyszss .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-tDFkxyszss .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-tDFkxyszss .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tDFkxyszss .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tDFkxyszss .mbr-text {
  color: #ffffff;
}
.cid-tDFkxyszss .mbr-desc {
  color: #ffffff;
}
.cid-tDFkxyszss .mbr-name {
  color: #ffffff;
}
.cid-tDFkxzCewt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tDFkxzCewt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkxzCewt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkxzCewt .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFkxzCewt .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkxzCewt .container-fluid .row {
  padding: 0;
}
.cid-tDFkxzCewt .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDFkxzCewt .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFkxzCewt .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFkxzCewt .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tDFkxzCewt .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tDFkxzCewt .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFkxzCewt .card .text-wrapper {
    display: none;
  }
}
.cid-tDFkxzCewt .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tDFkxzCewt .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFkxzCewt .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #ffffff;
  background-color: #6f80ff;
  border-radius: 100%;
}
.cid-tDFkxzCewt .mbr-section-title {
  color: #495DFF;
}
.cid-tDFkxzCewt .mbr-text {
  color: #495DFF;
}
.cid-tDFkxANMRy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tDFkxANMRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkxANMRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkxANMRy .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFkxANMRy .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkxANMRy .container-fluid .row {
  padding: 0;
}
.cid-tDFkxANMRy .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDFkxANMRy .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFkxANMRy .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFkxANMRy .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tDFkxANMRy .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tDFkxANMRy .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFkxANMRy .card .text-wrapper {
    display: none;
  }
}
.cid-tDFkxANMRy .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-tDFkxANMRy .card .icon-wrapper {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tDFkxANMRy .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFkxANMRy .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #ffffff;
  background-color: #6f80ff;
  border-radius: 100%;
}
.cid-tDFkxANMRy .mbr-section-title {
  color: #495DFF;
}
.cid-tDFkxANMRy .mbr-text {
  color: #495DFF;
  text-align: left;
}
.cid-tDFkxGKIHt {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f2f4;
}
.cid-tDFkxGKIHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkxGKIHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkxGKIHt .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFkxGKIHt .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkxGKIHt .container-fluid .row {
  padding: 0;
}
.cid-tDFkxGKIHt .container {
  overflow: hidden;
}
.cid-tDFkxGKIHt .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-tDFkxGKIHt .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tDFkxGKIHt .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDFkxGKIHt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-tDFkxGKIHt .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tDFkxGKIHt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDFkxGKIHt .cards-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(3, 190px);
  grid-column-gap: 24px;
  grid-row-gap: 64px;
}
@media (max-width: 768px) {
  .cid-tDFkxGKIHt .cards-wrapper {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}
.cid-tDFkxGKIHt .cards-wrapper .card .mbr-number {
  margin-bottom: 4px;
}
.cid-tDFkxGKIHt .cards-wrapper .card .mbr-title {
  margin-bottom: 4px;
}
.cid-tDFkxGKIHt .cards-wrapper .card .mbr-desc {
  margin-bottom: 0;
}
.cid-tDFkxGKIHt .mbr-section-title {
  color: #495DFF;
}
.cid-tDFkxGKIHt .mbr-text {
  color: #495DFF;
}
.cid-tDFkxGKIHt .mbr-number {
  color: #495DFF;
}
.cid-tDFkxGKIHt .mbr-title {
  color: #495DFF;
}
.cid-tDFkxGKIHt .mbr-desc {
  color: #495DFF;
}
.cid-tDFVW4OKIv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tDFVW4OKIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFVW4OKIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFVW4OKIv .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFVW4OKIv .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFVW4OKIv .container-fluid .row {
  padding: 0;
}
.cid-tDFVW4OKIv .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDFVW4OKIv .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFVW4OKIv .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFVW4OKIv .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tDFVW4OKIv .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tDFVW4OKIv .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFVW4OKIv .card .text-wrapper {
    display: none;
  }
}
.cid-tDFVW4OKIv .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tDFVW4OKIv .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFVW4OKIv .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #ffffff;
  background-color: #6f80ff;
  border-radius: 100%;
}
.cid-tDFVW4OKIv .mbr-section-title {
  color: #495DFF;
}
.cid-tDFVW4OKIv .mbr-text {
  color: #495DFF;
}
.cid-tDFVJ1Vg4A {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f2f4;
}
.cid-tDFVJ1Vg4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFVJ1Vg4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFVJ1Vg4A .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFVJ1Vg4A .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFVJ1Vg4A .container-fluid .row {
  padding: 0;
}
.cid-tDFVJ1Vg4A .container {
  overflow: hidden;
}
.cid-tDFVJ1Vg4A .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-tDFVJ1Vg4A .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tDFVJ1Vg4A .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDFVJ1Vg4A .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-tDFVJ1Vg4A .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tDFVJ1Vg4A .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDFVJ1Vg4A .cards-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(3, 190px);
  grid-column-gap: 24px;
  grid-row-gap: 64px;
}
@media (max-width: 768px) {
  .cid-tDFVJ1Vg4A .cards-wrapper {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}
.cid-tDFVJ1Vg4A .cards-wrapper .card .mbr-number {
  margin-bottom: 4px;
}
.cid-tDFVJ1Vg4A .cards-wrapper .card .mbr-title {
  margin-bottom: 4px;
}
.cid-tDFVJ1Vg4A .cards-wrapper .card .mbr-desc {
  margin-bottom: 0;
}
.cid-tDFVJ1Vg4A .mbr-section-title {
  color: #495DFF;
}
.cid-tDFVJ1Vg4A .mbr-text {
  color: #495DFF;
}
.cid-tDFVJ1Vg4A .mbr-number {
  color: #495DFF;
}
.cid-tDFVJ1Vg4A .mbr-title {
  color: #495DFF;
}
.cid-tDFVJ1Vg4A .mbr-desc {
  color: #495DFF;
}
.cid-tDFWkJsLDl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tDFWkJsLDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFWkJsLDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFWkJsLDl .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFWkJsLDl .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFWkJsLDl .container-fluid .row {
  padding: 0;
}
.cid-tDFWkJsLDl .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDFWkJsLDl .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFWkJsLDl .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFWkJsLDl .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tDFWkJsLDl .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tDFWkJsLDl .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDFWkJsLDl .card .text-wrapper {
    display: none;
  }
}
.cid-tDFWkJsLDl .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tDFWkJsLDl .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tDFWkJsLDl .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #ffffff;
  background-color: #6f80ff;
  border-radius: 100%;
}
.cid-tDFWkJsLDl .mbr-section-title {
  color: #495DFF;
}
.cid-tDFWkJsLDl .mbr-text {
  color: #495DFF;
}
.cid-tDFWlnPTZD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f2f4;
}
.cid-tDFWlnPTZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFWlnPTZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFWlnPTZD .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFWlnPTZD .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFWlnPTZD .container-fluid .row {
  padding: 0;
}
.cid-tDFWlnPTZD .container {
  overflow: hidden;
}
.cid-tDFWlnPTZD .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-tDFWlnPTZD .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tDFWlnPTZD .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDFWlnPTZD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-tDFWlnPTZD .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tDFWlnPTZD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDFWlnPTZD .cards-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(3, 190px);
  grid-column-gap: 24px;
  grid-row-gap: 64px;
}
@media (max-width: 768px) {
  .cid-tDFWlnPTZD .cards-wrapper {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}
.cid-tDFWlnPTZD .cards-wrapper .card .mbr-number {
  margin-bottom: 4px;
}
.cid-tDFWlnPTZD .cards-wrapper .card .mbr-title {
  margin-bottom: 4px;
}
.cid-tDFWlnPTZD .cards-wrapper .card .mbr-desc {
  margin-bottom: 0;
}
.cid-tDFWlnPTZD .mbr-section-title {
  color: #495DFF;
}
.cid-tDFWlnPTZD .mbr-text {
  color: #495DFF;
}
.cid-tDFWlnPTZD .mbr-number {
  color: #495DFF;
}
.cid-tDFWlnPTZD .mbr-title {
  color: #495DFF;
}
.cid-tDFWlnPTZD .mbr-desc {
  color: #495DFF;
}
.cid-tDFkxAaA08 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #495dff;
}
.cid-tDFkxAaA08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkxAaA08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkxAaA08 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFkxAaA08 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkxAaA08 .container-fluid .row {
  padding: 0;
}
.cid-tDFkxAaA08 .subtitle-wrapper .mbr-section-subtitle {
  padding: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkxAaA08 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-tDFkxAaA08 .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkxAaA08 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDFkxAaA08 .image-wrapper {
    padding: 0;
  }
}
.cid-tDFkxAaA08 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDFkxAaA08 .image-wrapper img {
    height: 300px;
  }
}
.cid-tDFkxAaA08 .title {
  display: inline-flex;
  align-items: center;
}
.cid-tDFkxAaA08 .title-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.cid-tDFkxAaA08 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tDFkxAaA08 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDFkxAaA08 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDFkxAaA08 .mbr-number {
  color: #495DFF;
}
.cid-tDFkxAaA08 .mbr-section-title {
  color: #ffffff;
}
.cid-tDFkxAaA08 .mbr-text {
  color: #ffffff;
}
.cid-tDFWFSYzkA {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #495dff;
}
.cid-tDFWFSYzkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFWFSYzkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFWFSYzkA .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFWFSYzkA .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFWFSYzkA .container-fluid .row {
  padding: 0;
}
.cid-tDFWFSYzkA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDFWFSYzkA .card:first-child .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-tDFWFSYzkA .desc-wrapper {
  padding: 22px 0;
}
@media (max-width: 992px) {
  .cid-tDFWFSYzkA .desc-wrapper {
    margin-bottom: 22px;
    padding: 0;
  }
}
.cid-tDFWFSYzkA .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tDFWFSYzkA .mbr-desc {
  color: #ffffff;
}
.cid-tDFWJOSQq9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #495dff;
}
.cid-tDFWJOSQq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFWJOSQq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFWJOSQq9 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFWJOSQq9 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFWJOSQq9 .container-fluid .row {
  padding: 0;
}
.cid-tDFWJOSQq9 .card-wrap {
  margin-bottom: 100px;
  opacity: .3;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tDFWJOSQq9 .card-wrap {
    opacity: 1;
    margin-bottom: 40px;
  }
}
.cid-tDFWJOSQq9 .card-wrap:hover,
.cid-tDFWJOSQq9 .card-wrap:focus {
  opacity: 1;
}
.cid-tDFWJOSQq9 .card-wrap:hover .icon-wrapper .mbr-iconfont,
.cid-tDFWJOSQq9 .card-wrap:focus .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tDFWJOSQq9 .text-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-tDFWJOSQq9 .text-wrapper {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tDFWJOSQq9 .text-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-tDFWJOSQq9 .text-wrapper {
    padding-right: 60px;
  }
}
.cid-tDFWJOSQq9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDFWJOSQq9 .title-wrap {
  display: flex;
  align-items: center;
}
.cid-tDFWJOSQq9 .title-wrap .title-wrapper {
  width: 100%;
}
.cid-tDFWJOSQq9 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  position: relative;
}
.cid-tDFWJOSQq9 .title-wrap .title-wrapper .mbr-section-title span {
  display: none;
}
@media (max-width: 992px) {
  .cid-tDFWJOSQq9 .title-wrap .title-wrapper .mbr-section-title span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: -1.2rem;
    font-size: 35%;
  }
}
.cid-tDFWJOSQq9 .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDFWJOSQq9 .icon-wrapper {
    display: none;
  }
}
.cid-tDFWJOSQq9 .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  background-color: #6f80ff;
  border-radius: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  opacity: 0;
  transition: all .3s ease;
}
.cid-tDFWJOSQq9 .mbr-section-title,
.cid-tDFWJOSQq9 .mbr-iconfont {
  color: #ffffff;
}
.cid-tDFWJOSQq9 .mbr-text {
  color: #ffffff;
}
.cid-tDFkxEzycF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFkxEzycF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkxEzycF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkxEzycF .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDFkxEzycF .panel-group {
  border: none;
}
.cid-tDFkxEzycF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDFkxEzycF .panel-body,
.cid-tDFkxEzycF .card-header {
  padding: 1rem 0;
}
.cid-tDFkxEzycF .panel-title-edit {
  color: #000000;
}
.cid-tDFkxEzycF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDFkxMs9R0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFkxMs9R0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkxMs9R0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkxMs9R0 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDFkxMs9R0 .panel-group {
  border: none;
}
.cid-tDFkxMs9R0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDFkxMs9R0 .panel-body,
.cid-tDFkxMs9R0 .card-header {
  padding: 1rem 0;
}
.cid-tDFkxMs9R0 .panel-title-edit {
  color: #000000;
}
.cid-tDFkxMs9R0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDFkxNlGXB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDFkxNlGXB img,
.cid-tDFkxNlGXB .item-img {
  width: 100%;
}
.cid-tDFkxNlGXB .item:focus,
.cid-tDFkxNlGXB span:focus {
  outline: none;
}
.cid-tDFkxNlGXB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDFkxNlGXB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDFkxNlGXB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDFkxNlGXB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDFkxNlGXB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDFkxNlGXB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDFkxNlGXB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDFkxNlGXB .mbr-section-title {
  color: #232323;
}
.cid-tDFkxNlGXB .mbr-text,
.cid-tDFkxNlGXB .mbr-section-btn {
  text-align: left;
}
.cid-tDFkxNlGXB .item-title {
  text-align: left;
}
.cid-tDFkxNlGXB .item-subtitle {
  text-align: left;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDFkxPeArX {
  z-index: 1000;
  width: 100%;
}
.cid-tDFkxPeArX .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDFkxPeArX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDFkxPeArX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDFkxPeArX .menu_box .navbar.opened,
  .cid-tDFkxPeArX .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDFkxPeArX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDFkxPeArX .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDFkxPeArX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDFkxPeArX .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDFkxPeArX .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDFkxPeArX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDFkxPeArX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDFkxPeArX .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDFkxPeArX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDFkxPeArX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDFkxPeArX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDFkxPeArX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDFkxPeArX .offcanvas-body .mbr-text,
  .cid-tDFkxPeArX .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDFkxPeArX .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDFkxPeArX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDFkxPeArX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDFkxPeArX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDFkxPeArX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDFkxPeArX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDFkxPeArX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDFkxPeArX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDFkxPeArX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDFkxPeArX .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-tDFkxPeArX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDFkxPeArX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDFkxPeArX .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDFkxPeArX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDFkxPeArX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDFkxPeArX .nav-item {
    margin: 0 !important;
  }
}
.cid-tDFkxPeArX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDFkxPeArX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDFkxPeArX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDFkxPeArX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDFkxPeArX .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-tDFkxPeArX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDFkxPeArX .offcanvas_box {
    display: none;
  }
}
.cid-tDFkxPeArX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDFkxPeArX .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDFkxPeArX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDFkxPeArX .container {
  display: flex;
  margin: auto;
}
.cid-tDFkxPeArX .iconfont-wrapper {
  color: #495dff;
  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-tDFkxPeArX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDFkxPeArX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDFkxPeArX .navbar-caption {
  color: #495DFF;
}
.cid-tDFkxPeArX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDFkxPeArX .navbar-nav {
    margin: 0;
  }
}
.cid-tDFkxPeArX .dropdown-menu,
.cid-tDFkxPeArX .navbar.opened {
  background-color: true !important;
}
.cid-tDFkxPeArX .nav-item:focus,
.cid-tDFkxPeArX .nav-link:focus {
  outline: none;
}
.cid-tDFkxPeArX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDFkxPeArX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDFkxPeArX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDFkxPeArX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDFkxPeArX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDFkxPeArX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDFkxPeArX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDFkxPeArX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDFkxPeArX .navbar.opened {
  transition: all 0.3s;
}
.cid-tDFkxPeArX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDFkxPeArX .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDFkxPeArX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDFkxPeArX .navbar.collapsed {
  justify-content: center;
}
.cid-tDFkxPeArX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDFkxPeArX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDFkxPeArX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDFkxPeArX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDFkxPeArX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDFkxPeArX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDFkxPeArX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDFkxPeArX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDFkxPeArX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDFkxPeArX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDFkxPeArX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDFkxPeArX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDFkxPeArX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDFkxPeArX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDFkxPeArX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDFkxPeArX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDFkxPeArX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDFkxPeArX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDFkxPeArX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDFkxPeArX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDFkxPeArX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDFkxPeArX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDFkxPeArX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDFkxPeArX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDFkxPeArX .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-tDFkxPeArX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDFkxPeArX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDFkxPeArX .dropdown-item.active,
.cid-tDFkxPeArX .dropdown-item:active {
  background-color: transparent;
}
.cid-tDFkxPeArX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDFkxPeArX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDFkxPeArX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDFkxPeArX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDFkxPeArX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDFkxPeArX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDFkxPeArX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDFkxPeArX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDFkxPeArX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDFkxPeArX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFkxPeArX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFkxPeArX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDFkxPeArX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFkxPeArX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDFkxPeArX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDFkxPeArX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFkxPeArX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDFkxPeArX .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-tDFkxPeArX .navbar {
    height: 70px;
  }
  .cid-tDFkxPeArX .navbar.opened {
    height: auto;
  }
  .cid-tDFkxPeArX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDFkxPeArX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDFkxPeArX .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDFkxPeArX .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDFkxPeArX .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDFkxPeArX .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDFkxPeArX .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDFkxPeArX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDFkxPeArX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDFkxPeArX .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDFkxPeArX .text_widget {
  color: #ffffff;
}
.cid-tDFkxPeArX .mbr-section-subtitle,
.cid-tDFkxPeArX .text_widget,
.cid-tDFkxPeArX .mbr-section-btn {
  text-align: center;
}
.cid-tDFkxPeArX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFkFLMqvC {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFkFLMqvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkFLMqvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkFLMqvC .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDFkFLMqvC [class^="socicon-"]:before,
.cid-tDFkFLMqvC [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDFkFMv5Rr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x733.jpg");
}
.cid-tDFkFMv5Rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkFMv5Rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkFMv5Rr .row {
  align-items: flex-end;
}
.cid-tDFkFMv5Rr .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDFkFMv5Rr .mbr-text,
.cid-tDFkFMv5Rr .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDFkFMv5Rr .col-lg-4 {
  align-items: flex-end;
}
.cid-tDFkFN4gsg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #495dff;
}
.cid-tDFkFN4gsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkFN4gsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkFN4gsg .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFkFN4gsg .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkFN4gsg .container-fluid .row {
  padding: 0;
}
.cid-tDFkFN4gsg .container {
  overflow: hidden;
}
.cid-tDFkFN4gsg .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkFN4gsg .title-wrapper {
    padding-right: 0;
  }
}
.cid-tDFkFN4gsg .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tDFkFN4gsg .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-tDFkFN4gsg .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-tDFkFN4gsg .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tDFkFN4gsg .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tDFkFN4gsg .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tDFkFN4gsg .mbr-desc {
  color: #ffffff;
}
.cid-tDFkFN4gsg .mbr-name {
  color: #ffffff;
}
.cid-tDFkFRkVXr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #495dff;
}
.cid-tDFkFRkVXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkFRkVXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkFRkVXr .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDFkFRkVXr .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkFRkVXr .container-fluid .row {
  padding: 0;
}
.cid-tDFkFRkVXr .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDFkFRkVXr .title-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tDFkFRkVXr .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-tDFkFRkVXr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tDFkFRkVXr .title-wrapper .link-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tDFkFRkVXr .title-wrapper .link-wrapper .link {
  display: inline-flex;
  align-items: center;
}
.cid-tDFkFRkVXr .title-wrapper .link-wrapper .link:hover {
  opacity: .5;
}
.cid-tDFkFRkVXr .title-wrapper .link-wrapper .link .mbr-number {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-bottom: 0;
}
.cid-tDFkFRkVXr .title-wrapper .link-wrapper .link .mbr-link {
  margin: 0;
  text-decoration: underline;
}
.cid-tDFkFRkVXr .text {
  display: flex;
  justify-content: flex-end;
}
.cid-tDFkFRkVXr .text .text-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1500px) {
  .cid-tDFkFRkVXr .text .text-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-tDFkFRkVXr .text .text-wrapper img {
    margin: 0 auto 32px;
  }
}
@media (max-width: 768px) {
  .cid-tDFkFRkVXr .text .text-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tDFkFRkVXr .text .text-wrapper .mbr-text {
  width: 350px;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  .cid-tDFkFRkVXr .text .text-wrapper .mbr-text {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .cid-tDFkFRkVXr .text .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-tDFkFRkVXr .mbr-section-title {
  color: #ffffff;
}
.cid-tDFkFRkVXr .mbr-number {
  color: #495DFF;
}
.cid-tDFkFRkVXr .mbr-link {
  color: #ffffff;
}
.cid-tDFkFRkVXr .mbr-text {
  color: #ffffff;
}
.cid-tDFkFRWGLi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDFkFRWGLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkFRWGLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkFRWGLi .container-fluid {
  padding: 0 38px 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFkFRWGLi .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFkFRWGLi .container-fluid .row {
  padding: 0;
}
.cid-tDFkFRWGLi .card {
  border-radius: 0;
  background-color: #495dff;
}
.cid-tDFkFRWGLi .card .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-tDFkFRWGLi .card .image-wrapper {
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-tDFkFRWGLi .card .image-wrapper {
    padding: 32px 0;
  }
}
.cid-tDFkFRWGLi .card .image-wrapper img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tDFkFRWGLi .card .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tDFkFRWGLi .card .title-wrapper {
  padding: 115px 32px;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-tDFkFRWGLi .card .title-wrapper {
    padding: 115px 16px;
  }
}
@media (max-width: 992px) {
  .cid-tDFkFRWGLi .card .title-wrapper {
    padding: 16px;
  }
}
.cid-tDFkFRWGLi .card .title-wrapper .mbr-section-subtitle {
  margin-bottom: 115px;
}
@media (max-width: 992px) {
  .cid-tDFkFRWGLi .card .title-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-tDFkFRWGLi .card .title-wrapper .title .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDFkFRWGLi .card .title-wrapper .title .mbr-text {
  margin: 22px 0 0;
}
.cid-tDFkFRWGLi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDFkFRWGLi .mbr-section-title {
  color: #ffffff;
}
.cid-tDFkFRWGLi .mbr-text {
  color: #ffffff;
}
.cid-tDG7HxRpo2 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #495dff;
}
.cid-tDG7HxRpo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDG7HxRpo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDG7HxRpo2 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDG7HxRpo2 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDG7HxRpo2 .container-fluid .row {
  padding: 0;
}
.cid-tDG7HxRpo2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDG7HxRpo2 .card:first-child .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-tDG7HxRpo2 .desc-wrapper {
  padding: 22px 0;
}
@media (max-width: 992px) {
  .cid-tDG7HxRpo2 .desc-wrapper {
    margin-bottom: 22px;
    padding: 0;
  }
}
.cid-tDG7HxRpo2 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tDG7HxRpo2 .mbr-desc {
  color: #ffffff;
}
.cid-tDG7GNlD8Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #495dff;
}
.cid-tDG7GNlD8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDG7GNlD8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDG7GNlD8Z .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDG7GNlD8Z .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDG7GNlD8Z .container-fluid .row {
  padding: 0;
}
.cid-tDG7GNlD8Z .card-wrap {
  margin-bottom: 100px;
  opacity: .3;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tDG7GNlD8Z .card-wrap {
    opacity: 1;
    margin-bottom: 40px;
  }
}
.cid-tDG7GNlD8Z .card-wrap:hover,
.cid-tDG7GNlD8Z .card-wrap:focus {
  opacity: 1;
}
.cid-tDG7GNlD8Z .card-wrap:hover .icon-wrapper .mbr-iconfont,
.cid-tDG7GNlD8Z .card-wrap:focus .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tDG7GNlD8Z .text-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-tDG7GNlD8Z .text-wrapper {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tDG7GNlD8Z .text-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-tDG7GNlD8Z .text-wrapper {
    padding-right: 60px;
  }
}
.cid-tDG7GNlD8Z .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDG7GNlD8Z .title-wrap {
  display: flex;
  align-items: center;
}
.cid-tDG7GNlD8Z .title-wrap .title-wrapper {
  width: 100%;
}
.cid-tDG7GNlD8Z .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  position: relative;
}
.cid-tDG7GNlD8Z .title-wrap .title-wrapper .mbr-section-title span {
  display: none;
}
@media (max-width: 992px) {
  .cid-tDG7GNlD8Z .title-wrap .title-wrapper .mbr-section-title span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: -1.2rem;
    font-size: 35%;
  }
}
.cid-tDG7GNlD8Z .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDG7GNlD8Z .icon-wrapper {
    display: none;
  }
}
.cid-tDG7GNlD8Z .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  background-color: #6f80ff;
  border-radius: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  opacity: 0;
  transition: all .3s ease;
}
.cid-tDG7GNlD8Z .mbr-section-title,
.cid-tDG7GNlD8Z .mbr-iconfont {
  color: #ffffff;
}
.cid-tDG7GNlD8Z .mbr-text {
  color: #ffffff;
}
.cid-tDFkFTffY3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFkFTffY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkFTffY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkFTffY3 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDFkFTffY3 .panel-group {
  border: none;
}
.cid-tDFkFTffY3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDFkFTffY3 .panel-body,
.cid-tDFkFTffY3 .card-header {
  padding: 1rem 0;
}
.cid-tDFkFTffY3 .panel-title-edit {
  color: #000000;
}
.cid-tDFkFTffY3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDFkG13EUc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFkG13EUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkG13EUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkG13EUc .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDFkG13EUc .panel-group {
  border: none;
}
.cid-tDFkG13EUc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDFkG13EUc .panel-body,
.cid-tDFkG13EUc .card-header {
  padding: 1rem 0;
}
.cid-tDFkG13EUc .panel-title-edit {
  color: #000000;
}
.cid-tDFkG13EUc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDFkG1TSTx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDFkG1TSTx img,
.cid-tDFkG1TSTx .item-img {
  width: 100%;
}
.cid-tDFkG1TSTx .item:focus,
.cid-tDFkG1TSTx span:focus {
  outline: none;
}
.cid-tDFkG1TSTx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDFkG1TSTx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDFkG1TSTx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDFkG1TSTx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDFkG1TSTx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDFkG1TSTx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDFkG1TSTx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDFkG1TSTx .mbr-section-title {
  color: #232323;
}
.cid-tDFkG1TSTx .mbr-text,
.cid-tDFkG1TSTx .mbr-section-btn {
  text-align: left;
}
.cid-tDFkG1TSTx .item-title {
  text-align: left;
}
.cid-tDFkG1TSTx .item-subtitle {
  text-align: left;
}
.cid-tDFkG3KZI3 {
  z-index: 1000;
  width: 100%;
}
.cid-tDFkG3KZI3 .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDFkG3KZI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDFkG3KZI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDFkG3KZI3 .menu_box .navbar.opened,
  .cid-tDFkG3KZI3 .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDFkG3KZI3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDFkG3KZI3 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDFkG3KZI3 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDFkG3KZI3 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDFkG3KZI3 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDFkG3KZI3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDFkG3KZI3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDFkG3KZI3 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDFkG3KZI3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDFkG3KZI3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDFkG3KZI3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDFkG3KZI3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDFkG3KZI3 .offcanvas-body .mbr-text,
  .cid-tDFkG3KZI3 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDFkG3KZI3 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDFkG3KZI3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDFkG3KZI3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDFkG3KZI3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDFkG3KZI3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDFkG3KZI3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDFkG3KZI3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDFkG3KZI3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDFkG3KZI3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDFkG3KZI3 .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-tDFkG3KZI3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDFkG3KZI3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDFkG3KZI3 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDFkG3KZI3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDFkG3KZI3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDFkG3KZI3 .nav-item {
    margin: 0 !important;
  }
}
.cid-tDFkG3KZI3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDFkG3KZI3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDFkG3KZI3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDFkG3KZI3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDFkG3KZI3 .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-tDFkG3KZI3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDFkG3KZI3 .offcanvas_box {
    display: none;
  }
}
.cid-tDFkG3KZI3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDFkG3KZI3 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDFkG3KZI3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDFkG3KZI3 .container {
  display: flex;
  margin: auto;
}
.cid-tDFkG3KZI3 .iconfont-wrapper {
  color: #495dff;
  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-tDFkG3KZI3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDFkG3KZI3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDFkG3KZI3 .navbar-caption {
  color: #495DFF;
}
.cid-tDFkG3KZI3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDFkG3KZI3 .navbar-nav {
    margin: 0;
  }
}
.cid-tDFkG3KZI3 .dropdown-menu,
.cid-tDFkG3KZI3 .navbar.opened {
  background-color: true !important;
}
.cid-tDFkG3KZI3 .nav-item:focus,
.cid-tDFkG3KZI3 .nav-link:focus {
  outline: none;
}
.cid-tDFkG3KZI3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDFkG3KZI3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDFkG3KZI3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDFkG3KZI3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDFkG3KZI3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDFkG3KZI3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDFkG3KZI3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDFkG3KZI3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDFkG3KZI3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDFkG3KZI3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDFkG3KZI3 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDFkG3KZI3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDFkG3KZI3 .navbar.collapsed {
  justify-content: center;
}
.cid-tDFkG3KZI3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDFkG3KZI3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDFkG3KZI3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDFkG3KZI3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDFkG3KZI3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDFkG3KZI3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDFkG3KZI3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDFkG3KZI3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDFkG3KZI3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDFkG3KZI3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDFkG3KZI3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDFkG3KZI3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDFkG3KZI3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDFkG3KZI3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDFkG3KZI3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDFkG3KZI3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDFkG3KZI3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDFkG3KZI3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDFkG3KZI3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDFkG3KZI3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDFkG3KZI3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDFkG3KZI3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDFkG3KZI3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDFkG3KZI3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDFkG3KZI3 .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-tDFkG3KZI3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDFkG3KZI3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDFkG3KZI3 .dropdown-item.active,
.cid-tDFkG3KZI3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDFkG3KZI3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDFkG3KZI3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDFkG3KZI3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDFkG3KZI3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDFkG3KZI3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDFkG3KZI3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDFkG3KZI3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDFkG3KZI3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDFkG3KZI3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDFkG3KZI3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFkG3KZI3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFkG3KZI3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDFkG3KZI3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFkG3KZI3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDFkG3KZI3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDFkG3KZI3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFkG3KZI3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDFkG3KZI3 .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-tDFkG3KZI3 .navbar {
    height: 70px;
  }
  .cid-tDFkG3KZI3 .navbar.opened {
    height: auto;
  }
  .cid-tDFkG3KZI3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDFkG3KZI3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDFkG3KZI3 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDFkG3KZI3 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDFkG3KZI3 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDFkG3KZI3 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDFkG3KZI3 .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDFkG3KZI3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDFkG3KZI3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDFkG3KZI3 .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDFkG3KZI3 .text_widget {
  color: #ffffff;
}
.cid-tDFkG3KZI3 .mbr-section-subtitle,
.cid-tDFkG3KZI3 .text_widget,
.cid-tDFkG3KZI3 .mbr-section-btn {
  text-align: center;
}
.cid-tDFkG3KZI3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDFYDH7PcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDFYDH7PcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFYDH7PcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFYDH7PcW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDFYDH7PcW .container-fluid .row {
  padding: 0;
}
.cid-tDFYDH7PcW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDFYDH7PcW .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDFYDH7PcW .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDFYDH7PcW .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDFYDH7PcW .mbr-section-btn {
  width: 100%;
}
.cid-tDFYDH7PcW .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDFYDH7PcW .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDFYDH7PcW .copyright {
    padding: 32px 0;
  }
}
.cid-tDFYDH7PcW .mbr-section-title {
  color: #495DFF;
}
.cid-tDGabiAMZ1 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDGabiAMZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGabiAMZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGabiAMZ1 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDGabiAMZ1 [class^="socicon-"]:before,
.cid-tDGabiAMZ1 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDGabjmNN8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tDGabjmNN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGabjmNN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGabjmNN8 .row {
  align-items: flex-end;
}
.cid-tDGabjmNN8 .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDGabjmNN8 .mbr-text,
.cid-tDGabjmNN8 .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDGabjmNN8 .col-lg-4 {
  align-items: flex-end;
}
.cid-tDHiUBcUFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDHiUBcUFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tDHiUBcUFH .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDHiUBcUFH .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDHiUBcUFH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDHiUBcUFH .container {
    padding: 0 20px;
  }
  .cid-tDHiUBcUFH .container .row {
    padding: 0;
  }
}
.cid-tDHiUBcUFH .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDHiUBcUFH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDHiUBcUFH .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDHiUBcUFH .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tDHiUBcUFH .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDHiUBcUFH .mbr-section-title {
  color: #ffffff;
}
.cid-tDHiUBcUFH .mbr-text {
  color: #ffffff;
}
.cid-tDHjanD7RI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDHjanD7RI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDHjanD7RI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDHjanD7RI .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDHjanD7RI .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDHjanD7RI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDHjanD7RI .container {
    padding: 0 20px;
  }
  .cid-tDHjanD7RI .container .row {
    padding: 0;
  }
}
.cid-tDHjanD7RI .container,
.cid-tDHjanD7RI .container-fluid {
  position: relative;
}
.cid-tDHjanD7RI .container .container-color,
.cid-tDHjanD7RI .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDHjanD7RI .container .container-color,
  .cid-tDHjanD7RI .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tDHjanD7RI .row {
  justify-content: center;
}
.cid-tDHjanD7RI .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDHjanD7RI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDHjanD7RI .mbr-text {
  color: #222222;
}
.cid-tDHj4wGFFA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDHj4wGFFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDHj4wGFFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDHj4wGFFA .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDHj4wGFFA .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDHj4wGFFA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDHj4wGFFA .container {
    padding: 0 20px;
  }
  .cid-tDHj4wGFFA .container .row {
    padding: 0;
  }
}
.cid-tDHj4wGFFA .row {
  justify-content: center;
}
.cid-tDHj4wGFFA .title-wrapper {
  position: relative;
}
.cid-tDHj4wGFFA .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDHj4wGFFA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDHj4wGFFA .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tDHj4wGFFA .title-wrapper .container-color {
    left: -20%;
  }
}
@media (max-width: 992px) {
  .cid-tDHj4wGFFA .card {
    margin-bottom: 40px;
  }
}
.cid-tDHj4wGFFA .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tDHj4wGFFA .card .card-wrapper .text-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tDHj4wGFFA .card .card-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-tDHj4wGFFA .card .card-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #e43f3f;
}
.cid-tDHj4wGFFA .mbr-section-title {
  color: #222222;
}
.cid-tDHj4wGFFA .mbr-card-title {
  color: #222222;
}
.cid-tDHj4wGFFA .mbr-text {
  color: #545454;
}
.cid-tDHrphcuea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDHrphcuea .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDHrphcuea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDHrphcuea .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDHrphcuea .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDHrphcuea .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDHrphcuea .container {
    padding: 0 20px;
  }
  .cid-tDHrphcuea .container .row {
    padding: 0;
  }
}
.cid-tDHrphcuea .row {
  justify-content: center;
}
.cid-tDHrphcuea .title-wrapper {
  position: relative;
}
.cid-tDHrphcuea .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDHrphcuea .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDHrphcuea .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tDHrphcuea .title-wrapper .container-color {
    left: -20%;
  }
}
@media (max-width: 992px) {
  .cid-tDHrphcuea .card {
    margin-bottom: 40px;
  }
}
.cid-tDHrphcuea .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tDHrphcuea .card .card-wrapper .text-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tDHrphcuea .card .card-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-tDHrphcuea .card .card-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #e43f3f;
}
.cid-tDHrphcuea .mbr-section-title {
  color: #222222;
}
.cid-tDHrphcuea .mbr-card-title {
  color: #222222;
}
.cid-tDHrphcuea .mbr-text {
  color: #545454;
}
.cid-tDHjcCMC9N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDHjcCMC9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDHjcCMC9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDHjcCMC9N .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDHjcCMC9N .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDHjcCMC9N .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDHjcCMC9N .container {
    padding: 0 20px;
  }
  .cid-tDHjcCMC9N .container .row {
    padding: 0;
  }
}
.cid-tDHjcCMC9N .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDHjcCMC9N .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDHjcCMC9N .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDHjcCMC9N .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #2c2c2c;
}
@media (max-width: 768px) {
  .cid-tDHjcCMC9N .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDHjcCMC9N .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tDHjcCMC9N .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-tDHjcCMC9N .image-wrapper img {
    height: 300px;
  }
}
.cid-tDHjcCMC9N .text-wrapper {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-tDHjcCMC9N .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-tDHjcCMC9N .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDHjcCMC9N .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDHjcCMC9N .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDHjcCMC9N .mbr-section-title {
  color: #ffffff;
}
.cid-tDHjcCMC9N .mbr-text {
  color: #ffffff;
}
.cid-tDHjsaYBhz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDHjsaYBhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDHjsaYBhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDHjsaYBhz .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDHjsaYBhz .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDHjsaYBhz .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDHjsaYBhz .container {
    padding: 0 20px;
  }
  .cid-tDHjsaYBhz .container .row {
    padding: 0;
  }
}
.cid-tDHjsaYBhz .container,
.cid-tDHjsaYBhz .container-fluid {
  position: relative;
}
.cid-tDHjsaYBhz .row {
  justify-content: center;
}
.cid-tDHjsaYBhz .text-wrapper {
  margin-bottom: 40px;
}
.cid-tDHjsaYBhz .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDHjsaYBhz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDHjsaYBhz .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDHjsaYBhz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tDHjsaYBhz .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tDHjsaYBhz .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tDHjsaYBhz .mbr-section-title {
  color: #ffffff;
}
.cid-tDHjsaYBhz .mbr-text {
  color: #ffffff;
}
.cid-tDHjsaYBhz .list {
  color: #ffffff;
}
.cid-tDHjezLaL1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDHjezLaL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDHjezLaL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDHjezLaL1 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDHjezLaL1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDHjezLaL1 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDHjezLaL1 .container {
    padding: 0 20px;
  }
  .cid-tDHjezLaL1 .container .row {
    padding: 0;
  }
}
.cid-tDHjezLaL1 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDHjezLaL1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDHjezLaL1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDHjezLaL1 .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tDHjezLaL1 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDHjezLaL1 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDHjezLaL1 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tDHjezLaL1 .mbr-text {
  color: #ffffff;
}
.cid-tDKe14pbFm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-tDKe14pbFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDKe14pbFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDKe14pbFm .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-tDKe14pbFm .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tDKe14pbFm .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tDKe14pbFm .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tDKe14pbFm .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tDKe14pbFm .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tDKe14pbFm .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tDKe14pbFm .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tDKe14pbFm .mbr-section-title {
    text-align: center;
  }
}
.cid-tDKe14pbFm .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tDKe14pbFm .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tDKe14pbFm .card-row {
  align-items: stretch;
}
.cid-tDKe14pbFm .item {
  margin-top: 30px;
}
.cid-tDKe14pbFm .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 34px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #bbbbbb, #fafafa);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tDKe14pbFm .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-tDKe14pbFm .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tDKe14pbFm .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tDKe14pbFm .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #353535, #fff0b0);
  opacity: 0;
  transition: .4s all;
}
.cid-tDKe14pbFm .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tDKe14pbFm .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tDKe14pbFm .card-box {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
.cid-tDKe14pbFm .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tDKe14pbFm .head-container {
    margin-bottom: 10px;
  }
}
.cid-tDKe14pbFm .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 0;
  flex-basis: 60%;
  margin-right: auto;
}
.cid-tDKe14pbFm .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 40%;
  margin-left: auto;
}
.cid-tDKe14pbFm .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-tDKe14pbFm .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-tDKe14pbFm .comment-item-text {
  color: #C4CFDE;
}
.cid-tDKe14pbFm .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tDKe14pbFm .card-text a {
  transition: .4s all;
}
.cid-tDKe14pbFm .card-text a:hover {
  color: #1c37b0 !important;
}
.cid-tDGabpIw2a {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDGabpIw2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGabpIw2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGabpIw2a .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDGabpIw2a .panel-group {
  border: none;
}
.cid-tDGabpIw2a .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDGabpIw2a .panel-body,
.cid-tDGabpIw2a .card-header {
  padding: 1rem 0;
}
.cid-tDGabpIw2a .panel-title-edit {
  color: #000000;
}
.cid-tDGabpIw2a .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDGabqrEfA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDGabqrEfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGabqrEfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGabqrEfA .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDGabqrEfA .panel-group {
  border: none;
}
.cid-tDGabqrEfA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDGabqrEfA .panel-body,
.cid-tDGabqrEfA .card-header {
  padding: 1rem 0;
}
.cid-tDGabqrEfA .panel-title-edit {
  color: #000000;
}
.cid-tDGabqrEfA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDGabrbggt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDGabrbggt img,
.cid-tDGabrbggt .item-img {
  width: 100%;
}
.cid-tDGabrbggt .item:focus,
.cid-tDGabrbggt span:focus {
  outline: none;
}
.cid-tDGabrbggt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDGabrbggt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDGabrbggt .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDGabrbggt .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDGabrbggt .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDGabrbggt .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDGabrbggt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDGabrbggt .mbr-section-title {
  color: #232323;
}
.cid-tDGabrbggt .mbr-text,
.cid-tDGabrbggt .mbr-section-btn {
  text-align: left;
}
.cid-tDGabrbggt .item-title {
  text-align: left;
}
.cid-tDGabrbggt .item-subtitle {
  text-align: left;
}
.cid-tDGabs0tWa {
  z-index: 1000;
  width: 100%;
}
.cid-tDGabs0tWa .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDGabs0tWa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDGabs0tWa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDGabs0tWa .menu_box .navbar.opened,
  .cid-tDGabs0tWa .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDGabs0tWa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDGabs0tWa .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDGabs0tWa .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDGabs0tWa .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDGabs0tWa .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDGabs0tWa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDGabs0tWa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDGabs0tWa .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDGabs0tWa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDGabs0tWa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDGabs0tWa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDGabs0tWa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDGabs0tWa .offcanvas-body .mbr-text,
  .cid-tDGabs0tWa .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDGabs0tWa .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDGabs0tWa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDGabs0tWa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDGabs0tWa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDGabs0tWa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDGabs0tWa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDGabs0tWa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDGabs0tWa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDGabs0tWa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDGabs0tWa .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-tDGabs0tWa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDGabs0tWa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDGabs0tWa .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDGabs0tWa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDGabs0tWa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDGabs0tWa .nav-item {
    margin: 0 !important;
  }
}
.cid-tDGabs0tWa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDGabs0tWa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDGabs0tWa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDGabs0tWa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDGabs0tWa .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-tDGabs0tWa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDGabs0tWa .offcanvas_box {
    display: none;
  }
}
.cid-tDGabs0tWa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDGabs0tWa .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDGabs0tWa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDGabs0tWa .container {
  display: flex;
  margin: auto;
}
.cid-tDGabs0tWa .iconfont-wrapper {
  color: #495dff;
  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-tDGabs0tWa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDGabs0tWa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDGabs0tWa .navbar-caption {
  color: #495DFF;
}
.cid-tDGabs0tWa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDGabs0tWa .navbar-nav {
    margin: 0;
  }
}
.cid-tDGabs0tWa .dropdown-menu,
.cid-tDGabs0tWa .navbar.opened {
  background-color: true !important;
}
.cid-tDGabs0tWa .nav-item:focus,
.cid-tDGabs0tWa .nav-link:focus {
  outline: none;
}
.cid-tDGabs0tWa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDGabs0tWa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDGabs0tWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDGabs0tWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDGabs0tWa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDGabs0tWa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDGabs0tWa .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDGabs0tWa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDGabs0tWa .navbar.opened {
  transition: all 0.3s;
}
.cid-tDGabs0tWa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDGabs0tWa .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDGabs0tWa .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDGabs0tWa .navbar.collapsed {
  justify-content: center;
}
.cid-tDGabs0tWa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDGabs0tWa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDGabs0tWa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDGabs0tWa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDGabs0tWa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDGabs0tWa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDGabs0tWa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDGabs0tWa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDGabs0tWa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDGabs0tWa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDGabs0tWa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDGabs0tWa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDGabs0tWa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDGabs0tWa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDGabs0tWa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDGabs0tWa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDGabs0tWa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDGabs0tWa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDGabs0tWa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDGabs0tWa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDGabs0tWa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDGabs0tWa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDGabs0tWa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDGabs0tWa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDGabs0tWa .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-tDGabs0tWa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDGabs0tWa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDGabs0tWa .dropdown-item.active,
.cid-tDGabs0tWa .dropdown-item:active {
  background-color: transparent;
}
.cid-tDGabs0tWa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDGabs0tWa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDGabs0tWa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDGabs0tWa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDGabs0tWa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDGabs0tWa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDGabs0tWa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDGabs0tWa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDGabs0tWa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDGabs0tWa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDGabs0tWa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDGabs0tWa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDGabs0tWa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDGabs0tWa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDGabs0tWa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDGabs0tWa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDGabs0tWa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDGabs0tWa .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-tDGabs0tWa .navbar {
    height: 70px;
  }
  .cid-tDGabs0tWa .navbar.opened {
    height: auto;
  }
  .cid-tDGabs0tWa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDGabs0tWa .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDGabs0tWa .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDGabs0tWa .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDGabs0tWa .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDGabs0tWa .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDGabs0tWa .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDGabs0tWa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDGabs0tWa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDGabs0tWa .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDGabs0tWa .text_widget {
  color: #ffffff;
}
.cid-tDGabs0tWa .mbr-section-subtitle,
.cid-tDGabs0tWa .text_widget,
.cid-tDGabs0tWa .mbr-section-btn {
  text-align: center;
}
.cid-tDGabs0tWa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDGabsZ16G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDGabsZ16G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGabsZ16G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGabsZ16G .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDGabsZ16G .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDGabsZ16G .container-fluid .row {
  padding: 0;
}
.cid-tDGabsZ16G .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDGabsZ16G .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDGabsZ16G .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDGabsZ16G .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDGabsZ16G .mbr-section-btn {
  width: 100%;
}
.cid-tDGabsZ16G .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDGabsZ16G .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDGabsZ16G .copyright {
    padding: 32px 0;
  }
}
.cid-tDGabsZ16G .mbr-section-title {
  color: #495DFF;
}
.cid-tDK8bNTZjU {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK8bNTZjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8bNTZjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8bNTZjU .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDK8bNTZjU [class^="socicon-"]:before,
.cid-tDK8bNTZjU [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDK8bPV52P {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tDK8bPV52P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8bPV52P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8bPV52P .row {
  align-items: flex-end;
}
.cid-tDK8bPV52P .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDK8bPV52P .mbr-text,
.cid-tDK8bPV52P .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDK8bPV52P .col-lg-4 {
  align-items: flex-end;
}
.cid-tDK8bRbAZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8bRbAZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tDK8bRbAZd .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8bRbAZd .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8bRbAZd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8bRbAZd .container {
    padding: 0 20px;
  }
  .cid-tDK8bRbAZd .container .row {
    padding: 0;
  }
}
.cid-tDK8bRbAZd .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8bRbAZd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDK8bRbAZd .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8bRbAZd .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tDK8bRbAZd .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8bRbAZd .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8bRbAZd .mbr-text {
  color: #ffffff;
}
.cid-tDK8bSz9FI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8bSz9FI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8bSz9FI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8bSz9FI .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8bSz9FI .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8bSz9FI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8bSz9FI .container {
    padding: 0 20px;
  }
  .cid-tDK8bSz9FI .container .row {
    padding: 0;
  }
}
.cid-tDK8bSz9FI .container,
.cid-tDK8bSz9FI .container-fluid {
  position: relative;
}
.cid-tDK8bSz9FI .container .container-color,
.cid-tDK8bSz9FI .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK8bSz9FI .container .container-color,
  .cid-tDK8bSz9FI .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tDK8bSz9FI .row {
  justify-content: center;
}
.cid-tDK8bSz9FI .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDK8bSz9FI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK8bSz9FI .mbr-text {
  color: #222222;
}
.cid-tDK8bWrYKU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8bWrYKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8bWrYKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8bWrYKU .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8bWrYKU .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8bWrYKU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8bWrYKU .container {
    padding: 0 20px;
  }
  .cid-tDK8bWrYKU .container .row {
    padding: 0;
  }
}
.cid-tDK8bWrYKU .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8bWrYKU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8bWrYKU .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDK8bWrYKU .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #2c2c2c;
}
@media (max-width: 768px) {
  .cid-tDK8bWrYKU .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK8bWrYKU .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tDK8bWrYKU .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-tDK8bWrYKU .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK8bWrYKU .text-wrapper {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8bWrYKU .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK8bWrYKU .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8bWrYKU .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK8bWrYKU .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8bWrYKU .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8bWrYKU .mbr-text {
  color: #ffffff;
}
.cid-tDK8c7nREj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8c7nREj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8c7nREj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8c7nREj .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8c7nREj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8c7nREj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8c7nREj .container {
    padding: 0 20px;
  }
  .cid-tDK8c7nREj .container .row {
    padding: 0;
  }
}
.cid-tDK8c7nREj .title-wrapper {
  padding: 160px 90px 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDK8c7nREj .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK8c7nREj .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8c7nREj .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-tDK8c7nREj .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8c7nREj .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK8c7nREj .title-wrapper .title-wrap .mbr-name {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8c7nREj .title-wrapper .title-wrap .mbr-name {
    margin-bottom: 40px;
  }
}
.cid-tDK8c7nREj .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8c7nREj .image-wrapper img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDK8c7nREj .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tDK8c7nREj .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK8c7nREj .mbr-desc {
  color: #ffffff;
}
.cid-tDK8c7nREj .mbr-text {
  color: #ffffff;
}
.cid-tDK8c7nREj .mbr-name {
  color: #ffffff;
}
.cid-tDK8c7nREj .mbr-section-btn {
  text-align: right;
}
.cid-tDK8c39CZC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8c39CZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8c39CZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8c39CZC .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8c39CZC .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8c39CZC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8c39CZC .container {
    padding: 0 20px;
  }
  .cid-tDK8c39CZC .container .row {
    padding: 0;
  }
}
.cid-tDK8c39CZC .row {
  justify-content: center;
}
.cid-tDK8c39CZC .title-wrapper {
  position: relative;
}
.cid-tDK8c39CZC .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK8c39CZC .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK8c39CZC .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-tDK8c39CZC .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-tDK8c39CZC .text-wrapper {
  position: relative;
}
.cid-tDK8c39CZC .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8c39CZC .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tDK8c39CZC .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8c39CZC .mbr-section-title {
  color: #222222;
}
.cid-tDK8c39CZC .mbr-text {
  color: #222222;
}
.cid-tDK8c8IfNI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8c8IfNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8c8IfNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8c8IfNI .container-fluid {
  margin: 0;
  padding: 0 72px 0 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8c8IfNI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDK8c8IfNI .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8c8IfNI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8c8IfNI .container {
    padding: 0 20px;
  }
  .cid-tDK8c8IfNI .container .row {
    padding: 0;
  }
}
.cid-tDK8c8IfNI .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDK8c8IfNI .image-wrapper img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tDK8c8IfNI .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK8c8IfNI .title-wrapper {
  padding: 0 90px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 90px;
}
@media (max-width: 992px) {
  .cid-tDK8c8IfNI .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDK8c8IfNI .title-wrapper {
    padding: 0;
  }
}
.cid-tDK8c8IfNI .title-wrapper .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tDK8c8IfNI .title-wrapper .title-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 16px;
  margin-bottom: 0;
}
.cid-tDK8c8IfNI .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.cid-tDK8c8IfNI .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item {
  height: 2px;
  width: 44px;
  background-color: #c6a38f;
  margin-right: 8px;
}
.cid-tDK8c8IfNI .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item:last-child {
  margin-right: 0;
}
.cid-tDK8c8IfNI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDK8c8IfNI .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tDK8c8IfNI .mbr-desc {
  color: #ffffff;
}
.cid-tDK8c8IfNI .mbr-text {
  color: #ffffff;
}
.cid-tDK8c8IfNI .mbr-section-title {
  color: #ffffff;
}
.cid-tDKBfX5mwp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDKBfX5mwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDKBfX5mwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDKBfX5mwp .container-fluid {
  margin: 0;
  padding: 0 72px 0 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tDKBfX5mwp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDKBfX5mwp .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDKBfX5mwp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDKBfX5mwp .container {
    padding: 0 20px;
  }
  .cid-tDKBfX5mwp .container .row {
    padding: 0;
  }
}
.cid-tDKBfX5mwp .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDKBfX5mwp .image-wrapper img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tDKBfX5mwp .image-wrapper img {
    height: 300px;
  }
}
.cid-tDKBfX5mwp .title-wrapper {
  padding: 0 90px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 90px;
}
@media (max-width: 992px) {
  .cid-tDKBfX5mwp .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDKBfX5mwp .title-wrapper {
    padding: 0;
  }
}
.cid-tDKBfX5mwp .title-wrapper .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tDKBfX5mwp .title-wrapper .title-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 16px;
  margin-bottom: 0;
}
.cid-tDKBfX5mwp .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.cid-tDKBfX5mwp .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item {
  height: 2px;
  width: 44px;
  background-color: #c6a38f;
  margin-right: 8px;
}
.cid-tDKBfX5mwp .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item:last-child {
  margin-right: 0;
}
.cid-tDKBfX5mwp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDKBfX5mwp .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tDKBfX5mwp .mbr-desc {
  color: #ffffff;
}
.cid-tDKBfX5mwp .mbr-text {
  color: #ffffff;
}
.cid-tDKBfX5mwp .mbr-section-title {
  color: #ffffff;
}
.cid-tDKBgSODwn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDKBgSODwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDKBgSODwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDKBgSODwn .container-fluid {
  margin: 0;
  padding: 0 72px 0 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tDKBgSODwn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDKBgSODwn .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDKBgSODwn .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDKBgSODwn .container {
    padding: 0 20px;
  }
  .cid-tDKBgSODwn .container .row {
    padding: 0;
  }
}
.cid-tDKBgSODwn .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDKBgSODwn .image-wrapper img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tDKBgSODwn .image-wrapper img {
    height: 300px;
  }
}
.cid-tDKBgSODwn .title-wrapper {
  padding: 0 90px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 90px;
}
@media (max-width: 992px) {
  .cid-tDKBgSODwn .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDKBgSODwn .title-wrapper {
    padding: 0;
  }
}
.cid-tDKBgSODwn .title-wrapper .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tDKBgSODwn .title-wrapper .title-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 16px;
  margin-bottom: 0;
}
.cid-tDKBgSODwn .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.cid-tDKBgSODwn .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item {
  height: 2px;
  width: 44px;
  background-color: #c6a38f;
  margin-right: 8px;
}
.cid-tDKBgSODwn .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item:last-child {
  margin-right: 0;
}
.cid-tDKBgSODwn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDKBgSODwn .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tDKBgSODwn .mbr-desc {
  color: #ffffff;
}
.cid-tDKBgSODwn .mbr-text {
  color: #ffffff;
}
.cid-tDKBgSODwn .mbr-section-title {
  color: #ffffff;
}
.cid-tDKC7yZgEV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDKC7yZgEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDKC7yZgEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDKC7yZgEV .container-fluid {
  margin: 0;
  padding: 0 72px 0 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tDKC7yZgEV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDKC7yZgEV .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDKC7yZgEV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDKC7yZgEV .container {
    padding: 0 20px;
  }
  .cid-tDKC7yZgEV .container .row {
    padding: 0;
  }
}
.cid-tDKC7yZgEV .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDKC7yZgEV .image-wrapper img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tDKC7yZgEV .image-wrapper img {
    height: 300px;
  }
}
.cid-tDKC7yZgEV .title-wrapper {
  padding: 0 90px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 90px;
}
@media (max-width: 992px) {
  .cid-tDKC7yZgEV .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDKC7yZgEV .title-wrapper {
    padding: 0;
  }
}
.cid-tDKC7yZgEV .title-wrapper .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tDKC7yZgEV .title-wrapper .title-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 16px;
  margin-bottom: 0;
}
.cid-tDKC7yZgEV .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.cid-tDKC7yZgEV .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item {
  height: 2px;
  width: 44px;
  background-color: #c6a38f;
  margin-right: 8px;
}
.cid-tDKC7yZgEV .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item:last-child {
  margin-right: 0;
}
.cid-tDKC7yZgEV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDKC7yZgEV .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tDKC7yZgEV .mbr-desc {
  color: #ffffff;
}
.cid-tDKC7yZgEV .mbr-text {
  color: #ffffff;
}
.cid-tDKC7yZgEV .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8bXFvQO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8bXFvQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8bXFvQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8bXFvQO .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8bXFvQO .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8bXFvQO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8bXFvQO .container {
    padding: 0 20px;
  }
  .cid-tDK8bXFvQO .container .row {
    padding: 0;
  }
}
.cid-tDK8bXFvQO .container,
.cid-tDK8bXFvQO .container-fluid {
  position: relative;
}
.cid-tDK8bXFvQO .row {
  justify-content: center;
}
.cid-tDK8bXFvQO .text-wrapper {
  margin-bottom: 40px;
}
.cid-tDK8bXFvQO .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK8bXFvQO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK8bXFvQO .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK8bXFvQO .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tDK8bXFvQO .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tDK8bXFvQO .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tDK8bXFvQO .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8bXFvQO .mbr-text {
  color: #ffffff;
}
.cid-tDK8bXFvQO .list {
  color: #ffffff;
}
.cid-tDK8bYS2VT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8bYS2VT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8bYS2VT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8bYS2VT .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8bYS2VT .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8bYS2VT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8bYS2VT .container {
    padding: 0 20px;
  }
  .cid-tDK8bYS2VT .container .row {
    padding: 0;
  }
}
.cid-tDK8bYS2VT .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDK8bYS2VT .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8bYS2VT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDK8bYS2VT .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tDK8bYS2VT .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDK8bYS2VT .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8bYS2VT .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tDK8bYS2VT .mbr-text {
  color: #ffffff;
}
.cid-tDKwXtEt8G {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-tDKwXtEt8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDKwXtEt8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDKwXtEt8G .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-tDKwXtEt8G .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tDKwXtEt8G .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tDKwXtEt8G .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tDKwXtEt8G .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tDKwXtEt8G .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tDKwXtEt8G .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tDKwXtEt8G .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tDKwXtEt8G .mbr-section-title {
    text-align: center;
  }
}
.cid-tDKwXtEt8G .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tDKwXtEt8G .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tDKwXtEt8G .card-row {
  align-items: stretch;
}
.cid-tDKwXtEt8G .item {
  margin-top: 30px;
}
.cid-tDKwXtEt8G .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 34px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #bbbbbb, #fafafa);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tDKwXtEt8G .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-tDKwXtEt8G .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tDKwXtEt8G .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tDKwXtEt8G .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #2299aa, #ff6666);
  opacity: 0;
  transition: .4s all;
}
.cid-tDKwXtEt8G .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tDKwXtEt8G .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tDKwXtEt8G .card-box {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
.cid-tDKwXtEt8G .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tDKwXtEt8G .head-container {
    margin-bottom: 10px;
  }
}
.cid-tDKwXtEt8G .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 0;
  flex-basis: 60%;
  margin-right: auto;
}
.cid-tDKwXtEt8G .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 40%;
  margin-left: auto;
}
.cid-tDKwXtEt8G .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-tDKwXtEt8G .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-tDKwXtEt8G .comment-item-text {
  color: #C4CFDE;
}
.cid-tDKwXtEt8G .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tDKwXtEt8G .card-text a {
  transition: .4s all;
}
.cid-tDKwXtEt8G .card-text a:hover {
  color: #1c37b0 !important;
}
.cid-tDK8ceHdDs {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK8ceHdDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8ceHdDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8ceHdDs .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK8ceHdDs .panel-group {
  border: none;
}
.cid-tDK8ceHdDs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK8ceHdDs .panel-body,
.cid-tDK8ceHdDs .card-header {
  padding: 1rem 0;
}
.cid-tDK8ceHdDs .panel-title-edit {
  color: #000000;
}
.cid-tDK8ceHdDs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK8cgq3XJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK8cgq3XJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8cgq3XJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8cgq3XJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK8cgq3XJ .panel-group {
  border: none;
}
.cid-tDK8cgq3XJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK8cgq3XJ .panel-body,
.cid-tDK8cgq3XJ .card-header {
  padding: 1rem 0;
}
.cid-tDK8cgq3XJ .panel-title-edit {
  color: #000000;
}
.cid-tDK8cgq3XJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK8chW7WL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDK8chW7WL img,
.cid-tDK8chW7WL .item-img {
  width: 100%;
}
.cid-tDK8chW7WL .item:focus,
.cid-tDK8chW7WL span:focus {
  outline: none;
}
.cid-tDK8chW7WL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDK8chW7WL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDK8chW7WL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDK8chW7WL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDK8chW7WL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDK8chW7WL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDK8chW7WL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDK8chW7WL .mbr-section-title {
  color: #232323;
}
.cid-tDK8chW7WL .mbr-text,
.cid-tDK8chW7WL .mbr-section-btn {
  text-align: left;
}
.cid-tDK8chW7WL .item-title {
  text-align: left;
}
.cid-tDK8chW7WL .item-subtitle {
  text-align: left;
}
.cid-tDK8cjF5LL {
  z-index: 1000;
  width: 100%;
}
.cid-tDK8cjF5LL .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDK8cjF5LL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDK8cjF5LL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDK8cjF5LL .menu_box .navbar.opened,
  .cid-tDK8cjF5LL .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDK8cjF5LL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDK8cjF5LL .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK8cjF5LL .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDK8cjF5LL .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK8cjF5LL .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDK8cjF5LL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDK8cjF5LL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDK8cjF5LL .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDK8cjF5LL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDK8cjF5LL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDK8cjF5LL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDK8cjF5LL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDK8cjF5LL .offcanvas-body .mbr-text,
  .cid-tDK8cjF5LL .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDK8cjF5LL .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDK8cjF5LL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDK8cjF5LL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDK8cjF5LL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDK8cjF5LL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDK8cjF5LL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDK8cjF5LL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDK8cjF5LL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDK8cjF5LL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK8cjF5LL .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-tDK8cjF5LL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDK8cjF5LL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDK8cjF5LL .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDK8cjF5LL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDK8cjF5LL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDK8cjF5LL .nav-item {
    margin: 0 !important;
  }
}
.cid-tDK8cjF5LL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDK8cjF5LL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDK8cjF5LL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDK8cjF5LL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK8cjF5LL .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-tDK8cjF5LL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDK8cjF5LL .offcanvas_box {
    display: none;
  }
}
.cid-tDK8cjF5LL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDK8cjF5LL .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDK8cjF5LL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDK8cjF5LL .container {
  display: flex;
  margin: auto;
}
.cid-tDK8cjF5LL .iconfont-wrapper {
  color: #495dff;
  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-tDK8cjF5LL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDK8cjF5LL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDK8cjF5LL .navbar-caption {
  color: #495DFF;
}
.cid-tDK8cjF5LL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDK8cjF5LL .navbar-nav {
    margin: 0;
  }
}
.cid-tDK8cjF5LL .dropdown-menu,
.cid-tDK8cjF5LL .navbar.opened {
  background-color: true !important;
}
.cid-tDK8cjF5LL .nav-item:focus,
.cid-tDK8cjF5LL .nav-link:focus {
  outline: none;
}
.cid-tDK8cjF5LL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDK8cjF5LL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDK8cjF5LL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDK8cjF5LL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDK8cjF5LL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDK8cjF5LL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDK8cjF5LL .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDK8cjF5LL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDK8cjF5LL .navbar.opened {
  transition: all 0.3s;
}
.cid-tDK8cjF5LL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDK8cjF5LL .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDK8cjF5LL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDK8cjF5LL .navbar.collapsed {
  justify-content: center;
}
.cid-tDK8cjF5LL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDK8cjF5LL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDK8cjF5LL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDK8cjF5LL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDK8cjF5LL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDK8cjF5LL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDK8cjF5LL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDK8cjF5LL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDK8cjF5LL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDK8cjF5LL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDK8cjF5LL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDK8cjF5LL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDK8cjF5LL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDK8cjF5LL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDK8cjF5LL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDK8cjF5LL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDK8cjF5LL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDK8cjF5LL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDK8cjF5LL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDK8cjF5LL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDK8cjF5LL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDK8cjF5LL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDK8cjF5LL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDK8cjF5LL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDK8cjF5LL .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-tDK8cjF5LL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDK8cjF5LL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDK8cjF5LL .dropdown-item.active,
.cid-tDK8cjF5LL .dropdown-item:active {
  background-color: transparent;
}
.cid-tDK8cjF5LL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDK8cjF5LL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDK8cjF5LL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDK8cjF5LL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDK8cjF5LL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDK8cjF5LL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDK8cjF5LL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDK8cjF5LL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDK8cjF5LL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDK8cjF5LL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK8cjF5LL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK8cjF5LL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDK8cjF5LL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK8cjF5LL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDK8cjF5LL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDK8cjF5LL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK8cjF5LL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDK8cjF5LL .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-tDK8cjF5LL .navbar {
    height: 70px;
  }
  .cid-tDK8cjF5LL .navbar.opened {
    height: auto;
  }
  .cid-tDK8cjF5LL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDK8cjF5LL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDK8cjF5LL .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDK8cjF5LL .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDK8cjF5LL .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDK8cjF5LL .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDK8cjF5LL .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDK8cjF5LL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDK8cjF5LL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDK8cjF5LL .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDK8cjF5LL .text_widget {
  color: #ffffff;
}
.cid-tDK8cjF5LL .mbr-section-subtitle,
.cid-tDK8cjF5LL .text_widget,
.cid-tDK8cjF5LL .mbr-section-btn {
  text-align: center;
}
.cid-tDK8cjF5LL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDK8clyorx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDK8clyorx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8clyorx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8clyorx .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDK8clyorx .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDK8clyorx .container-fluid .row {
  padding: 0;
}
.cid-tDK8clyorx .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDK8clyorx .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDK8clyorx .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDK8clyorx .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDK8clyorx .mbr-section-btn {
  width: 100%;
}
.cid-tDK8clyorx .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDK8clyorx .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDK8clyorx .copyright {
    padding: 32px 0;
  }
}
.cid-tDK8clyorx .mbr-section-title {
  color: #495DFF;
}
.cid-tDK8rA1UYK {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK8rA1UYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rA1UYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rA1UYK .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDK8rA1UYK [class^="socicon-"]:before,
.cid-tDK8rA1UYK [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDK8rBvSO7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tDK8rBvSO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rBvSO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rBvSO7 .row {
  align-items: flex-end;
}
.cid-tDK8rBvSO7 .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDK8rBvSO7 .mbr-text,
.cid-tDK8rBvSO7 .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDK8rBvSO7 .col-lg-4 {
  align-items: flex-end;
}
.cid-tDK8rCMH09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rCMH09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tDK8rCMH09 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rCMH09 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rCMH09 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rCMH09 .container {
    padding: 0 20px;
  }
  .cid-tDK8rCMH09 .container .row {
    padding: 0;
  }
}
.cid-tDK8rCMH09 .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8rCMH09 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDK8rCMH09 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8rCMH09 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tDK8rCMH09 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8rCMH09 .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8rCMH09 .mbr-text {
  color: #ffffff;
}
.cid-tDK8rEjEdQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8rEjEdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rEjEdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rEjEdQ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rEjEdQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rEjEdQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rEjEdQ .container {
    padding: 0 20px;
  }
  .cid-tDK8rEjEdQ .container .row {
    padding: 0;
  }
}
.cid-tDK8rEjEdQ .container,
.cid-tDK8rEjEdQ .container-fluid {
  position: relative;
}
.cid-tDK8rEjEdQ .container .container-color,
.cid-tDK8rEjEdQ .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK8rEjEdQ .container .container-color,
  .cid-tDK8rEjEdQ .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tDK8rEjEdQ .row {
  justify-content: center;
}
.cid-tDK8rEjEdQ .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDK8rEjEdQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK8rEjEdQ .mbr-text {
  color: #222222;
}
.cid-tDK8rFqQhq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8rFqQhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rFqQhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rFqQhq .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rFqQhq .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rFqQhq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rFqQhq .container {
    padding: 0 20px;
  }
  .cid-tDK8rFqQhq .container .row {
    padding: 0;
  }
}
.cid-tDK8rFqQhq .row {
  justify-content: center;
}
.cid-tDK8rFqQhq .title-wrapper {
  position: relative;
}
.cid-tDK8rFqQhq .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8rFqQhq .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDK8rFqQhq .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tDK8rFqQhq .title-wrapper .container-color {
    left: -20%;
  }
}
@media (max-width: 992px) {
  .cid-tDK8rFqQhq .card {
    margin-bottom: 40px;
  }
}
.cid-tDK8rFqQhq .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tDK8rFqQhq .card .card-wrapper .text-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tDK8rFqQhq .card .card-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-tDK8rFqQhq .card .card-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #e43f3f;
}
.cid-tDK8rFqQhq .mbr-section-title {
  color: #222222;
}
.cid-tDK8rFqQhq .mbr-card-title {
  color: #222222;
}
.cid-tDK8rFqQhq .mbr-text {
  color: #545454;
}
.cid-tDK8rGDIR4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8rGDIR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rGDIR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rGDIR4 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rGDIR4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rGDIR4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rGDIR4 .container {
    padding: 0 20px;
  }
  .cid-tDK8rGDIR4 .container .row {
    padding: 0;
  }
}
.cid-tDK8rGDIR4 .row {
  justify-content: center;
}
.cid-tDK8rGDIR4 .title-wrapper {
  position: relative;
}
.cid-tDK8rGDIR4 .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8rGDIR4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDK8rGDIR4 .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tDK8rGDIR4 .title-wrapper .container-color {
    left: -20%;
  }
}
@media (max-width: 992px) {
  .cid-tDK8rGDIR4 .card {
    margin-bottom: 40px;
  }
}
.cid-tDK8rGDIR4 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tDK8rGDIR4 .card .card-wrapper .text-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tDK8rGDIR4 .card .card-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-tDK8rGDIR4 .card .card-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #e43f3f;
}
.cid-tDK8rGDIR4 .mbr-section-title {
  color: #222222;
}
.cid-tDK8rGDIR4 .mbr-card-title {
  color: #222222;
}
.cid-tDK8rGDIR4 .mbr-text {
  color: #545454;
}
.cid-tDK8rHZPIK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8rHZPIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rHZPIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rHZPIK .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rHZPIK .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rHZPIK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rHZPIK .container {
    padding: 0 20px;
  }
  .cid-tDK8rHZPIK .container .row {
    padding: 0;
  }
}
.cid-tDK8rHZPIK .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8rHZPIK .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8rHZPIK .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDK8rHZPIK .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #2c2c2c;
}
@media (max-width: 768px) {
  .cid-tDK8rHZPIK .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK8rHZPIK .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tDK8rHZPIK .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-tDK8rHZPIK .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK8rHZPIK .text-wrapper {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8rHZPIK .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK8rHZPIK .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8rHZPIK .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK8rHZPIK .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8rHZPIK .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8rHZPIK .mbr-text {
  color: #ffffff;
}
.cid-tDK8rJCCQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8rJCCQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rJCCQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rJCCQB .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rJCCQB .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rJCCQB .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rJCCQB .container {
    padding: 0 20px;
  }
  .cid-tDK8rJCCQB .container .row {
    padding: 0;
  }
}
.cid-tDK8rJCCQB .container,
.cid-tDK8rJCCQB .container-fluid {
  position: relative;
}
.cid-tDK8rJCCQB .row {
  justify-content: center;
}
.cid-tDK8rJCCQB .text-wrapper {
  margin-bottom: 40px;
}
.cid-tDK8rJCCQB .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK8rJCCQB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK8rJCCQB .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK8rJCCQB .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tDK8rJCCQB .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tDK8rJCCQB .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tDK8rJCCQB .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8rJCCQB .mbr-text {
  color: #ffffff;
}
.cid-tDK8rJCCQB .list {
  color: #ffffff;
}
.cid-tDK8rLqpow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8rLqpow .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rLqpow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rLqpow .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rLqpow .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rLqpow .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rLqpow .container {
    padding: 0 20px;
  }
  .cid-tDK8rLqpow .container .row {
    padding: 0;
  }
}
.cid-tDK8rLqpow .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDK8rLqpow .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8rLqpow .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rLqpow .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tDK8rLqpow .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDK8rLqpow .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8rLqpow .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tDK8rLqpow .mbr-text {
  color: #ffffff;
}
.cid-tDK8rMXGid {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8rMXGid .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rMXGid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rMXGid .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rMXGid .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rMXGid .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rMXGid .container {
    padding: 0 20px;
  }
  .cid-tDK8rMXGid .container .row {
    padding: 0;
  }
}
.cid-tDK8rMXGid .row {
  justify-content: center;
}
.cid-tDK8rMXGid .title-wrapper {
  position: relative;
}
.cid-tDK8rMXGid .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8rMXGid .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDK8rMXGid .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tDK8rMXGid .title-wrapper .container-color {
    left: -20%;
  }
}
.cid-tDK8rMXGid .item {
  margin-bottom: 64px;
}
.cid-tDK8rMXGid .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-tDK8rMXGid .item:nth-child(2n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDK8rMXGid .item {
    margin-bottom: 40px;
  }
}
.cid-tDK8rMXGid .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-tDK8rMXGid .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDK8rMXGid .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tDK8rMXGid .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tDK8rMXGid .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 10px;
}
.cid-tDK8rMXGid .item .item-wrapper .item-content .item-link {
  display: block;
}
.cid-tDK8rMXGid .item .item-wrapper .item-content .item-link:hover .mbr-link::before {
  width: 100%;
}
.cid-tDK8rMXGid .item .item-wrapper .item-content .item-link .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-tDK8rMXGid .item .item-wrapper .item-content .item-link .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-tDK8rMXGid .mbr-section-title {
  color: #222222;
}
.cid-tDK8rMXGid .mbr-name {
  color: #222222;
}
.cid-tDK8rMXGid .mbr-role {
  color: #545454;
}
.cid-tDK8rMXGid .mbr-link {
  color: #545454;
}
.cid-tDK8rODw9x {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8rODw9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rODw9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rODw9x .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rODw9x .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rODw9x .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rODw9x .container {
    padding: 0 20px;
  }
  .cid-tDK8rODw9x .container .row {
    padding: 0;
  }
}
.cid-tDK8rODw9x .row {
  justify-content: center;
}
.cid-tDK8rODw9x .title-wrapper {
  position: relative;
}
.cid-tDK8rODw9x .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8rODw9x .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDK8rODw9x .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tDK8rODw9x .title-wrapper .container-color {
    left: -20%;
  }
}
.cid-tDK8rODw9x .item {
  margin-bottom: 64px;
}
.cid-tDK8rODw9x .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-tDK8rODw9x .item:nth-child(2n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDK8rODw9x .item {
    margin-bottom: 40px;
  }
}
.cid-tDK8rODw9x .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-tDK8rODw9x .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDK8rODw9x .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tDK8rODw9x .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tDK8rODw9x .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 10px;
}
.cid-tDK8rODw9x .item .item-wrapper .item-content .item-link {
  display: block;
}
.cid-tDK8rODw9x .item .item-wrapper .item-content .item-link:hover .mbr-link::before {
  width: 100%;
}
.cid-tDK8rODw9x .item .item-wrapper .item-content .item-link .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-tDK8rODw9x .item .item-wrapper .item-content .item-link .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-tDK8rODw9x .mbr-section-title {
  color: #222222;
}
.cid-tDK8rODw9x .mbr-name {
  color: #222222;
}
.cid-tDK8rODw9x .mbr-role {
  color: #545454;
}
.cid-tDK8rODw9x .mbr-link {
  color: #545454;
}
.cid-tDK8rQe1sk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8rQe1sk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rQe1sk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rQe1sk .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rQe1sk .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rQe1sk .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rQe1sk .container {
    padding: 0 20px;
  }
  .cid-tDK8rQe1sk .container .row {
    padding: 0;
  }
}
.cid-tDK8rQe1sk .row {
  justify-content: center;
}
.cid-tDK8rQe1sk .title-wrapper {
  position: relative;
}
.cid-tDK8rQe1sk .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK8rQe1sk .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK8rQe1sk .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-tDK8rQe1sk .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-tDK8rQe1sk .text-wrapper {
  position: relative;
}
.cid-tDK8rQe1sk .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8rQe1sk .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tDK8rQe1sk .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8rQe1sk .mbr-section-title {
  color: #222222;
}
.cid-tDK8rQe1sk .mbr-text {
  color: #222222;
}
.cid-tDK8rRB90q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8rRB90q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rRB90q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rRB90q .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rRB90q .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rRB90q .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rRB90q .container {
    padding: 0 20px;
  }
  .cid-tDK8rRB90q .container .row {
    padding: 0;
  }
}
.cid-tDK8rRB90q .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8rRB90q .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8rRB90q .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDK8rRB90q .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK8rRB90q .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK8rRB90q .image-wrapper_1 img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tDK8rRB90q .image-wrapper_1 img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-tDK8rRB90q .image-wrapper_1 img {
    height: 300px;
  }
}
.cid-tDK8rRB90q .text-wrapper {
  padding-top: 40px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8rRB90q .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK8rRB90q .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8rRB90q .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK8rRB90q .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8rRB90q .image-wrapper_2 img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDK8rRB90q .image-wrapper_2 img {
    height: 300px;
  }
}
.cid-tDK8rRB90q .mbr-section-title {
  color: #222222;
}
.cid-tDK8rRB90q .mbr-text {
  color: #222222;
}
.cid-tDK8rT5jEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8rT5jEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rT5jEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rT5jEy .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rT5jEy .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rT5jEy .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rT5jEy .container {
    padding: 0 20px;
  }
  .cid-tDK8rT5jEy .container .row {
    padding: 0;
  }
}
.cid-tDK8rT5jEy .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDK8rT5jEy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8rT5jEy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDK8rT5jEy .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDK8rT5jEy .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8rT5jEy .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDK8rT5jEy .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK8rT5jEy .mbr-section-title {
  color: #222222;
}
.cid-tDK8rT5jEy .mbr-text {
  color: #222222;
}
.cid-tDK8rUqhIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8rUqhIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rUqhIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rUqhIF .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rUqhIF .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rUqhIF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rUqhIF .container {
    padding: 0 20px;
  }
  .cid-tDK8rUqhIF .container .row {
    padding: 0;
  }
}
.cid-tDK8rUqhIF .title-wrapper {
  padding: 160px 90px 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDK8rUqhIF .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK8rUqhIF .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8rUqhIF .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-tDK8rUqhIF .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8rUqhIF .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK8rUqhIF .title-wrapper .title-wrap .mbr-name {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8rUqhIF .title-wrapper .title-wrap .mbr-name {
    margin-bottom: 40px;
  }
}
.cid-tDK8rUqhIF .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8rUqhIF .image-wrapper img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDK8rUqhIF .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tDK8rUqhIF .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK8rUqhIF .mbr-desc {
  color: #ffffff;
}
.cid-tDK8rUqhIF .mbr-text {
  color: #ffffff;
}
.cid-tDK8rUqhIF .mbr-name {
  color: #ffffff;
}
.cid-tDK8rUqhIF .mbr-section-btn {
  text-align: right;
}
.cid-tDK8rVHpRk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8rVHpRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rVHpRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rVHpRk .container-fluid {
  margin: 0;
  padding: 0 72px 0 0;
}
@media (max-width: 992px) {
  .cid-tDK8rVHpRk .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rVHpRk .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rVHpRk .container {
    padding: 0 20px;
  }
  .cid-tDK8rVHpRk .container .row {
    padding: 0;
  }
}
.cid-tDK8rVHpRk .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDK8rVHpRk .image-wrapper img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tDK8rVHpRk .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK8rVHpRk .title-wrapper {
  padding: 0 90px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDK8rVHpRk .title-wrapper {
    padding: 0;
  }
}
.cid-tDK8rVHpRk .title-wrapper .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tDK8rVHpRk .title-wrapper .title-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 16px;
  margin-bottom: 0;
}
.cid-tDK8rVHpRk .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.cid-tDK8rVHpRk .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item {
  height: 2px;
  width: 44px;
  background-color: #c6a38f;
  margin-right: 8px;
}
.cid-tDK8rVHpRk .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item:last-child {
  margin-right: 0;
}
.cid-tDK8rVHpRk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDK8rVHpRk .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tDK8rVHpRk .mbr-desc {
  color: #ffffff;
}
.cid-tDK8rVHpRk .mbr-text {
  color: #ffffff;
}
.cid-tDK8rVHpRk .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8rXTCdl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8rXTCdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rXTCdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rXTCdl .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rXTCdl .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rXTCdl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rXTCdl .container {
    padding: 0 20px;
  }
  .cid-tDK8rXTCdl .container .row {
    padding: 0;
  }
}
.cid-tDK8rXTCdl .row {
  justify-content: center;
}
.cid-tDK8rXTCdl .list-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-tDK8rXTCdl .list-wrapper .card-wrapper {
    display: block;
  }
}
.cid-tDK8rXTCdl .list-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rXTCdl .list-wrapper .card-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-tDK8rXTCdl .list-wrapper .card-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tDK8rXTCdl .mbr-desc {
  color: #e8e8e8;
}
.cid-tDK8rXTCdl .mbr-name {
  color: #ffffff;
}
.cid-tDK8rZHhsp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8rZHhsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8rZHhsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8rZHhsp .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8rZHhsp .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8rZHhsp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8rZHhsp .container {
    padding: 0 20px;
  }
  .cid-tDK8rZHhsp .container .row {
    padding: 0;
  }
}
.cid-tDK8rZHhsp .row {
  justify-content: center;
}
.cid-tDK8rZHhsp .panel-group {
  border-radius: 0;
}
.cid-tDK8rZHhsp .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #2c2c2c;
}
.cid-tDK8rZHhsp .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 30px 0;
}
.cid-tDK8rZHhsp .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tDK8rZHhsp .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tDK8rZHhsp .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-tDK8rZHhsp .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  color: #47b5ed;
}
.cid-tDK8rZHhsp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-tDK8rZHhsp .panel-group .card .card-header .panel-title .mbr-iconfont {
  height: 32px;
  font-size: 32px;
  color: #c6a38f;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-tDK8rZHhsp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 40px;
}
.cid-tDK8rZHhsp .panel-title-edit {
  color: #ffffff;
}
.cid-tDK8rZHhsp .panel-text {
  color: #e8e8e8;
}
.cid-tDK8s1vcgF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8s1vcgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8s1vcgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8s1vcgF .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8s1vcgF .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8s1vcgF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8s1vcgF .container {
    padding: 0 20px;
  }
  .cid-tDK8s1vcgF .container .row {
    padding: 0;
  }
}
.cid-tDK8s1vcgF .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8s1vcgF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8s1vcgF .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDK8s1vcgF .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK8s1vcgF .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK8s1vcgF .tabs-wrapper {
  display: flex;
  align-items: center;
}
.cid-tDK8s1vcgF .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-tDK8s1vcgF .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  border-radius: 0;
  margin: 20px 0;
  border: none;
  transition: all 0.3s ease-out;
  color: #222222;
  display: inline-flex;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8s1vcgF .nav.nav-tabs .nav-item .nav-link {
    margin: 10px 0;
  }
}
.cid-tDK8s1vcgF .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-tDK8s1vcgF .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-tDK8s1vcgF .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-tDK8s1vcgF .nav.nav-tabs .nav-item:hover::before {
  width: 100%;
}
.cid-tDK8s1vcgF .tab-content .tab-pane img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tDK8s1vcgF .tab-content .tab-pane img {
    height: 300px;
  }
}
.cid-tDK8s1vcgF .tab-content .tab-pane .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8s1vcgF .mbr-section-title {
  color: #222222;
}
.cid-tDK8s1vcgF .mbr-section-title,
.cid-tDK8s1vcgF .nav-item {
  text-align: center;
}
.cid-tDK8s3n1n5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK8s3n1n5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8s3n1n5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8s3n1n5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK8s3n1n5 .panel-group {
  border: none;
}
.cid-tDK8s3n1n5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK8s3n1n5 .panel-body,
.cid-tDK8s3n1n5 .card-header {
  padding: 1rem 0;
}
.cid-tDK8s3n1n5 .panel-title-edit {
  color: #000000;
}
.cid-tDK8s3n1n5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK8s5kncc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK8s5kncc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8s5kncc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8s5kncc .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK8s5kncc .panel-group {
  border: none;
}
.cid-tDK8s5kncc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK8s5kncc .panel-body,
.cid-tDK8s5kncc .card-header {
  padding: 1rem 0;
}
.cid-tDK8s5kncc .panel-title-edit {
  color: #000000;
}
.cid-tDK8s5kncc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK8s7CIvM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDK8s7CIvM img,
.cid-tDK8s7CIvM .item-img {
  width: 100%;
}
.cid-tDK8s7CIvM .item:focus,
.cid-tDK8s7CIvM span:focus {
  outline: none;
}
.cid-tDK8s7CIvM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDK8s7CIvM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDK8s7CIvM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDK8s7CIvM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDK8s7CIvM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDK8s7CIvM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDK8s7CIvM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDK8s7CIvM .mbr-section-title {
  color: #232323;
}
.cid-tDK8s7CIvM .mbr-text,
.cid-tDK8s7CIvM .mbr-section-btn {
  text-align: left;
}
.cid-tDK8s7CIvM .item-title {
  text-align: left;
}
.cid-tDK8s7CIvM .item-subtitle {
  text-align: left;
}
.cid-tDK8sadUiw {
  z-index: 1000;
  width: 100%;
}
.cid-tDK8sadUiw .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDK8sadUiw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDK8sadUiw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDK8sadUiw .menu_box .navbar.opened,
  .cid-tDK8sadUiw .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDK8sadUiw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDK8sadUiw .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK8sadUiw .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDK8sadUiw .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK8sadUiw .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDK8sadUiw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDK8sadUiw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDK8sadUiw .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDK8sadUiw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDK8sadUiw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDK8sadUiw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDK8sadUiw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDK8sadUiw .offcanvas-body .mbr-text,
  .cid-tDK8sadUiw .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDK8sadUiw .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDK8sadUiw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDK8sadUiw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDK8sadUiw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDK8sadUiw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDK8sadUiw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDK8sadUiw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDK8sadUiw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDK8sadUiw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK8sadUiw .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-tDK8sadUiw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDK8sadUiw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDK8sadUiw .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDK8sadUiw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDK8sadUiw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDK8sadUiw .nav-item {
    margin: 0 !important;
  }
}
.cid-tDK8sadUiw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDK8sadUiw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDK8sadUiw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDK8sadUiw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK8sadUiw .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-tDK8sadUiw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDK8sadUiw .offcanvas_box {
    display: none;
  }
}
.cid-tDK8sadUiw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDK8sadUiw .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDK8sadUiw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDK8sadUiw .container {
  display: flex;
  margin: auto;
}
.cid-tDK8sadUiw .iconfont-wrapper {
  color: #495dff;
  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-tDK8sadUiw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDK8sadUiw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDK8sadUiw .navbar-caption {
  color: #495DFF;
}
.cid-tDK8sadUiw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDK8sadUiw .navbar-nav {
    margin: 0;
  }
}
.cid-tDK8sadUiw .dropdown-menu,
.cid-tDK8sadUiw .navbar.opened {
  background-color: true !important;
}
.cid-tDK8sadUiw .nav-item:focus,
.cid-tDK8sadUiw .nav-link:focus {
  outline: none;
}
.cid-tDK8sadUiw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDK8sadUiw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDK8sadUiw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDK8sadUiw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDK8sadUiw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDK8sadUiw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDK8sadUiw .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDK8sadUiw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDK8sadUiw .navbar.opened {
  transition: all 0.3s;
}
.cid-tDK8sadUiw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDK8sadUiw .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDK8sadUiw .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDK8sadUiw .navbar.collapsed {
  justify-content: center;
}
.cid-tDK8sadUiw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDK8sadUiw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDK8sadUiw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDK8sadUiw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDK8sadUiw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDK8sadUiw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDK8sadUiw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDK8sadUiw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDK8sadUiw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDK8sadUiw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDK8sadUiw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDK8sadUiw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDK8sadUiw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDK8sadUiw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDK8sadUiw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDK8sadUiw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDK8sadUiw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDK8sadUiw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDK8sadUiw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDK8sadUiw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDK8sadUiw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDK8sadUiw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDK8sadUiw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDK8sadUiw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDK8sadUiw .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-tDK8sadUiw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDK8sadUiw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDK8sadUiw .dropdown-item.active,
.cid-tDK8sadUiw .dropdown-item:active {
  background-color: transparent;
}
.cid-tDK8sadUiw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDK8sadUiw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDK8sadUiw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDK8sadUiw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDK8sadUiw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDK8sadUiw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDK8sadUiw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDK8sadUiw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDK8sadUiw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDK8sadUiw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK8sadUiw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK8sadUiw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDK8sadUiw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK8sadUiw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDK8sadUiw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDK8sadUiw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK8sadUiw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDK8sadUiw .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-tDK8sadUiw .navbar {
    height: 70px;
  }
  .cid-tDK8sadUiw .navbar.opened {
    height: auto;
  }
  .cid-tDK8sadUiw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDK8sadUiw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDK8sadUiw .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDK8sadUiw .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDK8sadUiw .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDK8sadUiw .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDK8sadUiw .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDK8sadUiw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDK8sadUiw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDK8sadUiw .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDK8sadUiw .text_widget {
  color: #ffffff;
}
.cid-tDK8sadUiw .mbr-section-subtitle,
.cid-tDK8sadUiw .text_widget,
.cid-tDK8sadUiw .mbr-section-btn {
  text-align: center;
}
.cid-tDK8sadUiw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDK8sckE8Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDK8sckE8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8sckE8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8sckE8Z .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDK8sckE8Z .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDK8sckE8Z .container-fluid .row {
  padding: 0;
}
.cid-tDK8sckE8Z .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDK8sckE8Z .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDK8sckE8Z .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDK8sckE8Z .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDK8sckE8Z .mbr-section-btn {
  width: 100%;
}
.cid-tDK8sckE8Z .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDK8sckE8Z .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDK8sckE8Z .copyright {
    padding: 32px 0;
  }
}
.cid-tDK8sckE8Z .mbr-section-title {
  color: #495DFF;
}
.cid-tDK8FQ3aoH {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK8FQ3aoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8FQ3aoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8FQ3aoH .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDK8FQ3aoH [class^="socicon-"]:before,
.cid-tDK8FQ3aoH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDK8FRRHVo {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tDK8FRRHVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8FRRHVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8FRRHVo .row {
  align-items: flex-end;
}
.cid-tDK8FRRHVo .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDK8FRRHVo .mbr-text,
.cid-tDK8FRRHVo .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDK8FRRHVo .col-lg-4 {
  align-items: flex-end;
}
.cid-tDK8FV4gdP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8FV4gdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8FV4gdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8FV4gdP .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8FV4gdP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8FV4gdP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8FV4gdP .container {
    padding: 0 20px;
  }
  .cid-tDK8FV4gdP .container .row {
    padding: 0;
  }
}
.cid-tDK8FV4gdP .container,
.cid-tDK8FV4gdP .container-fluid {
  position: relative;
}
.cid-tDK8FV4gdP .container .container-color,
.cid-tDK8FV4gdP .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK8FV4gdP .container .container-color,
  .cid-tDK8FV4gdP .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tDK8FV4gdP .row {
  justify-content: center;
}
.cid-tDK8FV4gdP .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDK8FV4gdP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK8FV4gdP .mbr-text {
  color: #222222;
}
.cid-tDK8FYY0WW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8FYY0WW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8FYY0WW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8FYY0WW .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8FYY0WW .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8FYY0WW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8FYY0WW .container {
    padding: 0 20px;
  }
  .cid-tDK8FYY0WW .container .row {
    padding: 0;
  }
}
.cid-tDK8FYY0WW .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8FYY0WW .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8FYY0WW .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDK8FYY0WW .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #2c2c2c;
}
@media (max-width: 768px) {
  .cid-tDK8FYY0WW .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK8FYY0WW .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tDK8FYY0WW .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-tDK8FYY0WW .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK8FYY0WW .text-wrapper {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8FYY0WW .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK8FYY0WW .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8FYY0WW .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK8FYY0WW .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8FYY0WW .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8FYY0WW .mbr-text {
  color: #ffffff;
}
.cid-tDNo6DxTfn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDNo6DxTfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDNo6DxTfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDNo6DxTfn .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDNo6DxTfn .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDNo6DxTfn .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDNo6DxTfn .container {
    padding: 0 20px;
  }
  .cid-tDNo6DxTfn .container .row {
    padding: 0;
  }
}
.cid-tDNo6DxTfn .container,
.cid-tDNo6DxTfn .container-fluid {
  position: relative;
}
.cid-tDNo6DxTfn .container .container-color,
.cid-tDNo6DxTfn .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDNo6DxTfn .container .container-color,
  .cid-tDNo6DxTfn .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tDNo6DxTfn .row {
  justify-content: center;
}
.cid-tDNo6DxTfn .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDNo6DxTfn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDNo6DxTfn .mbr-text {
  color: #222222;
}
.cid-tDK8G0yrad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8G0yrad .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8G0yrad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8G0yrad .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8G0yrad .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8G0yrad .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8G0yrad .container {
    padding: 0 20px;
  }
  .cid-tDK8G0yrad .container .row {
    padding: 0;
  }
}
.cid-tDK8G0yrad .container,
.cid-tDK8G0yrad .container-fluid {
  position: relative;
}
.cid-tDK8G0yrad .row {
  justify-content: center;
}
.cid-tDK8G0yrad .text-wrapper {
  margin-bottom: 40px;
}
.cid-tDK8G0yrad .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK8G0yrad .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK8G0yrad .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK8G0yrad .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tDK8G0yrad .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tDK8G0yrad .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tDK8G0yrad .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8G0yrad .mbr-text {
  color: #ffffff;
}
.cid-tDK8G0yrad .list {
  color: #ffffff;
}
.cid-tDK8GeCuK3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8GeCuK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8GeCuK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8GeCuK3 .container-fluid {
  margin: 0;
  padding: 0 72px 0 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8GeCuK3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tDK8GeCuK3 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8GeCuK3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8GeCuK3 .container {
    padding: 0 20px;
  }
  .cid-tDK8GeCuK3 .container .row {
    padding: 0;
  }
}
.cid-tDK8GeCuK3 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDK8GeCuK3 .image-wrapper img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tDK8GeCuK3 .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK8GeCuK3 .title-wrapper {
  padding: 0 90px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 90px;
}
@media (max-width: 992px) {
  .cid-tDK8GeCuK3 .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDK8GeCuK3 .title-wrapper {
    padding: 0;
  }
}
.cid-tDK8GeCuK3 .title-wrapper .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tDK8GeCuK3 .title-wrapper .title-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 16px;
  margin-bottom: 0;
}
.cid-tDK8GeCuK3 .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.cid-tDK8GeCuK3 .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item {
  height: 2px;
  width: 44px;
  background-color: #c6a38f;
  margin-right: 8px;
}
.cid-tDK8GeCuK3 .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item:last-child {
  margin-right: 0;
}
.cid-tDK8GeCuK3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDK8GeCuK3 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tDK8GeCuK3 .mbr-desc {
  color: #ffffff;
}
.cid-tDK8GeCuK3 .mbr-text {
  color: #ffffff;
}
.cid-tDK8GeCuK3 .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8G2lvL6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8G2lvL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8G2lvL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8G2lvL6 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8G2lvL6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8G2lvL6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8G2lvL6 .container {
    padding: 0 20px;
  }
  .cid-tDK8G2lvL6 .container .row {
    padding: 0;
  }
}
.cid-tDK8G2lvL6 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDK8G2lvL6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8G2lvL6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDK8G2lvL6 .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tDK8G2lvL6 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDK8G2lvL6 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8G2lvL6 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tDK8G2lvL6 .mbr-text {
  color: #ffffff;
}
.cid-tDNihb3I7p {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-tDNihb3I7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDNihb3I7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDNihb3I7p .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-tDNihb3I7p .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tDNihb3I7p .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tDNihb3I7p .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tDNihb3I7p .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tDNihb3I7p .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tDNihb3I7p .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tDNihb3I7p .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tDNihb3I7p .mbr-section-title {
    text-align: center;
  }
}
.cid-tDNihb3I7p .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tDNihb3I7p .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tDNihb3I7p .card-row {
  align-items: stretch;
}
.cid-tDNihb3I7p .item {
  margin-top: 30px;
}
.cid-tDNihb3I7p .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 34px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #bbbbbb, #fafafa);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tDNihb3I7p .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-tDNihb3I7p .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tDNihb3I7p .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tDNihb3I7p .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #2299aa, #ff6666);
  opacity: 0;
  transition: .4s all;
}
.cid-tDNihb3I7p .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tDNihb3I7p .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tDNihb3I7p .card-box {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
.cid-tDNihb3I7p .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tDNihb3I7p .head-container {
    margin-bottom: 10px;
  }
}
.cid-tDNihb3I7p .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 0;
  flex-basis: 60%;
  margin-right: auto;
}
.cid-tDNihb3I7p .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 40%;
  margin-left: auto;
}
.cid-tDNihb3I7p .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-tDNihb3I7p .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-tDNihb3I7p .comment-item-text {
  color: #C4CFDE;
}
.cid-tDNihb3I7p .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tDNihb3I7p .card-text a {
  transition: .4s all;
}
.cid-tDNihb3I7p .card-text a:hover {
  color: #1c37b0 !important;
}
.cid-tDK8G44F8Q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8G44F8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8G44F8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8G44F8Q .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8G44F8Q .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8G44F8Q .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8G44F8Q .container {
    padding: 0 20px;
  }
  .cid-tDK8G44F8Q .container .row {
    padding: 0;
  }
}
.cid-tDK8G44F8Q .row {
  justify-content: center;
}
.cid-tDK8G44F8Q .title-wrapper {
  position: relative;
}
.cid-tDK8G44F8Q .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8G44F8Q .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDK8G44F8Q .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tDK8G44F8Q .title-wrapper .container-color {
    left: -20%;
  }
}
.cid-tDK8G44F8Q .item {
  margin-bottom: 64px;
}
.cid-tDK8G44F8Q .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-tDK8G44F8Q .item:nth-child(2n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDK8G44F8Q .item {
    margin-bottom: 40px;
  }
}
.cid-tDK8G44F8Q .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-tDK8G44F8Q .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDK8G44F8Q .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tDK8G44F8Q .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tDK8G44F8Q .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 10px;
}
.cid-tDK8G44F8Q .item .item-wrapper .item-content .item-link {
  display: block;
}
.cid-tDK8G44F8Q .item .item-wrapper .item-content .item-link:hover .mbr-link::before {
  width: 100%;
}
.cid-tDK8G44F8Q .item .item-wrapper .item-content .item-link .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-tDK8G44F8Q .item .item-wrapper .item-content .item-link .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-tDK8G44F8Q .mbr-section-title {
  color: #222222;
}
.cid-tDK8G44F8Q .mbr-name {
  color: #222222;
}
.cid-tDK8G44F8Q .mbr-role {
  color: #545454;
}
.cid-tDK8G44F8Q .mbr-link {
  color: #545454;
}
.cid-tDK8G5G0CL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8G5G0CL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8G5G0CL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8G5G0CL .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8G5G0CL .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8G5G0CL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8G5G0CL .container {
    padding: 0 20px;
  }
  .cid-tDK8G5G0CL .container .row {
    padding: 0;
  }
}
.cid-tDK8G5G0CL .row {
  justify-content: center;
}
.cid-tDK8G5G0CL .title-wrapper {
  position: relative;
}
.cid-tDK8G5G0CL .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8G5G0CL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDK8G5G0CL .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tDK8G5G0CL .title-wrapper .container-color {
    left: -20%;
  }
}
.cid-tDK8G5G0CL .item {
  margin-bottom: 64px;
}
.cid-tDK8G5G0CL .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-tDK8G5G0CL .item:nth-child(2n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDK8G5G0CL .item {
    margin-bottom: 40px;
  }
}
.cid-tDK8G5G0CL .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-tDK8G5G0CL .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDK8G5G0CL .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tDK8G5G0CL .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tDK8G5G0CL .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 10px;
}
.cid-tDK8G5G0CL .item .item-wrapper .item-content .item-link {
  display: block;
}
.cid-tDK8G5G0CL .item .item-wrapper .item-content .item-link:hover .mbr-link::before {
  width: 100%;
}
.cid-tDK8G5G0CL .item .item-wrapper .item-content .item-link .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-tDK8G5G0CL .item .item-wrapper .item-content .item-link .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-tDK8G5G0CL .mbr-section-title {
  color: #222222;
}
.cid-tDK8G5G0CL .mbr-name {
  color: #222222;
}
.cid-tDK8G5G0CL .mbr-role {
  color: #545454;
}
.cid-tDK8G5G0CL .mbr-link {
  color: #545454;
}
.cid-tDK8G79OD2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8G79OD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8G79OD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8G79OD2 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8G79OD2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8G79OD2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8G79OD2 .container {
    padding: 0 20px;
  }
  .cid-tDK8G79OD2 .container .row {
    padding: 0;
  }
}
.cid-tDK8G79OD2 .row {
  justify-content: center;
}
.cid-tDK8G79OD2 .title-wrapper {
  position: relative;
}
.cid-tDK8G79OD2 .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK8G79OD2 .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK8G79OD2 .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-tDK8G79OD2 .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-tDK8G79OD2 .text-wrapper {
  position: relative;
}
.cid-tDK8G79OD2 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8G79OD2 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tDK8G79OD2 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8G79OD2 .mbr-section-title {
  color: #222222;
}
.cid-tDK8G79OD2 .mbr-text {
  color: #222222;
}
.cid-tDK8G8RPEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8G8RPEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8G8RPEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8G8RPEu .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8G8RPEu .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8G8RPEu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8G8RPEu .container {
    padding: 0 20px;
  }
  .cid-tDK8G8RPEu .container .row {
    padding: 0;
  }
}
.cid-tDK8G8RPEu .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8G8RPEu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8G8RPEu .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDK8G8RPEu .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK8G8RPEu .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK8G8RPEu .image-wrapper_1 img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tDK8G8RPEu .image-wrapper_1 img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-tDK8G8RPEu .image-wrapper_1 img {
    height: 300px;
  }
}
.cid-tDK8G8RPEu .text-wrapper {
  padding-top: 40px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8G8RPEu .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK8G8RPEu .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8G8RPEu .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK8G8RPEu .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8G8RPEu .image-wrapper_2 img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDK8G8RPEu .image-wrapper_2 img {
    height: 300px;
  }
}
.cid-tDK8G8RPEu .mbr-section-title {
  color: #222222;
}
.cid-tDK8G8RPEu .mbr-text {
  color: #222222;
}
.cid-tDK8GaKtdu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8GaKtdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8GaKtdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8GaKtdu .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8GaKtdu .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8GaKtdu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8GaKtdu .container {
    padding: 0 20px;
  }
  .cid-tDK8GaKtdu .container .row {
    padding: 0;
  }
}
.cid-tDK8GaKtdu .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDK8GaKtdu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8GaKtdu .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDK8GaKtdu .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDK8GaKtdu .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8GaKtdu .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDK8GaKtdu .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK8GaKtdu .mbr-section-title {
  color: #222222;
}
.cid-tDK8GaKtdu .mbr-text {
  color: #222222;
}
.cid-tDK8GcPpcJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8GcPpcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8GcPpcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8GcPpcJ .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8GcPpcJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8GcPpcJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8GcPpcJ .container {
    padding: 0 20px;
  }
  .cid-tDK8GcPpcJ .container .row {
    padding: 0;
  }
}
.cid-tDK8GcPpcJ .title-wrapper {
  padding: 160px 90px 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDK8GcPpcJ .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK8GcPpcJ .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8GcPpcJ .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-tDK8GcPpcJ .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8GcPpcJ .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK8GcPpcJ .title-wrapper .title-wrap .mbr-name {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8GcPpcJ .title-wrapper .title-wrap .mbr-name {
    margin-bottom: 40px;
  }
}
.cid-tDK8GcPpcJ .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8GcPpcJ .image-wrapper img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDK8GcPpcJ .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tDK8GcPpcJ .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK8GcPpcJ .mbr-desc {
  color: #ffffff;
}
.cid-tDK8GcPpcJ .mbr-text {
  color: #ffffff;
}
.cid-tDK8GcPpcJ .mbr-name {
  color: #ffffff;
}
.cid-tDK8GcPpcJ .mbr-section-btn {
  text-align: right;
}
.cid-tDK8GgNoN6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8GgNoN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8GgNoN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8GgNoN6 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8GgNoN6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8GgNoN6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8GgNoN6 .container {
    padding: 0 20px;
  }
  .cid-tDK8GgNoN6 .container .row {
    padding: 0;
  }
}
.cid-tDK8GgNoN6 .row {
  justify-content: center;
}
.cid-tDK8GgNoN6 .list-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-tDK8GgNoN6 .list-wrapper .card-wrapper {
    display: block;
  }
}
.cid-tDK8GgNoN6 .list-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDK8GgNoN6 .list-wrapper .card-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-tDK8GgNoN6 .list-wrapper .card-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tDK8GgNoN6 .mbr-desc {
  color: #e8e8e8;
}
.cid-tDK8GgNoN6 .mbr-name {
  color: #ffffff;
}
.cid-tDK8GiRZjE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8GiRZjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8GiRZjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8GiRZjE .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8GiRZjE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8GiRZjE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8GiRZjE .container {
    padding: 0 20px;
  }
  .cid-tDK8GiRZjE .container .row {
    padding: 0;
  }
}
.cid-tDK8GiRZjE .row {
  justify-content: center;
}
.cid-tDK8GiRZjE .panel-group {
  border-radius: 0;
}
.cid-tDK8GiRZjE .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #2c2c2c;
}
.cid-tDK8GiRZjE .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 30px 0;
}
.cid-tDK8GiRZjE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tDK8GiRZjE .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tDK8GiRZjE .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-tDK8GiRZjE .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  color: #47b5ed;
}
.cid-tDK8GiRZjE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-tDK8GiRZjE .panel-group .card .card-header .panel-title .mbr-iconfont {
  height: 32px;
  font-size: 32px;
  color: #c6a38f;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-tDK8GiRZjE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 40px;
}
.cid-tDK8GiRZjE .panel-title-edit {
  color: #ffffff;
}
.cid-tDK8GiRZjE .panel-text {
  color: #e8e8e8;
}
.cid-tDK8GkK5Xq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8GkK5Xq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8GkK5Xq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8GkK5Xq .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8GkK5Xq .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8GkK5Xq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8GkK5Xq .container {
    padding: 0 20px;
  }
  .cid-tDK8GkK5Xq .container .row {
    padding: 0;
  }
}
.cid-tDK8GkK5Xq .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8GkK5Xq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8GkK5Xq .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDK8GkK5Xq .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK8GkK5Xq .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK8GkK5Xq .tabs-wrapper {
  display: flex;
  align-items: center;
}
.cid-tDK8GkK5Xq .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-tDK8GkK5Xq .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  border-radius: 0;
  margin: 20px 0;
  border: none;
  transition: all 0.3s ease-out;
  color: #222222;
  display: inline-flex;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8GkK5Xq .nav.nav-tabs .nav-item .nav-link {
    margin: 10px 0;
  }
}
.cid-tDK8GkK5Xq .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-tDK8GkK5Xq .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-tDK8GkK5Xq .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-tDK8GkK5Xq .nav.nav-tabs .nav-item:hover::before {
  width: 100%;
}
.cid-tDK8GkK5Xq .tab-content .tab-pane img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tDK8GkK5Xq .tab-content .tab-pane img {
    height: 300px;
  }
}
.cid-tDK8GkK5Xq .tab-content .tab-pane .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8GkK5Xq .mbr-section-title {
  color: #222222;
}
.cid-tDK8GkK5Xq .mbr-section-title,
.cid-tDK8GkK5Xq .nav-item {
  text-align: center;
}
.cid-tDK8GncxcU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK8GncxcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8GncxcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8GncxcU .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK8GncxcU .panel-group {
  border: none;
}
.cid-tDK8GncxcU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK8GncxcU .panel-body,
.cid-tDK8GncxcU .card-header {
  padding: 1rem 0;
}
.cid-tDK8GncxcU .panel-title-edit {
  color: #000000;
}
.cid-tDK8GncxcU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK8Gp862D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK8Gp862D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8Gp862D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8Gp862D .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK8Gp862D .panel-group {
  border: none;
}
.cid-tDK8Gp862D .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK8Gp862D .panel-body,
.cid-tDK8Gp862D .card-header {
  padding: 1rem 0;
}
.cid-tDK8Gp862D .panel-title-edit {
  color: #000000;
}
.cid-tDK8Gp862D .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK8Grxoun {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDK8Grxoun img,
.cid-tDK8Grxoun .item-img {
  width: 100%;
}
.cid-tDK8Grxoun .item:focus,
.cid-tDK8Grxoun span:focus {
  outline: none;
}
.cid-tDK8Grxoun .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDK8Grxoun .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDK8Grxoun .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDK8Grxoun .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDK8Grxoun .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDK8Grxoun .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDK8Grxoun .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDK8Grxoun .mbr-section-title {
  color: #232323;
}
.cid-tDK8Grxoun .mbr-text,
.cid-tDK8Grxoun .mbr-section-btn {
  text-align: left;
}
.cid-tDK8Grxoun .item-title {
  text-align: left;
}
.cid-tDK8Grxoun .item-subtitle {
  text-align: left;
}
.cid-tDK8Gty6kp {
  z-index: 1000;
  width: 100%;
}
.cid-tDK8Gty6kp .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDK8Gty6kp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDK8Gty6kp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDK8Gty6kp .menu_box .navbar.opened,
  .cid-tDK8Gty6kp .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDK8Gty6kp nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDK8Gty6kp .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK8Gty6kp .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDK8Gty6kp .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK8Gty6kp .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDK8Gty6kp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDK8Gty6kp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDK8Gty6kp .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDK8Gty6kp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDK8Gty6kp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDK8Gty6kp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDK8Gty6kp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDK8Gty6kp .offcanvas-body .mbr-text,
  .cid-tDK8Gty6kp .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDK8Gty6kp .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDK8Gty6kp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDK8Gty6kp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDK8Gty6kp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDK8Gty6kp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDK8Gty6kp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDK8Gty6kp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDK8Gty6kp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDK8Gty6kp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK8Gty6kp .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-tDK8Gty6kp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDK8Gty6kp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDK8Gty6kp .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDK8Gty6kp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDK8Gty6kp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDK8Gty6kp .nav-item {
    margin: 0 !important;
  }
}
.cid-tDK8Gty6kp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDK8Gty6kp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDK8Gty6kp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDK8Gty6kp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK8Gty6kp .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-tDK8Gty6kp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDK8Gty6kp .offcanvas_box {
    display: none;
  }
}
.cid-tDK8Gty6kp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDK8Gty6kp .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDK8Gty6kp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDK8Gty6kp .container {
  display: flex;
  margin: auto;
}
.cid-tDK8Gty6kp .iconfont-wrapper {
  color: #495dff;
  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-tDK8Gty6kp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDK8Gty6kp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDK8Gty6kp .navbar-caption {
  color: #495DFF;
}
.cid-tDK8Gty6kp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDK8Gty6kp .navbar-nav {
    margin: 0;
  }
}
.cid-tDK8Gty6kp .dropdown-menu,
.cid-tDK8Gty6kp .navbar.opened {
  background-color: true !important;
}
.cid-tDK8Gty6kp .nav-item:focus,
.cid-tDK8Gty6kp .nav-link:focus {
  outline: none;
}
.cid-tDK8Gty6kp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDK8Gty6kp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDK8Gty6kp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDK8Gty6kp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDK8Gty6kp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDK8Gty6kp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDK8Gty6kp .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDK8Gty6kp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDK8Gty6kp .navbar.opened {
  transition: all 0.3s;
}
.cid-tDK8Gty6kp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDK8Gty6kp .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDK8Gty6kp .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDK8Gty6kp .navbar.collapsed {
  justify-content: center;
}
.cid-tDK8Gty6kp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDK8Gty6kp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDK8Gty6kp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDK8Gty6kp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDK8Gty6kp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDK8Gty6kp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDK8Gty6kp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDK8Gty6kp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDK8Gty6kp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDK8Gty6kp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDK8Gty6kp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDK8Gty6kp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDK8Gty6kp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDK8Gty6kp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDK8Gty6kp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDK8Gty6kp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDK8Gty6kp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDK8Gty6kp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDK8Gty6kp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDK8Gty6kp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDK8Gty6kp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDK8Gty6kp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDK8Gty6kp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDK8Gty6kp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDK8Gty6kp .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-tDK8Gty6kp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDK8Gty6kp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDK8Gty6kp .dropdown-item.active,
.cid-tDK8Gty6kp .dropdown-item:active {
  background-color: transparent;
}
.cid-tDK8Gty6kp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDK8Gty6kp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDK8Gty6kp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDK8Gty6kp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDK8Gty6kp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDK8Gty6kp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDK8Gty6kp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDK8Gty6kp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDK8Gty6kp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDK8Gty6kp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK8Gty6kp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK8Gty6kp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDK8Gty6kp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK8Gty6kp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDK8Gty6kp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDK8Gty6kp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK8Gty6kp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDK8Gty6kp .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-tDK8Gty6kp .navbar {
    height: 70px;
  }
  .cid-tDK8Gty6kp .navbar.opened {
    height: auto;
  }
  .cid-tDK8Gty6kp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDK8Gty6kp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDK8Gty6kp .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDK8Gty6kp .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDK8Gty6kp .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDK8Gty6kp .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDK8Gty6kp .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDK8Gty6kp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDK8Gty6kp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDK8Gty6kp .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDK8Gty6kp .text_widget {
  color: #ffffff;
}
.cid-tDK8Gty6kp .mbr-section-subtitle,
.cid-tDK8Gty6kp .text_widget,
.cid-tDK8Gty6kp .mbr-section-btn {
  text-align: center;
}
.cid-tDK8Gty6kp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDK8GvWRig {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDK8GvWRig .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8GvWRig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8GvWRig .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDK8GvWRig .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDK8GvWRig .container-fluid .row {
  padding: 0;
}
.cid-tDK8GvWRig .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDK8GvWRig .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDK8GvWRig .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDK8GvWRig .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDK8GvWRig .mbr-section-btn {
  width: 100%;
}
.cid-tDK8GvWRig .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDK8GvWRig .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDK8GvWRig .copyright {
    padding: 32px 0;
  }
}
.cid-tDK8GvWRig .mbr-section-title {
  color: #495DFF;
}
.cid-tDK8WJelLJ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK8WJelLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8WJelLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8WJelLJ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDK8WJelLJ [class^="socicon-"]:before,
.cid-tDK8WJelLJ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDK8WMIKvg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tDK8WMIKvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8WMIKvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8WMIKvg .row {
  align-items: flex-end;
}
.cid-tDK8WMIKvg .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDK8WMIKvg .mbr-text,
.cid-tDK8WMIKvg .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDK8WMIKvg .col-lg-4 {
  align-items: flex-end;
}
.cid-tDK8WROZ7E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8WROZ7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8WROZ7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8WROZ7E .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8WROZ7E .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8WROZ7E .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8WROZ7E .container {
    padding: 0 20px;
  }
  .cid-tDK8WROZ7E .container .row {
    padding: 0;
  }
}
.cid-tDK8WROZ7E .container,
.cid-tDK8WROZ7E .container-fluid {
  position: relative;
}
.cid-tDK8WROZ7E .container .container-color,
.cid-tDK8WROZ7E .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK8WROZ7E .container .container-color,
  .cid-tDK8WROZ7E .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tDK8WROZ7E .row {
  justify-content: center;
}
.cid-tDK8WROZ7E .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDK8WROZ7E .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK8WROZ7E .mbr-text {
  color: #222222;
}
.cid-tDK8WZU6XC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8WZU6XC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8WZU6XC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8WZU6XC .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8WZU6XC .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8WZU6XC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8WZU6XC .container {
    padding: 0 20px;
  }
  .cid-tDK8WZU6XC .container .row {
    padding: 0;
  }
}
.cid-tDK8WZU6XC .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK8WZU6XC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8WZU6XC .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDK8WZU6XC .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #2c2c2c;
}
@media (max-width: 768px) {
  .cid-tDK8WZU6XC .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK8WZU6XC .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tDK8WZU6XC .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-tDK8WZU6XC .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK8WZU6XC .text-wrapper {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8WZU6XC .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK8WZU6XC .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8WZU6XC .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK8WZU6XC .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8WZU6XC .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8WZU6XC .mbr-text {
  color: #ffffff;
}
.cid-tDNIKEdXh4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDNIKEdXh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDNIKEdXh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDNIKEdXh4 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDNIKEdXh4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDNIKEdXh4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDNIKEdXh4 .container {
    padding: 0 20px;
  }
  .cid-tDNIKEdXh4 .container .row {
    padding: 0;
  }
}
.cid-tDNIKEdXh4 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDNIKEdXh4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDNIKEdXh4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDNIKEdXh4 .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tDNIKEdXh4 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDNIKEdXh4 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDNIKEdXh4 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tDNIKEdXh4 .mbr-text {
  color: #ffffff;
}
.cid-tDK8X7SSVT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK8X7SSVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8X7SSVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8X7SSVT .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8X7SSVT .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8X7SSVT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8X7SSVT .container {
    padding: 0 20px;
  }
  .cid-tDK8X7SSVT .container .row {
    padding: 0;
  }
}
.cid-tDK8X7SSVT .row {
  justify-content: center;
}
.cid-tDK8X7SSVT .title-wrapper {
  position: relative;
}
.cid-tDK8X7SSVT .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK8X7SSVT .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK8X7SSVT .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-tDK8X7SSVT .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-tDK8X7SSVT .text-wrapper {
  position: relative;
}
.cid-tDK8X7SSVT .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK8X7SSVT .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tDK8X7SSVT .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8X7SSVT .mbr-section-title {
  color: #222222;
}
.cid-tDK8X7SSVT .mbr-text {
  color: #222222;
}
.cid-tDK8XeAMdN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8XeAMdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8XeAMdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8XeAMdN .container-fluid {
  margin: 0;
  padding: 0 72px 0 0;
}
@media (max-width: 992px) {
  .cid-tDK8XeAMdN .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8XeAMdN .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8XeAMdN .container {
    padding: 0 20px;
  }
  .cid-tDK8XeAMdN .container .row {
    padding: 0;
  }
}
.cid-tDK8XeAMdN .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDK8XeAMdN .image-wrapper img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tDK8XeAMdN .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK8XeAMdN .title-wrapper {
  padding: 0 90px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDK8XeAMdN .title-wrapper {
    padding: 0;
  }
}
.cid-tDK8XeAMdN .title-wrapper .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tDK8XeAMdN .title-wrapper .title-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 16px;
  margin-bottom: 0;
}
.cid-tDK8XeAMdN .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.cid-tDK8XeAMdN .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item {
  height: 2px;
  width: 44px;
  background-color: #c6a38f;
  margin-right: 8px;
}
.cid-tDK8XeAMdN .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item:last-child {
  margin-right: 0;
}
.cid-tDK8XeAMdN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDK8XeAMdN .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tDK8XeAMdN .mbr-desc {
  color: #ffffff;
}
.cid-tDK8XeAMdN .mbr-text {
  color: #ffffff;
}
.cid-tDK8XeAMdN .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8X1a1FS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8X1a1FS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8X1a1FS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8X1a1FS .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8X1a1FS .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8X1a1FS .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8X1a1FS .container {
    padding: 0 20px;
  }
  .cid-tDK8X1a1FS .container .row {
    padding: 0;
  }
}
.cid-tDK8X1a1FS .container,
.cid-tDK8X1a1FS .container-fluid {
  position: relative;
}
.cid-tDK8X1a1FS .row {
  justify-content: center;
}
.cid-tDK8X1a1FS .text-wrapper {
  margin-bottom: 40px;
}
.cid-tDK8X1a1FS .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK8X1a1FS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK8X1a1FS .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK8X1a1FS .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tDK8X1a1FS .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tDK8X1a1FS .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tDK8X1a1FS .mbr-section-title {
  color: #ffffff;
}
.cid-tDK8X1a1FS .mbr-text {
  color: #ffffff;
}
.cid-tDK8X1a1FS .list {
  color: #ffffff;
}
.cid-tDK8X2xDvV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK8X2xDvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8X2xDvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8X2xDvV .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK8X2xDvV .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK8X2xDvV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK8X2xDvV .container {
    padding: 0 20px;
  }
  .cid-tDK8X2xDvV .container .row {
    padding: 0;
  }
}
.cid-tDK8X2xDvV .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDK8X2xDvV .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK8X2xDvV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDK8X2xDvV .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tDK8X2xDvV .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDK8X2xDvV .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK8X2xDvV .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tDK8X2xDvV .mbr-text {
  color: #ffffff;
}
.cid-tE5c2t1VPG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-tE5c2t1VPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE5c2t1VPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE5c2t1VPG .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-tE5c2t1VPG .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tE5c2t1VPG .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tE5c2t1VPG .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tE5c2t1VPG .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tE5c2t1VPG .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tE5c2t1VPG .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tE5c2t1VPG .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tE5c2t1VPG .mbr-section-title {
    text-align: center;
  }
}
.cid-tE5c2t1VPG .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tE5c2t1VPG .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tE5c2t1VPG .card-row {
  align-items: stretch;
}
.cid-tE5c2t1VPG .item {
  margin-top: 30px;
}
.cid-tE5c2t1VPG .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 34px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #bbbbbb, #fafafa);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tE5c2t1VPG .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-tE5c2t1VPG .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tE5c2t1VPG .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tE5c2t1VPG .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #2299aa, #ff6666);
  opacity: 0;
  transition: .4s all;
}
.cid-tE5c2t1VPG .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tE5c2t1VPG .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tE5c2t1VPG .card-box {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
.cid-tE5c2t1VPG .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tE5c2t1VPG .head-container {
    margin-bottom: 10px;
  }
}
.cid-tE5c2t1VPG .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 0;
  flex-basis: 60%;
  margin-right: auto;
}
.cid-tE5c2t1VPG .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 40%;
  margin-left: auto;
}
.cid-tE5c2t1VPG .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-tE5c2t1VPG .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-tE5c2t1VPG .comment-item-text {
  color: #C4CFDE;
}
.cid-tE5c2t1VPG .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tE5c2t1VPG .card-text a {
  transition: .4s all;
}
.cid-tE5c2t1VPG .card-text a:hover {
  color: #1c37b0 !important;
}
.cid-tDK8XlvcNj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK8XlvcNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8XlvcNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8XlvcNj .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK8XlvcNj .panel-group {
  border: none;
}
.cid-tDK8XlvcNj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK8XlvcNj .panel-body,
.cid-tDK8XlvcNj .card-header {
  padding: 1rem 0;
}
.cid-tDK8XlvcNj .panel-title-edit {
  color: #000000;
}
.cid-tDK8XlvcNj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK8Xn8TZX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK8Xn8TZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8Xn8TZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8Xn8TZX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK8Xn8TZX .panel-group {
  border: none;
}
.cid-tDK8Xn8TZX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK8Xn8TZX .panel-body,
.cid-tDK8Xn8TZX .card-header {
  padding: 1rem 0;
}
.cid-tDK8Xn8TZX .panel-title-edit {
  color: #000000;
}
.cid-tDK8Xn8TZX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK8XoJEeG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDK8XoJEeG img,
.cid-tDK8XoJEeG .item-img {
  width: 100%;
}
.cid-tDK8XoJEeG .item:focus,
.cid-tDK8XoJEeG span:focus {
  outline: none;
}
.cid-tDK8XoJEeG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDK8XoJEeG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDK8XoJEeG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDK8XoJEeG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDK8XoJEeG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDK8XoJEeG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDK8XoJEeG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDK8XoJEeG .mbr-section-title {
  color: #232323;
}
.cid-tDK8XoJEeG .mbr-text,
.cid-tDK8XoJEeG .mbr-section-btn {
  text-align: left;
}
.cid-tDK8XoJEeG .item-title {
  text-align: left;
}
.cid-tDK8XoJEeG .item-subtitle {
  text-align: left;
}
.cid-tDK8Xqt6aP {
  z-index: 1000;
  width: 100%;
}
.cid-tDK8Xqt6aP .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDK8Xqt6aP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDK8Xqt6aP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDK8Xqt6aP .menu_box .navbar.opened,
  .cid-tDK8Xqt6aP .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDK8Xqt6aP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDK8Xqt6aP .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK8Xqt6aP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDK8Xqt6aP .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK8Xqt6aP .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDK8Xqt6aP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDK8Xqt6aP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDK8Xqt6aP .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDK8Xqt6aP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDK8Xqt6aP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDK8Xqt6aP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDK8Xqt6aP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDK8Xqt6aP .offcanvas-body .mbr-text,
  .cid-tDK8Xqt6aP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDK8Xqt6aP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDK8Xqt6aP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDK8Xqt6aP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDK8Xqt6aP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDK8Xqt6aP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDK8Xqt6aP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDK8Xqt6aP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDK8Xqt6aP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDK8Xqt6aP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK8Xqt6aP .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-tDK8Xqt6aP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDK8Xqt6aP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDK8Xqt6aP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDK8Xqt6aP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDK8Xqt6aP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDK8Xqt6aP .nav-item {
    margin: 0 !important;
  }
}
.cid-tDK8Xqt6aP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDK8Xqt6aP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDK8Xqt6aP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDK8Xqt6aP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK8Xqt6aP .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-tDK8Xqt6aP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDK8Xqt6aP .offcanvas_box {
    display: none;
  }
}
.cid-tDK8Xqt6aP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDK8Xqt6aP .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDK8Xqt6aP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDK8Xqt6aP .container {
  display: flex;
  margin: auto;
}
.cid-tDK8Xqt6aP .iconfont-wrapper {
  color: #495dff;
  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-tDK8Xqt6aP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDK8Xqt6aP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDK8Xqt6aP .navbar-caption {
  color: #495DFF;
}
.cid-tDK8Xqt6aP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDK8Xqt6aP .navbar-nav {
    margin: 0;
  }
}
.cid-tDK8Xqt6aP .dropdown-menu,
.cid-tDK8Xqt6aP .navbar.opened {
  background-color: true !important;
}
.cid-tDK8Xqt6aP .nav-item:focus,
.cid-tDK8Xqt6aP .nav-link:focus {
  outline: none;
}
.cid-tDK8Xqt6aP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDK8Xqt6aP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDK8Xqt6aP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDK8Xqt6aP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDK8Xqt6aP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDK8Xqt6aP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDK8Xqt6aP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDK8Xqt6aP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDK8Xqt6aP .navbar.opened {
  transition: all 0.3s;
}
.cid-tDK8Xqt6aP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDK8Xqt6aP .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDK8Xqt6aP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDK8Xqt6aP .navbar.collapsed {
  justify-content: center;
}
.cid-tDK8Xqt6aP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDK8Xqt6aP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDK8Xqt6aP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDK8Xqt6aP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDK8Xqt6aP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDK8Xqt6aP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDK8Xqt6aP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDK8Xqt6aP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDK8Xqt6aP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDK8Xqt6aP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDK8Xqt6aP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDK8Xqt6aP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDK8Xqt6aP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDK8Xqt6aP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDK8Xqt6aP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDK8Xqt6aP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDK8Xqt6aP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDK8Xqt6aP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDK8Xqt6aP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDK8Xqt6aP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDK8Xqt6aP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDK8Xqt6aP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDK8Xqt6aP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDK8Xqt6aP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDK8Xqt6aP .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-tDK8Xqt6aP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDK8Xqt6aP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDK8Xqt6aP .dropdown-item.active,
.cid-tDK8Xqt6aP .dropdown-item:active {
  background-color: transparent;
}
.cid-tDK8Xqt6aP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDK8Xqt6aP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDK8Xqt6aP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDK8Xqt6aP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDK8Xqt6aP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDK8Xqt6aP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDK8Xqt6aP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDK8Xqt6aP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDK8Xqt6aP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDK8Xqt6aP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK8Xqt6aP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK8Xqt6aP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDK8Xqt6aP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK8Xqt6aP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDK8Xqt6aP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDK8Xqt6aP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK8Xqt6aP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDK8Xqt6aP .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-tDK8Xqt6aP .navbar {
    height: 70px;
  }
  .cid-tDK8Xqt6aP .navbar.opened {
    height: auto;
  }
  .cid-tDK8Xqt6aP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDK8Xqt6aP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDK8Xqt6aP .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDK8Xqt6aP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDK8Xqt6aP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDK8Xqt6aP .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDK8Xqt6aP .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDK8Xqt6aP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDK8Xqt6aP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDK8Xqt6aP .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDK8Xqt6aP .text_widget {
  color: #ffffff;
}
.cid-tDK8Xqt6aP .mbr-section-subtitle,
.cid-tDK8Xqt6aP .text_widget,
.cid-tDK8Xqt6aP .mbr-section-btn {
  text-align: center;
}
.cid-tDK8Xqt6aP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDK8Xsu2XD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDK8Xsu2XD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK8Xsu2XD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK8Xsu2XD .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDK8Xsu2XD .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDK8Xsu2XD .container-fluid .row {
  padding: 0;
}
.cid-tDK8Xsu2XD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDK8Xsu2XD .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDK8Xsu2XD .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDK8Xsu2XD .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDK8Xsu2XD .mbr-section-btn {
  width: 100%;
}
.cid-tDK8Xsu2XD .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDK8Xsu2XD .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDK8Xsu2XD .copyright {
    padding: 32px 0;
  }
}
.cid-tDK8Xsu2XD .mbr-section-title {
  color: #495DFF;
}
.cid-tDK9g97617 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK9g97617 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9g97617 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9g97617 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDK9g97617 [class^="socicon-"]:before,
.cid-tDK9g97617 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDK9garAsx {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tDK9garAsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9garAsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9garAsx .row {
  align-items: flex-end;
}
.cid-tDK9garAsx .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDK9garAsx .mbr-text,
.cid-tDK9garAsx .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDK9garAsx .col-lg-4 {
  align-items: flex-end;
}
.cid-tDK9gbHqf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9gbHqf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tDK9gbHqf2 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9gbHqf2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9gbHqf2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9gbHqf2 .container {
    padding: 0 20px;
  }
  .cid-tDK9gbHqf2 .container .row {
    padding: 0;
  }
}
.cid-tDK9gbHqf2 .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK9gbHqf2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDK9gbHqf2 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK9gbHqf2 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tDK9gbHqf2 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9gbHqf2 .mbr-section-title {
  color: #ffffff;
}
.cid-tDK9gbHqf2 .mbr-text {
  color: #ffffff;
}
.cid-tDK9gdegS6 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK9gdegS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9gdegS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9gdegS6 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9gdegS6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9gdegS6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9gdegS6 .container {
    padding: 0 20px;
  }
  .cid-tDK9gdegS6 .container .row {
    padding: 0;
  }
}
.cid-tDK9gdegS6 .container,
.cid-tDK9gdegS6 .container-fluid {
  position: relative;
}
.cid-tDK9gdegS6 .container .container-color,
.cid-tDK9gdegS6 .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK9gdegS6 .container .container-color,
  .cid-tDK9gdegS6 .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tDK9gdegS6 .row {
  justify-content: center;
}
.cid-tDK9gdegS6 .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDK9gdegS6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK9gdegS6 .mbr-text {
  color: #222222;
}
.cid-tE8Zbh30Cd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tE8Zbh30Cd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE8Zbh30Cd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE8Zbh30Cd .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tE8Zbh30Cd .container-fluid {
    padding: 0 20px;
  }
}
.cid-tE8Zbh30Cd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tE8Zbh30Cd .container {
    padding: 0 20px;
  }
  .cid-tE8Zbh30Cd .container .row {
    padding: 0;
  }
}
.cid-tE8Zbh30Cd .container,
.cid-tE8Zbh30Cd .container-fluid {
  position: relative;
}
.cid-tE8Zbh30Cd .row {
  justify-content: center;
}
.cid-tE8Zbh30Cd .text-wrapper {
  margin-bottom: 40px;
}
.cid-tE8Zbh30Cd .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tE8Zbh30Cd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tE8Zbh30Cd .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tE8Zbh30Cd .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tE8Zbh30Cd .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tE8Zbh30Cd .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tE8Zbh30Cd .mbr-section-title {
  color: #ffffff;
}
.cid-tE8Zbh30Cd .mbr-text {
  color: #ffffff;
}
.cid-tE8Zbh30Cd .list {
  color: #ffffff;
}
.cid-tDK9ggNnzj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK9ggNnzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9ggNnzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9ggNnzj .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9ggNnzj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9ggNnzj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9ggNnzj .container {
    padding: 0 20px;
  }
  .cid-tDK9ggNnzj .container .row {
    padding: 0;
  }
}
.cid-tDK9ggNnzj .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK9ggNnzj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK9ggNnzj .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDK9ggNnzj .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #2c2c2c;
}
@media (max-width: 768px) {
  .cid-tDK9ggNnzj .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK9ggNnzj .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tDK9ggNnzj .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-tDK9ggNnzj .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK9ggNnzj .text-wrapper {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-tDK9ggNnzj .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK9ggNnzj .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK9ggNnzj .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK9ggNnzj .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9ggNnzj .mbr-section-title {
  color: #ffffff;
}
.cid-tDK9ggNnzj .mbr-text {
  color: #ffffff;
}
.cid-tE8NzU5Nsx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tE8NzU5Nsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE8NzU5Nsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE8NzU5Nsx .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tE8NzU5Nsx .container-fluid {
    padding: 0 20px;
  }
}
.cid-tE8NzU5Nsx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tE8NzU5Nsx .container {
    padding: 0 20px;
  }
  .cid-tE8NzU5Nsx .container .row {
    padding: 0;
  }
}
.cid-tE8NzU5Nsx .container,
.cid-tE8NzU5Nsx .container-fluid {
  position: relative;
}
.cid-tE8NzU5Nsx .container .container-color,
.cid-tE8NzU5Nsx .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tE8NzU5Nsx .container .container-color,
  .cid-tE8NzU5Nsx .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tE8NzU5Nsx .row {
  justify-content: center;
}
.cid-tE8NzU5Nsx .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tE8NzU5Nsx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tE8NzU5Nsx .mbr-text {
  color: #222222;
}
.cid-tDK9grB44l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK9grB44l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9grB44l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9grB44l .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9grB44l .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9grB44l .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9grB44l .container {
    padding: 0 20px;
  }
  .cid-tDK9grB44l .container .row {
    padding: 0;
  }
}
.cid-tDK9grB44l .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDK9grB44l .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK9grB44l .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDK9grB44l .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDK9grB44l .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9grB44l .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDK9grB44l .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK9grB44l .mbr-section-title {
  color: #222222;
}
.cid-tDK9grB44l .mbr-text {
  color: #222222;
}
.cid-tDK9gqgMO0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK9gqgMO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9gqgMO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9gqgMO0 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9gqgMO0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9gqgMO0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9gqgMO0 .container {
    padding: 0 20px;
  }
  .cid-tDK9gqgMO0 .container .row {
    padding: 0;
  }
}
.cid-tDK9gqgMO0 .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK9gqgMO0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK9gqgMO0 .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDK9gqgMO0 .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK9gqgMO0 .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK9gqgMO0 .image-wrapper_1 img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tDK9gqgMO0 .image-wrapper_1 img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-tDK9gqgMO0 .image-wrapper_1 img {
    height: 300px;
  }
}
.cid-tDK9gqgMO0 .text-wrapper {
  padding-top: 40px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK9gqgMO0 .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK9gqgMO0 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK9gqgMO0 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK9gqgMO0 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9gqgMO0 .image-wrapper_2 img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDK9gqgMO0 .image-wrapper_2 img {
    height: 300px;
  }
}
.cid-tDK9gqgMO0 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tDK9gqgMO0 .mbr-text {
  color: #222222;
}
.cid-tDK9giiYuC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK9giiYuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9giiYuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9giiYuC .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9giiYuC .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9giiYuC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9giiYuC .container {
    padding: 0 20px;
  }
  .cid-tDK9giiYuC .container .row {
    padding: 0;
  }
}
.cid-tDK9giiYuC .container,
.cid-tDK9giiYuC .container-fluid {
  position: relative;
}
.cid-tDK9giiYuC .row {
  justify-content: center;
}
.cid-tDK9giiYuC .text-wrapper {
  margin-bottom: 40px;
}
.cid-tDK9giiYuC .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK9giiYuC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK9giiYuC .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK9giiYuC .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tDK9giiYuC .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tDK9giiYuC .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tDK9giiYuC .mbr-section-title {
  color: #ffffff;
}
.cid-tDK9giiYuC .mbr-text {
  color: #ffffff;
}
.cid-tDK9giiYuC .list {
  color: #ffffff;
}
.cid-tDK9gjOdGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK9gjOdGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9gjOdGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9gjOdGj .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9gjOdGj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9gjOdGj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9gjOdGj .container {
    padding: 0 20px;
  }
  .cid-tDK9gjOdGj .container .row {
    padding: 0;
  }
}
.cid-tDK9gjOdGj .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDK9gjOdGj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK9gjOdGj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDK9gjOdGj .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tDK9gjOdGj .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDK9gjOdGj .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9gjOdGj .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tDK9gjOdGj .mbr-text {
  color: #ffffff;
}
.cid-tE8YIcSGzE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-tE8YIcSGzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE8YIcSGzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE8YIcSGzE .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-tE8YIcSGzE .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tE8YIcSGzE .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tE8YIcSGzE .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tE8YIcSGzE .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tE8YIcSGzE .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tE8YIcSGzE .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tE8YIcSGzE .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tE8YIcSGzE .mbr-section-title {
    text-align: center;
  }
}
.cid-tE8YIcSGzE .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tE8YIcSGzE .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tE8YIcSGzE .card-row {
  align-items: stretch;
}
.cid-tE8YIcSGzE .item {
  margin-top: 30px;
}
.cid-tE8YIcSGzE .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 34px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #bbbbbb, #fafafa);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tE8YIcSGzE .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-tE8YIcSGzE .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tE8YIcSGzE .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tE8YIcSGzE .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #2299aa, #ff6666);
  opacity: 0;
  transition: .4s all;
}
.cid-tE8YIcSGzE .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tE8YIcSGzE .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tE8YIcSGzE .card-box {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
.cid-tE8YIcSGzE .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tE8YIcSGzE .head-container {
    margin-bottom: 10px;
  }
}
.cid-tE8YIcSGzE .card-title {
  position: relative;
  z-index: 5;
  color: #000000;
  margin-bottom: 0;
  flex-basis: 60%;
  margin-right: auto;
}
.cid-tE8YIcSGzE .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 40%;
  margin-left: auto;
}
.cid-tE8YIcSGzE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-tE8YIcSGzE .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-tE8YIcSGzE .comment-item-text {
  color: #C4CFDE;
}
.cid-tE8YIcSGzE .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tE8YIcSGzE .card-text a {
  transition: .4s all;
}
.cid-tE8YIcSGzE .card-text a:hover {
  color: #1c37b0 !important;
}
.cid-tDK9gArZvS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK9gArZvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9gArZvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9gArZvS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK9gArZvS .panel-group {
  border: none;
}
.cid-tDK9gArZvS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK9gArZvS .panel-body,
.cid-tDK9gArZvS .card-header {
  padding: 1rem 0;
}
.cid-tDK9gArZvS .panel-title-edit {
  color: #000000;
}
.cid-tDK9gArZvS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK9gCy7tE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK9gCy7tE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9gCy7tE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9gCy7tE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK9gCy7tE .panel-group {
  border: none;
}
.cid-tDK9gCy7tE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK9gCy7tE .panel-body,
.cid-tDK9gCy7tE .card-header {
  padding: 1rem 0;
}
.cid-tDK9gCy7tE .panel-title-edit {
  color: #000000;
}
.cid-tDK9gCy7tE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK9gERqph {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDK9gERqph img,
.cid-tDK9gERqph .item-img {
  width: 100%;
}
.cid-tDK9gERqph .item:focus,
.cid-tDK9gERqph span:focus {
  outline: none;
}
.cid-tDK9gERqph .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDK9gERqph .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDK9gERqph .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDK9gERqph .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDK9gERqph .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDK9gERqph .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDK9gERqph .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDK9gERqph .mbr-section-title {
  color: #232323;
}
.cid-tDK9gERqph .mbr-text,
.cid-tDK9gERqph .mbr-section-btn {
  text-align: left;
}
.cid-tDK9gERqph .item-title {
  text-align: left;
}
.cid-tDK9gERqph .item-subtitle {
  text-align: left;
}
.cid-tDK9gGxTO4 {
  z-index: 1000;
  width: 100%;
}
.cid-tDK9gGxTO4 .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDK9gGxTO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDK9gGxTO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDK9gGxTO4 .menu_box .navbar.opened,
  .cid-tDK9gGxTO4 .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDK9gGxTO4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDK9gGxTO4 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK9gGxTO4 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDK9gGxTO4 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK9gGxTO4 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDK9gGxTO4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDK9gGxTO4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDK9gGxTO4 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDK9gGxTO4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDK9gGxTO4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDK9gGxTO4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDK9gGxTO4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDK9gGxTO4 .offcanvas-body .mbr-text,
  .cid-tDK9gGxTO4 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDK9gGxTO4 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDK9gGxTO4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDK9gGxTO4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDK9gGxTO4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDK9gGxTO4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDK9gGxTO4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDK9gGxTO4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDK9gGxTO4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDK9gGxTO4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK9gGxTO4 .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-tDK9gGxTO4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDK9gGxTO4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDK9gGxTO4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDK9gGxTO4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDK9gGxTO4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDK9gGxTO4 .nav-item {
    margin: 0 !important;
  }
}
.cid-tDK9gGxTO4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDK9gGxTO4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDK9gGxTO4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDK9gGxTO4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK9gGxTO4 .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-tDK9gGxTO4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDK9gGxTO4 .offcanvas_box {
    display: none;
  }
}
.cid-tDK9gGxTO4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDK9gGxTO4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDK9gGxTO4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDK9gGxTO4 .container {
  display: flex;
  margin: auto;
}
.cid-tDK9gGxTO4 .iconfont-wrapper {
  color: #495dff;
  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-tDK9gGxTO4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDK9gGxTO4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDK9gGxTO4 .navbar-caption {
  color: #495DFF;
}
.cid-tDK9gGxTO4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDK9gGxTO4 .navbar-nav {
    margin: 0;
  }
}
.cid-tDK9gGxTO4 .dropdown-menu,
.cid-tDK9gGxTO4 .navbar.opened {
  background-color: true !important;
}
.cid-tDK9gGxTO4 .nav-item:focus,
.cid-tDK9gGxTO4 .nav-link:focus {
  outline: none;
}
.cid-tDK9gGxTO4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDK9gGxTO4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDK9gGxTO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDK9gGxTO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDK9gGxTO4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDK9gGxTO4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDK9gGxTO4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDK9gGxTO4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDK9gGxTO4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDK9gGxTO4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDK9gGxTO4 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDK9gGxTO4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDK9gGxTO4 .navbar.collapsed {
  justify-content: center;
}
.cid-tDK9gGxTO4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDK9gGxTO4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDK9gGxTO4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDK9gGxTO4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDK9gGxTO4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDK9gGxTO4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDK9gGxTO4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDK9gGxTO4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDK9gGxTO4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDK9gGxTO4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDK9gGxTO4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDK9gGxTO4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDK9gGxTO4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDK9gGxTO4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDK9gGxTO4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDK9gGxTO4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDK9gGxTO4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDK9gGxTO4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDK9gGxTO4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDK9gGxTO4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDK9gGxTO4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDK9gGxTO4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDK9gGxTO4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDK9gGxTO4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDK9gGxTO4 .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-tDK9gGxTO4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDK9gGxTO4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDK9gGxTO4 .dropdown-item.active,
.cid-tDK9gGxTO4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDK9gGxTO4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDK9gGxTO4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDK9gGxTO4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDK9gGxTO4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDK9gGxTO4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDK9gGxTO4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDK9gGxTO4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDK9gGxTO4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDK9gGxTO4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDK9gGxTO4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK9gGxTO4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK9gGxTO4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDK9gGxTO4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK9gGxTO4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDK9gGxTO4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDK9gGxTO4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK9gGxTO4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDK9gGxTO4 .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-tDK9gGxTO4 .navbar {
    height: 70px;
  }
  .cid-tDK9gGxTO4 .navbar.opened {
    height: auto;
  }
  .cid-tDK9gGxTO4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDK9gGxTO4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDK9gGxTO4 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDK9gGxTO4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDK9gGxTO4 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDK9gGxTO4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDK9gGxTO4 .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDK9gGxTO4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDK9gGxTO4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDK9gGxTO4 .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDK9gGxTO4 .text_widget {
  color: #ffffff;
}
.cid-tDK9gGxTO4 .mbr-section-subtitle,
.cid-tDK9gGxTO4 .text_widget,
.cid-tDK9gGxTO4 .mbr-section-btn {
  text-align: center;
}
.cid-tDK9gGxTO4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDK9gIOYp9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDK9gIOYp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9gIOYp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9gIOYp9 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDK9gIOYp9 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDK9gIOYp9 .container-fluid .row {
  padding: 0;
}
.cid-tDK9gIOYp9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDK9gIOYp9 .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDK9gIOYp9 .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDK9gIOYp9 .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDK9gIOYp9 .mbr-section-btn {
  width: 100%;
}
.cid-tDK9gIOYp9 .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDK9gIOYp9 .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDK9gIOYp9 .copyright {
    padding: 32px 0;
  }
}
.cid-tDK9gIOYp9 .mbr-section-title {
  color: #495DFF;
}
.cid-tDK9thzADQ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK9thzADQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9thzADQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9thzADQ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDK9thzADQ [class^="socicon-"]:before,
.cid-tDK9thzADQ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDK9tiSZbN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tDK9tiSZbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9tiSZbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9tiSZbN .row {
  align-items: flex-end;
}
.cid-tDK9tiSZbN .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDK9tiSZbN .mbr-text,
.cid-tDK9tiSZbN .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDK9tiSZbN .col-lg-4 {
  align-items: flex-end;
}
.cid-tDK9tjWFS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9tjWFS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tDK9tjWFS1 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9tjWFS1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9tjWFS1 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9tjWFS1 .container {
    padding: 0 20px;
  }
  .cid-tDK9tjWFS1 .container .row {
    padding: 0;
  }
}
.cid-tDK9tjWFS1 .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK9tjWFS1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDK9tjWFS1 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK9tjWFS1 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tDK9tjWFS1 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9tjWFS1 .mbr-section-title {
  color: #ffffff;
}
.cid-tDK9tjWFS1 .mbr-text {
  color: #ffffff;
}
.cid-tDK9tlw8Ia {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK9tlw8Ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9tlw8Ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9tlw8Ia .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9tlw8Ia .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9tlw8Ia .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9tlw8Ia .container {
    padding: 0 20px;
  }
  .cid-tDK9tlw8Ia .container .row {
    padding: 0;
  }
}
.cid-tDK9tlw8Ia .container,
.cid-tDK9tlw8Ia .container-fluid {
  position: relative;
}
.cid-tDK9tlw8Ia .container .container-color,
.cid-tDK9tlw8Ia .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK9tlw8Ia .container .container-color,
  .cid-tDK9tlw8Ia .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tDK9tlw8Ia .row {
  justify-content: center;
}
.cid-tDK9tlw8Ia .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDK9tlw8Ia .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK9tlw8Ia .mbr-text {
  color: #222222;
}
.cid-tE95rv6FNl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tE95rv6FNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE95rv6FNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE95rv6FNl .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tE95rv6FNl .container-fluid {
    padding: 0 20px;
  }
}
.cid-tE95rv6FNl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tE95rv6FNl .container {
    padding: 0 20px;
  }
  .cid-tE95rv6FNl .container .row {
    padding: 0;
  }
}
.cid-tE95rv6FNl .container,
.cid-tE95rv6FNl .container-fluid {
  position: relative;
}
.cid-tE95rv6FNl .row {
  justify-content: center;
}
.cid-tE95rv6FNl .text-wrapper {
  margin-bottom: 40px;
}
.cid-tE95rv6FNl .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tE95rv6FNl .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tE95rv6FNl .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tE95rv6FNl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tE95rv6FNl .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tE95rv6FNl .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tE95rv6FNl .mbr-section-title {
  color: #ffffff;
}
.cid-tE95rv6FNl .mbr-text {
  color: #ffffff;
}
.cid-tE95rv6FNl .list {
  color: #ffffff;
}
.cid-tDK9tpcrso {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK9tpcrso .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9tpcrso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9tpcrso .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9tpcrso .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9tpcrso .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9tpcrso .container {
    padding: 0 20px;
  }
  .cid-tDK9tpcrso .container .row {
    padding: 0;
  }
}
.cid-tDK9tpcrso .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK9tpcrso .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK9tpcrso .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDK9tpcrso .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #2c2c2c;
}
@media (max-width: 768px) {
  .cid-tDK9tpcrso .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK9tpcrso .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tDK9tpcrso .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-tDK9tpcrso .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK9tpcrso .text-wrapper {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-tDK9tpcrso .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK9tpcrso .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK9tpcrso .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK9tpcrso .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9tpcrso .mbr-section-title {
  color: #ffffff;
}
.cid-tDK9tpcrso .mbr-text {
  color: #ffffff;
}
.cid-tDK9tqtLqm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK9tqtLqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9tqtLqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9tqtLqm .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9tqtLqm .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9tqtLqm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9tqtLqm .container {
    padding: 0 20px;
  }
  .cid-tDK9tqtLqm .container .row {
    padding: 0;
  }
}
.cid-tDK9tqtLqm .container,
.cid-tDK9tqtLqm .container-fluid {
  position: relative;
}
.cid-tDK9tqtLqm .row {
  justify-content: center;
}
.cid-tDK9tqtLqm .text-wrapper {
  margin-bottom: 40px;
}
.cid-tDK9tqtLqm .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK9tqtLqm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK9tqtLqm .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK9tqtLqm .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tDK9tqtLqm .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tDK9tqtLqm .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tDK9tqtLqm .mbr-section-title {
  color: #ffffff;
}
.cid-tDK9tqtLqm .mbr-text {
  color: #ffffff;
}
.cid-tDK9tqtLqm .list {
  color: #ffffff;
}
.cid-tDK9tvybOW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK9tvybOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9tvybOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9tvybOW .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9tvybOW .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9tvybOW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9tvybOW .container {
    padding: 0 20px;
  }
  .cid-tDK9tvybOW .container .row {
    padding: 0;
  }
}
.cid-tDK9tvybOW .row {
  justify-content: center;
}
.cid-tDK9tvybOW .title-wrapper {
  position: relative;
}
.cid-tDK9tvybOW .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK9tvybOW .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK9tvybOW .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-tDK9tvybOW .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-tDK9tvybOW .text-wrapper {
  position: relative;
}
.cid-tDK9tvybOW .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK9tvybOW .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tDK9tvybOW .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9tvybOW .mbr-section-title {
  color: #222222;
}
.cid-tDK9tvybOW .mbr-text {
  color: #222222;
}
.cid-tE9iwhKxyV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tE9iwhKxyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE9iwhKxyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE9iwhKxyV .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tE9iwhKxyV .container-fluid {
    padding: 0 20px;
  }
}
.cid-tE9iwhKxyV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tE9iwhKxyV .container {
    padding: 0 20px;
  }
  .cid-tE9iwhKxyV .container .row {
    padding: 0;
  }
}
.cid-tE9iwhKxyV .container,
.cid-tE9iwhKxyV .container-fluid {
  position: relative;
}
.cid-tE9iwhKxyV .row {
  justify-content: center;
}
.cid-tE9iwhKxyV .text-wrapper {
  margin-bottom: 40px;
}
.cid-tE9iwhKxyV .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tE9iwhKxyV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tE9iwhKxyV .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tE9iwhKxyV .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tE9iwhKxyV .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tE9iwhKxyV .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tE9iwhKxyV .mbr-section-title {
  color: #ffffff;
}
.cid-tE9iwhKxyV .mbr-text {
  color: #ffffff;
}
.cid-tE9iwhKxyV .list {
  color: #ffffff;
}
.cid-tDK9trE850 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK9trE850 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9trE850 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9trE850 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9trE850 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9trE850 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9trE850 .container {
    padding: 0 20px;
  }
  .cid-tDK9trE850 .container .row {
    padding: 0;
  }
}
.cid-tDK9trE850 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDK9trE850 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK9trE850 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDK9trE850 .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tDK9trE850 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDK9trE850 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9trE850 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tDK9trE850 .mbr-text {
  color: #ffffff;
}
.cid-tE9iUMlWzO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-tE9iUMlWzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE9iUMlWzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE9iUMlWzO .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-tE9iUMlWzO .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tE9iUMlWzO .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tE9iUMlWzO .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tE9iUMlWzO .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tE9iUMlWzO .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tE9iUMlWzO .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tE9iUMlWzO .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tE9iUMlWzO .mbr-section-title {
    text-align: center;
  }
}
.cid-tE9iUMlWzO .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tE9iUMlWzO .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tE9iUMlWzO .card-row {
  align-items: stretch;
}
.cid-tE9iUMlWzO .item {
  margin-top: 30px;
}
.cid-tE9iUMlWzO .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 34px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #bbbbbb, #fafafa);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tE9iUMlWzO .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-tE9iUMlWzO .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tE9iUMlWzO .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tE9iUMlWzO .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #2299aa, #ff6666);
  opacity: 0;
  transition: .4s all;
}
.cid-tE9iUMlWzO .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tE9iUMlWzO .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tE9iUMlWzO .card-box {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
.cid-tE9iUMlWzO .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tE9iUMlWzO .head-container {
    margin-bottom: 10px;
  }
}
.cid-tE9iUMlWzO .card-title {
  position: relative;
  z-index: 5;
  color: #000000;
  margin-bottom: 0;
  flex-basis: 60%;
  margin-right: auto;
}
.cid-tE9iUMlWzO .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 40%;
  margin-left: auto;
}
.cid-tE9iUMlWzO .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-tE9iUMlWzO .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-tE9iUMlWzO .comment-item-text {
  color: #C4CFDE;
}
.cid-tE9iUMlWzO .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tE9iUMlWzO .card-text a {
  transition: .4s all;
}
.cid-tE9iUMlWzO .card-text a:hover {
  color: #1c37b0 !important;
}
.cid-tDK9tHeC0r {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK9tHeC0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9tHeC0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9tHeC0r .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK9tHeC0r .panel-group {
  border: none;
}
.cid-tDK9tHeC0r .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK9tHeC0r .panel-body,
.cid-tDK9tHeC0r .card-header {
  padding: 1rem 0;
}
.cid-tDK9tHeC0r .panel-title-edit {
  color: #000000;
}
.cid-tDK9tHeC0r .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK9tIN8Tb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK9tIN8Tb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9tIN8Tb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9tIN8Tb .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK9tIN8Tb .panel-group {
  border: none;
}
.cid-tDK9tIN8Tb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK9tIN8Tb .panel-body,
.cid-tDK9tIN8Tb .card-header {
  padding: 1rem 0;
}
.cid-tDK9tIN8Tb .panel-title-edit {
  color: #000000;
}
.cid-tDK9tIN8Tb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK9tKoCO0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDK9tKoCO0 img,
.cid-tDK9tKoCO0 .item-img {
  width: 100%;
}
.cid-tDK9tKoCO0 .item:focus,
.cid-tDK9tKoCO0 span:focus {
  outline: none;
}
.cid-tDK9tKoCO0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDK9tKoCO0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDK9tKoCO0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDK9tKoCO0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDK9tKoCO0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDK9tKoCO0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDK9tKoCO0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDK9tKoCO0 .mbr-section-title {
  color: #232323;
}
.cid-tDK9tKoCO0 .mbr-text,
.cid-tDK9tKoCO0 .mbr-section-btn {
  text-align: left;
}
.cid-tDK9tKoCO0 .item-title {
  text-align: left;
}
.cid-tDK9tKoCO0 .item-subtitle {
  text-align: left;
}
.cid-tDK9tM6Z0o {
  z-index: 1000;
  width: 100%;
}
.cid-tDK9tM6Z0o .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDK9tM6Z0o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDK9tM6Z0o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDK9tM6Z0o .menu_box .navbar.opened,
  .cid-tDK9tM6Z0o .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDK9tM6Z0o nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDK9tM6Z0o .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK9tM6Z0o .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDK9tM6Z0o .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK9tM6Z0o .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDK9tM6Z0o .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDK9tM6Z0o .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDK9tM6Z0o .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDK9tM6Z0o .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDK9tM6Z0o .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDK9tM6Z0o .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDK9tM6Z0o .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDK9tM6Z0o .offcanvas-body .mbr-text,
  .cid-tDK9tM6Z0o .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDK9tM6Z0o .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDK9tM6Z0o .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDK9tM6Z0o .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDK9tM6Z0o .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDK9tM6Z0o .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDK9tM6Z0o .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDK9tM6Z0o .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDK9tM6Z0o ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDK9tM6Z0o .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK9tM6Z0o .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-tDK9tM6Z0o .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDK9tM6Z0o li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDK9tM6Z0o .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDK9tM6Z0o .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDK9tM6Z0o .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDK9tM6Z0o .nav-item {
    margin: 0 !important;
  }
}
.cid-tDK9tM6Z0o .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDK9tM6Z0o .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDK9tM6Z0o .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDK9tM6Z0o .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK9tM6Z0o .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-tDK9tM6Z0o .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDK9tM6Z0o .offcanvas_box {
    display: none;
  }
}
.cid-tDK9tM6Z0o .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDK9tM6Z0o .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDK9tM6Z0o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDK9tM6Z0o .container {
  display: flex;
  margin: auto;
}
.cid-tDK9tM6Z0o .iconfont-wrapper {
  color: #495dff;
  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-tDK9tM6Z0o .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDK9tM6Z0o .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDK9tM6Z0o .navbar-caption {
  color: #495DFF;
}
.cid-tDK9tM6Z0o .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDK9tM6Z0o .navbar-nav {
    margin: 0;
  }
}
.cid-tDK9tM6Z0o .dropdown-menu,
.cid-tDK9tM6Z0o .navbar.opened {
  background-color: true !important;
}
.cid-tDK9tM6Z0o .nav-item:focus,
.cid-tDK9tM6Z0o .nav-link:focus {
  outline: none;
}
.cid-tDK9tM6Z0o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDK9tM6Z0o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDK9tM6Z0o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDK9tM6Z0o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDK9tM6Z0o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDK9tM6Z0o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDK9tM6Z0o .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDK9tM6Z0o .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDK9tM6Z0o .navbar.opened {
  transition: all 0.3s;
}
.cid-tDK9tM6Z0o .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDK9tM6Z0o .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDK9tM6Z0o .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDK9tM6Z0o .navbar.collapsed {
  justify-content: center;
}
.cid-tDK9tM6Z0o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDK9tM6Z0o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDK9tM6Z0o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDK9tM6Z0o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDK9tM6Z0o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDK9tM6Z0o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDK9tM6Z0o .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDK9tM6Z0o .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDK9tM6Z0o .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDK9tM6Z0o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDK9tM6Z0o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDK9tM6Z0o .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDK9tM6Z0o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDK9tM6Z0o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDK9tM6Z0o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDK9tM6Z0o .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDK9tM6Z0o .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDK9tM6Z0o .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDK9tM6Z0o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDK9tM6Z0o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDK9tM6Z0o .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDK9tM6Z0o .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDK9tM6Z0o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDK9tM6Z0o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDK9tM6Z0o .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-tDK9tM6Z0o .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDK9tM6Z0o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDK9tM6Z0o .dropdown-item.active,
.cid-tDK9tM6Z0o .dropdown-item:active {
  background-color: transparent;
}
.cid-tDK9tM6Z0o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDK9tM6Z0o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDK9tM6Z0o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDK9tM6Z0o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDK9tM6Z0o ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDK9tM6Z0o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDK9tM6Z0o button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDK9tM6Z0o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDK9tM6Z0o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDK9tM6Z0o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK9tM6Z0o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK9tM6Z0o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDK9tM6Z0o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK9tM6Z0o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDK9tM6Z0o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDK9tM6Z0o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK9tM6Z0o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDK9tM6Z0o .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-tDK9tM6Z0o .navbar {
    height: 70px;
  }
  .cid-tDK9tM6Z0o .navbar.opened {
    height: auto;
  }
  .cid-tDK9tM6Z0o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDK9tM6Z0o .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDK9tM6Z0o .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDK9tM6Z0o .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDK9tM6Z0o .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDK9tM6Z0o .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDK9tM6Z0o .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDK9tM6Z0o .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDK9tM6Z0o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDK9tM6Z0o .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDK9tM6Z0o .text_widget {
  color: #ffffff;
}
.cid-tDK9tM6Z0o .mbr-section-subtitle,
.cid-tDK9tM6Z0o .text_widget,
.cid-tDK9tM6Z0o .mbr-section-btn {
  text-align: center;
}
.cid-tDK9tM6Z0o a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDK9tObLSF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDK9tObLSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9tObLSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9tObLSF .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDK9tObLSF .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDK9tObLSF .container-fluid .row {
  padding: 0;
}
.cid-tDK9tObLSF .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDK9tObLSF .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDK9tObLSF .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDK9tObLSF .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDK9tObLSF .mbr-section-btn {
  width: 100%;
}
.cid-tDK9tObLSF .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDK9tObLSF .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDK9tObLSF .copyright {
    padding: 32px 0;
  }
}
.cid-tDK9tObLSF .mbr-section-title {
  color: #495DFF;
}
.cid-tDK9Lo4MV3 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK9Lo4MV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9Lo4MV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9Lo4MV3 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tDK9Lo4MV3 [class^="socicon-"]:before,
.cid-tDK9Lo4MV3 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tDK9Lpwu43 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tDK9Lpwu43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9Lpwu43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9Lpwu43 .row {
  align-items: flex-end;
}
.cid-tDK9Lpwu43 .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tDK9Lpwu43 .mbr-text,
.cid-tDK9Lpwu43 .mbr-section-btn {
  color: #dfcefd;
}
.cid-tDK9Lpwu43 .col-lg-4 {
  align-items: flex-end;
}
.cid-tDK9Ls3vYo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK9Ls3vYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9Ls3vYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9Ls3vYo .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9Ls3vYo .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9Ls3vYo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9Ls3vYo .container {
    padding: 0 20px;
  }
  .cid-tDK9Ls3vYo .container .row {
    padding: 0;
  }
}
.cid-tDK9Ls3vYo .container,
.cid-tDK9Ls3vYo .container-fluid {
  position: relative;
}
.cid-tDK9Ls3vYo .container .container-color,
.cid-tDK9Ls3vYo .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK9Ls3vYo .container .container-color,
  .cid-tDK9Ls3vYo .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tDK9Ls3vYo .row {
  justify-content: center;
}
.cid-tDK9Ls3vYo .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDK9Ls3vYo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK9Ls3vYo .mbr-text {
  color: #222222;
}
.cid-tDK9LwYrWD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK9LwYrWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9LwYrWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9LwYrWD .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9LwYrWD .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9LwYrWD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9LwYrWD .container {
    padding: 0 20px;
  }
  .cid-tDK9LwYrWD .container .row {
    padding: 0;
  }
}
.cid-tDK9LwYrWD .container,
.cid-tDK9LwYrWD .container-fluid {
  position: relative;
}
.cid-tDK9LwYrWD .row {
  justify-content: center;
}
.cid-tDK9LwYrWD .text-wrapper {
  margin-bottom: 40px;
}
.cid-tDK9LwYrWD .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK9LwYrWD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDK9LwYrWD .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tDK9LwYrWD .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tDK9LwYrWD .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tDK9LwYrWD .list-wrapper .list .item-wrap::marker {
  color: #c6a38f;
}
.cid-tDK9LwYrWD .mbr-section-title {
  color: #ffffff;
}
.cid-tDK9LwYrWD .mbr-text {
  color: #ffffff;
}
.cid-tDK9LwYrWD .list {
  color: #ffffff;
}
.cid-tDK9Lyd6jT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK9Lyd6jT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9Lyd6jT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9Lyd6jT .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9Lyd6jT .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9Lyd6jT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9Lyd6jT .container {
    padding: 0 20px;
  }
  .cid-tDK9Lyd6jT .container .row {
    padding: 0;
  }
}
.cid-tDK9Lyd6jT .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDK9Lyd6jT .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK9Lyd6jT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDK9Lyd6jT .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tDK9Lyd6jT .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDK9Lyd6jT .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9Lyd6jT .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tDK9Lyd6jT .mbr-text {
  color: #ffffff;
}
.cid-tDK9Lyd6jT .mbr-section-title DIV {
  text-align: left;
}
.cid-tE9jU46gtE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-tE9jU46gtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE9jU46gtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE9jU46gtE .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-tE9jU46gtE .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tE9jU46gtE .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tE9jU46gtE .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tE9jU46gtE .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tE9jU46gtE .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tE9jU46gtE .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tE9jU46gtE .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tE9jU46gtE .mbr-section-title {
    text-align: center;
  }
}
.cid-tE9jU46gtE .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tE9jU46gtE .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tE9jU46gtE .card-row {
  align-items: stretch;
}
.cid-tE9jU46gtE .item {
  margin-top: 30px;
}
.cid-tE9jU46gtE .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 34px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #bbbbbb, #fafafa);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tE9jU46gtE .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-tE9jU46gtE .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tE9jU46gtE .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tE9jU46gtE .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #2299aa, #ff6666);
  opacity: 0;
  transition: .4s all;
}
.cid-tE9jU46gtE .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tE9jU46gtE .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tE9jU46gtE .card-box {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
.cid-tE9jU46gtE .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tE9jU46gtE .head-container {
    margin-bottom: 10px;
  }
}
.cid-tE9jU46gtE .card-title {
  position: relative;
  z-index: 5;
  color: #000000;
  margin-bottom: 0;
  flex-basis: 60%;
  margin-right: auto;
}
.cid-tE9jU46gtE .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 40%;
  margin-left: auto;
}
.cid-tE9jU46gtE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-tE9jU46gtE .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-tE9jU46gtE .comment-item-text {
  color: #C4CFDE;
}
.cid-tE9jU46gtE .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tE9jU46gtE .card-text a {
  transition: .4s all;
}
.cid-tE9jU46gtE .card-text a:hover {
  color: #1c37b0 !important;
}
.cid-tDK9LCg8EA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK9LCg8EA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9LCg8EA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9LCg8EA .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9LCg8EA .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9LCg8EA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9LCg8EA .container {
    padding: 0 20px;
  }
  .cid-tDK9LCg8EA .container .row {
    padding: 0;
  }
}
.cid-tDK9LCg8EA .row {
  justify-content: center;
}
.cid-tDK9LCg8EA .title-wrapper {
  position: relative;
}
.cid-tDK9LCg8EA .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK9LCg8EA .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK9LCg8EA .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-tDK9LCg8EA .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-tDK9LCg8EA .text-wrapper {
  position: relative;
}
.cid-tDK9LCg8EA .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK9LCg8EA .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tDK9LCg8EA .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9LCg8EA .mbr-section-title {
  color: #222222;
}
.cid-tDK9LCg8EA .mbr-text {
  color: #222222;
}
.cid-tE9lXEVtbX {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tE9lXEVtbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE9lXEVtbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE9lXEVtbX .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tE9lXEVtbX .container-fluid {
    padding: 0 20px;
  }
}
.cid-tE9lXEVtbX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tE9lXEVtbX .container {
    padding: 0 20px;
  }
  .cid-tE9lXEVtbX .container .row {
    padding: 0;
  }
}
.cid-tE9lXEVtbX .container,
.cid-tE9lXEVtbX .container-fluid {
  position: relative;
}
.cid-tE9lXEVtbX .container .container-color,
.cid-tE9lXEVtbX .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tE9lXEVtbX .container .container-color,
  .cid-tE9lXEVtbX .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tE9lXEVtbX .row {
  justify-content: center;
}
.cid-tE9lXEVtbX .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tE9lXEVtbX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tE9lXEVtbX .mbr-text {
  color: #222222;
}
.cid-tE9m1Xv8Qk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tE9m1Xv8Qk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE9m1Xv8Qk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE9m1Xv8Qk .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tE9m1Xv8Qk .container-fluid {
    padding: 0 20px;
  }
}
.cid-tE9m1Xv8Qk .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tE9m1Xv8Qk .container {
    padding: 0 20px;
  }
  .cid-tE9m1Xv8Qk .container .row {
    padding: 0;
  }
}
.cid-tE9m1Xv8Qk .row {
  justify-content: center;
}
.cid-tE9m1Xv8Qk .title-wrapper {
  position: relative;
}
.cid-tE9m1Xv8Qk .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tE9m1Xv8Qk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tE9m1Xv8Qk .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tE9m1Xv8Qk .title-wrapper .container-color {
    left: -20%;
  }
}
@media (max-width: 992px) {
  .cid-tE9m1Xv8Qk .card {
    margin-bottom: 40px;
  }
}
.cid-tE9m1Xv8Qk .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tE9m1Xv8Qk .card .card-wrapper .text-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tE9m1Xv8Qk .card .card-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-tE9m1Xv8Qk .card .card-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #e43f3f;
}
.cid-tE9m1Xv8Qk .mbr-section-title {
  color: #222222;
}
.cid-tE9m1Xv8Qk .mbr-card-title {
  color: #222222;
}
.cid-tE9m1Xv8Qk .mbr-text {
  color: #545454;
}
.cid-tE9m2m9f6j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tE9m2m9f6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE9m2m9f6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE9m2m9f6j .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tE9m2m9f6j .container-fluid {
    padding: 0 20px;
  }
}
.cid-tE9m2m9f6j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tE9m2m9f6j .container {
    padding: 0 20px;
  }
  .cid-tE9m2m9f6j .container .row {
    padding: 0;
  }
}
.cid-tE9m2m9f6j .row {
  justify-content: center;
}
.cid-tE9m2m9f6j .title-wrapper {
  position: relative;
}
.cid-tE9m2m9f6j .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tE9m2m9f6j .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tE9m2m9f6j .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tE9m2m9f6j .title-wrapper .container-color {
    left: -20%;
  }
}
@media (max-width: 992px) {
  .cid-tE9m2m9f6j .card {
    margin-bottom: 40px;
  }
}
.cid-tE9m2m9f6j .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tE9m2m9f6j .card .card-wrapper .text-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tE9m2m9f6j .card .card-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-tE9m2m9f6j .card .card-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #e43f3f;
}
.cid-tE9m2m9f6j .mbr-section-title {
  color: #222222;
}
.cid-tE9m2m9f6j .mbr-card-title {
  color: #222222;
}
.cid-tE9m2m9f6j .mbr-text {
  color: #545454;
}
.cid-tDK9LDyyX0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK9LDyyX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9LDyyX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9LDyyX0 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9LDyyX0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9LDyyX0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9LDyyX0 .container {
    padding: 0 20px;
  }
  .cid-tDK9LDyyX0 .container .row {
    padding: 0;
  }
}
.cid-tDK9LDyyX0 .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK9LDyyX0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK9LDyyX0 .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDK9LDyyX0 .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK9LDyyX0 .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK9LDyyX0 .image-wrapper_1 img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tDK9LDyyX0 .image-wrapper_1 img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-tDK9LDyyX0 .image-wrapper_1 img {
    height: 300px;
  }
}
.cid-tDK9LDyyX0 .text-wrapper {
  padding-top: 40px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK9LDyyX0 .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK9LDyyX0 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK9LDyyX0 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK9LDyyX0 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9LDyyX0 .image-wrapper_2 img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDK9LDyyX0 .image-wrapper_2 img {
    height: 300px;
  }
}
.cid-tDK9LDyyX0 .mbr-section-title {
  color: #222222;
}
.cid-tDK9LDyyX0 .mbr-text {
  color: #222222;
}
.cid-tDK9LEVrsL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK9LEVrsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9LEVrsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9LEVrsL .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9LEVrsL .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9LEVrsL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9LEVrsL .container {
    padding: 0 20px;
  }
  .cid-tDK9LEVrsL .container .row {
    padding: 0;
  }
}
.cid-tDK9LEVrsL .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDK9LEVrsL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK9LEVrsL .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDK9LEVrsL .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDK9LEVrsL .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9LEVrsL .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDK9LEVrsL .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK9LEVrsL .mbr-section-title {
  color: #222222;
}
.cid-tDK9LEVrsL .mbr-text {
  color: #222222;
}
.cid-tDK9LGgS7V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK9LGgS7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9LGgS7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9LGgS7V .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9LGgS7V .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9LGgS7V .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9LGgS7V .container {
    padding: 0 20px;
  }
  .cid-tDK9LGgS7V .container .row {
    padding: 0;
  }
}
.cid-tDK9LGgS7V .title-wrapper {
  padding: 160px 90px 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDK9LGgS7V .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tDK9LGgS7V .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK9LGgS7V .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-tDK9LGgS7V .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDK9LGgS7V .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDK9LGgS7V .title-wrapper .title-wrap .mbr-name {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK9LGgS7V .title-wrapper .title-wrap .mbr-name {
    margin-bottom: 40px;
  }
}
.cid-tDK9LGgS7V .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9LGgS7V .image-wrapper img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDK9LGgS7V .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tDK9LGgS7V .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK9LGgS7V .mbr-desc {
  color: #ffffff;
}
.cid-tDK9LGgS7V .mbr-text {
  color: #ffffff;
}
.cid-tDK9LGgS7V .mbr-name {
  color: #ffffff;
}
.cid-tDK9LGgS7V .mbr-section-btn {
  text-align: right;
}
.cid-tDK9LHAa6K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK9LHAa6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9LHAa6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9LHAa6K .container-fluid {
  margin: 0;
  padding: 0 72px 0 0;
}
@media (max-width: 992px) {
  .cid-tDK9LHAa6K .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9LHAa6K .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9LHAa6K .container {
    padding: 0 20px;
  }
  .cid-tDK9LHAa6K .container .row {
    padding: 0;
  }
}
.cid-tDK9LHAa6K .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDK9LHAa6K .image-wrapper img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tDK9LHAa6K .image-wrapper img {
    height: 300px;
  }
}
.cid-tDK9LHAa6K .title-wrapper {
  padding: 0 90px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDK9LHAa6K .title-wrapper {
    padding: 0;
  }
}
.cid-tDK9LHAa6K .title-wrapper .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tDK9LHAa6K .title-wrapper .title-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 16px;
  margin-bottom: 0;
}
.cid-tDK9LHAa6K .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.cid-tDK9LHAa6K .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item {
  height: 2px;
  width: 44px;
  background-color: #c6a38f;
  margin-right: 8px;
}
.cid-tDK9LHAa6K .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item:last-child {
  margin-right: 0;
}
.cid-tDK9LHAa6K .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDK9LHAa6K .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tDK9LHAa6K .mbr-desc {
  color: #ffffff;
}
.cid-tDK9LHAa6K .mbr-text {
  color: #ffffff;
}
.cid-tDK9LHAa6K .mbr-section-title {
  color: #ffffff;
}
.cid-tDK9LIRpoi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK9LIRpoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9LIRpoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9LIRpoi .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9LIRpoi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9LIRpoi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9LIRpoi .container {
    padding: 0 20px;
  }
  .cid-tDK9LIRpoi .container .row {
    padding: 0;
  }
}
.cid-tDK9LIRpoi .row {
  justify-content: center;
}
.cid-tDK9LIRpoi .list-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-tDK9LIRpoi .list-wrapper .card-wrapper {
    display: block;
  }
}
.cid-tDK9LIRpoi .list-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tDK9LIRpoi .list-wrapper .card-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-tDK9LIRpoi .list-wrapper .card-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tDK9LIRpoi .mbr-desc {
  color: #e8e8e8;
}
.cid-tDK9LIRpoi .mbr-name {
  color: #ffffff;
}
.cid-tDK9LKiEqY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDK9LKiEqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9LKiEqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9LKiEqY .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9LKiEqY .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9LKiEqY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9LKiEqY .container {
    padding: 0 20px;
  }
  .cid-tDK9LKiEqY .container .row {
    padding: 0;
  }
}
.cid-tDK9LKiEqY .row {
  justify-content: center;
}
.cid-tDK9LKiEqY .panel-group {
  border-radius: 0;
}
.cid-tDK9LKiEqY .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #2c2c2c;
}
.cid-tDK9LKiEqY .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 30px 0;
}
.cid-tDK9LKiEqY .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tDK9LKiEqY .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tDK9LKiEqY .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-tDK9LKiEqY .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  color: #47b5ed;
}
.cid-tDK9LKiEqY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-tDK9LKiEqY .panel-group .card .card-header .panel-title .mbr-iconfont {
  height: 32px;
  font-size: 32px;
  color: #c6a38f;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-tDK9LKiEqY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 40px;
}
.cid-tDK9LKiEqY .panel-title-edit {
  color: #ffffff;
}
.cid-tDK9LKiEqY .panel-text {
  color: #e8e8e8;
}
.cid-tDK9LLHwIE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDK9LLHwIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9LLHwIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9LLHwIE .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDK9LLHwIE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDK9LLHwIE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9LLHwIE .container {
    padding: 0 20px;
  }
  .cid-tDK9LLHwIE .container .row {
    padding: 0;
  }
}
.cid-tDK9LLHwIE .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDK9LLHwIE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDK9LLHwIE .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tDK9LLHwIE .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tDK9LLHwIE .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tDK9LLHwIE .tabs-wrapper {
  display: flex;
  align-items: center;
}
.cid-tDK9LLHwIE .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-tDK9LLHwIE .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  border-radius: 0;
  margin: 20px 0;
  border: none;
  transition: all 0.3s ease-out;
  color: #222222;
  display: inline-flex;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDK9LLHwIE .nav.nav-tabs .nav-item .nav-link {
    margin: 10px 0;
  }
}
.cid-tDK9LLHwIE .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-tDK9LLHwIE .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-tDK9LLHwIE .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-tDK9LLHwIE .nav.nav-tabs .nav-item:hover::before {
  width: 100%;
}
.cid-tDK9LLHwIE .tab-content .tab-pane img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tDK9LLHwIE .tab-content .tab-pane img {
    height: 300px;
  }
}
.cid-tDK9LLHwIE .tab-content .tab-pane .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDK9LLHwIE .mbr-section-title {
  color: #222222;
}
.cid-tDK9LLHwIE .mbr-section-title,
.cid-tDK9LLHwIE .nav-item {
  text-align: center;
}
.cid-tDK9LNobte {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK9LNobte .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9LNobte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9LNobte .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK9LNobte .panel-group {
  border: none;
}
.cid-tDK9LNobte .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK9LNobte .panel-body,
.cid-tDK9LNobte .card-header {
  padding: 1rem 0;
}
.cid-tDK9LNobte .panel-title-edit {
  color: #000000;
}
.cid-tDK9LNobte .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK9LP5Age {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDK9LP5Age .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9LP5Age .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9LP5Age .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c37b0;
  margin-left: 1rem;
}
.cid-tDK9LP5Age .panel-group {
  border: none;
}
.cid-tDK9LP5Age .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tDK9LP5Age .panel-body,
.cid-tDK9LP5Age .card-header {
  padding: 1rem 0;
}
.cid-tDK9LP5Age .panel-title-edit {
  color: #000000;
}
.cid-tDK9LP5Age .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tDK9LQKQAv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDK9LQKQAv img,
.cid-tDK9LQKQAv .item-img {
  width: 100%;
}
.cid-tDK9LQKQAv .item:focus,
.cid-tDK9LQKQAv span:focus {
  outline: none;
}
.cid-tDK9LQKQAv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDK9LQKQAv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDK9LQKQAv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDK9LQKQAv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDK9LQKQAv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDK9LQKQAv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDK9LQKQAv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDK9LQKQAv .mbr-section-title {
  color: #232323;
}
.cid-tDK9LQKQAv .mbr-text,
.cid-tDK9LQKQAv .mbr-section-btn {
  text-align: left;
}
.cid-tDK9LQKQAv .item-title {
  text-align: left;
}
.cid-tDK9LQKQAv .item-subtitle {
  text-align: left;
}
.cid-tDK9LSjX3c {
  z-index: 1000;
  width: 100%;
}
.cid-tDK9LSjX3c .navbar-dropdown {
  background: rgba(241, 242, 244, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tDK9LSjX3c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(241, 242, 244, 0.6) !important;
  background: #f1f2f4;
}
.cid-tDK9LSjX3c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDK9LSjX3c .menu_box .navbar.opened,
  .cid-tDK9LSjX3c .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDK9LSjX3c nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDK9LSjX3c .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK9LSjX3c .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDK9LSjX3c .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDK9LSjX3c .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDK9LSjX3c .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDK9LSjX3c .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDK9LSjX3c .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #bbbbbb;
  }
  .cid-tDK9LSjX3c .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDK9LSjX3c .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDK9LSjX3c .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDK9LSjX3c .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDK9LSjX3c .offcanvas-body .mbr-text,
  .cid-tDK9LSjX3c .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDK9LSjX3c .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDK9LSjX3c .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDK9LSjX3c .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tDK9LSjX3c .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDK9LSjX3c .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDK9LSjX3c .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDK9LSjX3c .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDK9LSjX3c ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDK9LSjX3c .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK9LSjX3c .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-tDK9LSjX3c .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDK9LSjX3c li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tDK9LSjX3c .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDK9LSjX3c .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDK9LSjX3c .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDK9LSjX3c .nav-item {
    margin: 0 !important;
  }
}
.cid-tDK9LSjX3c .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDK9LSjX3c .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tDK9LSjX3c .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDK9LSjX3c .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDK9LSjX3c .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-tDK9LSjX3c .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDK9LSjX3c .offcanvas_box {
    display: none;
  }
}
.cid-tDK9LSjX3c .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tDK9LSjX3c .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDK9LSjX3c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tDK9LSjX3c .container {
  display: flex;
  margin: auto;
}
.cid-tDK9LSjX3c .iconfont-wrapper {
  color: #495dff;
  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-tDK9LSjX3c .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDK9LSjX3c .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tDK9LSjX3c .navbar-caption {
  color: #495DFF;
}
.cid-tDK9LSjX3c .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDK9LSjX3c .navbar-nav {
    margin: 0;
  }
}
.cid-tDK9LSjX3c .dropdown-menu,
.cid-tDK9LSjX3c .navbar.opened {
  background-color: true !important;
}
.cid-tDK9LSjX3c .nav-item:focus,
.cid-tDK9LSjX3c .nav-link:focus {
  outline: none;
}
.cid-tDK9LSjX3c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDK9LSjX3c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDK9LSjX3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDK9LSjX3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDK9LSjX3c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDK9LSjX3c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDK9LSjX3c .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tDK9LSjX3c .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tDK9LSjX3c .navbar.opened {
  transition: all 0.3s;
}
.cid-tDK9LSjX3c .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDK9LSjX3c .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tDK9LSjX3c .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDK9LSjX3c .navbar.collapsed {
  justify-content: center;
}
.cid-tDK9LSjX3c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDK9LSjX3c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDK9LSjX3c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDK9LSjX3c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDK9LSjX3c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDK9LSjX3c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDK9LSjX3c .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDK9LSjX3c .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDK9LSjX3c .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDK9LSjX3c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDK9LSjX3c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDK9LSjX3c .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDK9LSjX3c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDK9LSjX3c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tDK9LSjX3c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDK9LSjX3c .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDK9LSjX3c .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDK9LSjX3c .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDK9LSjX3c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDK9LSjX3c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDK9LSjX3c .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDK9LSjX3c .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDK9LSjX3c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDK9LSjX3c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDK9LSjX3c .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-tDK9LSjX3c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tDK9LSjX3c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDK9LSjX3c .dropdown-item.active,
.cid-tDK9LSjX3c .dropdown-item:active {
  background-color: transparent;
}
.cid-tDK9LSjX3c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDK9LSjX3c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDK9LSjX3c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDK9LSjX3c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDK9LSjX3c ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDK9LSjX3c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDK9LSjX3c button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tDK9LSjX3c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tDK9LSjX3c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDK9LSjX3c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK9LSjX3c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK9LSjX3c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDK9LSjX3c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK9LSjX3c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDK9LSjX3c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDK9LSjX3c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK9LSjX3c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDK9LSjX3c .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-tDK9LSjX3c .navbar {
    height: 70px;
  }
  .cid-tDK9LSjX3c .navbar.opened {
    height: auto;
  }
  .cid-tDK9LSjX3c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDK9LSjX3c .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDK9LSjX3c .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tDK9LSjX3c .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tDK9LSjX3c .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tDK9LSjX3c .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tDK9LSjX3c .navbar-caption:hover {
  color: #1c37b0;
}
@media (min-width: 992px) {
  .cid-tDK9LSjX3c .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tDK9LSjX3c .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDK9LSjX3c .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tDK9LSjX3c .text_widget {
  color: #ffffff;
}
.cid-tDK9LSjX3c .mbr-section-subtitle,
.cid-tDK9LSjX3c .text_widget,
.cid-tDK9LSjX3c .mbr-section-btn {
  text-align: center;
}
.cid-tDK9LSjX3c a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDK9LUdmof {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.png");
}
.cid-tDK9LUdmof .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK9LUdmof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK9LUdmof .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDK9LUdmof .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDK9LUdmof .container-fluid .row {
  padding: 0;
}
.cid-tDK9LUdmof .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDK9LUdmof .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tDK9LUdmof .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tDK9LUdmof .list .item-wrap:hover {
  opacity: .5;
}
.cid-tDK9LUdmof .mbr-section-btn {
  width: 100%;
}
.cid-tDK9LUdmof .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tDK9LUdmof .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tDK9LUdmof .copyright {
    padding: 32px 0;
  }
}
.cid-tDK9LUdmof .mbr-section-title {
  color: #495DFF;
}
