body {
  font-family: 'Jost', sans-serif;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.53125rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.9rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.5375rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.875rem 1.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f15d22 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #414142 !important;
}
.bg-warning {
  background-color: #e5e5e5 !important;
}
.bg-danger {
  background-color: #5e5e5e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f15d22 !important;
  border-color: #f15d22 !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: #b13a0b !important;
  border-color: #b13a0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary .btn-success:hover {
  background-color: #f15d22;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b13a0b !important;
  border-color: #b13a0b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d2d3d5 !important;
  border-color: #d2d3d5 !important;
  color: #515357 !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: #a5a7ab !important;
  border-color: #a5a7ab !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary .btn-success:hover {
  background-color: #f15d22;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #515357 !important;
  background-color: #a5a7ab !important;
  border-color: #a5a7ab !important;
}
.btn-info,
.btn-info:active {
  background-color: #414142 !important;
  border-color: #414142 !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: #161616 !important;
  border-color: #161616 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info .btn-success:hover {
  background-color: #f15d22;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success .btn-success:hover {
  background-color: #f15d22;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #bababa !important;
  border-color: #bababa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning .btn-success:hover {
  background-color: #f15d22;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #666666 !important;
  background-color: #bababa !important;
  border-color: #bababa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5e5e5e !important;
  border-color: #5e5e5e !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: #333333 !important;
  border-color: #333333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger .btn-success:hover {
  background-color: #f15d22;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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 .btn-success:hover {
  background-color: #f15d22;
}
.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 .btn-success:hover {
  background-color: #f15d22;
}
.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: #f15d22;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b13a0b !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: #f15d22 !important;
  border-color: #f15d22 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d2d3d5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a5a7ab !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #515357 !important;
  background-color: #d2d3d5 !important;
  border-color: #d2d3d5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #414142;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #161616 !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: #414142 !important;
  border-color: #414142 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5e5e5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bababa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5e5e5e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #333333 !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: #5e5e5e !important;
  border-color: #5e5e5e !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: #f15d22 !important;
}
.text-secondary {
  color: #d2d3d5 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #414142 !important;
}
.text-warning {
  color: #e5e5e5 !important;
}
.text-danger {
  color: #5e5e5e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a3360a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9d9fa4 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffffff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0e0e0f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b2b2b2 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2b2b2b !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: #f15d22;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #414142;
}
.alert-warning {
  background-color: #e5e5e5;
}
.alert-danger {
  background-color: #5e5e5e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f15d22;
  border-color: #f15d22;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f15d22;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdeae2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b4b4b5;
}
.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: #9e9e9e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f15d22 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f15d22;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f15d22;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f15d22;
}
.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: #f15d22;
  border-bottom-color: #f15d22;
}
.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: #f15d22 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d2d3d5 !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='%23f15d22' %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;
  font-weight: 500;
}
.btn {
  margin: 0;
}
body {
  font-family: Jost;
}
p {
  margin-bottom: 0;
}
.btn.btn-success:hover {
  background-color: #f15d22 !important;
  transition: all 0.2s ease-in-out;
  border-color: #f15d22 !important;
}
.btn.btn-success {
  border: none !important;
}
.cid-sBkU92aDp1 .navbar-dropdown {
  position: relative !important;
}
.cid-sBkU92aDp1 .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-sBkU92aDp1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sBkU92aDp1 .dropdown-item:hover,
.cid-sBkU92aDp1 .dropdown-item:focus {
  color: #f15d22 !important;
}
.cid-sBkU92aDp1 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sBkU92aDp1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBkU92aDp1 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sBkU92aDp1 .container {
  display: flex;
  margin: auto;
}
.cid-sBkU92aDp1 .iconfont-wrapper {
  color: #32383f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBkU92aDp1 .dropdown-menu,
.cid-sBkU92aDp1 .navbar.opened {
  background: #ffffff !important;
}
.cid-sBkU92aDp1 .nav-item:focus,
.cid-sBkU92aDp1 .nav-link:focus {
  outline: none;
}
.cid-sBkU92aDp1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBkU92aDp1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBkU92aDp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBkU92aDp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBkU92aDp1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBkU92aDp1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBkU92aDp1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sBkU92aDp1 .navbar.opened {
  transition: all 0.3s;
}
.cid-sBkU92aDp1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBkU92aDp1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sBkU92aDp1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBkU92aDp1 .navbar.collapsed {
  justify-content: center;
}
.cid-sBkU92aDp1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBkU92aDp1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBkU92aDp1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-sBkU92aDp1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBkU92aDp1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBkU92aDp1 .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-sBkU92aDp1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBkU92aDp1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBkU92aDp1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBkU92aDp1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBkU92aDp1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBkU92aDp1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBkU92aDp1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBkU92aDp1 .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-sBkU92aDp1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBkU92aDp1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBkU92aDp1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBkU92aDp1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBkU92aDp1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBkU92aDp1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBkU92aDp1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBkU92aDp1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBkU92aDp1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBkU92aDp1 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBkU92aDp1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBkU92aDp1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBkU92aDp1 .dropdown-item.active,
.cid-sBkU92aDp1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sBkU92aDp1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBkU92aDp1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBkU92aDp1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBkU92aDp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBkU92aDp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBkU92aDp1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBkU92aDp1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBkU92aDp1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBkU92aDp1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBkU92aDp1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef4e42;
}
.cid-sBkU92aDp1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBkU92aDp1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBkU92aDp1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBkU92aDp1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBkU92aDp1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBkU92aDp1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBkU92aDp1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBkU92aDp1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBkU92aDp1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sBkU92aDp1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBkU92aDp1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBkU92aDp1 .navbar {
    height: 70px;
  }
  .cid-sBkU92aDp1 .navbar.opened {
    height: auto;
  }
  .cid-sBkU92aDp1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBkU92aDp1 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sBkU92aDp1 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sBkU92aDp1 a {
  display: inline;
  font-weight: bold;
}
.cid-sBkU92aDp1 img {
  display: inline;
  padding-right: 10px;
}
.cid-sBkU92aDp1 .dropdown-toggle:after {
  display: none;
}
.cid-sBkU92aDp1 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sBkU92aDp1 .dropdown-item:hover {
  color: #e5e5e5 !important;
}
@media (max-width: 990px) {
  .cid-sBkU92aDp1 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sBkU92aDp1 .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sBkU92aDp1 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBkU92aDp1 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sBkU92aDp1 .btn {
  display: inline !important;
}
.cid-sBkU92aDp1 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sBkU92aDp1 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sBkU92aDp1 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sBkU92aDp1 .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sBkU92aDp1 .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sZKTikumbO {
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-sZKTikumbO .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-sZKTikumbO .mbr-section-title {
  color: #414142;
}
.cid-sZKTikumbO .mbr-section-title span {
  color: #ffbc00;
}
.cid-sZKTikumbO .mbr-text {
  color: #32383f;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sZKTikumbO .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sZKTikumbO .mbr-section-subtitle {
  color: #32383f;
}
.cid-tx8Khclp1Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tx8Khclp1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx8Khclp1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx8Khclp1Z .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tx8Khclp1Z .main-wrap {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tx8Khclp1Z .card-col {
  height: 100%;
  padding: 0;
}
.cid-tx8Khclp1Z .card-wrapper {
  position: sticky;
  top: 120px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tx8Khclp1Z .card-wrapper {
    position: relative;
    top: 0;
  }
}
.cid-tx8Khclp1Z .card-title {
  padding-bottom: 16px;
  color: #000000;
}
.cid-tx8Khclp1Z .mbr-text {
  margin-top: 0;
  margin-bottom: 10px;
  color: #747474;
}
.cid-tx8Khclp1Z .mbr-section-btn {
  margin-top: 20px;
}
.cid-tx8Khclp1Z .images-wrap {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tx8Khclp1Z .images-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cid-tx8Khclp1Z .images-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-tx8Khclp1Z .image-wrapper {
  max-width: 100%;
  width: 100%;
}
.cid-tx8Khclp1Z .image-wrapper img {
  aspect-ratio: 0.9380863;
  width: 100%;
  object-fit: cover;
}
.cid-tx8Khclp1Z .mbr-text,
.cid-tx8Khclp1Z .mbr-section-btn {
  color: #000000;
}
.cid-txbIq3VIBH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f15d22;
}
.cid-txbIq3VIBH .mbr-section-title {
  color: #ffffff;
}
.cid-txbIq3VIBH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txbIq3VIBH .line {
  background: #f15d22;
  height: 1px;
  width: 100%;
  margin-top: 2rem;
}
.cid-txbIq3VIBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-txbIq3VIBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txcegnRgYz {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-txcegnRgYz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-txcegnRgYz .row {
  flex-direction: row-reverse;
}
.cid-txcegnRgYz img {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-txcegnRgYz .top {
    padding-top: 20px;
  }
}
.cid-tx8IQKtR9n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mishbeconnect-btm3.png");
}
.cid-tx8IQKtR9n .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tx8IQKtR9n .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tx8IQKtR9n .row {
  align-items: center;
  height: 100%;
}
.cid-tx8IwvcciG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #32383f;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tx8IwvcciG .section-border-item {
  background-color: #fcdb42;
}
.cid-tx8IwvcciG .mbr-text {
  color: #FFFFFF;
}
.cid-tx2QIdcoEd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-tx2QIdcoEd .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tx2QIdcoEd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tx2QIdcoEd .row {
  align-items: center;
  height: 100%;
}
.cid-sZLcAXSsdC .navbar-dropdown {
  position: relative !important;
}
.cid-sZLcAXSsdC .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-sZLcAXSsdC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sZLcAXSsdC .dropdown-item:hover,
.cid-sZLcAXSsdC .dropdown-item:focus {
  color: #f15d22 !important;
}
.cid-sZLcAXSsdC .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sZLcAXSsdC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZLcAXSsdC .nav-link {
  position: relative;
  padding: 0;
}
.cid-sZLcAXSsdC .container {
  display: flex;
  margin: auto;
}
.cid-sZLcAXSsdC .iconfont-wrapper {
  color: #32383f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZLcAXSsdC .dropdown-menu,
.cid-sZLcAXSsdC .navbar.opened {
  background: #ffffff !important;
}
.cid-sZLcAXSsdC .nav-item:focus,
.cid-sZLcAXSsdC .nav-link:focus {
  outline: none;
}
.cid-sZLcAXSsdC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZLcAXSsdC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZLcAXSsdC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZLcAXSsdC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZLcAXSsdC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZLcAXSsdC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZLcAXSsdC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sZLcAXSsdC .navbar.opened {
  transition: all 0.3s;
}
.cid-sZLcAXSsdC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZLcAXSsdC .navbar .navbar-logo img {
  width: auto;
}
.cid-sZLcAXSsdC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZLcAXSsdC .navbar.collapsed {
  justify-content: center;
}
.cid-sZLcAXSsdC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZLcAXSsdC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZLcAXSsdC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-sZLcAXSsdC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZLcAXSsdC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZLcAXSsdC .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-sZLcAXSsdC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZLcAXSsdC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZLcAXSsdC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZLcAXSsdC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZLcAXSsdC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZLcAXSsdC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZLcAXSsdC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZLcAXSsdC .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-sZLcAXSsdC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZLcAXSsdC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZLcAXSsdC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZLcAXSsdC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZLcAXSsdC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZLcAXSsdC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZLcAXSsdC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZLcAXSsdC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZLcAXSsdC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZLcAXSsdC .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZLcAXSsdC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZLcAXSsdC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZLcAXSsdC .dropdown-item.active,
.cid-sZLcAXSsdC .dropdown-item:active {
  background-color: transparent;
}
.cid-sZLcAXSsdC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZLcAXSsdC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZLcAXSsdC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZLcAXSsdC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZLcAXSsdC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZLcAXSsdC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZLcAXSsdC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZLcAXSsdC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZLcAXSsdC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZLcAXSsdC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef4e42;
}
.cid-sZLcAXSsdC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZLcAXSsdC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZLcAXSsdC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZLcAXSsdC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZLcAXSsdC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZLcAXSsdC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZLcAXSsdC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZLcAXSsdC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZLcAXSsdC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZLcAXSsdC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZLcAXSsdC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sZLcAXSsdC .navbar {
    height: 70px;
  }
  .cid-sZLcAXSsdC .navbar.opened {
    height: auto;
  }
  .cid-sZLcAXSsdC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZLcAXSsdC .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sZLcAXSsdC .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sZLcAXSsdC a {
  display: inline;
  font-weight: bold;
}
.cid-sZLcAXSsdC img {
  display: inline;
  padding-right: 10px;
}
.cid-sZLcAXSsdC .dropdown-toggle:after {
  display: none;
}
.cid-sZLcAXSsdC .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sZLcAXSsdC .dropdown-item:hover {
  color: #e5e5e5 !important;
}
@media (max-width: 990px) {
  .cid-sZLcAXSsdC .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sZLcAXSsdC .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sZLcAXSsdC .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sZLcAXSsdC .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sZLcAXSsdC .btn {
  display: inline !important;
}
.cid-sZLcAXSsdC .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sZLcAXSsdC .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sZLcAXSsdC .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sZLcAXSsdC .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sZLcAXSsdC .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tx5n7g1q7K {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tx5n7g1q7K .card-subtitle {
  margin: 0;
}
.cid-tx5n7g1q7K .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-tx5n7g1q7K .card {
  padding: 0.5rem;
}
.cid-tx5n7g1q7K img {
  object-fit: cover;
  height: 100%;
}
.cid-tx5n7g1q7K h4 {
  margin: 0;
}
.cid-tx5n7g1q7K .card-img {
  height: 550px;
}
.cid-tx5n7g1q7K h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tx5n7g1q7K h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-tx5n7g1q7K .card-img {
    height: 350px;
  }
}
.cid-tx5n7g1q7K H1 {
  color: #f15d14;
}
.cid-tx5n7g1q7K .mbr-section-subtitle,
.cid-tx5n7g1q7K .title-align {
  color: #ef4e42;
}
.cid-tx2SzyznOC {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tx2SzyznOC .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-tx2SzyznOC .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 8px;
}
.cid-tx2SzyznOC .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-tx2SzyznOC .mbr-text {
  color: #000000;
  opacity: 0.8;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}
.cid-tx2SzyznOC .mbr-section-btn {
  margin-top: 20px;
}
.cid-tx2SzyznOC .mbr-section-btn .btn-secondary:hover,
.cid-tx2SzyznOC .mbr-section-btn .btn-primary:hover {
  color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-tx2SzyznOC .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 45px;
}
.cid-tx2SzyznOC .mbr-section-btn .btn:before {
  display: none;
}
.cid-tx2SzyznOC .mbr-section-btn .btn:hover:before {
  display: none;
}
@media (max-width: 767px) {
  .cid-tx2SzyznOC .image-wrapper {
    margin-top: 40px;
  }
}
.cid-tx2SzyznOC .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tx2SzyznOC .image-wrapper img {
    padding-right: 5%;
  }
}
.cid-tx2SzyznOC .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
  margin-top: 16px;
  width: 100%;
}
.cid-tx2SzyznOC .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.cid-tx2SzyznOC .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tx2SzyznOC .icon-wrapper span {
  color: #0066ff;
  font-size: 13px;
}
.cid-tx2SzyznOC .list-item-text {
  flex-grow: 1;
  color: #0B3C6A;
}
.cid-tx2SzyznOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx2SzyznOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx8JsWdaQV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mishbeconnect-btm3.png");
}
.cid-tx8JsWdaQV .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tx8JsWdaQV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tx8JsWdaQV .row {
  align-items: center;
  height: 100%;
}
.cid-tx8IwvcciG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #32383f;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tx8IwvcciG .section-border-item {
  background-color: #fcdb42;
}
.cid-tx8IwvcciG .mbr-text {
  color: #FFFFFF;
}
.cid-tx2VFpJHQB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-tx2VFpJHQB .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tx2VFpJHQB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tx2VFpJHQB .row {
  align-items: center;
  height: 100%;
}
.cid-tx2VFqCDWe .navbar-dropdown {
  position: relative !important;
}
.cid-tx2VFqCDWe .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-tx2VFqCDWe .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tx2VFqCDWe .dropdown-item:hover,
.cid-tx2VFqCDWe .dropdown-item:focus {
  color: #f15d22 !important;
}
.cid-tx2VFqCDWe .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tx2VFqCDWe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tx2VFqCDWe .nav-link {
  position: relative;
  padding: 0;
}
.cid-tx2VFqCDWe .container {
  display: flex;
  margin: auto;
}
.cid-tx2VFqCDWe .iconfont-wrapper {
  color: #32383f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tx2VFqCDWe .dropdown-menu,
.cid-tx2VFqCDWe .navbar.opened {
  background: #ffffff !important;
}
.cid-tx2VFqCDWe .nav-item:focus,
.cid-tx2VFqCDWe .nav-link:focus {
  outline: none;
}
.cid-tx2VFqCDWe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tx2VFqCDWe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tx2VFqCDWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tx2VFqCDWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tx2VFqCDWe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tx2VFqCDWe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tx2VFqCDWe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tx2VFqCDWe .navbar.opened {
  transition: all 0.3s;
}
.cid-tx2VFqCDWe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tx2VFqCDWe .navbar .navbar-logo img {
  width: auto;
}
.cid-tx2VFqCDWe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tx2VFqCDWe .navbar.collapsed {
  justify-content: center;
}
.cid-tx2VFqCDWe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tx2VFqCDWe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tx2VFqCDWe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tx2VFqCDWe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tx2VFqCDWe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tx2VFqCDWe .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-tx2VFqCDWe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tx2VFqCDWe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tx2VFqCDWe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tx2VFqCDWe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tx2VFqCDWe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tx2VFqCDWe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tx2VFqCDWe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tx2VFqCDWe .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-tx2VFqCDWe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tx2VFqCDWe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tx2VFqCDWe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tx2VFqCDWe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tx2VFqCDWe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tx2VFqCDWe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tx2VFqCDWe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tx2VFqCDWe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tx2VFqCDWe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tx2VFqCDWe .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tx2VFqCDWe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tx2VFqCDWe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tx2VFqCDWe .dropdown-item.active,
.cid-tx2VFqCDWe .dropdown-item:active {
  background-color: transparent;
}
.cid-tx2VFqCDWe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tx2VFqCDWe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tx2VFqCDWe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tx2VFqCDWe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tx2VFqCDWe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tx2VFqCDWe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tx2VFqCDWe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tx2VFqCDWe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tx2VFqCDWe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tx2VFqCDWe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef4e42;
}
.cid-tx2VFqCDWe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tx2VFqCDWe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx2VFqCDWe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx2VFqCDWe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tx2VFqCDWe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx2VFqCDWe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tx2VFqCDWe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tx2VFqCDWe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx2VFqCDWe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tx2VFqCDWe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tx2VFqCDWe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tx2VFqCDWe .navbar {
    height: 70px;
  }
  .cid-tx2VFqCDWe .navbar.opened {
    height: auto;
  }
  .cid-tx2VFqCDWe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tx2VFqCDWe .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tx2VFqCDWe .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tx2VFqCDWe a {
  display: inline;
  font-weight: bold;
}
.cid-tx2VFqCDWe img {
  display: inline;
  padding-right: 10px;
}
.cid-tx2VFqCDWe .dropdown-toggle:after {
  display: none;
}
.cid-tx2VFqCDWe .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tx2VFqCDWe .dropdown-item:hover {
  color: #e5e5e5 !important;
}
@media (max-width: 990px) {
  .cid-tx2VFqCDWe .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tx2VFqCDWe .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-tx2VFqCDWe .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-tx2VFqCDWe .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tx2VFqCDWe .btn {
  display: inline !important;
}
.cid-tx2VFqCDWe .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tx2VFqCDWe .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tx2VFqCDWe .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tx2VFqCDWe .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tx2VFqCDWe .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tx5njywVmk {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tx5njywVmk .card-subtitle {
  margin: 0;
}
.cid-tx5njywVmk .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-tx5njywVmk .card {
  padding: 0.5rem;
}
.cid-tx5njywVmk img {
  object-fit: cover;
  height: 100%;
}
.cid-tx5njywVmk h4 {
  margin: 0;
}
.cid-tx5njywVmk .card-img {
  height: 550px;
}
.cid-tx5njywVmk h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tx5njywVmk h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-tx5njywVmk .card-img {
    height: 350px;
  }
}
.cid-tx5njywVmk H1 {
  color: #f15d14;
}
.cid-tx5njywVmk .mbr-section-subtitle,
.cid-tx5njywVmk .title-align {
  color: #ef4e42;
}
.cid-tx2X9msrNb {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tx2X9msrNb .date {
  margin: 67px 0 14px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-tx2X9msrNb .mbr-section-title {
  color: #000000;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-tx2X9msrNb .link {
  margin-top: 22px;
}
.cid-tx2X9msrNb .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-tx2X9msrNb .header {
    margin-bottom: 20px;
  }
  .cid-tx2X9msrNb .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-tx2X9msrNb .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-tx2X9msrNb .link {
    margin-bottom: 40px;
  }
}
.cid-tx2X9msrNb .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-tx2X9msrNb .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-tx2X9msrNb .part {
  align-items: start;
}
.cid-tx2X9msrNb H3 {
  text-align: center;
}
.cid-tx2X9msrNb a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tx2X9msrNb rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tx2X9msrNb .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tx2X9msrNb svg {
  margin-left: 15px;
}
.cid-tx2X9msrNb path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tx2X9msrNb .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tx2X9msrNb .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tx2X9msrNb .card-heading,
.cid-tx2X9msrNb .link {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-tx2X9msrNb .top {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tx2X9msrNb .top1 {
    padding-top: 60px;
  }
}
.cid-tx2X9msrNb .link a {
  background-image: none !important;
}
.cid-tx2X9msrNb .item-title {
  text-align: center;
}
.cid-tx8JyQjDRR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mishbeconnect-btm3.png");
}
.cid-tx8JyQjDRR .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tx8JyQjDRR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tx8JyQjDRR .row {
  align-items: center;
  height: 100%;
}
.cid-tx8IwvcciG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #32383f;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tx8IwvcciG .section-border-item {
  background-color: #fcdb42;
}
.cid-tx8IwvcciG .mbr-text {
  color: #FFFFFF;
}
.cid-tx5kSRDJYK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-tx5kSRDJYK .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tx5kSRDJYK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tx5kSRDJYK .row {
  align-items: center;
  height: 100%;
}
.cid-tx5kSSk5e8 .navbar-dropdown {
  position: relative !important;
}
.cid-tx5kSSk5e8 .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-tx5kSSk5e8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tx5kSSk5e8 .dropdown-item:hover,
.cid-tx5kSSk5e8 .dropdown-item:focus {
  color: #f15d22 !important;
}
.cid-tx5kSSk5e8 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tx5kSSk5e8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tx5kSSk5e8 .nav-link {
  position: relative;
  padding: 0;
}
.cid-tx5kSSk5e8 .container {
  display: flex;
  margin: auto;
}
.cid-tx5kSSk5e8 .iconfont-wrapper {
  color: #32383f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tx5kSSk5e8 .dropdown-menu,
.cid-tx5kSSk5e8 .navbar.opened {
  background: #ffffff !important;
}
.cid-tx5kSSk5e8 .nav-item:focus,
.cid-tx5kSSk5e8 .nav-link:focus {
  outline: none;
}
.cid-tx5kSSk5e8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tx5kSSk5e8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tx5kSSk5e8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tx5kSSk5e8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tx5kSSk5e8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tx5kSSk5e8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tx5kSSk5e8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tx5kSSk5e8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tx5kSSk5e8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tx5kSSk5e8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tx5kSSk5e8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tx5kSSk5e8 .navbar.collapsed {
  justify-content: center;
}
.cid-tx5kSSk5e8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tx5kSSk5e8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tx5kSSk5e8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tx5kSSk5e8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tx5kSSk5e8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tx5kSSk5e8 .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-tx5kSSk5e8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tx5kSSk5e8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tx5kSSk5e8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tx5kSSk5e8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tx5kSSk5e8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tx5kSSk5e8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tx5kSSk5e8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tx5kSSk5e8 .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-tx5kSSk5e8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tx5kSSk5e8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tx5kSSk5e8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tx5kSSk5e8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tx5kSSk5e8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tx5kSSk5e8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tx5kSSk5e8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tx5kSSk5e8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tx5kSSk5e8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tx5kSSk5e8 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tx5kSSk5e8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tx5kSSk5e8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tx5kSSk5e8 .dropdown-item.active,
.cid-tx5kSSk5e8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tx5kSSk5e8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tx5kSSk5e8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tx5kSSk5e8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tx5kSSk5e8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tx5kSSk5e8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tx5kSSk5e8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tx5kSSk5e8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tx5kSSk5e8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tx5kSSk5e8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tx5kSSk5e8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef4e42;
}
.cid-tx5kSSk5e8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tx5kSSk5e8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx5kSSk5e8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx5kSSk5e8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tx5kSSk5e8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx5kSSk5e8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tx5kSSk5e8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tx5kSSk5e8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx5kSSk5e8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tx5kSSk5e8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tx5kSSk5e8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tx5kSSk5e8 .navbar {
    height: 70px;
  }
  .cid-tx5kSSk5e8 .navbar.opened {
    height: auto;
  }
  .cid-tx5kSSk5e8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tx5kSSk5e8 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tx5kSSk5e8 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tx5kSSk5e8 a {
  display: inline;
  font-weight: bold;
}
.cid-tx5kSSk5e8 img {
  display: inline;
  padding-right: 10px;
}
.cid-tx5kSSk5e8 .dropdown-toggle:after {
  display: none;
}
.cid-tx5kSSk5e8 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tx5kSSk5e8 .dropdown-item:hover {
  color: #e5e5e5 !important;
}
@media (max-width: 990px) {
  .cid-tx5kSSk5e8 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tx5kSSk5e8 .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-tx5kSSk5e8 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-tx5kSSk5e8 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tx5kSSk5e8 .btn {
  display: inline !important;
}
.cid-tx5kSSk5e8 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tx5kSSk5e8 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tx5kSSk5e8 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tx5kSSk5e8 .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tx5kSSk5e8 .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tx5lMyI4Hf {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tx5lMyI4Hf .card-subtitle {
  margin: 0;
}
.cid-tx5lMyI4Hf .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-tx5lMyI4Hf .card {
  padding: 0.5rem;
}
.cid-tx5lMyI4Hf img {
  object-fit: cover;
  height: 100%;
}
.cid-tx5lMyI4Hf h4 {
  margin: 0;
}
.cid-tx5lMyI4Hf .card-img {
  height: 550px;
}
.cid-tx5lMyI4Hf h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tx5lMyI4Hf h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-tx5lMyI4Hf .card-img {
    height: 350px;
  }
}
.cid-tx5lMyI4Hf H1 {
  color: #ef4e42;
}
.cid-tx5lMyI4Hf .mbr-section-subtitle,
.cid-tx5lMyI4Hf .title-align {
  color: #ef4e42;
}
.cid-tx5oZnYq3m {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tx5oZnYq3m .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tx5oZnYq3m .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tx5oZnYq3m .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tx5oZnYq3m .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tx5oZnYq3m .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tx5oZnYq3m .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tx5oZnYq3m .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tx5oZnYq3m .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tx5oZnYq3m .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tx5oZnYq3m .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tx5oZnYq3m .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tx5oZnYq3m .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tx5oZnYq3m .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tx5oZnYq3m .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tx5oZnYq3m .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tx5oZnYq3m .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tx5oZnYq3m .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tx5oZnYq3m .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tx5oZnYq3m .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tx8JFCB42A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mishbeconnect-btm3.png");
}
.cid-tx8JFCB42A .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tx8JFCB42A .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tx8JFCB42A .row {
  align-items: center;
  height: 100%;
}
.cid-tx8IwvcciG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #32383f;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tx8IwvcciG .section-border-item {
  background-color: #fcdb42;
}
.cid-tx8IwvcciG .mbr-text {
  color: #FFFFFF;
}
.cid-tx5qvo0aKW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-tx5qvo0aKW .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tx5qvo0aKW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tx5qvo0aKW .row {
  align-items: center;
  height: 100%;
}
.cid-tx5qvoL27o .navbar-dropdown {
  position: relative !important;
}
.cid-tx5qvoL27o .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-tx5qvoL27o .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tx5qvoL27o .dropdown-item:hover,
.cid-tx5qvoL27o .dropdown-item:focus {
  color: #f15d22 !important;
}
.cid-tx5qvoL27o .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tx5qvoL27o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tx5qvoL27o .nav-link {
  position: relative;
  padding: 0;
}
.cid-tx5qvoL27o .container {
  display: flex;
  margin: auto;
}
.cid-tx5qvoL27o .iconfont-wrapper {
  color: #32383f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tx5qvoL27o .dropdown-menu,
.cid-tx5qvoL27o .navbar.opened {
  background: #ffffff !important;
}
.cid-tx5qvoL27o .nav-item:focus,
.cid-tx5qvoL27o .nav-link:focus {
  outline: none;
}
.cid-tx5qvoL27o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tx5qvoL27o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tx5qvoL27o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tx5qvoL27o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tx5qvoL27o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tx5qvoL27o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tx5qvoL27o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tx5qvoL27o .navbar.opened {
  transition: all 0.3s;
}
.cid-tx5qvoL27o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tx5qvoL27o .navbar .navbar-logo img {
  width: auto;
}
.cid-tx5qvoL27o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tx5qvoL27o .navbar.collapsed {
  justify-content: center;
}
.cid-tx5qvoL27o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tx5qvoL27o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tx5qvoL27o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tx5qvoL27o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tx5qvoL27o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tx5qvoL27o .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-tx5qvoL27o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tx5qvoL27o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tx5qvoL27o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tx5qvoL27o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tx5qvoL27o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tx5qvoL27o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tx5qvoL27o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tx5qvoL27o .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-tx5qvoL27o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tx5qvoL27o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tx5qvoL27o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tx5qvoL27o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tx5qvoL27o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tx5qvoL27o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tx5qvoL27o .navbar.navbar-short {
  min-height: 60px;
}
.cid-tx5qvoL27o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tx5qvoL27o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tx5qvoL27o .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tx5qvoL27o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tx5qvoL27o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tx5qvoL27o .dropdown-item.active,
.cid-tx5qvoL27o .dropdown-item:active {
  background-color: transparent;
}
.cid-tx5qvoL27o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tx5qvoL27o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tx5qvoL27o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tx5qvoL27o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tx5qvoL27o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tx5qvoL27o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tx5qvoL27o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tx5qvoL27o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tx5qvoL27o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tx5qvoL27o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef4e42;
}
.cid-tx5qvoL27o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tx5qvoL27o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx5qvoL27o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx5qvoL27o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tx5qvoL27o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx5qvoL27o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tx5qvoL27o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tx5qvoL27o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx5qvoL27o .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tx5qvoL27o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tx5qvoL27o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tx5qvoL27o .navbar {
    height: 70px;
  }
  .cid-tx5qvoL27o .navbar.opened {
    height: auto;
  }
  .cid-tx5qvoL27o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tx5qvoL27o .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tx5qvoL27o .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tx5qvoL27o a {
  display: inline;
  font-weight: bold;
}
.cid-tx5qvoL27o img {
  display: inline;
  padding-right: 10px;
}
.cid-tx5qvoL27o .dropdown-toggle:after {
  display: none;
}
.cid-tx5qvoL27o .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tx5qvoL27o .dropdown-item:hover {
  color: #e5e5e5 !important;
}
@media (max-width: 990px) {
  .cid-tx5qvoL27o .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tx5qvoL27o .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-tx5qvoL27o .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-tx5qvoL27o .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tx5qvoL27o .btn {
  display: inline !important;
}
.cid-tx5qvoL27o .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tx5qvoL27o .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tx5qvoL27o .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tx5qvoL27o .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tx5qvoL27o .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tx5qvpcGHe {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tx5qvpcGHe .card-subtitle {
  margin: 0;
}
.cid-tx5qvpcGHe .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-tx5qvpcGHe .card {
  padding: 0.5rem;
}
.cid-tx5qvpcGHe img {
  object-fit: cover;
  height: 100%;
}
.cid-tx5qvpcGHe h4 {
  margin: 0;
}
.cid-tx5qvpcGHe .card-img {
  height: 550px;
}
.cid-tx5qvpcGHe h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tx5qvpcGHe h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-tx5qvpcGHe .card-img {
    height: 350px;
  }
}
.cid-tx5qvpcGHe H1 {
  color: #f15d14;
}
.cid-tx5qvpcGHe .mbr-section-subtitle,
.cid-tx5qvpcGHe .title-align {
  color: #ef4e42;
}
.cid-tAm4mYiUBd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAm4mYiUBd .mbr-iconfont-2 {
  color: #354463 !important;
  margin: 0 0.5rem;
}
.cid-tAm4mYiUBd .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #354463;
}
.cid-tAm4mYiUBd .social-list {
  display: flex;
  justify-content: center;
}
.cid-tAm4mYiUBd .card-inner {
  transition: 0.7s;
}
.cid-tAm4mYiUBd .btn {
  margin-left: 0rem;
}
.cid-tAm4mYiUBd .row {
  padding-bottom: 8rem;
}
.cid-tAm4mYiUBd .link {
  margin: 0;
}
.cid-tAm4mYiUBd .card-title {
  position: relative;
}
.cid-tAm4mYiUBd .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-tAm4mYiUBd .card-box {
  position: relative;
}
.cid-tAm4mYiUBd .card-img {
  margin-bottom: 1.5rem;
}
.cid-tAm4mYiUBd .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-tAm4mYiUBd .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tAm4mYiUBd .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tAm4mYiUBd .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tAm1aYtn8S {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tAm1aYtn8S .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tAm1aYtn8S .form1 {
  background: #333333;
  padding: 2rem;
  height: 100%;
}
.cid-tAm1aYtn8S .form-group {
  margin-bottom: 1rem;
}
.cid-tAm1aYtn8S .form-control {
  border: none !important;
  padding: 1rem;
  background: #000000;
  color: #ffffff;
  width: 100%;
}
.cid-tAm1aYtn8S .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tAm1aYtn8S .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tAm1aYtn8S .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tAm1aYtn8S .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tAm1aYtn8S .input-group-btn {
  width: 100%;
}
.cid-tAm1aYtn8S textarea.form-control {
  min-height: 172px;
}
.cid-tAm1aYtn8S .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAm1aYtn8S .form-wrapper {
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAm1aYtn8S .form-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tAm1aYtn8S .form-wrapper {
    margin-left: -130px;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tAm1aYtn8S .form1 {
    padding: 1.5rem;
  }
}
.cid-tAm1aYtn8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAm1aYtn8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx5wPtqymT .google-map {
  height: 25rem;
  position: relative;
}
.cid-tx5wPtqymT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tx5wPtqymT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tx5wPtqymT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tx5wPtqymT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tx8JJrbb2e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mishbeconnect-btm3.png");
}
.cid-tx8JJrbb2e .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tx8JJrbb2e .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tx8JJrbb2e .row {
  align-items: center;
  height: 100%;
}
.cid-tx8IwvcciG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #32383f;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tx8IwvcciG .section-border-item {
  background-color: #fcdb42;
}
.cid-tx8IwvcciG .mbr-text {
  color: #FFFFFF;
}
