.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fc7d00 !important;
}
.bg-success {
  background-color: #008661 !important;
}
.bg-info {
  background-color: #0d41a8 !important;
}
.bg-warning {
  background-color: #cc8400 !important;
}
.bg-danger {
  background-color: #c9000a !important;
}
.btn-primary .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #fc7d00 !important;
  border-color: #fc7d00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff9730 !important;
  border-color: #ff9730 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff9730 !important;
  border-color: #ff9730 !important;
}
.btn-secondary .mbr-iconfont {
  border: 1px solid #757575;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #757575 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #0d41a8 !important;
  border-color: #0d41a8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1153d7 !important;
  border-color: #1153d7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1153d7 !important;
  border-color: #1153d7 !important;
}
.btn-success .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #008661 !important;
  border-color: #008661 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #00b986 !important;
  border-color: #00b986 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #00b986 !important;
  border-color: #00b986 !important;
}
.btn-warning .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc8400 !important;
  border-color: #cc8400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
}
.btn-danger .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #c9000a !important;
  border-color: #c9000a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fc000d !important;
  border-color: #fc000d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fc000d !important;
  border-color: #fc000d !important;
}
.btn-white .mbr-iconfont {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  border: 1px solid #fc7d00;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fc7d00;
  color: #fc7d00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a55200 !important;
  background-color: transparent !important;
  border-color: #a55200 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 1px solid #a55200;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc7d00 !important;
  border-color: #fc7d00 !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 1px solid #f4f4f4;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c9c9c9 !important;
  background-color: transparent !important;
  border-color: #c9c9c9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 1px solid #c9c9c9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-info-outline .mbr-iconfont {
  border: 1px solid #0d41a8;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d41a8;
  color: #0d41a8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #072258 !important;
  background-color: transparent !important;
  border-color: #072258 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 1px solid #072258;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0d41a8 !important;
  border-color: #0d41a8 !important;
}
.btn-success-outline .mbr-iconfont {
  border: 1px solid #008661;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #008661;
  color: #008661;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002f22 !important;
  background-color: transparent !important;
  border-color: #002f22 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 1px solid #002f22;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #008661 !important;
  border-color: #008661 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 1px solid #cc8400;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc8400;
  color: #cc8400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #754c00 !important;
  background-color: transparent !important;
  border-color: #754c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 1px solid #754c00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc8400 !important;
  border-color: #cc8400 !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 1px solid #c9000a;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c9000a;
  color: #c9000a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #720006 !important;
  background-color: transparent !important;
  border-color: #720006 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 1px solid #720006;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c9000a !important;
  border-color: #c9000a !important;
}
.btn-black-outline .mbr-iconfont {
  border: 1px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 1px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 1px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 1px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fc7d00 !important;
}
.text-secondary {
  color: #f4f4f4 !important;
}
.text-success {
  color: #008661 !important;
}
.text-info {
  color: #0d41a8 !important;
}
.text-warning {
  color: #cc8400 !important;
}
.text-danger {
  color: #c9000a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #964a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1c1c1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #002017 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #061c49 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #630005 !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: #fc7d00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0d41a8;
}
.alert-warning {
  background-color: #cc8400;
}
.alert-danger {
  background-color: #c9000a;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fc7d00;
  border-color: #fc7d00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fc7d00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe4c9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #06ffba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #447ef1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffdb99;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff969b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #fc7d00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #fc7d00;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fc7d00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fc7d00;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fc7d00;
  border-bottom-color: #fc7d00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fc7d00 !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: #f4f4f4 !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='%23fc7d00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 17px 26px;
  font-weight: 400;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 100%;
  border: 1px solid inherit;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.embla__button {
  border-radius: 2rem;
}
.item-number {
  border-radius: 1rem;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.item-tag {
  border-radius: 100px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 1rem !important;
  border-radius: 0 !important;
}
.cid-uLkiHvmxr5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLkiHvmxr5 nav.navbar {
  position: fixed;
}
.cid-uLkiHvmxr5 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uLkiHvmxr5 .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-uLkiHvmxr5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLkiHvmxr5 .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400 !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover,
.cid-uLkiHvmxr5 .dropdown-item:focus {
  background: #000000 !important;
  color: #093388 !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover span {
  color: white;
}
.cid-uLkiHvmxr5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLkiHvmxr5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLkiHvmxr5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLkiHvmxr5 .nav-link {
  position: relative;
}
.cid-uLkiHvmxr5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLkiHvmxr5 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLkiHvmxr5 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uLkiHvmxr5 .dropdown-menu,
.cid-uLkiHvmxr5 .navbar.opened {
  background: #000000 !important;
}
.cid-uLkiHvmxr5 .nav-item:focus,
.cid-uLkiHvmxr5 .nav-link:focus {
  outline: none;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLkiHvmxr5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLkiHvmxr5 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLkiHvmxr5 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLkiHvmxr5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLkiHvmxr5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLkiHvmxr5 .navbar.collapsed {
  justify-content: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLkiHvmxr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLkiHvmxr5 .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-uLkiHvmxr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLkiHvmxr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLkiHvmxr5 .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-uLkiHvmxr5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLkiHvmxr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLkiHvmxr5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uLkiHvmxr5 .dropdown-item.active,
.cid-uLkiHvmxr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLkiHvmxr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLkiHvmxr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLkiHvmxr5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLkiHvmxr5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLkiHvmxr5 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLkiHvmxr5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uLkiHvmxr5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLkiHvmxr5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLkiHvmxr5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLkiHvmxr5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLkiHvmxr5 .navbar {
    height: 70px;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    height: auto;
  }
  .cid-uLkiHvmxr5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLkiHvmxr5 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uLkiHvmxr5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLkiHvmxr5 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uLkiHvmxr5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover::after,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uLkiHvmxr5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLkiHvmxr5 .content-wrap {
  min-height: 60px;
}
.cid-uMuXoXOvlH {
  background-image: url("../../../assets/images/mbr-1-1920x1086.jpg");
}
.cid-uMuXoXOvlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMuXoXOvlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuXoXOvlH .card-wrapper {
  padding: 120px 80px;
  background-color: #fc7d00;
}
@media (max-width: 1440px) {
  .cid-uMuXoXOvlH .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMuXoXOvlH .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uMuXoXOvlH .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMuXoXOvlH .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMuXoXOvlH .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.cid-uMuXoXOvlH .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMuXoXOvlH .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMuXoXOvlH .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-uMuXoXOvlH .mbr-section-title {
  color: #19171c;
}
.cid-uMuXoXOvlH .mbr-label,
.cid-uMuXoXOvlH .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMuXoXOvlH .mbr-text,
.cid-uMuXoXOvlH .text-wrapper {
  color: #19171c;
  text-align: left;
}
.cid-uMuXoXOvlH .mbr-section-title,
.cid-uMuXoXOvlH .mbr-section-btn {
  text-align: center;
}
.cid-uMv14bvYT4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMv14bvYT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv14bvYT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv14bvYT4 .content-wrapper {
  padding: 10px;
  border-top: 10px solid #fc7d00;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uMv14bvYT4 .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uMv14bvYT4 .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uMv14bvYT4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMv14bvYT4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMv14bvYT4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMv14bvYT4 .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uMv14bvYT4 .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uMv14bvYT4 .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMv14bvYT4 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uMv14bvYT4 .mbr-section-title {
  color: #000c3f;
}
.cid-uMv14bvYT4 .mbr-text {
  color: #000c3f;
}
.cid-uMv14bvYT4 .mbr-text,
.cid-uMv14bvYT4 .text-wrapper {
  color: #000000;
}
.cid-uMv14bvYT4 .mbr-section-title,
.cid-uMv14bvYT4 .mbr-section-btn {
  color: #000000;
}
.cid-uMv0oisgMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMv0oisgMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv0oisgMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv0oisgMF .row {
  justify-content: space-between;
}
.cid-uMv0oisgMF .card {
  justify-content: center;
}
.cid-uMv0oisgMF .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uMv0oisgMF .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #f47451;
  z-index: 1;
}
.cid-uMv0oisgMF .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uMv0oisgMF .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uMv0oisgMF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMv0oisgMF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMv0oisgMF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMv0oisgMF .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uMv0oisgMF .image-wrapper {
    margin-left: 0;
  }
}
.cid-uMv0oisgMF .image-wrapper img {
  height: 700px;
  border: 20px solid #fc7d00;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMv0oisgMF .image-wrapper img {
    height: 300px;
    border: 10px solid #fc7d00;
  }
}
.cid-uMv0oisgMF .mbr-number {
  color: #000c3f;
}
.cid-uMv0oisgMF .mbr-section-title {
  color: #ffffff;
}
.cid-uMv0oisgMF .mbr-text {
  color: #ffffff;
}
.cid-uMv19oLu9s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMv19oLu9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv19oLu9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv19oLu9s .row {
  justify-content: center;
}
.cid-uMv19oLu9s .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uMv19oLu9s .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uMv19oLu9s .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMv19oLu9s .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uMv19oLu9s .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uMv19oLu9s .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fc7d00;
  opacity: .5;
  pointer-events: none;
}
.cid-uMv19oLu9s .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMv19oLu9s .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uMv19oLu9s .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uMv19oLu9s .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMv19oLu9s .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMv19oLu9s .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uMv19oLu9s .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMv19oLu9s .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uMv19oLu9s .mbr-text,
.cid-uMv19oLu9s .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMv19oLu9s .mbr-section-title,
.cid-uMv19oLu9s .mbr-section-btn {
  text-align: center;
}
.cid-uMv1xyE0Nu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uMv1xyE0Nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv1xyE0Nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv1xyE0Nu .row {
  justify-content: center;
}
.cid-uMv1xyE0Nu .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMv1xyE0Nu .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMv1xyE0Nu .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMv1xyE0Nu .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-uMv1xyE0Nu .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMv1xyE0Nu .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMv1xyE0Nu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMv1xyE0Nu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMv1xyE0Nu .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMv1xyE0Nu .image-wrapper {
    display: block;
  }
}
.cid-uMv1xyE0Nu .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#fc7d00, transparent);
  filter: blur(100px);
}
.cid-uMv1xyE0Nu .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uMv1xyE0Nu .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMv1xyE0Nu .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uMv1xyE0Nu .mbr-label {
  color: #cbff5b;
}
.cid-uMv1xyE0Nu .mbr-section-title {
  color: #ffffff;
}
.cid-uMv1xyE0Nu .mbr-text,
.cid-uMv1xyE0Nu .text-wrapper {
  color: #ffffff;
}
.cid-uMv2HOW2MP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fc7d00;
}
.cid-uMv2HOW2MP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv2HOW2MP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv2HOW2MP .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uMv2HOW2MP .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMv2HOW2MP .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMv2HOW2MP .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uMv2HOW2MP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMv2HOW2MP .mbr-section-title {
  color: #000000;
}
.cid-uMv2HOW2MP .mbr-desc {
  color: #fdfde1;
}
.cid-uMv2HOW2MP .mbr-text {
  color: #000000;
}
.cid-uMv2HOW2MP .mbr-text,
.cid-uMv2HOW2MP .text-wrapper {
  color: #fdfde1;
}
.cid-uMv2HOW2MP .mbr-section-title,
.cid-uMv2HOW2MP .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMznr8FfjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMznr8FfjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMznr8FfjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMznr8FfjL .row {
  justify-content: space-between;
}
.cid-uMznr8FfjL .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMznr8FfjL .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uMznr8FfjL .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMznr8FfjL .item {
    margin-bottom: 50px;
  }
}
.cid-uMznr8FfjL .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMznr8FfjL .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uMznr8FfjL .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uMznr8FfjL .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMznr8FfjL .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uMznr8FfjL .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #fc7d00;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uMznr8FfjL .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uMznr8FfjL .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uMznr8FfjL .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fc7d00;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMznr8FfjL .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uMznr8FfjL .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMznr8FfjL .item .item-wrapper .item-content .item-title:hover,
.cid-uMznr8FfjL .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.cid-uMznr8FfjL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMznr8FfjL .item-title {
  color: #000c3f;
}
.cid-uMuR0Zrb1J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMuR0Zrb1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMuR0Zrb1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuR0Zrb1J .row {
  justify-content: center;
}
.cid-uMuR0Zrb1J .card {
  justify-content: center;
}
.cid-uMuR0Zrb1J .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMuR0Zrb1J .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMuR0Zrb1J .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMuR0Zrb1J .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uMuR0Zrb1J .nav-wrapper .list .item-wrap:hover,
.cid-uMuR0Zrb1J .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uMuR0Zrb1J .list,
.cid-uMuR0Zrb1J .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMuTGOdGQy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMuTGOdGQy nav.navbar {
  position: fixed;
}
.cid-uMuTGOdGQy .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uMuTGOdGQy .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMuTGOdGQy .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-uMuTGOdGQy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMuTGOdGQy .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400 !important;
}
.cid-uMuTGOdGQy .dropdown-item:hover,
.cid-uMuTGOdGQy .dropdown-item:focus {
  background: #000000 !important;
  color: #093388 !important;
}
.cid-uMuTGOdGQy .dropdown-item:hover span {
  color: white;
}
.cid-uMuTGOdGQy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMuTGOdGQy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMuTGOdGQy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMuTGOdGQy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMuTGOdGQy .nav-link {
  position: relative;
}
.cid-uMuTGOdGQy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMuTGOdGQy .container {
    flex-wrap: nowrap;
  }
}
.cid-uMuTGOdGQy .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMuTGOdGQy .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uMuTGOdGQy .dropdown-menu,
.cid-uMuTGOdGQy .navbar.opened {
  background: #000000 !important;
}
.cid-uMuTGOdGQy .nav-item:focus,
.cid-uMuTGOdGQy .nav-link:focus {
  outline: none;
}
.cid-uMuTGOdGQy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMuTGOdGQy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMuTGOdGQy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMuTGOdGQy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMuTGOdGQy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMuTGOdGQy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMuTGOdGQy .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMuTGOdGQy .navbar.opened {
  transition: all 0.3s;
}
.cid-uMuTGOdGQy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMuTGOdGQy .navbar .navbar-logo img {
  width: auto;
}
.cid-uMuTGOdGQy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMuTGOdGQy .navbar.collapsed {
  justify-content: center;
}
.cid-uMuTGOdGQy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMuTGOdGQy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMuTGOdGQy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMuTGOdGQy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMuTGOdGQy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMuTGOdGQy .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-uMuTGOdGQy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMuTGOdGQy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMuTGOdGQy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMuTGOdGQy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMuTGOdGQy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMuTGOdGQy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMuTGOdGQy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMuTGOdGQy .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-uMuTGOdGQy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMuTGOdGQy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMuTGOdGQy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMuTGOdGQy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMuTGOdGQy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMuTGOdGQy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMuTGOdGQy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMuTGOdGQy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uMuTGOdGQy .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uMuTGOdGQy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMuTGOdGQy .navbar-brand .navbar-caption:hover,
.cid-uMuTGOdGQy .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMuTGOdGQy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMuTGOdGQy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMuTGOdGQy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMuTGOdGQy .dropdown-item.active,
.cid-uMuTGOdGQy .dropdown-item:active {
  background-color: transparent;
}
.cid-uMuTGOdGQy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMuTGOdGQy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMuTGOdGQy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMuTGOdGQy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMuTGOdGQy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMuTGOdGQy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMuTGOdGQy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMuTGOdGQy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMuTGOdGQy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMuTGOdGQy .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMuTGOdGQy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uMuTGOdGQy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMuTGOdGQy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMuTGOdGQy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uMuTGOdGQy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMuTGOdGQy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMuTGOdGQy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMuTGOdGQy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMuTGOdGQy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMuTGOdGQy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMuTGOdGQy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMuTGOdGQy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMuTGOdGQy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMuTGOdGQy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMuTGOdGQy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMuTGOdGQy .navbar {
    height: 70px;
  }
  .cid-uMuTGOdGQy .navbar.opened {
    height: auto;
  }
  .cid-uMuTGOdGQy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMuTGOdGQy .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uMuTGOdGQy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMuTGOdGQy .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uMuTGOdGQy .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMuTGOdGQy .nav-item .nav-link:hover,
