.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0e61ab !important;
}
.bg-success {
  background-color: #f58534 !important;
}
.bg-info {
  background-color: #65bc50 !important;
}
.bg-warning {
  background-color: #ffdd20 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0e61ab !important;
  border-color: #0e61ab !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #07345b !important;
  border-color: #07345b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #07345b !important;
  border-color: #07345b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c52f33 !important;
  border-color: #c52f33 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7f1e21 !important;
  border-color: #7f1e21 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7f1e21 !important;
  border-color: #7f1e21 !important;
}
.btn-info,
.btn-info:active {
  background-color: #65bc50 !important;
  border-color: #65bc50 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #428332 !important;
  border-color: #428332 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #428332 !important;
  border-color: #428332 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f58534 !important;
  border-color: #f58534 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c85a0a !important;
  border-color: #c85a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c85a0a !important;
  border-color: #c85a0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdd20 !important;
  border-color: #ffdd20 !important;
  color: #201b00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c8aa00 !important;
  border-color: #c8aa00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #201b00 !important;
  background-color: #c8aa00 !important;
  border-color: #c8aa00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0e61ab;
  color: #0e61ab;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #07345b !important;
  background-color: transparent!important;
  border-color: #07345b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e61ab !important;
  border-color: #0e61ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c52f33;
  color: #c52f33;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7f1e21 !important;
  background-color: transparent!important;
  border-color: #7f1e21 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c52f33 !important;
  border-color: #c52f33 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #65bc50;
  color: #65bc50;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #428332 !important;
  background-color: transparent!important;
  border-color: #428332 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #65bc50 !important;
  border-color: #65bc50 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f58534;
  color: #f58534;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c85a0a !important;
  background-color: transparent!important;
  border-color: #c85a0a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f58534 !important;
  border-color: #f58534 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdd20;
  color: #ffdd20;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c8aa00 !important;
  background-color: transparent!important;
  border-color: #c8aa00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #201b00 !important;
  background-color: #ffdd20 !important;
  border-color: #ffdd20 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0e61ab !important;
}
.text-secondary {
  color: #c52f33 !important;
}
.text-success {
  color: #f58534 !important;
}
.text-info {
  color: #65bc50 !important;
}
.text-warning {
  color: #ffdd20 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #062c4d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #731b1e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ba5309 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3c782e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b99d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0e61ab;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #65bc50;
}
.alert-warning {
  background-color: #ffdd20;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0e61ab;
  border-color: #0e61ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0e61ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #48a1f0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffaf6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b6dfac;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffcec;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0e61ab !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #0e61ab;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0e61ab;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0e61ab;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0e61ab;
  border-bottom-color: #0e61ab;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0e61ab !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #c52f33 !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='%230e61ab' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uaFF6qKwVy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaFF6qKwVy nav.navbar {
  position: fixed;
}
.cid-uaFF6qKwVy .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-uaFF6qKwVy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaFF6qKwVy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaFF6qKwVy .dropdown-item:hover,
.cid-uaFF6qKwVy .dropdown-item:focus {
  background: #0e61ab !important;
  color: white !important;
}
.cid-uaFF6qKwVy .dropdown-item:hover span {
  color: white;
}
.cid-uaFF6qKwVy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaFF6qKwVy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaFF6qKwVy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaFF6qKwVy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaFF6qKwVy .nav-link {
  position: relative;
}
.cid-uaFF6qKwVy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaFF6qKwVy .container {
    flex-wrap: wrap;
  }
}
.cid-uaFF6qKwVy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaFF6qKwVy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uaFF6qKwVy .iconfont-wrapper {
  color: #222b7b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaFF6qKwVy .dropdown-menu,
.cid-uaFF6qKwVy .navbar.opened {
  background: #ffffff !important;
}
.cid-uaFF6qKwVy .nav-item:focus,
.cid-uaFF6qKwVy .nav-link:focus {
  outline: none;
}
.cid-uaFF6qKwVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaFF6qKwVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaFF6qKwVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaFF6qKwVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaFF6qKwVy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaFF6qKwVy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaFF6qKwVy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uaFF6qKwVy .navbar.opened {
  transition: all 0.3s;
}
.cid-uaFF6qKwVy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaFF6qKwVy .navbar .navbar-logo img {
  width: auto;
}
.cid-uaFF6qKwVy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaFF6qKwVy .navbar.collapsed {
  justify-content: center;
}
.cid-uaFF6qKwVy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaFF6qKwVy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaFF6qKwVy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uaFF6qKwVy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaFF6qKwVy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaFF6qKwVy .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-uaFF6qKwVy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaFF6qKwVy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaFF6qKwVy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaFF6qKwVy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaFF6qKwVy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaFF6qKwVy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaFF6qKwVy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaFF6qKwVy .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-uaFF6qKwVy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaFF6qKwVy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaFF6qKwVy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaFF6qKwVy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaFF6qKwVy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaFF6qKwVy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaFF6qKwVy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaFF6qKwVy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaFF6qKwVy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaFF6qKwVy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaFF6qKwVy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaFF6qKwVy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaFF6qKwVy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaFF6qKwVy .dropdown-item.active,
.cid-uaFF6qKwVy .dropdown-item:active {
  background-color: transparent;
}
.cid-uaFF6qKwVy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaFF6qKwVy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaFF6qKwVy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaFF6qKwVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaFF6qKwVy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaFF6qKwVy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaFF6qKwVy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaFF6qKwVy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaFF6qKwVy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaFF6qKwVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaFF6qKwVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaFF6qKwVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaFF6qKwVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaFF6qKwVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaFF6qKwVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaFF6qKwVy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaFF6qKwVy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaFF6qKwVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaFF6qKwVy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaFF6qKwVy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaFF6qKwVy .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-uaFF6qKwVy .navbar {
    height: 70px;
  }
  .cid-uaFF6qKwVy .navbar.opened {
    height: auto;
  }
  .cid-uaFF6qKwVy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaFF86CAl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaFF86CAl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uaSKIFd4Yv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaSKIFd4Yv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSKIFd4Yv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSKIFd4Yv img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uaSKIFd4Yv img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uaSKIFd4Yv .row {
  flex-direction: row-reverse;
}
.cid-uaSKIFd4Yv .row {
  align-items: center;
}
.cid-uaSKIFd4Yv .mbr-section-title {
  color: #0e61ab;
}
.cid-uaSKIFd4Yv .mbr-text,
.cid-uaSKIFd4Yv .mbr-section-btn {
  color: #000000;
}
.cid-uaSL5mpnCM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uaSL5mpnCM .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-uaSL5mpnCM .item-img {
  position: relative;
  padding: 1rem;
}
.cid-uaSL5mpnCM .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #f58534;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uaSL5mpnCM .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-uaSL5mpnCM img,
.cid-uaSL5mpnCM .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uaSL5mpnCM .item:focus,
.cid-uaSL5mpnCM span:focus {
  outline: none;
}
.cid-uaSL5mpnCM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uaSL5mpnCM .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uaSL5mpnCM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uaSL5mpnCM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uaSL5mpnCM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uaSL5mpnCM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uaSL5mpnCM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uaSL5mpnCM .mbr-section-title {
  color: #f58534;
}
.cid-uaSL5mpnCM .mbr-text,
.cid-uaSL5mpnCM .mbr-section-btn {
  text-align: center;
}
.cid-uaSL5mpnCM .item-title {
  text-align: center;
  color: #f58534;
}
.cid-uaSL5mpnCM .item-subtitle {
  text-align: center;
}
.cid-uaSQMv8FWv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uaSQMv8FWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSQMv8FWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSQMv8FWv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uaSQMv8FWv .container {
    padding: 0 15px;
  }
}
.cid-uaSQMv8FWv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uaSQMv8FWv .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uaSQMv8FWv .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaSQMv8FWv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uaSQMv8FWv .mbr-section-btn {
  margin-top: 40px;
}
.cid-uaSQMv8FWv .mbr-section-title {
  color: #ffffff;
}
.cid-uaSQMv8FWv .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uaSQMv8FWv .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uaSQMv8FWv .mbr-section-title,
.cid-uaSQMv8FWv .mbr-section-btn {
  text-align: center;
}
.cid-uaTDL5xOH7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaTDL5xOH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaTDL5xOH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaTDL5xOH7 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uaTDL5xOH7 .icon-box {
  background: #65bc50;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaTDL5xOH7 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uaTDL5xOH7 .card {
    margin-bottom: 2rem;
  }
  .cid-uaTDL5xOH7 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uaTDL5xOH7 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uaTDL5xOH7 .card-title,
.cid-uaTDL5xOH7 .card-box {
  color: #65bc50;
}
.cid-uaTDL5xOH7 .mbr-text,
.cid-uaTDL5xOH7 .mbr-section-btn {
  color: #000000;
}
.cid-uaTDL5xOH7 .icon-title {
  color: #65bc50;
}
.cid-uaTEA200gG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e61ab;
}
.cid-uaTEA200gG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaTEA200gG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaTEA200gG img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uaTEA200gG img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uaTEA200gG .row {
  align-items: center;
}
.cid-uaTEA200gG .mbr-section-title {
  color: #ffffff;
}
.cid-uaTEA200gG .mbr-text,
.cid-uaTEA200gG .mbr-section-btn {
  color: #ffffff;
}
.cid-uaTFvoM0Fg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1323.jpg");
}
.cid-uaTFvoM0Fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaTFvoM0Fg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaTFvoM0Fg .row {
  position: relative;
  padding: 4rem 4rem;
  border-radius: 20rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uaTFvoM0Fg .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-uaTFvoM0Fg .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20rem;
  height: 100%;
  background: #c52f33;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-uaTFvoM0Fg .row:before {
    border-radius: 3rem;
  }
}
.cid-uaTFvoM0Fg .row .col-12 {
  position: relative;
}
.cid-uaTFvoM0Fg .mbr-section-title {
  color: #ffffff;
}
.cid-uaTFvoM0Fg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uaTFvoM0Fg .mbr-text,
.cid-uaTFvoM0Fg .mbr-section-btn {
  color: #ffffff;
}
.cid-uaTGMb52YA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222b7b;
}
.cid-uaTGMb52YA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaTGMb52YA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaTGMb52YA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uaTGMb52YA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uaTGMb52YA .row {
    text-align: center;
  }
  .cid-uaTGMb52YA .row > div {
    margin: auto;
  }
  .cid-uaTGMb52YA .social-row {
    justify-content: center;
  }
}
.cid-uaTGMb52YA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uaTGMb52YA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uaTGMb52YA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaTGMb52YA .list {
    margin-bottom: 0rem;
  }
}
.cid-uaTGMb52YA .mbr-text {
  color: #ffffff;
}
.cid-uaTGMb52YA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uaTGMb52YA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uaTGMb52YA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubqdLVUxyV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubqdLVUxyV nav.navbar {
  position: fixed;
}
.cid-ubqdLVUxyV .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-ubqdLVUxyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubqdLVUxyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubqdLVUxyV .dropdown-item:hover,
.cid-ubqdLVUxyV .dropdown-item:focus {
  background: #0e61ab !important;
  color: white !important;
}
.cid-ubqdLVUxyV .dropdown-item:hover span {
  color: white;
}
.cid-ubqdLVUxyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubqdLVUxyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubqdLVUxyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubqdLVUxyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubqdLVUxyV .nav-link {
  position: relative;
}
.cid-ubqdLVUxyV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubqdLVUxyV .container {
    flex-wrap: wrap;
  }
}
.cid-ubqdLVUxyV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubqdLVUxyV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubqdLVUxyV .iconfont-wrapper {
  color: #222b7b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubqdLVUxyV .dropdown-menu,
.cid-ubqdLVUxyV .navbar.opened {
  background: #ffffff !important;
}
.cid-ubqdLVUxyV .nav-item:focus,
.cid-ubqdLVUxyV .nav-link:focus {
  outline: none;
}
.cid-ubqdLVUxyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubqdLVUxyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubqdLVUxyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubqdLVUxyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubqdLVUxyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubqdLVUxyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubqdLVUxyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ubqdLVUxyV .navbar.opened {
  transition: all 0.3s;
}
.cid-ubqdLVUxyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubqdLVUxyV .navbar .navbar-logo img {
  width: auto;
}
.cid-ubqdLVUxyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubqdLVUxyV .navbar.collapsed {
  justify-content: center;
}
.cid-ubqdLVUxyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubqdLVUxyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubqdLVUxyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubqdLVUxyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubqdLVUxyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubqdLVUxyV .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-ubqdLVUxyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubqdLVUxyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubqdLVUxyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubqdLVUxyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubqdLVUxyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubqdLVUxyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubqdLVUxyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubqdLVUxyV .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-ubqdLVUxyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubqdLVUxyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubqdLVUxyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubqdLVUxyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubqdLVUxyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubqdLVUxyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubqdLVUxyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubqdLVUxyV .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubqdLVUxyV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubqdLVUxyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubqdLVUxyV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubqdLVUxyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubqdLVUxyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubqdLVUxyV .dropdown-item.active,
.cid-ubqdLVUxyV .dropdown-item:active {
  background-color: transparent;
}
.cid-ubqdLVUxyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubqdLVUxyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubqdLVUxyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubqdLVUxyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubqdLVUxyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubqdLVUxyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubqdLVUxyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubqdLVUxyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubqdLVUxyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubqdLVUxyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubqdLVUxyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubqdLVUxyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubqdLVUxyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubqdLVUxyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubqdLVUxyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubqdLVUxyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubqdLVUxyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubqdLVUxyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubqdLVUxyV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubqdLVUxyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubqdLVUxyV .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-ubqdLVUxyV .navbar {
    height: 70px;
  }
  .cid-ubqdLVUxyV .navbar.opened {
    height: auto;
  }
  .cid-ubqdLVUxyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubqdLWPllS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/61ae212c3c477-708x476.jpg");
}
.cid-ubqdLWPllS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubqdLWPllS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubqdLXrf4D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubqdLXrf4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubqdLXrf4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubqdLXrf4D img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubqdLXrf4D img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubqdLXrf4D .row {
  flex-direction: row-reverse;
}
.cid-ubqdLXrf4D .row {
  align-items: center;
}
.cid-ubqdLXrf4D .mbr-section-title {
  color: #0e61ab;
}
.cid-ubqdLXrf4D .mbr-text,
.cid-ubqdLXrf4D .mbr-section-btn {
  color: #000000;
}
.cid-ubqdM0adox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e61ab;
}
.cid-ubqdM0adox .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubqdM0adox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubqdM0adox img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubqdM0adox img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubqdM0adox .row {
  align-items: center;
}
.cid-ubqdM0adox .mbr-section-title {
  color: #ffffff;
}
.cid-ubqdM0adox .mbr-text,
.cid-ubqdM0adox .mbr-section-btn {
  color: #ffffff;
}
.cid-ubqgPmvQOb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubqgPmvQOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubqgPmvQOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubqgPmvQOb ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ubqgPmvQOb li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ubqgPmvQOb ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #65bc50;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ubqdM0R5Ak {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1323.jpg");
}
.cid-ubqdM0R5Ak .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubqdM0R5Ak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubqdM0R5Ak .row {
  position: relative;
  padding: 4rem 4rem;
  border-radius: 20rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-ubqdM0R5Ak .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-ubqdM0R5Ak .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20rem;
  height: 100%;
  background: #c52f33;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-ubqdM0R5Ak .row:before {
    border-radius: 3rem;
  }
}
.cid-ubqdM0R5Ak .row .col-12 {
  position: relative;
}
.cid-ubqdM0R5Ak .mbr-section-title {
  color: #ffffff;
}
.cid-ubqdM0R5Ak .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubqdM0R5Ak .mbr-text,
.cid-ubqdM0R5Ak .mbr-section-btn {
  color: #ffffff;
}
.cid-ubqdLXW9Ht {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ubqdLXW9Ht .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-ubqdLXW9Ht .item-img {
  position: relative;
  padding: 1rem;
}
.cid-ubqdLXW9Ht .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #f58534;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-ubqdLXW9Ht .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-ubqdLXW9Ht img,
.cid-ubqdLXW9Ht .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-ubqdLXW9Ht .item:focus,
.cid-ubqdLXW9Ht span:focus {
  outline: none;
}
.cid-ubqdLXW9Ht .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubqdLXW9Ht .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubqdLXW9Ht .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubqdLXW9Ht .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubqdLXW9Ht .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubqdLXW9Ht .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ubqdLXW9Ht .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubqdLXW9Ht .mbr-section-title {
  color: #f58534;
}
.cid-ubqdLXW9Ht .mbr-text,
.cid-ubqdLXW9Ht .mbr-section-btn {
  text-align: center;
}
.cid-ubqdLXW9Ht .item-title {
  text-align: center;
  color: #f58534;
}
.cid-ubqdLXW9Ht .item-subtitle {
  text-align: center;
}
.cid-ubqdM1wvtD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222b7b;
}
.cid-ubqdM1wvtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubqdM1wvtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubqdM1wvtD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubqdM1wvtD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubqdM1wvtD .row {
    text-align: center;
  }
  .cid-ubqdM1wvtD .row > div {
    margin: auto;
  }
  .cid-ubqdM1wvtD .social-row {
    justify-content: center;
  }
}
.cid-ubqdM1wvtD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubqdM1wvtD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ubqdM1wvtD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubqdM1wvtD .list {
    margin-bottom: 0rem;
  }
}
.cid-ubqdM1wvtD .mbr-text {
  color: #ffffff;
}
.cid-ubqdM1wvtD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ubqdM1wvtD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ubqdM1wvtD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubCPzjnXeT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubCPzjnXeT nav.navbar {
  position: fixed;
}
.cid-ubCPzjnXeT .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-ubCPzjnXeT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubCPzjnXeT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubCPzjnXeT .dropdown-item:hover,
.cid-ubCPzjnXeT .dropdown-item:focus {
  background: #0e61ab !important;
  color: white !important;
}
.cid-ubCPzjnXeT .dropdown-item:hover span {
  color: white;
}
.cid-ubCPzjnXeT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubCPzjnXeT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubCPzjnXeT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubCPzjnXeT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubCPzjnXeT .nav-link {
  position: relative;
}
.cid-ubCPzjnXeT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubCPzjnXeT .container {
    flex-wrap: wrap;
  }
}
.cid-ubCPzjnXeT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubCPzjnXeT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubCPzjnXeT .iconfont-wrapper {
  color: #222b7b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubCPzjnXeT .dropdown-menu,
.cid-ubCPzjnXeT .navbar.opened {
  background: #ffffff !important;
}
.cid-ubCPzjnXeT .nav-item:focus,
.cid-ubCPzjnXeT .nav-link:focus {
  outline: none;
}
.cid-ubCPzjnXeT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubCPzjnXeT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubCPzjnXeT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubCPzjnXeT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubCPzjnXeT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubCPzjnXeT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubCPzjnXeT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ubCPzjnXeT .navbar.opened {
  transition: all 0.3s;
}
.cid-ubCPzjnXeT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubCPzjnXeT .navbar .navbar-logo img {
  width: auto;
}
.cid-ubCPzjnXeT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubCPzjnXeT .navbar.collapsed {
  justify-content: center;
}
.cid-ubCPzjnXeT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubCPzjnXeT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubCPzjnXeT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubCPzjnXeT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubCPzjnXeT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubCPzjnXeT .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-ubCPzjnXeT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubCPzjnXeT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubCPzjnXeT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubCPzjnXeT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubCPzjnXeT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubCPzjnXeT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubCPzjnXeT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubCPzjnXeT .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-ubCPzjnXeT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubCPzjnXeT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubCPzjnXeT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubCPzjnXeT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubCPzjnXeT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubCPzjnXeT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubCPzjnXeT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubCPzjnXeT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubCPzjnXeT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubCPzjnXeT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubCPzjnXeT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubCPzjnXeT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubCPzjnXeT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubCPzjnXeT .dropdown-item.active,
.cid-ubCPzjnXeT .dropdown-item:active {
  background-color: transparent;
}
.cid-ubCPzjnXeT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubCPzjnXeT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubCPzjnXeT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubCPzjnXeT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubCPzjnXeT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubCPzjnXeT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubCPzjnXeT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubCPzjnXeT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubCPzjnXeT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubCPzjnXeT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubCPzjnXeT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubCPzjnXeT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCPzjnXeT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCPzjnXeT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubCPzjnXeT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCPzjnXeT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubCPzjnXeT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubCPzjnXeT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCPzjnXeT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubCPzjnXeT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubCPzjnXeT .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-ubCPzjnXeT .navbar {
    height: 70px;
  }
  .cid-ubCPzjnXeT .navbar.opened {
    height: auto;
  }
  .cid-ubCPzjnXeT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubCPzk3xBS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/61ae212c3c477-708x476.jpg");
}
.cid-ubCPzk3xBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCPzk3xBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCPzkwAUS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubCPzkwAUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCPzkwAUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCPzkwAUS img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubCPzkwAUS img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubCPzkwAUS .row {
  flex-direction: row-reverse;
}
.cid-ubCPzkwAUS .row {
  align-items: center;
}
.cid-ubCPzkwAUS .mbr-section-title {
  color: #0e61ab;
}
.cid-ubCPzkwAUS .mbr-text,
.cid-ubCPzkwAUS .mbr-section-btn {
  color: #000000;
}
.cid-ubCPzkXFr9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e61ab;
}
.cid-ubCPzkXFr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCPzkXFr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCPzkXFr9 img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubCPzkXFr9 img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubCPzkXFr9 .row {
  align-items: center;
}
.cid-ubCPzkXFr9 .mbr-section-title {
  color: #ffffff;
}
.cid-ubCPzkXFr9 .mbr-text,
.cid-ubCPzkXFr9 .mbr-section-btn {
  color: #ffffff;
}
.cid-ubCQsjAeiU {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubCQsjAeiU .mbr-section-subtitle {
  color: #65bc50;
}
.cid-ubCPzm0IIi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1323.jpg");
}
.cid-ubCPzm0IIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCPzm0IIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCPzm0IIi .row {
  position: relative;
  padding: 4rem 4rem;
  border-radius: 20rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-ubCPzm0IIi .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-ubCPzm0IIi .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20rem;
  height: 100%;
  background: #c52f33;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-ubCPzm0IIi .row:before {
    border-radius: 3rem;
  }
}
.cid-ubCPzm0IIi .row .col-12 {
  position: relative;
}
.cid-ubCPzm0IIi .mbr-section-title {
  color: #ffffff;
}
.cid-ubCPzm0IIi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubCPzm0IIi .mbr-text,
.cid-ubCPzm0IIi .mbr-section-btn {
  color: #ffffff;
}
.cid-ubCR4sUqCP {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ubCR4sUqCP .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-ubCR4sUqCP .item-img {
  position: relative;
  padding: 1rem;
}
.cid-ubCR4sUqCP .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #f58534;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-ubCR4sUqCP .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-ubCR4sUqCP img,
.cid-ubCR4sUqCP .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-ubCR4sUqCP .item:focus,
.cid-ubCR4sUqCP span:focus {
  outline: none;
}
.cid-ubCR4sUqCP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubCR4sUqCP .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubCR4sUqCP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubCR4sUqCP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubCR4sUqCP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubCR4sUqCP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ubCR4sUqCP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubCR4sUqCP .mbr-section-title {
  color: #f58534;
}
.cid-ubCR4sUqCP .mbr-text,
.cid-ubCR4sUqCP .mbr-section-btn {
  text-align: center;
}
.cid-ubCR4sUqCP .item-title {
  text-align: center;
  color: #f58534;
}
.cid-ubCR4sUqCP .item-subtitle {
  text-align: center;
}
.cid-ubCPznhe7N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222b7b;
}
.cid-ubCPznhe7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCPznhe7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCPznhe7N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubCPznhe7N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubCPznhe7N .row {
    text-align: center;
  }
  .cid-ubCPznhe7N .row > div {
    margin: auto;
  }
  .cid-ubCPznhe7N .social-row {
    justify-content: center;
  }
}
.cid-ubCPznhe7N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubCPznhe7N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ubCPznhe7N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubCPznhe7N .list {
    margin-bottom: 0rem;
  }
}
.cid-ubCPznhe7N .mbr-text {
  color: #ffffff;
}
.cid-ubCPznhe7N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ubCPznhe7N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ubCPznhe7N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubCRhNHXcR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubCRhNHXcR nav.navbar {
  position: fixed;
}
.cid-ubCRhNHXcR .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-ubCRhNHXcR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubCRhNHXcR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubCRhNHXcR .dropdown-item:hover,
.cid-ubCRhNHXcR .dropdown-item:focus {
  background: #0e61ab !important;
  color: white !important;
}
.cid-ubCRhNHXcR .dropdown-item:hover span {
  color: white;
}
.cid-ubCRhNHXcR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubCRhNHXcR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubCRhNHXcR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubCRhNHXcR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubCRhNHXcR .nav-link {
  position: relative;
}
.cid-ubCRhNHXcR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubCRhNHXcR .container {
    flex-wrap: wrap;
  }
}
.cid-ubCRhNHXcR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubCRhNHXcR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubCRhNHXcR .iconfont-wrapper {
  color: #222b7b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubCRhNHXcR .dropdown-menu,
.cid-ubCRhNHXcR .navbar.opened {
  background: #ffffff !important;
}
.cid-ubCRhNHXcR .nav-item:focus,
.cid-ubCRhNHXcR .nav-link:focus {
  outline: none;
}
.cid-ubCRhNHXcR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubCRhNHXcR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubCRhNHXcR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubCRhNHXcR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubCRhNHXcR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubCRhNHXcR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubCRhNHXcR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ubCRhNHXcR .navbar.opened {
  transition: all 0.3s;
}
.cid-ubCRhNHXcR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubCRhNHXcR .navbar .navbar-logo img {
  width: auto;
}
.cid-ubCRhNHXcR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubCRhNHXcR .navbar.collapsed {
  justify-content: center;
}
.cid-ubCRhNHXcR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubCRhNHXcR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubCRhNHXcR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubCRhNHXcR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubCRhNHXcR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubCRhNHXcR .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-ubCRhNHXcR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubCRhNHXcR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubCRhNHXcR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubCRhNHXcR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubCRhNHXcR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubCRhNHXcR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubCRhNHXcR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubCRhNHXcR .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-ubCRhNHXcR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubCRhNHXcR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubCRhNHXcR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubCRhNHXcR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubCRhNHXcR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubCRhNHXcR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubCRhNHXcR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubCRhNHXcR .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubCRhNHXcR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubCRhNHXcR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubCRhNHXcR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubCRhNHXcR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubCRhNHXcR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubCRhNHXcR .dropdown-item.active,
.cid-ubCRhNHXcR .dropdown-item:active {
  background-color: transparent;
}
.cid-ubCRhNHXcR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubCRhNHXcR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubCRhNHXcR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubCRhNHXcR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubCRhNHXcR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubCRhNHXcR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubCRhNHXcR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubCRhNHXcR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubCRhNHXcR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubCRhNHXcR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubCRhNHXcR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubCRhNHXcR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCRhNHXcR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCRhNHXcR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubCRhNHXcR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCRhNHXcR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubCRhNHXcR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubCRhNHXcR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCRhNHXcR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubCRhNHXcR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubCRhNHXcR .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-ubCRhNHXcR .navbar {
    height: 70px;
  }
  .cid-ubCRhNHXcR .navbar.opened {
    height: auto;
  }
  .cid-ubCRhNHXcR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubCRhONytb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/61ae212c3c477-708x476.jpg");
}
.cid-ubCRhONytb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCRhONytb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCRhPuJGs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubCRhPuJGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCRhPuJGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCRhPuJGs img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubCRhPuJGs img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubCRhPuJGs .row {
  flex-direction: row-reverse;
}
.cid-ubCRhPuJGs .row {
  align-items: center;
}
.cid-ubCRhPuJGs .mbr-section-title {
  color: #0e61ab;
}
.cid-ubCRhPuJGs .mbr-text,
.cid-ubCRhPuJGs .mbr-section-btn {
  color: #000000;
}
.cid-ubCRhQaqdn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e61ab;
}
.cid-ubCRhQaqdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCRhQaqdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCRhQaqdn img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubCRhQaqdn img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubCRhQaqdn .row {
  align-items: center;
}
.cid-ubCRhQaqdn .mbr-section-title {
  color: #ffffff;
}
.cid-ubCRhQaqdn .mbr-text,
.cid-ubCRhQaqdn .mbr-section-btn {
  color: #ffffff;
}
.cid-ubCUZDZAfR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubCUZDZAfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCUZDZAfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCUZDZAfR ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ubCUZDZAfR li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ubCUZDZAfR ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #65bc50;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ubCRhS7z0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1323.jpg");
}
.cid-ubCRhS7z0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCRhS7z0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCRhS7z0S .row {
  position: relative;
  padding: 4rem 4rem;
  border-radius: 20rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-ubCRhS7z0S .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-ubCRhS7z0S .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20rem;
  height: 100%;
  background: #c52f33;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-ubCRhS7z0S .row:before {
    border-radius: 3rem;
  }
}
.cid-ubCRhS7z0S .row .col-12 {
  position: relative;
}
.cid-ubCRhS7z0S .mbr-section-title {
  color: #ffffff;
}
.cid-ubCRhS7z0S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubCRhS7z0S .mbr-text,
.cid-ubCRhS7z0S .mbr-section-btn {
  color: #ffffff;
}
.cid-ubCV8FmXOm {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ubCV8FmXOm .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-ubCV8FmXOm .item-img {
  position: relative;
  padding: 1rem;
}
.cid-ubCV8FmXOm .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #f58534;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-ubCV8FmXOm .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-ubCV8FmXOm img,
.cid-ubCV8FmXOm .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-ubCV8FmXOm .item:focus,
.cid-ubCV8FmXOm span:focus {
  outline: none;
}
.cid-ubCV8FmXOm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubCV8FmXOm .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubCV8FmXOm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubCV8FmXOm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubCV8FmXOm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubCV8FmXOm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ubCV8FmXOm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubCV8FmXOm .mbr-section-title {
  color: #f58534;
}
.cid-ubCV8FmXOm .mbr-text,
.cid-ubCV8FmXOm .mbr-section-btn {
  text-align: center;
}
.cid-ubCV8FmXOm .item-title {
  text-align: center;
  color: #f58534;
}
.cid-ubCV8FmXOm .item-subtitle {
  text-align: center;
}
.cid-ubCRhTSNma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222b7b;
}
.cid-ubCRhTSNma .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCRhTSNma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCRhTSNma .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubCRhTSNma .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubCRhTSNma .row {
    text-align: center;
  }
  .cid-ubCRhTSNma .row > div {
    margin: auto;
  }
  .cid-ubCRhTSNma .social-row {
    justify-content: center;
  }
}
.cid-ubCRhTSNma .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubCRhTSNma .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ubCRhTSNma .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubCRhTSNma .list {
    margin-bottom: 0rem;
  }
}
.cid-ubCRhTSNma .mbr-text {
  color: #ffffff;
}
.cid-ubCRhTSNma .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ubCRhTSNma .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ubCRhTSNma div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubCX5qKOhE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubCX5qKOhE nav.navbar {
  position: fixed;
}
.cid-ubCX5qKOhE .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-ubCX5qKOhE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubCX5qKOhE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubCX5qKOhE .dropdown-item:hover,
.cid-ubCX5qKOhE .dropdown-item:focus {
  background: #0e61ab !important;
  color: white !important;
}
.cid-ubCX5qKOhE .dropdown-item:hover span {
  color: white;
}
.cid-ubCX5qKOhE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubCX5qKOhE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubCX5qKOhE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubCX5qKOhE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubCX5qKOhE .nav-link {
  position: relative;
}
.cid-ubCX5qKOhE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubCX5qKOhE .container {
    flex-wrap: wrap;
  }
}
.cid-ubCX5qKOhE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubCX5qKOhE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubCX5qKOhE .iconfont-wrapper {
  color: #222b7b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubCX5qKOhE .dropdown-menu,
.cid-ubCX5qKOhE .navbar.opened {
  background: #ffffff !important;
}
.cid-ubCX5qKOhE .nav-item:focus,
.cid-ubCX5qKOhE .nav-link:focus {
  outline: none;
}
.cid-ubCX5qKOhE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubCX5qKOhE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubCX5qKOhE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubCX5qKOhE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubCX5qKOhE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubCX5qKOhE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubCX5qKOhE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ubCX5qKOhE .navbar.opened {
  transition: all 0.3s;
}
.cid-ubCX5qKOhE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubCX5qKOhE .navbar .navbar-logo img {
  width: auto;
}
.cid-ubCX5qKOhE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubCX5qKOhE .navbar.collapsed {
  justify-content: center;
}
.cid-ubCX5qKOhE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubCX5qKOhE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubCX5qKOhE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubCX5qKOhE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubCX5qKOhE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubCX5qKOhE .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-ubCX5qKOhE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubCX5qKOhE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubCX5qKOhE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubCX5qKOhE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubCX5qKOhE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubCX5qKOhE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubCX5qKOhE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubCX5qKOhE .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-ubCX5qKOhE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubCX5qKOhE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubCX5qKOhE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubCX5qKOhE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubCX5qKOhE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubCX5qKOhE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubCX5qKOhE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubCX5qKOhE .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubCX5qKOhE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubCX5qKOhE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubCX5qKOhE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubCX5qKOhE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubCX5qKOhE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubCX5qKOhE .dropdown-item.active,
.cid-ubCX5qKOhE .dropdown-item:active {
  background-color: transparent;
}
.cid-ubCX5qKOhE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubCX5qKOhE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubCX5qKOhE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubCX5qKOhE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubCX5qKOhE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubCX5qKOhE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubCX5qKOhE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubCX5qKOhE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubCX5qKOhE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubCX5qKOhE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubCX5qKOhE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubCX5qKOhE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCX5qKOhE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCX5qKOhE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubCX5qKOhE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCX5qKOhE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubCX5qKOhE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubCX5qKOhE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCX5qKOhE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubCX5qKOhE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubCX5qKOhE .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-ubCX5qKOhE .navbar {
    height: 70px;
  }
  .cid-ubCX5qKOhE .navbar.opened {
    height: auto;
  }
  .cid-ubCX5qKOhE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubCX5rAToC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/61ae212c3c477-708x476.jpg");
}
.cid-ubCX5rAToC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCX5rAToC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCX5seZvy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubCX5seZvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCX5seZvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCX5seZvy img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubCX5seZvy img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubCX5seZvy .row {
  flex-direction: row-reverse;
}
.cid-ubCX5seZvy .row {
  align-items: center;
}
.cid-ubCX5seZvy .mbr-section-title {
  color: #0e61ab;
}
.cid-ubCX5seZvy .mbr-text,
.cid-ubCX5seZvy .mbr-section-btn {
  color: #000000;
}
.cid-ubCX5sMMP3 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #0e61ab;
}
.cid-ubCX5sMMP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCX5sMMP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCX5sMMP3 img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubCX5sMMP3 img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubCX5sMMP3 .row {
  align-items: center;
}
.cid-ubCX5sMMP3 .mbr-section-title {
  color: #ffffff;
}
.cid-ubCX5sMMP3 .mbr-text,
.cid-ubCX5sMMP3 .mbr-section-btn {
  color: #ffffff;
}
.cid-ubCZb4oH4c {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #0e61ab;
}
.cid-ubCZb4oH4c .progress {
  width: 100%;
}
.cid-ubCZb4oH4c p {
  margin-bottom: 0.4rem;
}
.cid-ubCZb4oH4c .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-ubCZb4oH4c progress {
  height: 10px;
}
.cid-ubCZb4oH4c .progress-row {
  padding: 0 1rem;
}
.cid-ubCZb4oH4c .progress_elements {
  align-items: center;
  background: #eeeeee;
  padding: 3rem 4rem;
  padding-top: 5rem;
  border-radius: 2rem;
  transition: all 0.3s;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ubCZb4oH4c .progress_elements {
    padding: 1rem;
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}
.cid-ubCZb4oH4c .progress_elements:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-ubCZb4oH4c .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-ubCZb4oH4c .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-ubCZb4oH4c .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ubCZb4oH4c .progress_value {
  position: relative;
}
.cid-ubCZb4oH4c .progress1 .progressbar-number:before,
.cid-ubCZb4oH4c .progress2 .progressbar-number:before,
.cid-ubCZb4oH4c .progress3 .progressbar-number:before,
.cid-ubCZb4oH4c .progress4 .progressbar-number:before,
.cid-ubCZb4oH4c .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-ubCZb4oH4c progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ubCZb4oH4c progress::-webkit-progress-value {
  background: #f58534;
}
.cid-ubCZb4oH4c progress[value]::-moz-progress-bar {
  background: #f58534;
}
.cid-ubCZb4oH4c progress::-ms-fill {
  background: #f58534;
}
.cid-ubCZb4oH4c .progress1 .progressbar-number:before {
  content: '18.5';
}
.cid-ubCZb4oH4c .progress2 .progressbar-number:before {
  content: '21.5';
}
.cid-ubCZb4oH4c .progress3 .progressbar-number:before {
  content: '53';
}
.cid-ubCZb4oH4c .progress4 .progressbar-number:before {
  content: '70';
}
.cid-ubCZb4oH4c .progress5 .progressbar-number:before {
  content: '60';
}
.cid-ubCZb4oH4c .section-content-text {
  color: #454545;
}
.cid-ubCZb4oH4c .progressbar-title p,
.cid-ubCZb4oH4c .progress_value {
  color: #454545;
}
.cid-ubCZb4oH4c .mbr-section-subtitle {
  color: #454545;
}
.cid-ubCZb4oH4c .mbr-section-title {
  text-align: center;
}
.cid-ubCZb4oH4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCZb4oH4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD0cfbwKT {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ubD0cfbwKT .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-ubD0cfbwKT .item-img {
  position: relative;
  padding: 1rem;
}
.cid-ubD0cfbwKT .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #f58534;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-ubD0cfbwKT .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-ubD0cfbwKT img,
.cid-ubD0cfbwKT .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-ubD0cfbwKT .item:focus,
.cid-ubD0cfbwKT span:focus {
  outline: none;
}
.cid-ubD0cfbwKT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubD0cfbwKT .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubD0cfbwKT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubD0cfbwKT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubD0cfbwKT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubD0cfbwKT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ubD0cfbwKT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubD0cfbwKT .mbr-section-title {
  color: #f58534;
}
.cid-ubD0cfbwKT .mbr-text,
.cid-ubD0cfbwKT .mbr-section-btn {
  text-align: center;
}
.cid-ubD0cfbwKT .item-title {
  text-align: center;
  color: #f58534;
}
.cid-ubD0cfbwKT .item-subtitle {
  text-align: center;
}
.cid-ubCX5tWW32 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1323.jpg");
}
.cid-ubCX5tWW32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCX5tWW32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCX5tWW32 .row {
  position: relative;
  padding: 4rem 4rem;
  border-radius: 20rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-ubCX5tWW32 .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-ubCX5tWW32 .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20rem;
  height: 100%;
  background: #c52f33;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-ubCX5tWW32 .row:before {
    border-radius: 3rem;
  }
}
.cid-ubCX5tWW32 .row .col-12 {
  position: relative;
}
.cid-ubCX5tWW32 .mbr-section-title {
  color: #ffffff;
}
.cid-ubCX5tWW32 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubCX5tWW32 .mbr-text,
.cid-ubCX5tWW32 .mbr-section-btn {
  color: #ffffff;
}
.cid-ubCX5vpow1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222b7b;
}
.cid-ubCX5vpow1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCX5vpow1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCX5vpow1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubCX5vpow1 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubCX5vpow1 .row {
    text-align: center;
  }
  .cid-ubCX5vpow1 .row > div {
    margin: auto;
  }
  .cid-ubCX5vpow1 .social-row {
    justify-content: center;
  }
}
.cid-ubCX5vpow1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubCX5vpow1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ubCX5vpow1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubCX5vpow1 .list {
    margin-bottom: 0rem;
  }
}
.cid-ubCX5vpow1 .mbr-text {
  color: #ffffff;
}
.cid-ubCX5vpow1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ubCX5vpow1 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ubCX5vpow1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubD2ojygCy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubD2ojygCy nav.navbar {
  position: fixed;
}
.cid-ubD2ojygCy .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-ubD2ojygCy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubD2ojygCy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubD2ojygCy .dropdown-item:hover,
.cid-ubD2ojygCy .dropdown-item:focus {
  background: #0e61ab !important;
  color: white !important;
}
.cid-ubD2ojygCy .dropdown-item:hover span {
  color: white;
}
.cid-ubD2ojygCy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubD2ojygCy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubD2ojygCy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubD2ojygCy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubD2ojygCy .nav-link {
  position: relative;
}
.cid-ubD2ojygCy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubD2ojygCy .container {
    flex-wrap: wrap;
  }
}
.cid-ubD2ojygCy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubD2ojygCy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubD2ojygCy .iconfont-wrapper {
  color: #222b7b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubD2ojygCy .dropdown-menu,
.cid-ubD2ojygCy .navbar.opened {
  background: #ffffff !important;
}
.cid-ubD2ojygCy .nav-item:focus,
.cid-ubD2ojygCy .nav-link:focus {
  outline: none;
}
.cid-ubD2ojygCy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubD2ojygCy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubD2ojygCy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubD2ojygCy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubD2ojygCy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubD2ojygCy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubD2ojygCy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ubD2ojygCy .navbar.opened {
  transition: all 0.3s;
}
.cid-ubD2ojygCy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubD2ojygCy .navbar .navbar-logo img {
  width: auto;
}
.cid-ubD2ojygCy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubD2ojygCy .navbar.collapsed {
  justify-content: center;
}
.cid-ubD2ojygCy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubD2ojygCy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubD2ojygCy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubD2ojygCy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubD2ojygCy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubD2ojygCy .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-ubD2ojygCy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubD2ojygCy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubD2ojygCy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubD2ojygCy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubD2ojygCy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubD2ojygCy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubD2ojygCy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubD2ojygCy .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-ubD2ojygCy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubD2ojygCy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubD2ojygCy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubD2ojygCy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubD2ojygCy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubD2ojygCy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubD2ojygCy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubD2ojygCy .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubD2ojygCy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubD2ojygCy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubD2ojygCy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubD2ojygCy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubD2ojygCy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubD2ojygCy .dropdown-item.active,
.cid-ubD2ojygCy .dropdown-item:active {
  background-color: transparent;
}
.cid-ubD2ojygCy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubD2ojygCy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubD2ojygCy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubD2ojygCy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubD2ojygCy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubD2ojygCy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubD2ojygCy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubD2ojygCy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubD2ojygCy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubD2ojygCy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubD2ojygCy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubD2ojygCy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubD2ojygCy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubD2ojygCy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubD2ojygCy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubD2ojygCy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubD2ojygCy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubD2ojygCy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubD2ojygCy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubD2ojygCy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubD2ojygCy .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-ubD2ojygCy .navbar {
    height: 70px;
  }
  .cid-ubD2ojygCy .navbar.opened {
    height: auto;
  }
  .cid-ubD2ojygCy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubD2okjsY7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/4-4-e1681499044687-1-1920x1080.png");
}
.cid-ubD2okjsY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD2okjsY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD2okYSRt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubD2okYSRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD2okYSRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD2okYSRt img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubD2okYSRt img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubD2okYSRt .row {
  align-items: center;
}
.cid-ubD2okYSRt .mbr-section-title {
  color: #65bc50;
}
.cid-ubD2okYSRt .mbr-text,
.cid-ubD2okYSRt .mbr-section-btn {
  color: #000000;
}
.cid-ubD2olzaZl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65bc50;
}
.cid-ubD2olzaZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD2olzaZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD2olzaZl img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubD2olzaZl img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubD2olzaZl .row {
  flex-direction: row-reverse;
}
.cid-ubD2olzaZl .row {
  align-items: center;
}
.cid-ubD2olzaZl .mbr-section-title {
  color: #ffffff;
}
.cid-ubD2olzaZl .mbr-text,
.cid-ubD2olzaZl .mbr-section-btn {
  color: #ffffff;
}
.cid-ubD2omUi6s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1323.jpg");
}
.cid-ubD2omUi6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD2omUi6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD2omUi6s .row {
  position: relative;
  padding: 4rem 4rem;
  border-radius: 20rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-ubD2omUi6s .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-ubD2omUi6s .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20rem;
  height: 100%;
  background: #c52f33;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-ubD2omUi6s .row:before {
    border-radius: 3rem;
  }
}
.cid-ubD2omUi6s .row .col-12 {
  position: relative;
}
.cid-ubD2omUi6s .mbr-section-title {
  color: #ffffff;
}
.cid-ubD2omUi6s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubD2omUi6s .mbr-text,
.cid-ubD2omUi6s .mbr-section-btn {
  color: #ffffff;
}
.cid-ubD2ooorFH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222b7b;
}
.cid-ubD2ooorFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD2ooorFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD2ooorFH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubD2ooorFH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubD2ooorFH .row {
    text-align: center;
  }
  .cid-ubD2ooorFH .row > div {
    margin: auto;
  }
  .cid-ubD2ooorFH .social-row {
    justify-content: center;
  }
}
.cid-ubD2ooorFH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubD2ooorFH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ubD2ooorFH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubD2ooorFH .list {
    margin-bottom: 0rem;
  }
}
.cid-ubD2ooorFH .mbr-text {
  color: #ffffff;
}
.cid-ubD2ooorFH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ubD2ooorFH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ubD2ooorFH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubD6tJgrKx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubD6tJgrKx nav.navbar {
  position: fixed;
}
.cid-ubD6tJgrKx .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-ubD6tJgrKx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubD6tJgrKx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubD6tJgrKx .dropdown-item:hover,
.cid-ubD6tJgrKx .dropdown-item:focus {
  background: #0e61ab !important;
  color: white !important;
}
.cid-ubD6tJgrKx .dropdown-item:hover span {
  color: white;
}
.cid-ubD6tJgrKx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubD6tJgrKx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubD6tJgrKx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubD6tJgrKx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubD6tJgrKx .nav-link {
  position: relative;
}
.cid-ubD6tJgrKx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubD6tJgrKx .container {
    flex-wrap: wrap;
  }
}
.cid-ubD6tJgrKx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubD6tJgrKx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubD6tJgrKx .iconfont-wrapper {
  color: #222b7b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubD6tJgrKx .dropdown-menu,
.cid-ubD6tJgrKx .navbar.opened {
  background: #ffffff !important;
}
.cid-ubD6tJgrKx .nav-item:focus,
.cid-ubD6tJgrKx .nav-link:focus {
  outline: none;
}
.cid-ubD6tJgrKx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubD6tJgrKx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubD6tJgrKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubD6tJgrKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubD6tJgrKx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubD6tJgrKx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubD6tJgrKx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ubD6tJgrKx .navbar.opened {
  transition: all 0.3s;
}
.cid-ubD6tJgrKx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubD6tJgrKx .navbar .navbar-logo img {
  width: auto;
}
.cid-ubD6tJgrKx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubD6tJgrKx .navbar.collapsed {
  justify-content: center;
}
.cid-ubD6tJgrKx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubD6tJgrKx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubD6tJgrKx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubD6tJgrKx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubD6tJgrKx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubD6tJgrKx .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-ubD6tJgrKx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubD6tJgrKx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubD6tJgrKx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubD6tJgrKx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubD6tJgrKx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubD6tJgrKx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubD6tJgrKx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubD6tJgrKx .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-ubD6tJgrKx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubD6tJgrKx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubD6tJgrKx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubD6tJgrKx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubD6tJgrKx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubD6tJgrKx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubD6tJgrKx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubD6tJgrKx .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubD6tJgrKx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubD6tJgrKx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubD6tJgrKx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubD6tJgrKx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubD6tJgrKx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubD6tJgrKx .dropdown-item.active,
.cid-ubD6tJgrKx .dropdown-item:active {
  background-color: transparent;
}
.cid-ubD6tJgrKx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubD6tJgrKx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubD6tJgrKx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubD6tJgrKx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubD6tJgrKx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubD6tJgrKx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubD6tJgrKx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubD6tJgrKx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubD6tJgrKx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubD6tJgrKx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubD6tJgrKx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubD6tJgrKx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubD6tJgrKx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubD6tJgrKx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubD6tJgrKx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubD6tJgrKx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubD6tJgrKx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubD6tJgrKx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubD6tJgrKx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubD6tJgrKx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubD6tJgrKx .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-ubD6tJgrKx .navbar {
    height: 70px;
  }
  .cid-ubD6tJgrKx .navbar.opened {
    height: auto;
  }
  .cid-ubD6tJgrKx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubD6tKVnKp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/4-4-e1681499044687-1-1920x1080.png");
}
.cid-ubD6tKVnKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD6tKVnKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD6tLxKLp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubD6tLxKLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD6tLxKLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD6tLxKLp img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubD6tLxKLp img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubD6tLxKLp .row {
  align-items: center;
}
.cid-ubD6tLxKLp .mbr-section-title {
  color: #65bc50;
}
.cid-ubD6tLxKLp .mbr-text,
.cid-ubD6tLxKLp .mbr-section-btn {
  color: #000000;
}
.cid-ubD6tM7uPa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65bc50;
}
.cid-ubD6tM7uPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD6tM7uPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD6tM7uPa img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubD6tM7uPa img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubD6tM7uPa .row {
  flex-direction: row-reverse;
}
.cid-ubD6tM7uPa .row {
  align-items: center;
}
.cid-ubD6tM7uPa .mbr-section-title {
  color: #ffffff;
}
.cid-ubD6tM7uPa .mbr-text,
.cid-ubD6tM7uPa .mbr-section-btn {
  color: #ffffff;
}
.cid-ubD6tMIfzN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1323.jpg");
}
.cid-ubD6tMIfzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD6tMIfzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD6tMIfzN .row {
  position: relative;
  padding: 4rem 4rem;
  border-radius: 20rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-ubD6tMIfzN .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-ubD6tMIfzN .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20rem;
  height: 100%;
  background: #c52f33;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-ubD6tMIfzN .row:before {
    border-radius: 3rem;
  }
}
.cid-ubD6tMIfzN .row .col-12 {
  position: relative;
}
.cid-ubD6tMIfzN .mbr-section-title {
  color: #ffffff;
}
.cid-ubD6tMIfzN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubD6tMIfzN .mbr-text,
.cid-ubD6tMIfzN .mbr-section-btn {
  color: #ffffff;
}
.cid-ubD6tNlDWE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222b7b;
}
.cid-ubD6tNlDWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD6tNlDWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD6tNlDWE .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubD6tNlDWE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubD6tNlDWE .row {
    text-align: center;
  }
  .cid-ubD6tNlDWE .row > div {
    margin: auto;
  }
  .cid-ubD6tNlDWE .social-row {
    justify-content: center;
  }
}
.cid-ubD6tNlDWE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubD6tNlDWE .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ubD6tNlDWE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubD6tNlDWE .list {
    margin-bottom: 0rem;
  }
}
.cid-ubD6tNlDWE .mbr-text {
  color: #ffffff;
}
.cid-ubD6tNlDWE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ubD6tNlDWE .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ubD6tNlDWE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubD8qv1BWg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubD8qv1BWg nav.navbar {
  position: fixed;
}
.cid-ubD8qv1BWg .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-ubD8qv1BWg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubD8qv1BWg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubD8qv1BWg .dropdown-item:hover,
.cid-ubD8qv1BWg .dropdown-item:focus {
  background: #0e61ab !important;
  color: white !important;
}
.cid-ubD8qv1BWg .dropdown-item:hover span {
  color: white;
}
.cid-ubD8qv1BWg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubD8qv1BWg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubD8qv1BWg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubD8qv1BWg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubD8qv1BWg .nav-link {
  position: relative;
}
.cid-ubD8qv1BWg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubD8qv1BWg .container {
    flex-wrap: wrap;
  }
}
.cid-ubD8qv1BWg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubD8qv1BWg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubD8qv1BWg .iconfont-wrapper {
  color: #222b7b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubD8qv1BWg .dropdown-menu,
.cid-ubD8qv1BWg .navbar.opened {
  background: #ffffff !important;
}
.cid-ubD8qv1BWg .nav-item:focus,
.cid-ubD8qv1BWg .nav-link:focus {
  outline: none;
}
.cid-ubD8qv1BWg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubD8qv1BWg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubD8qv1BWg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubD8qv1BWg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubD8qv1BWg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubD8qv1BWg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubD8qv1BWg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ubD8qv1BWg .navbar.opened {
  transition: all 0.3s;
}
.cid-ubD8qv1BWg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubD8qv1BWg .navbar .navbar-logo img {
  width: auto;
}
.cid-ubD8qv1BWg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubD8qv1BWg .navbar.collapsed {
  justify-content: center;
}
.cid-ubD8qv1BWg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubD8qv1BWg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubD8qv1BWg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubD8qv1BWg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubD8qv1BWg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubD8qv1BWg .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-ubD8qv1BWg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubD8qv1BWg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubD8qv1BWg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubD8qv1BWg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubD8qv1BWg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubD8qv1BWg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubD8qv1BWg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubD8qv1BWg .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-ubD8qv1BWg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubD8qv1BWg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubD8qv1BWg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubD8qv1BWg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubD8qv1BWg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubD8qv1BWg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubD8qv1BWg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubD8qv1BWg .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubD8qv1BWg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubD8qv1BWg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubD8qv1BWg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubD8qv1BWg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubD8qv1BWg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubD8qv1BWg .dropdown-item.active,
.cid-ubD8qv1BWg .dropdown-item:active {
  background-color: transparent;
}
.cid-ubD8qv1BWg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubD8qv1BWg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubD8qv1BWg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubD8qv1BWg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubD8qv1BWg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubD8qv1BWg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubD8qv1BWg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubD8qv1BWg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubD8qv1BWg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubD8qv1BWg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubD8qv1BWg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubD8qv1BWg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubD8qv1BWg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubD8qv1BWg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubD8qv1BWg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubD8qv1BWg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubD8qv1BWg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubD8qv1BWg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubD8qv1BWg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubD8qv1BWg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubD8qv1BWg .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-ubD8qv1BWg .navbar {
    height: 70px;
  }
  .cid-ubD8qv1BWg .navbar.opened {
    height: auto;
  }
  .cid-ubD8qv1BWg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubD8qvYZtt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/4-4-e1681499044687-1-1920x1080.png");
}
.cid-ubD8qvYZtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD8qvYZtt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD8qwZxdH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubD8qwZxdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD8qwZxdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD8qwZxdH img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubD8qwZxdH img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubD8qwZxdH .row {
  align-items: center;
}
.cid-ubD8qwZxdH .mbr-section-title {
  color: #65bc50;
}
.cid-ubD8qwZxdH .mbr-text,
.cid-ubD8qwZxdH .mbr-section-btn {
  color: #000000;
}
.cid-ubD8qxwrcu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65bc50;
}
.cid-ubD8qxwrcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD8qxwrcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD8qxwrcu img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubD8qxwrcu img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubD8qxwrcu .row {
  flex-direction: row-reverse;
}
.cid-ubD8qxwrcu .row {
  align-items: center;
}
.cid-ubD8qxwrcu .mbr-section-title {
  color: #ffffff;
}
.cid-ubD8qxwrcu .mbr-text,
.cid-ubD8qxwrcu .mbr-section-btn {
  color: #ffffff;
}
.cid-ubD8qy5ui8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1323.jpg");
}
.cid-ubD8qy5ui8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD8qy5ui8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD8qy5ui8 .row {
  position: relative;
  padding: 4rem 4rem;
  border-radius: 20rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-ubD8qy5ui8 .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-ubD8qy5ui8 .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20rem;
  height: 100%;
  background: #c52f33;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-ubD8qy5ui8 .row:before {
    border-radius: 3rem;
  }
}
.cid-ubD8qy5ui8 .row .col-12 {
  position: relative;
}
.cid-ubD8qy5ui8 .mbr-section-title {
  color: #ffffff;
}
.cid-ubD8qy5ui8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubD8qy5ui8 .mbr-text,
.cid-ubD8qy5ui8 .mbr-section-btn {
  color: #ffffff;
}
.cid-ubD8qyGi2r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222b7b;
}
.cid-ubD8qyGi2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD8qyGi2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubD8qyGi2r .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubD8qyGi2r .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubD8qyGi2r .row {
    text-align: center;
  }
  .cid-ubD8qyGi2r .row > div {
    margin: auto;
  }
  .cid-ubD8qyGi2r .social-row {
    justify-content: center;
  }
}
.cid-ubD8qyGi2r .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubD8qyGi2r .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ubD8qyGi2r .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubD8qyGi2r .list {
    margin-bottom: 0rem;
  }
}
.cid-ubD8qyGi2r .mbr-text {
  color: #ffffff;
}
.cid-ubD8qyGi2r .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ubD8qyGi2r .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ubD8qyGi2r div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubDduxTnDz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubDduxTnDz nav.navbar {
  position: fixed;
}
.cid-ubDduxTnDz .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-ubDduxTnDz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubDduxTnDz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubDduxTnDz .dropdown-item:hover,
.cid-ubDduxTnDz .dropdown-item:focus {
  background: #0e61ab !important;
  color: white !important;
}
.cid-ubDduxTnDz .dropdown-item:hover span {
  color: white;
}
.cid-ubDduxTnDz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubDduxTnDz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubDduxTnDz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubDduxTnDz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubDduxTnDz .nav-link {
  position: relative;
}
.cid-ubDduxTnDz .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubDduxTnDz .container {
    flex-wrap: wrap;
  }
}
.cid-ubDduxTnDz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubDduxTnDz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubDduxTnDz .iconfont-wrapper {
  color: #222b7b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubDduxTnDz .dropdown-menu,
.cid-ubDduxTnDz .navbar.opened {
  background: #ffffff !important;
}
.cid-ubDduxTnDz .nav-item:focus,
.cid-ubDduxTnDz .nav-link:focus {
  outline: none;
}
.cid-ubDduxTnDz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubDduxTnDz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubDduxTnDz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubDduxTnDz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubDduxTnDz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubDduxTnDz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubDduxTnDz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ubDduxTnDz .navbar.opened {
  transition: all 0.3s;
}
.cid-ubDduxTnDz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubDduxTnDz .navbar .navbar-logo img {
  width: auto;
}
.cid-ubDduxTnDz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubDduxTnDz .navbar.collapsed {
  justify-content: center;
}
.cid-ubDduxTnDz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubDduxTnDz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubDduxTnDz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubDduxTnDz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubDduxTnDz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubDduxTnDz .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-ubDduxTnDz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubDduxTnDz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubDduxTnDz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubDduxTnDz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubDduxTnDz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubDduxTnDz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubDduxTnDz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubDduxTnDz .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-ubDduxTnDz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubDduxTnDz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubDduxTnDz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubDduxTnDz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubDduxTnDz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubDduxTnDz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubDduxTnDz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubDduxTnDz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubDduxTnDz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubDduxTnDz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubDduxTnDz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubDduxTnDz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubDduxTnDz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubDduxTnDz .dropdown-item.active,
.cid-ubDduxTnDz .dropdown-item:active {
  background-color: transparent;
}
.cid-ubDduxTnDz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubDduxTnDz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubDduxTnDz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubDduxTnDz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubDduxTnDz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubDduxTnDz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubDduxTnDz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubDduxTnDz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubDduxTnDz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubDduxTnDz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubDduxTnDz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubDduxTnDz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubDduxTnDz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubDduxTnDz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubDduxTnDz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubDduxTnDz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubDduxTnDz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubDduxTnDz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubDduxTnDz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubDduxTnDz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubDduxTnDz .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-ubDduxTnDz .navbar {
    height: 70px;
  }
  .cid-ubDduxTnDz .navbar.opened {
    height: auto;
  }
  .cid-ubDduxTnDz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubDduyP1ST {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/shutterstock-1086802904-scaled-1-1024x576.jpg.webp");
}
.cid-ubDduyP1ST .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDduyP1ST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDdXqY9Fq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubDdXqY9Fq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubDdXqY9Fq form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ubDdXqY9Fq form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-ubDdXqY9Fq form.mbr-form {
    padding: 1rem;
  }
}
.cid-ubDdXqY9Fq form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ubDdXqY9Fq form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ubDduBscRd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222b7b;
}
.cid-ubDduBscRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDduBscRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDduBscRd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubDduBscRd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubDduBscRd .row {
    text-align: center;
  }
  .cid-ubDduBscRd .row > div {
    margin: auto;
  }
  .cid-ubDduBscRd .social-row {
    justify-content: center;
  }
}
.cid-ubDduBscRd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubDduBscRd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ubDduBscRd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubDduBscRd .list {
    margin-bottom: 0rem;
  }
}
.cid-ubDduBscRd .mbr-text {
  color: #ffffff;
}
.cid-ubDduBscRd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ubDduBscRd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ubDduBscRd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubKfU1aPDk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubKfU1aPDk nav.navbar {
  position: fixed;
}
.cid-ubKfU1aPDk .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-ubKfU1aPDk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubKfU1aPDk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubKfU1aPDk .dropdown-item:hover,
.cid-ubKfU1aPDk .dropdown-item:focus {
  background: #0e61ab !important;
  color: white !important;
}
.cid-ubKfU1aPDk .dropdown-item:hover span {
  color: white;
}
.cid-ubKfU1aPDk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubKfU1aPDk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubKfU1aPDk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubKfU1aPDk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubKfU1aPDk .nav-link {
  position: relative;
}
.cid-ubKfU1aPDk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubKfU1aPDk .container {
    flex-wrap: wrap;
  }
}
.cid-ubKfU1aPDk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubKfU1aPDk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubKfU1aPDk .iconfont-wrapper {
  color: #222b7b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubKfU1aPDk .dropdown-menu,
.cid-ubKfU1aPDk .navbar.opened {
  background: #ffffff !important;
}
.cid-ubKfU1aPDk .nav-item:focus,
.cid-ubKfU1aPDk .nav-link:focus {
  outline: none;
}
.cid-ubKfU1aPDk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubKfU1aPDk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubKfU1aPDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubKfU1aPDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubKfU1aPDk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubKfU1aPDk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubKfU1aPDk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ubKfU1aPDk .navbar.opened {
  transition: all 0.3s;
}
.cid-ubKfU1aPDk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubKfU1aPDk .navbar .navbar-logo img {
  width: auto;
}
.cid-ubKfU1aPDk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubKfU1aPDk .navbar.collapsed {
  justify-content: center;
}
.cid-ubKfU1aPDk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubKfU1aPDk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubKfU1aPDk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubKfU1aPDk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubKfU1aPDk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubKfU1aPDk .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-ubKfU1aPDk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubKfU1aPDk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubKfU1aPDk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubKfU1aPDk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubKfU1aPDk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubKfU1aPDk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubKfU1aPDk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubKfU1aPDk .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-ubKfU1aPDk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubKfU1aPDk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubKfU1aPDk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubKfU1aPDk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubKfU1aPDk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubKfU1aPDk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubKfU1aPDk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubKfU1aPDk .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubKfU1aPDk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubKfU1aPDk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubKfU1aPDk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubKfU1aPDk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubKfU1aPDk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubKfU1aPDk .dropdown-item.active,
.cid-ubKfU1aPDk .dropdown-item:active {
  background-color: transparent;
}
.cid-ubKfU1aPDk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubKfU1aPDk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubKfU1aPDk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubKfU1aPDk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubKfU1aPDk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubKfU1aPDk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubKfU1aPDk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubKfU1aPDk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubKfU1aPDk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubKfU1aPDk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubKfU1aPDk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubKfU1aPDk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubKfU1aPDk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubKfU1aPDk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubKfU1aPDk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubKfU1aPDk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubKfU1aPDk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubKfU1aPDk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubKfU1aPDk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubKfU1aPDk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubKfU1aPDk .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-ubKfU1aPDk .navbar {
    height: 70px;
  }
  .cid-ubKfU1aPDk .navbar.opened {
    height: auto;
  }
  .cid-ubKfU1aPDk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubKfU1KE6L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/shutterstock-1086802904-scaled-1-1024x576.jpg.webp");
}
.cid-ubKfU1KE6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubKfU1KE6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubKgDspe4i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubKgDspe4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubKgDspe4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubKgDspe4i img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubKgDspe4i img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubKgDspe4i .row {
  flex-direction: row-reverse;
}
.cid-ubKgDspe4i .row {
  align-items: center;
}
.cid-ubKgDspe4i .mbr-section-title {
  color: #0e61ab;
}
.cid-ubKgDspe4i .mbr-text,
.cid-ubKgDspe4i .mbr-section-btn {
  color: #000000;
}
.cid-ubKgXGaQGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e61ab;
}
.cid-ubKgXGaQGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubKgXGaQGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubKgXGaQGr .container {
    padding: 0 30px;
  }
}
.cid-ubKgXGaQGr .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ubKgXGaQGr .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ubKgXGaQGr .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 90px 70px 230px;
  background-color: #eeeeee;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-ubKgXGaQGr .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-ubKgXGaQGr .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-ubKgXGaQGr .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-ubKgXGaQGr .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ubKgXGaQGr .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-ubKgXGaQGr .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ubKgXGaQGr .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ubKgXGaQGr .mbr-card-title {
  color: #2b2b2b;
}
.cid-ubKgXGaQGr .mbr-text {
  color: #4E4E4E;
}
.cid-ubKgXGaQGr .mbr-number {
  color: #FE5115;
}
.cid-ubKfU2weWr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222b7b;
}
.cid-ubKfU2weWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubKfU2weWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubKfU2weWr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubKfU2weWr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubKfU2weWr .row {
    text-align: center;
  }
  .cid-ubKfU2weWr .row > div {
    margin: auto;
  }
  .cid-ubKfU2weWr .social-row {
    justify-content: center;
  }
}
.cid-ubKfU2weWr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubKfU2weWr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ubKfU2weWr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubKfU2weWr .list {
    margin-bottom: 0rem;
  }
}
.cid-ubKfU2weWr .mbr-text {
  color: #ffffff;
}
.cid-ubKfU2weWr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ubKfU2weWr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ubKfU2weWr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubKhO8YRli {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubKhO8YRli nav.navbar {
  position: fixed;
}
.cid-ubKhO8YRli .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-ubKhO8YRli .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubKhO8YRli .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubKhO8YRli .dropdown-item:hover,
.cid-ubKhO8YRli .dropdown-item:focus {
  background: #0e61ab !important;
  color: white !important;
}
.cid-ubKhO8YRli .dropdown-item:hover span {
  color: white;
}
.cid-ubKhO8YRli .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubKhO8YRli .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubKhO8YRli .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubKhO8YRli .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubKhO8YRli .nav-link {
  position: relative;
}
.cid-ubKhO8YRli .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubKhO8YRli .container {
    flex-wrap: wrap;
  }
}
.cid-ubKhO8YRli .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubKhO8YRli .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubKhO8YRli .iconfont-wrapper {
  color: #222b7b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubKhO8YRli .dropdown-menu,
.cid-ubKhO8YRli .navbar.opened {
  background: #ffffff !important;
}
.cid-ubKhO8YRli .nav-item:focus,
.cid-ubKhO8YRli .nav-link:focus {
  outline: none;
}
.cid-ubKhO8YRli .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubKhO8YRli .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubKhO8YRli .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubKhO8YRli .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubKhO8YRli .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubKhO8YRli .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubKhO8YRli .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ubKhO8YRli .navbar.opened {
  transition: all 0.3s;
}
.cid-ubKhO8YRli .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubKhO8YRli .navbar .navbar-logo img {
  width: auto;
}
.cid-ubKhO8YRli .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubKhO8YRli .navbar.collapsed {
  justify-content: center;
}
.cid-ubKhO8YRli .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubKhO8YRli .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubKhO8YRli .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubKhO8YRli .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubKhO8YRli .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubKhO8YRli .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-ubKhO8YRli .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubKhO8YRli .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubKhO8YRli .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubKhO8YRli .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubKhO8YRli .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubKhO8YRli .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubKhO8YRli .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubKhO8YRli .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-ubKhO8YRli .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubKhO8YRli .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubKhO8YRli .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubKhO8YRli .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubKhO8YRli .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubKhO8YRli .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubKhO8YRli .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubKhO8YRli .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubKhO8YRli .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubKhO8YRli .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubKhO8YRli .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubKhO8YRli .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubKhO8YRli .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubKhO8YRli .dropdown-item.active,
.cid-ubKhO8YRli .dropdown-item:active {
  background-color: transparent;
}
.cid-ubKhO8YRli .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubKhO8YRli .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubKhO8YRli .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubKhO8YRli .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubKhO8YRli .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubKhO8YRli .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubKhO8YRli ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubKhO8YRli .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubKhO8YRli button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubKhO8YRli button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubKhO8YRli button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubKhO8YRli button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubKhO8YRli button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubKhO8YRli button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubKhO8YRli nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubKhO8YRli nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubKhO8YRli nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubKhO8YRli nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubKhO8YRli .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubKhO8YRli a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubKhO8YRli .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-ubKhO8YRli .navbar {
    height: 70px;
  }
  .cid-ubKhO8YRli .navbar.opened {
    height: auto;
  }
  .cid-ubKhO8YRli .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubKhO9MWCd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/original-79b9c9c11d2f396bf9299b117c02fb3d-2000x1333.jpg");
}
.cid-ubKhO9MWCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubKhO9MWCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubKhOamFES {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ubKhOamFES .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubKhOamFES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubKhOamFES img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ubKhOamFES img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ubKhOamFES .row {
  align-items: center;
}
.cid-ubKhOamFES .mbr-section-title {
  color: #c52f33;
}
.cid-ubKhOamFES .mbr-text,
.cid-ubKhOamFES .mbr-section-btn {
  color: #000000;
}
.cid-ubKj1lnuhb {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ubKj1lnuhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubKj1lnuhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubKj1lnuhb .container {
    padding: 0 30px;
  }
}
.cid-ubKj1lnuhb .row {
  justify-content: center;
}
.cid-ubKj1lnuhb .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-ubKj1lnuhb .text-wrapper {
    padding-left: 30px;
  }
}
.cid-ubKj1lnuhb .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #c52f33;
}
.cid-ubKj1lnuhb .text-wrapper .mbr-text {
  opacity: .9;
  margin-bottom: 0;
}
.cid-ubKj1lnuhb .mbr-text {
  color: #000000;
}
.cid-ubKhOaT8Q7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e61ab;
}
.cid-ubKhOaT8Q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubKhOaT8Q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubKhOaT8Q7 .container {
    padding: 0 30px;
  }
}
.cid-ubKhOaT8Q7 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ubKhOaT8Q7 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ubKhOaT8Q7 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 90px 70px 230px;
  background-color: #eeeeee;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-ubKhOaT8Q7 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-ubKhOaT8Q7 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-ubKhOaT8Q7 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-ubKhOaT8Q7 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ubKhOaT8Q7 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-ubKhOaT8Q7 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ubKhOaT8Q7 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ubKhOaT8Q7 .mbr-card-title {
  color: #c52f33;
}
.cid-ubKhOaT8Q7 .mbr-text {
  color: #4E4E4E;
}
.cid-ubKhOaT8Q7 .mbr-number {
  color: #FE5115;
}
.cid-ubKk4ka9El {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1323.jpg");
}
.cid-ubKk4ka9El .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubKk4ka9El .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubKk4ka9El .row {
  position: relative;
  padding: 4rem 4rem;
  border-radius: 20rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-ubKk4ka9El .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-ubKk4ka9El .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20rem;
  height: 100%;
  background: #c52f33;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-ubKk4ka9El .row:before {
    border-radius: 3rem;
  }
}
.cid-ubKk4ka9El .row .col-12 {
  position: relative;
}
.cid-ubKk4ka9El .mbr-section-title {
  color: #ffffff;
}
.cid-ubKk4ka9El .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubKk4ka9El .mbr-text,
.cid-ubKk4ka9El .mbr-section-btn {
  color: #ffffff;
}
.cid-ubKhObts2L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222b7b;
}
.cid-ubKhObts2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubKhObts2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubKhObts2L .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubKhObts2L .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubKhObts2L .row {
    text-align: center;
  }
  .cid-ubKhObts2L .row > div {
    margin: auto;
  }
  .cid-ubKhObts2L .social-row {
    justify-content: center;
  }
}
.cid-ubKhObts2L .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubKhObts2L .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ubKhObts2L .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubKhObts2L .list {
    margin-bottom: 0rem;
  }
}
.cid-ubKhObts2L .mbr-text {
  color: #ffffff;
}
.cid-ubKhObts2L .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ubKhObts2L .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ubKhObts2L div > *:last-child {
    margin-top: 0 !important;
  }
}