.cid-uMuTGOdGQy .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uMuTGOdGQy .nav-item .nav-link:hover::after,
.cid-uMuTGOdGQy .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMuTGOdGQy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMuTGOdGQy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMuTGOdGQy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMuTGOdGQy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMuTGOdGQy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMuTGOdGQy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMuTGOdGQy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMuTGOdGQy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMuTGOdGQy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMuTGOdGQy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMuTGOdGQy .content-wrap {
  min-height: 60px;
}
.cid-uMv4m2EwuF {
  background-image: url("../../../assets/images/mbr-1920x1076.png");
}
.cid-uMv4m2EwuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv4m2EwuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv4m2EwuF .card-wrapper {
  padding: 120px 80px;
  background-color: #fc7d00;
}
@media (max-width: 1440px) {
  .cid-uMv4m2EwuF .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMv4m2EwuF .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uMv4m2EwuF .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMv4m2EwuF .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMv4m2EwuF .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.cid-uMv4m2EwuF .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMv4m2EwuF .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMv4m2EwuF .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-uMv4m2EwuF .mbr-section-title {
  color: #19171c;
}
.cid-uMv4m2EwuF .mbr-label,
.cid-uMv4m2EwuF .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMv4m2EwuF .mbr-text,
.cid-uMv4m2EwuF .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uMv4m2EwuF .mbr-section-title,
.cid-uMv4m2EwuF .mbr-section-btn {
  text-align: center;
}
.cid-uMuTGQak2H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMuTGQak2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMuTGQak2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuTGQak2H .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMuTGQak2H .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMuTGQak2H .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMuTGQak2H .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMuTGQak2H .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMuTGQak2H .mbr-desc,
.cid-uMuTGQak2H .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMuTGQak2H .mbr-text,
.cid-uMuTGQak2H .icon-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uMznA7rE3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMznA7rE3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMznA7rE3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMznA7rE3h .row {
  justify-content: space-between;
}
.cid-uMznA7rE3h .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMznA7rE3h .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uMznA7rE3h .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMznA7rE3h .item {
    margin-bottom: 50px;
  }
}
.cid-uMznA7rE3h .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMznA7rE3h .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uMznA7rE3h .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uMznA7rE3h .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMznA7rE3h .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uMznA7rE3h .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #fc7d00;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uMznA7rE3h .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uMznA7rE3h .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uMznA7rE3h .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fc7d00;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMznA7rE3h .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uMznA7rE3h .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMznA7rE3h .item .item-wrapper .item-content .item-title:hover,
.cid-uMznA7rE3h .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.cid-uMznA7rE3h .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMznA7rE3h .item-title {
  color: #000c3f;
}
.cid-uMuTGQDcVb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMuTGQDcVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMuTGQDcVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuTGQDcVb .row {
  justify-content: center;
}
.cid-uMuTGQDcVb .card {
  justify-content: center;
}
.cid-uMuTGQDcVb .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMuTGQDcVb .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMuTGQDcVb .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMuTGQDcVb .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uMuTGQDcVb .nav-wrapper .list .item-wrap:hover,
.cid-uMuTGQDcVb .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uMuTGQDcVb .list,
.cid-uMuTGQDcVb .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMuTUJhwvT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMuTUJhwvT nav.navbar {
  position: fixed;
}
.cid-uMuTUJhwvT .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uMuTUJhwvT .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMuTUJhwvT .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-uMuTUJhwvT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMuTUJhwvT .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400 !important;
}
.cid-uMuTUJhwvT .dropdown-item:hover,
.cid-uMuTUJhwvT .dropdown-item:focus {
  background: #000000 !important;
  color: #093388 !important;
}
.cid-uMuTUJhwvT .dropdown-item:hover span {
  color: white;
}
.cid-uMuTUJhwvT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMuTUJhwvT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMuTUJhwvT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMuTUJhwvT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMuTUJhwvT .nav-link {
  position: relative;
}
.cid-uMuTUJhwvT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMuTUJhwvT .container {
    flex-wrap: nowrap;
  }
}
.cid-uMuTUJhwvT .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMuTUJhwvT .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uMuTUJhwvT .dropdown-menu,
.cid-uMuTUJhwvT .navbar.opened {
  background: #000000 !important;
}
.cid-uMuTUJhwvT .nav-item:focus,
.cid-uMuTUJhwvT .nav-link:focus {
  outline: none;
}
.cid-uMuTUJhwvT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMuTUJhwvT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMuTUJhwvT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMuTUJhwvT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMuTUJhwvT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMuTUJhwvT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMuTUJhwvT .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMuTUJhwvT .navbar.opened {
  transition: all 0.3s;
}
.cid-uMuTUJhwvT .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMuTUJhwvT .navbar .navbar-logo img {
  width: auto;
}
.cid-uMuTUJhwvT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMuTUJhwvT .navbar.collapsed {
  justify-content: center;
}
.cid-uMuTUJhwvT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMuTUJhwvT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMuTUJhwvT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMuTUJhwvT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMuTUJhwvT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMuTUJhwvT .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-uMuTUJhwvT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMuTUJhwvT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMuTUJhwvT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMuTUJhwvT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMuTUJhwvT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMuTUJhwvT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMuTUJhwvT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMuTUJhwvT .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-uMuTUJhwvT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMuTUJhwvT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMuTUJhwvT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMuTUJhwvT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMuTUJhwvT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMuTUJhwvT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMuTUJhwvT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMuTUJhwvT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uMuTUJhwvT .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uMuTUJhwvT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMuTUJhwvT .navbar-brand .navbar-caption:hover,
.cid-uMuTUJhwvT .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMuTUJhwvT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMuTUJhwvT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMuTUJhwvT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMuTUJhwvT .dropdown-item.active,
.cid-uMuTUJhwvT .dropdown-item:active {
  background-color: transparent;
}
.cid-uMuTUJhwvT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMuTUJhwvT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMuTUJhwvT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMuTUJhwvT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMuTUJhwvT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMuTUJhwvT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMuTUJhwvT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMuTUJhwvT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMuTUJhwvT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMuTUJhwvT .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMuTUJhwvT .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uMuTUJhwvT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMuTUJhwvT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMuTUJhwvT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uMuTUJhwvT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMuTUJhwvT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMuTUJhwvT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMuTUJhwvT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMuTUJhwvT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMuTUJhwvT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMuTUJhwvT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMuTUJhwvT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMuTUJhwvT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMuTUJhwvT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMuTUJhwvT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMuTUJhwvT .navbar {
    height: 70px;
  }
  .cid-uMuTUJhwvT .navbar.opened {
    height: auto;
  }
  .cid-uMuTUJhwvT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMuTUJhwvT .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uMuTUJhwvT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMuTUJhwvT .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uMuTUJhwvT .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMuTUJhwvT .nav-item .nav-link:hover,
.cid-uMuTUJhwvT .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uMuTUJhwvT .nav-item .nav-link:hover::after,
.cid-uMuTUJhwvT .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMuTUJhwvT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMuTUJhwvT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMuTUJhwvT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMuTUJhwvT .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMuTUJhwvT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMuTUJhwvT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMuTUJhwvT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMuTUJhwvT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMuTUJhwvT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMuTUJhwvT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMuTUJhwvT .content-wrap {
  min-height: 60px;
}
.cid-uMv4rMcmBf {
  background-image: url("../../../assets/images/mbr-1920x1372.jpg");
}
.cid-uMv4rMcmBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv4rMcmBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv4rMcmBf .card-wrapper {
  padding: 120px 80px;
  background-color: #fc7d00;
}
@media (max-width: 1440px) {
  .cid-uMv4rMcmBf .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMv4rMcmBf .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uMv4rMcmBf .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMv4rMcmBf .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMv4rMcmBf .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.cid-uMv4rMcmBf .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMv4rMcmBf .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMv4rMcmBf .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-uMv4rMcmBf .mbr-section-title {
  color: #19171c;
}
.cid-uMv4rMcmBf .mbr-label,
.cid-uMv4rMcmBf .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMv4rMcmBf .mbr-text,
.cid-uMv4rMcmBf .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uMv4rMcmBf .mbr-section-title,
.cid-uMv4rMcmBf .mbr-section-btn {
  text-align: center;
}
.cid-uMuTUKZXHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMuTUKZXHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMuTUKZXHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuTUKZXHR .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMuTUKZXHR .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMuTUKZXHR .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMuTUKZXHR .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMuTUKZXHR .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMuTUKZXHR .mbr-desc,
.cid-uMuTUKZXHR .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMuTUKZXHR .mbr-text,
.cid-uMuTUKZXHR .icon-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uMznHpnRSB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMznHpnRSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMznHpnRSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMznHpnRSB .row {
  justify-content: space-between;
}
.cid-uMznHpnRSB .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMznHpnRSB .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uMznHpnRSB .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMznHpnRSB .item {
    margin-bottom: 50px;
  }
}
.cid-uMznHpnRSB .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMznHpnRSB .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uMznHpnRSB .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uMznHpnRSB .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMznHpnRSB .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uMznHpnRSB .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #fc7d00;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uMznHpnRSB .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uMznHpnRSB .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uMznHpnRSB .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fc7d00;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMznHpnRSB .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uMznHpnRSB .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMznHpnRSB .item .item-wrapper .item-content .item-title:hover,
.cid-uMznHpnRSB .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.cid-uMznHpnRSB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMznHpnRSB .item-title {
  color: #000c3f;
}
.cid-uMuTULtm0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMuTULtm0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMuTULtm0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuTULtm0B .row {
  justify-content: center;
}
.cid-uMuTULtm0B .card {
  justify-content: center;
}
.cid-uMuTULtm0B .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMuTULtm0B .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMuTULtm0B .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMuTULtm0B .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uMuTULtm0B .nav-wrapper .list .item-wrap:hover,
.cid-uMuTULtm0B .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uMuTULtm0B .list,
.cid-uMuTULtm0B .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMvdw2Ku50 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMvdw2Ku50 nav.navbar {
  position: fixed;
}
.cid-uMvdw2Ku50 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uMvdw2Ku50 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMvdw2Ku50 .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-uMvdw2Ku50 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMvdw2Ku50 .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400 !important;
}
.cid-uMvdw2Ku50 .dropdown-item:hover,
.cid-uMvdw2Ku50 .dropdown-item:focus {
  background: #000000 !important;
  color: #093388 !important;
}
.cid-uMvdw2Ku50 .dropdown-item:hover span {
  color: white;
}
.cid-uMvdw2Ku50 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMvdw2Ku50 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMvdw2Ku50 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMvdw2Ku50 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMvdw2Ku50 .nav-link {
  position: relative;
}
.cid-uMvdw2Ku50 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMvdw2Ku50 .container {
    flex-wrap: nowrap;
  }
}
.cid-uMvdw2Ku50 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMvdw2Ku50 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uMvdw2Ku50 .dropdown-menu,
.cid-uMvdw2Ku50 .navbar.opened {
  background: #000000 !important;
}
.cid-uMvdw2Ku50 .nav-item:focus,
.cid-uMvdw2Ku50 .nav-link:focus {
  outline: none;
}
.cid-uMvdw2Ku50 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMvdw2Ku50 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMvdw2Ku50 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMvdw2Ku50 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMvdw2Ku50 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMvdw2Ku50 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMvdw2Ku50 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMvdw2Ku50 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMvdw2Ku50 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMvdw2Ku50 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMvdw2Ku50 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMvdw2Ku50 .navbar.collapsed {
  justify-content: center;
}
.cid-uMvdw2Ku50 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMvdw2Ku50 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMvdw2Ku50 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMvdw2Ku50 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMvdw2Ku50 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMvdw2Ku50 .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-uMvdw2Ku50 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMvdw2Ku50 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMvdw2Ku50 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMvdw2Ku50 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMvdw2Ku50 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMvdw2Ku50 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMvdw2Ku50 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMvdw2Ku50 .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-uMvdw2Ku50 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMvdw2Ku50 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMvdw2Ku50 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMvdw2Ku50 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMvdw2Ku50 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMvdw2Ku50 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMvdw2Ku50 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMvdw2Ku50 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uMvdw2Ku50 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uMvdw2Ku50 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMvdw2Ku50 .navbar-brand .navbar-caption:hover,
.cid-uMvdw2Ku50 .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMvdw2Ku50 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMvdw2Ku50 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMvdw2Ku50 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMvdw2Ku50 .dropdown-item.active,
.cid-uMvdw2Ku50 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMvdw2Ku50 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMvdw2Ku50 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMvdw2Ku50 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMvdw2Ku50 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMvdw2Ku50 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMvdw2Ku50 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMvdw2Ku50 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMvdw2Ku50 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMvdw2Ku50 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMvdw2Ku50 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMvdw2Ku50 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uMvdw2Ku50 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMvdw2Ku50 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMvdw2Ku50 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uMvdw2Ku50 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMvdw2Ku50 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMvdw2Ku50 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMvdw2Ku50 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMvdw2Ku50 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvdw2Ku50 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMvdw2Ku50 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMvdw2Ku50 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvdw2Ku50 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMvdw2Ku50 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMvdw2Ku50 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMvdw2Ku50 .navbar {
    height: 70px;
  }
  .cid-uMvdw2Ku50 .navbar.opened {
    height: auto;
  }
  .cid-uMvdw2Ku50 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMvdw2Ku50 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uMvdw2Ku50 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMvdw2Ku50 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uMvdw2Ku50 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMvdw2Ku50 .nav-item .nav-link:hover,
.cid-uMvdw2Ku50 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uMvdw2Ku50 .nav-item .nav-link:hover::after,
.cid-uMvdw2Ku50 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMvdw2Ku50 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMvdw2Ku50 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMvdw2Ku50 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMvdw2Ku50 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMvdw2Ku50 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMvdw2Ku50 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMvdw2Ku50 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMvdw2Ku50 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMvdw2Ku50 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMvdw2Ku50 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMvdw2Ku50 .content-wrap {
  min-height: 60px;
}
.cid-uMvdw4DXeb {
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-uMvdw4DXeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvdw4DXeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvdw4DXeb .card-wrapper {
  padding: 120px 80px;
  background-color: #fc7d00;
}
@media (max-width: 1440px) {
  .cid-uMvdw4DXeb .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMvdw4DXeb .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uMvdw4DXeb .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMvdw4DXeb .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMvdw4DXeb .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.cid-uMvdw4DXeb .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMvdw4DXeb .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMvdw4DXeb .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-uMvdw4DXeb .mbr-section-title {
  color: #19171c;
}
.cid-uMvdw4DXeb .mbr-label,
.cid-uMvdw4DXeb .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMvdw4DXeb .mbr-text,
.cid-uMvdw4DXeb .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uMvdw4DXeb .mbr-section-title,
.cid-uMvdw4DXeb .mbr-section-btn {
  text-align: center;
}
.cid-uMvdw5dOtH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMvdw5dOtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvdw5dOtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvdw5dOtH .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMvdw5dOtH .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMvdw5dOtH .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMvdw5dOtH .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvdw5dOtH .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMvdw5dOtH .mbr-desc,
.cid-uMvdw5dOtH .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMvdw5dOtH .mbr-text,
.cid-uMvdw5dOtH .icon-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uMznS0lNdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMznS0lNdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMznS0lNdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMznS0lNdA .row {
  justify-content: space-between;
}
.cid-uMznS0lNdA .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMznS0lNdA .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uMznS0lNdA .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMznS0lNdA .item {
    margin-bottom: 50px;
  }
}
.cid-uMznS0lNdA .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMznS0lNdA .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uMznS0lNdA .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uMznS0lNdA .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMznS0lNdA .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uMznS0lNdA .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #fc7d00;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uMznS0lNdA .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uMznS0lNdA .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uMznS0lNdA .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fc7d00;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMznS0lNdA .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uMznS0lNdA .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMznS0lNdA .item .item-wrapper .item-content .item-title:hover,
.cid-uMznS0lNdA .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.cid-uMznS0lNdA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMznS0lNdA .item-title {
  color: #000c3f;
}
.cid-uMvdw5P8gp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMvdw5P8gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvdw5P8gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvdw5P8gp .row {
  justify-content: center;
}
.cid-uMvdw5P8gp .card {
  justify-content: center;
}
.cid-uMvdw5P8gp .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMvdw5P8gp .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMvdw5P8gp .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvdw5P8gp .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uMvdw5P8gp .nav-wrapper .list .item-wrap:hover,
.cid-uMvdw5P8gp .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uMvdw5P8gp .list,
.cid-uMvdw5P8gp .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMv5cDqGlf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMv5cDqGlf nav.navbar {
  position: fixed;
}
.cid-uMv5cDqGlf .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uMv5cDqGlf .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMv5cDqGlf .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-uMv5cDqGlf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMv5cDqGlf .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400 !important;
}
.cid-uMv5cDqGlf .dropdown-item:hover,
.cid-uMv5cDqGlf .dropdown-item:focus {
  background: #000000 !important;
  color: #093388 !important;
}
.cid-uMv5cDqGlf .dropdown-item:hover span {
  color: white;
}
.cid-uMv5cDqGlf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMv5cDqGlf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMv5cDqGlf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMv5cDqGlf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMv5cDqGlf .nav-link {
  position: relative;
}
.cid-uMv5cDqGlf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMv5cDqGlf .container {
    flex-wrap: nowrap;
  }
}
.cid-uMv5cDqGlf .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMv5cDqGlf .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uMv5cDqGlf .dropdown-menu,
.cid-uMv5cDqGlf .navbar.opened {
  background: #000000 !important;
}
.cid-uMv5cDqGlf .nav-item:focus,
.cid-uMv5cDqGlf .nav-link:focus {
  outline: none;
}
.cid-uMv5cDqGlf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMv5cDqGlf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMv5cDqGlf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMv5cDqGlf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMv5cDqGlf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMv5cDqGlf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMv5cDqGlf .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMv5cDqGlf .navbar.opened {
  transition: all 0.3s;
}
.cid-uMv5cDqGlf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMv5cDqGlf .navbar .navbar-logo img {
  width: auto;
}
.cid-uMv5cDqGlf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMv5cDqGlf .navbar.collapsed {
  justify-content: center;
}
.cid-uMv5cDqGlf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMv5cDqGlf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMv5cDqGlf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMv5cDqGlf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMv5cDqGlf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMv5cDqGlf .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-uMv5cDqGlf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMv5cDqGlf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMv5cDqGlf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMv5cDqGlf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMv5cDqGlf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMv5cDqGlf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMv5cDqGlf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMv5cDqGlf .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-uMv5cDqGlf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMv5cDqGlf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMv5cDqGlf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMv5cDqGlf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMv5cDqGlf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMv5cDqGlf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMv5cDqGlf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMv5cDqGlf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uMv5cDqGlf .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uMv5cDqGlf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMv5cDqGlf .navbar-brand .navbar-caption:hover,
.cid-uMv5cDqGlf .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMv5cDqGlf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMv5cDqGlf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMv5cDqGlf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMv5cDqGlf .dropdown-item.active,
.cid-uMv5cDqGlf .dropdown-item:active {
  background-color: transparent;
}
.cid-uMv5cDqGlf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMv5cDqGlf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMv5cDqGlf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMv5cDqGlf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMv5cDqGlf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMv5cDqGlf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMv5cDqGlf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMv5cDqGlf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMv5cDqGlf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMv5cDqGlf .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMv5cDqGlf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uMv5cDqGlf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMv5cDqGlf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMv5cDqGlf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uMv5cDqGlf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMv5cDqGlf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMv5cDqGlf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMv5cDqGlf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMv5cDqGlf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMv5cDqGlf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMv5cDqGlf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMv5cDqGlf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMv5cDqGlf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMv5cDqGlf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMv5cDqGlf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMv5cDqGlf .navbar {
    height: 70px;
  }
  .cid-uMv5cDqGlf .navbar.opened {
    height: auto;
  }
  .cid-uMv5cDqGlf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMv5cDqGlf .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uMv5cDqGlf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMv5cDqGlf .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uMv5cDqGlf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMv5cDqGlf .nav-item .nav-link:hover,
.cid-uMv5cDqGlf .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uMv5cDqGlf .nav-item .nav-link:hover::after,
.cid-uMv5cDqGlf .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMv5cDqGlf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMv5cDqGlf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMv5cDqGlf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMv5cDqGlf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMv5cDqGlf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMv5cDqGlf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMv5cDqGlf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMv5cDqGlf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMv5cDqGlf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMv5cDqGlf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMv5cDqGlf .content-wrap {
  min-height: 60px;
}
.cid-uMv5cESdm3 {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uMv5cESdm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv5cESdm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv5cESdm3 .card-wrapper {
  padding: 120px 80px;
  background-color: #fc7d00;
}
@media (max-width: 1440px) {
  .cid-uMv5cESdm3 .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMv5cESdm3 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uMv5cESdm3 .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMv5cESdm3 .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMv5cESdm3 .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.cid-uMv5cESdm3 .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMv5cESdm3 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMv5cESdm3 .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-uMv5cESdm3 .mbr-section-title {
  color: #19171c;
}
.cid-uMv5cESdm3 .mbr-label,
.cid-uMv5cESdm3 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMv5cESdm3 .mbr-text,
.cid-uMv5cESdm3 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uMv5cESdm3 .mbr-section-title,
.cid-uMv5cESdm3 .mbr-section-btn {
  text-align: center;
}
.cid-uMv5cFX1oq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMv5cFX1oq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv5cFX1oq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv5cFX1oq .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMv5cFX1oq .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMv5cFX1oq .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMv5cFX1oq .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMv5cFX1oq .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMv5cFX1oq .mbr-desc,
.cid-uMv5cFX1oq .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMv5cFX1oq .mbr-text,
.cid-uMv5cFX1oq .icon-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uMznOMz09u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMznOMz09u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMznOMz09u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMznOMz09u .row {
  justify-content: space-between;
}
.cid-uMznOMz09u .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMznOMz09u .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uMznOMz09u .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMznOMz09u .item {
    margin-bottom: 50px;
  }
}
.cid-uMznOMz09u .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMznOMz09u .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uMznOMz09u .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uMznOMz09u .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMznOMz09u .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uMznOMz09u .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #fc7d00;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uMznOMz09u .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uMznOMz09u .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uMznOMz09u .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fc7d00;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMznOMz09u .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uMznOMz09u .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMznOMz09u .item .item-wrapper .item-content .item-title:hover,
.cid-uMznOMz09u .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.cid-uMznOMz09u .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMznOMz09u .item-title {
  color: #000c3f;
}
.cid-uMv5cGyksR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMv5cGyksR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv5cGyksR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv5cGyksR .row {
  justify-content: center;
}
.cid-uMv5cGyksR .card {
  justify-content: center;
}
.cid-uMv5cGyksR .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMv5cGyksR .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMv5cGyksR .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMv5cGyksR .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uMv5cGyksR .nav-wrapper .list .item-wrap:hover,
.cid-uMv5cGyksR .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uMv5cGyksR .list,
.cid-uMv5cGyksR .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMv4Bk7aGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMv4Bk7aGI nav.navbar {
  position: fixed;
}
.cid-uMv4Bk7aGI .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uMv4Bk7aGI .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMv4Bk7aGI .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-uMv4Bk7aGI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMv4Bk7aGI .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400 !important;
}
.cid-uMv4Bk7aGI .dropdown-item:hover,
.cid-uMv4Bk7aGI .dropdown-item:focus {
  background: #000000 !important;
  color: #093388 !important;
}
.cid-uMv4Bk7aGI .dropdown-item:hover span {
  color: white;
}
.cid-uMv4Bk7aGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMv4Bk7aGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMv4Bk7aGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMv4Bk7aGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMv4Bk7aGI .nav-link {
  position: relative;
}
.cid-uMv4Bk7aGI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMv4Bk7aGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uMv4Bk7aGI .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMv4Bk7aGI .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uMv4Bk7aGI .dropdown-menu,
.cid-uMv4Bk7aGI .navbar.opened {
  background: #000000 !important;
}
.cid-uMv4Bk7aGI .nav-item:focus,
.cid-uMv4Bk7aGI .nav-link:focus {
  outline: none;
}
.cid-uMv4Bk7aGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMv4Bk7aGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMv4Bk7aGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMv4Bk7aGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMv4Bk7aGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMv4Bk7aGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMv4Bk7aGI .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMv4Bk7aGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uMv4Bk7aGI .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMv4Bk7aGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uMv4Bk7aGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMv4Bk7aGI .navbar.collapsed {
  justify-content: center;
}
.cid-uMv4Bk7aGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMv4Bk7aGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMv4Bk7aGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMv4Bk7aGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMv4Bk7aGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMv4Bk7aGI .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-uMv4Bk7aGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMv4Bk7aGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMv4Bk7aGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMv4Bk7aGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMv4Bk7aGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMv4Bk7aGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMv4Bk7aGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMv4Bk7aGI .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-uMv4Bk7aGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMv4Bk7aGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMv4Bk7aGI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMv4Bk7aGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMv4Bk7aGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMv4Bk7aGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMv4Bk7aGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMv4Bk7aGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uMv4Bk7aGI .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uMv4Bk7aGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMv4Bk7aGI .navbar-brand .navbar-caption:hover,
.cid-uMv4Bk7aGI .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMv4Bk7aGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMv4Bk7aGI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMv4Bk7aGI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMv4Bk7aGI .dropdown-item.active,
.cid-uMv4Bk7aGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uMv4Bk7aGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMv4Bk7aGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMv4Bk7aGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMv4Bk7aGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMv4Bk7aGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMv4Bk7aGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMv4Bk7aGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMv4Bk7aGI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMv4Bk7aGI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMv4Bk7aGI .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMv4Bk7aGI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uMv4Bk7aGI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMv4Bk7aGI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMv4Bk7aGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uMv4Bk7aGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMv4Bk7aGI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMv4Bk7aGI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMv4Bk7aGI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMv4Bk7aGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMv4Bk7aGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMv4Bk7aGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMv4Bk7aGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMv4Bk7aGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMv4Bk7aGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMv4Bk7aGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMv4Bk7aGI .navbar {
    height: 70px;
  }
  .cid-uMv4Bk7aGI .navbar.opened {
    height: auto;
  }
  .cid-uMv4Bk7aGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMv4Bk7aGI .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uMv4Bk7aGI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMv4Bk7aGI .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uMv4Bk7aGI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMv4Bk7aGI .nav-item .nav-link:hover,
.cid-uMv4Bk7aGI .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uMv4Bk7aGI .nav-item .nav-link:hover::after,
.cid-uMv4Bk7aGI .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMv4Bk7aGI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMv4Bk7aGI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMv4Bk7aGI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMv4Bk7aGI .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMv4Bk7aGI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMv4Bk7aGI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMv4Bk7aGI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMv4Bk7aGI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMv4Bk7aGI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMv4Bk7aGI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMv4Bk7aGI .content-wrap {
  min-height: 60px;
}
.cid-uMv4Bl9qiE {
  background-image: url("../../../assets/images/mbr-2-1920x1086.jpg");
}
.cid-uMv4Bl9qiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv4Bl9qiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv4Bl9qiE .card-wrapper {
  padding: 120px 80px;
  background-color: #fc7d00;
}
@media (max-width: 1440px) {
  .cid-uMv4Bl9qiE .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMv4Bl9qiE .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uMv4Bl9qiE .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMv4Bl9qiE .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMv4Bl9qiE .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.cid-uMv4Bl9qiE .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMv4Bl9qiE .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMv4Bl9qiE .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-uMv4Bl9qiE .mbr-section-title {
  color: #19171c;
}
.cid-uMv4Bl9qiE .mbr-label,
.cid-uMv4Bl9qiE .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMv4Bl9qiE .mbr-text,
.cid-uMv4Bl9qiE .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uMv4Bl9qiE .mbr-section-title,
.cid-uMv4Bl9qiE .mbr-section-btn {
  text-align: center;
}
.cid-uMv4Blzdzh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMv4Blzdzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv4Blzdzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv4Blzdzh .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMv4Blzdzh .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMv4Blzdzh .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMv4Blzdzh .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMv4Blzdzh .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMv4Blzdzh .mbr-desc,
.cid-uMv4Blzdzh .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMv4Blzdzh .mbr-text,
.cid-uMv4Blzdzh .icon-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uMznLBqhqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMznLBqhqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMznLBqhqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMznLBqhqk .row {
  justify-content: space-between;
}
.cid-uMznLBqhqk .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMznLBqhqk .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uMznLBqhqk .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMznLBqhqk .item {
    margin-bottom: 50px;
  }
}
.cid-uMznLBqhqk .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMznLBqhqk .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uMznLBqhqk .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uMznLBqhqk .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMznLBqhqk .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uMznLBqhqk .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #fc7d00;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uMznLBqhqk .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uMznLBqhqk .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uMznLBqhqk .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fc7d00;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMznLBqhqk .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uMznLBqhqk .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMznLBqhqk .item .item-wrapper .item-content .item-title:hover,
.cid-uMznLBqhqk .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.cid-uMznLBqhqk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMznLBqhqk .item-title {
  color: #000c3f;
}
.cid-uMv4BlYfFd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMv4BlYfFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv4BlYfFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv4BlYfFd .row {
  justify-content: center;
}
.cid-uMv4BlYfFd .card {
  justify-content: center;
}
.cid-uMv4BlYfFd .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMv4BlYfFd .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMv4BlYfFd .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMv4BlYfFd .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uMv4BlYfFd .nav-wrapper .list .item-wrap:hover,
.cid-uMv4BlYfFd .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uMv4BlYfFd .list,
.cid-uMv4BlYfFd .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
