body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1e3060 !important;
}
.bg-success {
  background-color: #bb1a1f !important;
}
.bg-info {
  background-color: #1e3060 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e3060 !important;
  border-color: #1e3060 !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: #090f1e !important;
  border-color: #090f1e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #090f1e !important;
  border-color: #090f1e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bb1a1f !important;
  border-color: #bb1a1f !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: #6f0f12 !important;
  border-color: #6f0f12 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6f0f12 !important;
  border-color: #6f0f12 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1e3060 !important;
  border-color: #1e3060 !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: #090f1e !important;
  border-color: #090f1e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #090f1e !important;
  border-color: #090f1e !important;
}
.btn-success,
.btn-success:active {
  background-color: #bb1a1f !important;
  border-color: #bb1a1f !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: #6f0f12 !important;
  border-color: #6f0f12 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6f0f12 !important;
  border-color: #6f0f12 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #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: transparent;
  color: #1e3060;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #090f1e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e3060 !important;
  border-color: #1e3060 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bb1a1f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6f0f12 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bb1a1f !important;
  border-color: #bb1a1f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1e3060;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #090f1e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1e3060 !important;
  border-color: #1e3060 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bb1a1f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6f0f12 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bb1a1f !important;
  border-color: #bb1a1f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #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: transparent!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: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1e3060 !important;
}
.text-secondary {
  color: #bb1a1f !important;
}
.text-success {
  color: #bb1a1f !important;
}
.text-info {
  color: #1e3060 !important;
}
.text-warning {
  color: #ffe161 !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: #060912 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #610e10 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #610e10 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #060912 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #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: #1e3060;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1e3060;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e3060;
  border-color: #1e3060;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1e3060;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3c61c1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ea6a6e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3c61c1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1e3060 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #1e3060;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e3060;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1e3060;
}
.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: #1e3060;
  border-bottom-color: #1e3060;
}
.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: #1e3060 !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: #bb1a1f !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='%231e3060' %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-uzj6OgqH0o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzj6OgqH0o .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uzj6OgqH0o .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzj6OgqH0o .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzj6OgqH0o .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzj6OgqH0o .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzj6OgqH0o .container {
    padding: 0 1rem;
  }
}
.cid-uzj6OgqH0o .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uzj6OgqH0o .nav-link {
  position: relative;
}
.cid-uzj6OgqH0o .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uzj6OgqH0o nav.navbar {
  position: fixed;
}
.cid-uzj6OgqH0o .navbar {
  padding: 0!important;
  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-uzj6OgqH0o .navbar.opened {
  transition: all 0.3s;
}
.cid-uzj6OgqH0o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzj6OgqH0o .navbar .navbar-logo img {
  width: auto;
}
.cid-uzj6OgqH0o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzj6OgqH0o .navbar.collapsed {
  justify-content: center;
}
.cid-uzj6OgqH0o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzj6OgqH0o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzj6OgqH0o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uzj6OgqH0o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzj6OgqH0o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzj6OgqH0o .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-uzj6OgqH0o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzj6OgqH0o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzj6OgqH0o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzj6OgqH0o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzj6OgqH0o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzj6OgqH0o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzj6OgqH0o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzj6OgqH0o .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-uzj6OgqH0o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzj6OgqH0o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzj6OgqH0o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzj6OgqH0o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzj6OgqH0o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzj6OgqH0o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzj6OgqH0o .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzj6OgqH0o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzj6OgqH0o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzj6OgqH0o .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-uzj6OgqH0o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzj6OgqH0o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzj6OgqH0o .dropdown-item:hover,
.cid-uzj6OgqH0o .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uzj6OgqH0o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzj6OgqH0o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzj6OgqH0o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzj6OgqH0o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzj6OgqH0o .dropdown-menu,
.cid-uzj6OgqH0o .navbar.opened {
  background: #ffffff !important;
}
.cid-uzj6OgqH0o .nav-item:focus,
.cid-uzj6OgqH0o .nav-link:focus {
  outline: none;
}
.cid-uzj6OgqH0o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzj6OgqH0o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzj6OgqH0o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzj6OgqH0o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzj6OgqH0o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzj6OgqH0o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzj6OgqH0o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzj6OgqH0o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzj6OgqH0o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzj6OgqH0o .dropdown-item.active,
.cid-uzj6OgqH0o .dropdown-item:active {
  background-color: transparent;
}
.cid-uzj6OgqH0o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzj6OgqH0o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzj6OgqH0o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzj6OgqH0o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzj6OgqH0o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzj6OgqH0o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzj6OgqH0o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzj6OgqH0o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzj6OgqH0o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzj6OgqH0o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uzj6OgqH0o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzj6OgqH0o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzj6OgqH0o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzj6OgqH0o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzj6OgqH0o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzj6OgqH0o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzj6OgqH0o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzj6OgqH0o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzj6OgqH0o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzj6OgqH0o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzj6OgqH0o .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-uzj6OgqH0o .navbar {
    height: 70px;
  }
  .cid-uzj6OgqH0o .navbar.opened {
    height: auto;
  }
  .cid-uzj6OgqH0o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzj6OgqH0o .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzjbtxlYPw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pmi-hp-hero-check-2.jpg");
}
.cid-uzjbtxlYPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzjbtxlYPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uzjbtxlYPw .col-content {
    text-align: center;
  }
}
.cid-uzjbtxlYPw .label-text {
  margin-bottom: 16px;
  color: #bb1a1f;
}
.cid-uzjbtxlYPw .mbr-section-title {
  color: #ffffff;
}
.cid-uzjbtxlYPw .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uzjbtxlYPw .mbr-section-btn {
  margin-top: 22px;
}
.cid-uzjbtxlYPw .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-uzjbtxlYPw .text-item {
  border-top: 2px solid #bb1a1f;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uzjbtxlYPw .text-item {
    text-align: center;
  }
}
.cid-uzjbtxlYPw .mbr-text {
  color: #ffffff;
}
.cid-uzjbtxlYPw .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uzjbtxlYPw .mbr-section-subtitle,
.cid-uzjbtxlYPw .mbr-section-btn {
  color: #ffffff;
}
.cid-uzjqqEiGTA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzjqqEiGTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzjqqEiGTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzjqqEiGTA .mbr-section-title {
  color: #bb1a1f;
}
.cid-uzjxL94N6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e3060;
}
.cid-uzjxL94N6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzjxL94N6O .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-uzjxL94N6O .container {
    padding: 0 15px;
  }
}
.cid-uzjxL94N6O .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzjxL94N6O .panel-group {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
.cid-uzjxL94N6O .panel-group .card {
  border-radius: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.cid-uzjxL94N6O .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uzjxL94N6O .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px 0;
}
.cid-uzjxL94N6O .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzjxL94N6O .panel-group .card .card-header .panel-title .panel-title-edit {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  position: relative;
}
.cid-uzjxL94N6O .panel-group .card .card-header .panel-title .panel-title-edit::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #ec111a;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzjxL94N6O .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
  transform: rotate(90deg);
  opacity: .5;
}
.cid-uzjxL94N6O .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(270deg);
}
.cid-uzjxL94N6O .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ec111a;
}
.cid-uzjxL94N6O .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  left: -30px;
  opacity: 1;
}
.cid-uzjxL94N6O .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.cid-uzjxL94N6O .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 25px;
}
.cid-uzjxL94N6O .panel-group .card .panel-collapse .panel-body .panel-desc {
  margin-bottom: 0;
}
.cid-uzjxL94N6O .image-wrapper {
  position: relative;
  padding: 0 0 0 30px;
}
@media (max-width: 992px) {
  .cid-uzjxL94N6O .image-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
.cid-uzjxL94N6O .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 5%;
  height: 230px;
  width: 312px;
  background-color: #bb1a1f;
  transform: skewX(-20deg);
}
.cid-uzjxL94N6O .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 730px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzjxL94N6O .image-wrapper img {
    height: 350px;
  }
}
.cid-uzjxL94N6O .panel-title-edit {
  color: #ffffff;
}
.cid-uzjxL94N6O .panel-text {
  color: #ffffff;
}
.cid-uzjxL94N6O .panel-desc {
  color: #ec111a;
}
.cid-uzjJtgSGwl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzjJtgSGwl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzjJtgSGwl form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uzjJtgSGwl form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzjJtgSGwl form.mbr-form {
    padding: 1rem;
  }
}
.cid-uzjJtgSGwl form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uzjJtgSGwl form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uzjJtgSGwl .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uzjNxAlfFU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzjNxAlfFU .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uzjNxAlfFU .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzjNxAlfFU .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzjNxAlfFU .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzjNxAlfFU .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzjNxAlfFU .container {
    padding: 0 1rem;
  }
}
.cid-uzjNxAlfFU .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uzjNxAlfFU .nav-link {
  position: relative;
}
.cid-uzjNxAlfFU .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uzjNxAlfFU nav.navbar {
  position: fixed;
}
.cid-uzjNxAlfFU .navbar {
  padding: 0!important;
  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-uzjNxAlfFU .navbar.opened {
  transition: all 0.3s;
}
.cid-uzjNxAlfFU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzjNxAlfFU .navbar .navbar-logo img {
  width: auto;
}
.cid-uzjNxAlfFU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzjNxAlfFU .navbar.collapsed {
  justify-content: center;
}
.cid-uzjNxAlfFU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzjNxAlfFU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzjNxAlfFU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uzjNxAlfFU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzjNxAlfFU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzjNxAlfFU .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-uzjNxAlfFU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzjNxAlfFU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzjNxAlfFU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzjNxAlfFU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzjNxAlfFU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzjNxAlfFU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzjNxAlfFU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzjNxAlfFU .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-uzjNxAlfFU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzjNxAlfFU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzjNxAlfFU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzjNxAlfFU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzjNxAlfFU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzjNxAlfFU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzjNxAlfFU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzjNxAlfFU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzjNxAlfFU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzjNxAlfFU .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-uzjNxAlfFU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzjNxAlfFU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzjNxAlfFU .dropdown-item:hover,
.cid-uzjNxAlfFU .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uzjNxAlfFU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzjNxAlfFU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzjNxAlfFU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzjNxAlfFU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzjNxAlfFU .dropdown-menu,
.cid-uzjNxAlfFU .navbar.opened {
  background: #ffffff !important;
}
.cid-uzjNxAlfFU .nav-item:focus,
.cid-uzjNxAlfFU .nav-link:focus {
  outline: none;
}
.cid-uzjNxAlfFU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzjNxAlfFU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzjNxAlfFU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzjNxAlfFU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzjNxAlfFU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzjNxAlfFU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzjNxAlfFU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzjNxAlfFU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzjNxAlfFU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzjNxAlfFU .dropdown-item.active,
.cid-uzjNxAlfFU .dropdown-item:active {
  background-color: transparent;
}
.cid-uzjNxAlfFU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzjNxAlfFU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzjNxAlfFU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzjNxAlfFU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzjNxAlfFU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzjNxAlfFU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzjNxAlfFU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzjNxAlfFU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzjNxAlfFU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzjNxAlfFU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uzjNxAlfFU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzjNxAlfFU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzjNxAlfFU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzjNxAlfFU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzjNxAlfFU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzjNxAlfFU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzjNxAlfFU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzjNxAlfFU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzjNxAlfFU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzjNxAlfFU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzjNxAlfFU .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-uzjNxAlfFU .navbar {
    height: 70px;
  }
  .cid-uzjNxAlfFU .navbar.opened {
    height: auto;
  }
  .cid-uzjNxAlfFU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzjNxAlfFU .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzjVLDlSxf {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/page-header-services-v3.jpg");
}
.cid-uzjVLDlSxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzjVLDlSxf .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-uzjVLDlSxf .container {
    padding: 0 15px;
  }
}
.cid-uzjVLDlSxf .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzjVLDlSxf .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzjVLDlSxf .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uzjVLDlSxf .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uzjVLDlSxf .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzjVLDlSxf .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uzjVLDlSxf .mbr-section-title {
  color: #131c28;
}
.cid-uzjVLDlSxf .mbr-desc {
  color: #bb1a1f;
}
.cid-uzjVLDlSxf .mbr-section-title,
.cid-uzjVLDlSxf .mbr-section-btn {
  color: #ffffff;
}
.cid-uzjVLDlSxf .mbr-text {
  color: #ffffff;
}
.cid-uC1TAJYtjj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1TAJYtjj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1TAJYtjj form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1TAJYtjj form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1TAJYtjj form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1TAJYtjj form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1TAJYtjj form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1TAJYtjj .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uzjNFiNDT5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzjNFiNDT5 .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uzjNFiNDT5 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzjNFiNDT5 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzjNFiNDT5 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzjNFiNDT5 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzjNFiNDT5 .container {
    padding: 0 1rem;
  }
}
.cid-uzjNFiNDT5 .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uzjNFiNDT5 .nav-link {
  position: relative;
}
.cid-uzjNFiNDT5 .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uzjNFiNDT5 nav.navbar {
  position: fixed;
}
.cid-uzjNFiNDT5 .navbar {
  padding: 0!important;
  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-uzjNFiNDT5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzjNFiNDT5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzjNFiNDT5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzjNFiNDT5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzjNFiNDT5 .navbar.collapsed {
  justify-content: center;
}
.cid-uzjNFiNDT5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzjNFiNDT5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzjNFiNDT5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uzjNFiNDT5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzjNFiNDT5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzjNFiNDT5 .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-uzjNFiNDT5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzjNFiNDT5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzjNFiNDT5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzjNFiNDT5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzjNFiNDT5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzjNFiNDT5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzjNFiNDT5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzjNFiNDT5 .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-uzjNFiNDT5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzjNFiNDT5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzjNFiNDT5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzjNFiNDT5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzjNFiNDT5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzjNFiNDT5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzjNFiNDT5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzjNFiNDT5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzjNFiNDT5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzjNFiNDT5 .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-uzjNFiNDT5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzjNFiNDT5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzjNFiNDT5 .dropdown-item:hover,
.cid-uzjNFiNDT5 .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uzjNFiNDT5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzjNFiNDT5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzjNFiNDT5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzjNFiNDT5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzjNFiNDT5 .dropdown-menu,
.cid-uzjNFiNDT5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uzjNFiNDT5 .nav-item:focus,
.cid-uzjNFiNDT5 .nav-link:focus {
  outline: none;
}
.cid-uzjNFiNDT5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzjNFiNDT5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzjNFiNDT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzjNFiNDT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzjNFiNDT5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzjNFiNDT5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzjNFiNDT5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzjNFiNDT5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzjNFiNDT5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzjNFiNDT5 .dropdown-item.active,
.cid-uzjNFiNDT5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzjNFiNDT5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzjNFiNDT5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzjNFiNDT5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzjNFiNDT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzjNFiNDT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzjNFiNDT5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzjNFiNDT5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzjNFiNDT5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzjNFiNDT5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzjNFiNDT5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uzjNFiNDT5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzjNFiNDT5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzjNFiNDT5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzjNFiNDT5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzjNFiNDT5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzjNFiNDT5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzjNFiNDT5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzjNFiNDT5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzjNFiNDT5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzjNFiNDT5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzjNFiNDT5 .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-uzjNFiNDT5 .navbar {
    height: 70px;
  }
  .cid-uzjNFiNDT5 .navbar.opened {
    height: auto;
  }
  .cid-uzjNFiNDT5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzjNFiNDT5 .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzjNRfqI9R {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uzjNRfqI9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzjNRfqI9R .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-uzjNRfqI9R .container {
    padding: 0 15px;
  }
}
.cid-uzjNRfqI9R .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzjNRfqI9R .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzjNRfqI9R .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uzjNRfqI9R .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uzjNRfqI9R .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzjNRfqI9R .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uzjNRfqI9R .mbr-section-title {
  color: #131c28;
}
.cid-uzjNRfqI9R .mbr-desc {
  color: #ffe161;
}
.cid-uzjNRfqI9R .mbr-section-title,
.cid-uzjNRfqI9R .mbr-section-btn {
  color: #ffffff;
}
.cid-uzjNRfqI9R .mbr-text {
  color: #fafafa;
}
.cid-uzjSp7fiWR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uzjSp7fiWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzjSp7fiWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzjSp7fiWR .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #1e3060;
  margin-bottom: 2rem;
}
.cid-uzjSp7fiWR .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzjSp7fiWR .card-title,
.cid-uzjSp7fiWR .card-box {
  color: #bb1a1f;
}
.cid-uzjUi063us {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uzjUi063us .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzjUi063us .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzjUi063us .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #1e3060;
  margin-bottom: 2rem;
}
.cid-uzjUi063us .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzjUi063us .card-title,
.cid-uzjUi063us .card-box {
  color: #bb1a1f;
}
.cid-uC1TT4Ex9v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1TT4Ex9v .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1TT4Ex9v form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1TT4Ex9v form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1TT4Ex9v form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1TT4Ex9v form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1TT4Ex9v form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1TT4Ex9v .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uzjWTbJbXM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzjWTbJbXM .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uzjWTbJbXM .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzjWTbJbXM .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzjWTbJbXM .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzjWTbJbXM .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzjWTbJbXM .container {
    padding: 0 1rem;
  }
}
.cid-uzjWTbJbXM .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uzjWTbJbXM .nav-link {
  position: relative;
}
.cid-uzjWTbJbXM .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uzjWTbJbXM nav.navbar {
  position: fixed;
}
.cid-uzjWTbJbXM .navbar {
  padding: 0!important;
  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-uzjWTbJbXM .navbar.opened {
  transition: all 0.3s;
}
.cid-uzjWTbJbXM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzjWTbJbXM .navbar .navbar-logo img {
  width: auto;
}
.cid-uzjWTbJbXM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzjWTbJbXM .navbar.collapsed {
  justify-content: center;
}
.cid-uzjWTbJbXM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzjWTbJbXM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzjWTbJbXM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uzjWTbJbXM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzjWTbJbXM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzjWTbJbXM .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-uzjWTbJbXM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzjWTbJbXM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzjWTbJbXM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzjWTbJbXM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzjWTbJbXM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzjWTbJbXM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzjWTbJbXM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzjWTbJbXM .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-uzjWTbJbXM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzjWTbJbXM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzjWTbJbXM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzjWTbJbXM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzjWTbJbXM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzjWTbJbXM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzjWTbJbXM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzjWTbJbXM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzjWTbJbXM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzjWTbJbXM .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-uzjWTbJbXM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzjWTbJbXM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzjWTbJbXM .dropdown-item:hover,
.cid-uzjWTbJbXM .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uzjWTbJbXM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzjWTbJbXM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzjWTbJbXM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzjWTbJbXM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzjWTbJbXM .dropdown-menu,
.cid-uzjWTbJbXM .navbar.opened {
  background: #ffffff !important;
}
.cid-uzjWTbJbXM .nav-item:focus,
.cid-uzjWTbJbXM .nav-link:focus {
  outline: none;
}
.cid-uzjWTbJbXM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzjWTbJbXM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzjWTbJbXM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzjWTbJbXM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzjWTbJbXM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzjWTbJbXM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzjWTbJbXM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzjWTbJbXM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzjWTbJbXM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzjWTbJbXM .dropdown-item.active,
.cid-uzjWTbJbXM .dropdown-item:active {
  background-color: transparent;
}
.cid-uzjWTbJbXM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzjWTbJbXM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzjWTbJbXM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzjWTbJbXM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzjWTbJbXM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzjWTbJbXM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzjWTbJbXM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzjWTbJbXM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzjWTbJbXM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzjWTbJbXM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uzjWTbJbXM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzjWTbJbXM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzjWTbJbXM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzjWTbJbXM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzjWTbJbXM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzjWTbJbXM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzjWTbJbXM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzjWTbJbXM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzjWTbJbXM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzjWTbJbXM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzjWTbJbXM .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-uzjWTbJbXM .navbar {
    height: 70px;
  }
  .cid-uzjWTbJbXM .navbar.opened {
    height: auto;
  }
  .cid-uzjWTbJbXM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzjWTbJbXM .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzjWTcEylM {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uzjWTcEylM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzjWTcEylM .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-uzjWTcEylM .container {
    padding: 0 15px;
  }
}
.cid-uzjWTcEylM .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzjWTcEylM .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzjWTcEylM .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uzjWTcEylM .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uzjWTcEylM .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzjWTcEylM .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uzjWTcEylM .mbr-section-title {
  color: #131c28;
}
.cid-uzjWTcEylM .mbr-desc {
  color: #ffe161;
}
.cid-uzjWTcEylM .mbr-section-title,
.cid-uzjWTcEylM .mbr-section-btn {
  color: #ffffff;
}
.cid-uzjWTcEylM .mbr-text {
  color: #ffffff;
}
.cid-uzk7R7H66C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uzk7R7H66C .mbr-text {
  color: #1e3060;
}
.cid-uzjXvoEQCB {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uzjXvoEQCB .mbr-section-subtitle {
  color: #bb1a1f;
}
.cid-uzk0YqmKzC {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/cta-bcg.jpg");
}
.cid-uzk0YqmKzC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uzk0YqmKzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzk0YqmKzC .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-uzk0YqmKzC .container {
    padding: 0 22px;
  }
}
.cid-uzk0YqmKzC .row {
  justify-content: center;
}
.cid-uzk0YqmKzC .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uzk0YqmKzC .content-wrapper {
    padding: 0;
  }
}
.cid-uzk0YqmKzC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzk0YqmKzC .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uzk0YqmKzC .mbr-section-title {
  color: #ffffff;
}
.cid-uzk0YqmKzC .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzk0YqmKzC .mbr-section-title,
.cid-uzk0YqmKzC .mbr-section-btn {
  text-align: center;
}
.cid-uC1TWJU9zG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1TWJU9zG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1TWJU9zG form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1TWJU9zG form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1TWJU9zG form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1TWJU9zG form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1TWJU9zG form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1TWJU9zG .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uzk3oUV3Oy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzk3oUV3Oy .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uzk3oUV3Oy .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzk3oUV3Oy .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzk3oUV3Oy .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzk3oUV3Oy .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzk3oUV3Oy .container {
    padding: 0 1rem;
  }
}
.cid-uzk3oUV3Oy .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uzk3oUV3Oy .nav-link {
  position: relative;
}
.cid-uzk3oUV3Oy .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uzk3oUV3Oy nav.navbar {
  position: fixed;
}
.cid-uzk3oUV3Oy .navbar {
  padding: 0!important;
  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-uzk3oUV3Oy .navbar.opened {
  transition: all 0.3s;
}
.cid-uzk3oUV3Oy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzk3oUV3Oy .navbar .navbar-logo img {
  width: auto;
}
.cid-uzk3oUV3Oy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzk3oUV3Oy .navbar.collapsed {
  justify-content: center;
}
.cid-uzk3oUV3Oy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzk3oUV3Oy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzk3oUV3Oy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uzk3oUV3Oy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzk3oUV3Oy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzk3oUV3Oy .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-uzk3oUV3Oy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzk3oUV3Oy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzk3oUV3Oy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzk3oUV3Oy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzk3oUV3Oy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzk3oUV3Oy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzk3oUV3Oy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzk3oUV3Oy .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-uzk3oUV3Oy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzk3oUV3Oy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzk3oUV3Oy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzk3oUV3Oy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzk3oUV3Oy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzk3oUV3Oy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzk3oUV3Oy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzk3oUV3Oy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzk3oUV3Oy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzk3oUV3Oy .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-uzk3oUV3Oy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzk3oUV3Oy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzk3oUV3Oy .dropdown-item:hover,
.cid-uzk3oUV3Oy .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uzk3oUV3Oy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzk3oUV3Oy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzk3oUV3Oy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzk3oUV3Oy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzk3oUV3Oy .dropdown-menu,
.cid-uzk3oUV3Oy .navbar.opened {
  background: #ffffff !important;
}
.cid-uzk3oUV3Oy .nav-item:focus,
.cid-uzk3oUV3Oy .nav-link:focus {
  outline: none;
}
.cid-uzk3oUV3Oy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzk3oUV3Oy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzk3oUV3Oy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzk3oUV3Oy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzk3oUV3Oy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzk3oUV3Oy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzk3oUV3Oy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzk3oUV3Oy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzk3oUV3Oy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzk3oUV3Oy .dropdown-item.active,
.cid-uzk3oUV3Oy .dropdown-item:active {
  background-color: transparent;
}
.cid-uzk3oUV3Oy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzk3oUV3Oy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzk3oUV3Oy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzk3oUV3Oy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzk3oUV3Oy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzk3oUV3Oy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzk3oUV3Oy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzk3oUV3Oy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzk3oUV3Oy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzk3oUV3Oy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uzk3oUV3Oy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzk3oUV3Oy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzk3oUV3Oy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzk3oUV3Oy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzk3oUV3Oy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzk3oUV3Oy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzk3oUV3Oy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzk3oUV3Oy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzk3oUV3Oy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzk3oUV3Oy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzk3oUV3Oy .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-uzk3oUV3Oy .navbar {
    height: 70px;
  }
  .cid-uzk3oUV3Oy .navbar.opened {
    height: auto;
  }
  .cid-uzk3oUV3Oy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzk3oUV3Oy .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzoHYaHkto {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzoHYaHkto .image {
  position: relative;
  margin-bottom: 200px;
  height: 700px;
  background-image: url("../../../assets/images/team-bcg-pmi.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uzoHYaHkto .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-uzoHYaHkto .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #bb1a1f;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-uzoHYaHkto .mbr-form {
  width: 100%;
}
.cid-uzoHYaHkto .form-group {
  margin-bottom: 0;
}
.cid-uzoHYaHkto .dragArea .form-control {
  color: #000000;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #bb1a1f;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-uzoHYaHkto .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #bb1a1f;
}
.cid-uzoHYaHkto .dragArea input::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-uzoHYaHkto .dragArea input::-moz-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-uzoHYaHkto .dragArea textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-uzoHYaHkto .dragArea textarea::-moz-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-uzoHYaHkto .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-uzoHYaHkto .title__block {
  padding-left: 50px;
}
.cid-uzoHYaHkto .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #bb1a1f;
}
.cid-uzoHYaHkto .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-uzoHYaHkto .mbr-text {
  margin-bottom: 10px;
  color: #1e3060;
}
.cid-uzoHYaHkto .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-uzoHYaHkto .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-uzoHYaHkto .form__wrap {
    position: static;
  }
  .cid-uzoHYaHkto .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-uzoHYaHkto .subscribe__form {
    order: 1;
  }
  .cid-uzoHYaHkto .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-uzoHYaHkto .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzoHYaHkto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uzk4dEETJm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzk4dEETJm .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uzk4dEETJm .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzk4dEETJm .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzk4dEETJm .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzk4dEETJm .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzk4dEETJm .container {
    padding: 0 1rem;
  }
}
.cid-uzk4dEETJm .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uzk4dEETJm .nav-link {
  position: relative;
}
.cid-uzk4dEETJm .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uzk4dEETJm nav.navbar {
  position: fixed;
}
.cid-uzk4dEETJm .navbar {
  padding: 0!important;
  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-uzk4dEETJm .navbar.opened {
  transition: all 0.3s;
}
.cid-uzk4dEETJm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzk4dEETJm .navbar .navbar-logo img {
  width: auto;
}
.cid-uzk4dEETJm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzk4dEETJm .navbar.collapsed {
  justify-content: center;
}
.cid-uzk4dEETJm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzk4dEETJm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzk4dEETJm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uzk4dEETJm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzk4dEETJm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzk4dEETJm .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-uzk4dEETJm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzk4dEETJm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzk4dEETJm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzk4dEETJm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzk4dEETJm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzk4dEETJm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzk4dEETJm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzk4dEETJm .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-uzk4dEETJm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzk4dEETJm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzk4dEETJm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzk4dEETJm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzk4dEETJm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzk4dEETJm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzk4dEETJm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzk4dEETJm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzk4dEETJm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzk4dEETJm .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-uzk4dEETJm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzk4dEETJm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzk4dEETJm .dropdown-item:hover,
.cid-uzk4dEETJm .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uzk4dEETJm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzk4dEETJm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzk4dEETJm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzk4dEETJm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzk4dEETJm .dropdown-menu,
.cid-uzk4dEETJm .navbar.opened {
  background: #ffffff !important;
}
.cid-uzk4dEETJm .nav-item:focus,
.cid-uzk4dEETJm .nav-link:focus {
  outline: none;
}
.cid-uzk4dEETJm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzk4dEETJm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzk4dEETJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzk4dEETJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzk4dEETJm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzk4dEETJm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzk4dEETJm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzk4dEETJm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzk4dEETJm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzk4dEETJm .dropdown-item.active,
.cid-uzk4dEETJm .dropdown-item:active {
  background-color: transparent;
}
.cid-uzk4dEETJm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzk4dEETJm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzk4dEETJm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzk4dEETJm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzk4dEETJm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzk4dEETJm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzk4dEETJm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzk4dEETJm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzk4dEETJm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzk4dEETJm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uzk4dEETJm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzk4dEETJm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzk4dEETJm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzk4dEETJm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzk4dEETJm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzk4dEETJm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzk4dEETJm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzk4dEETJm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzk4dEETJm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzk4dEETJm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzk4dEETJm .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-uzk4dEETJm .navbar {
    height: 70px;
  }
  .cid-uzk4dEETJm .navbar.opened {
    height: auto;
  }
  .cid-uzk4dEETJm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzk4dEETJm .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzk4dGdRW3 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uzk4dGdRW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzk4dGdRW3 .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-uzk4dGdRW3 .container {
    padding: 0 15px;
  }
}
.cid-uzk4dGdRW3 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzk4dGdRW3 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzk4dGdRW3 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uzk4dGdRW3 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uzk4dGdRW3 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzk4dGdRW3 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uzk4dGdRW3 .mbr-section-title {
  color: #131c28;
}
.cid-uzk4dGdRW3 .mbr-desc {
  color: #ffe161;
}
.cid-uzk4dGdRW3 .mbr-section-title,
.cid-uzk4dGdRW3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uzk4dGdRW3 .mbr-text {
  color: #ffffff;
}
.cid-uzk8vPgIzd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uzk8vPgIzd .mbr-text {
  color: #1e3060;
}
.cid-uzk4dHiTqA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uzk4dHiTqA .mbr-section-subtitle {
  color: #bb1a1f;
}
.cid-uzk4dIyWZO {
  padding-top: 5rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/cta-bcg.jpg");
}
.cid-uzk4dIyWZO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uzk4dIyWZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzk4dIyWZO .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-uzk4dIyWZO .container {
    padding: 0 22px;
  }
}
.cid-uzk4dIyWZO .row {
  justify-content: center;
}
.cid-uzk4dIyWZO .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uzk4dIyWZO .content-wrapper {
    padding: 0;
  }
}
.cid-uzk4dIyWZO .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzk4dIyWZO .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uzk4dIyWZO .mbr-section-title {
  color: #ffffff;
}
.cid-uzk4dIyWZO .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzk4dIyWZO .mbr-section-title,
.cid-uzk4dIyWZO .mbr-section-btn {
  text-align: center;
}
.cid-uC1U6h2mOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1U6h2mOZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1U6h2mOZ form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1U6h2mOZ form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1U6h2mOZ form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1U6h2mOZ form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1U6h2mOZ form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1U6h2mOZ .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uzpN4hfCdM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzpN4hfCdM .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uzpN4hfCdM .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzpN4hfCdM .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzpN4hfCdM .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzpN4hfCdM .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzpN4hfCdM .container {
    padding: 0 1rem;
  }
}
.cid-uzpN4hfCdM .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uzpN4hfCdM .nav-link {
  position: relative;
}
.cid-uzpN4hfCdM .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uzpN4hfCdM nav.navbar {
  position: fixed;
}
.cid-uzpN4hfCdM .navbar {
  padding: 0!important;
  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-uzpN4hfCdM .navbar.opened {
  transition: all 0.3s;
}
.cid-uzpN4hfCdM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzpN4hfCdM .navbar .navbar-logo img {
  width: auto;
}
.cid-uzpN4hfCdM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzpN4hfCdM .navbar.collapsed {
  justify-content: center;
}
.cid-uzpN4hfCdM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzpN4hfCdM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzpN4hfCdM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uzpN4hfCdM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzpN4hfCdM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzpN4hfCdM .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-uzpN4hfCdM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzpN4hfCdM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzpN4hfCdM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzpN4hfCdM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzpN4hfCdM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzpN4hfCdM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzpN4hfCdM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzpN4hfCdM .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-uzpN4hfCdM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzpN4hfCdM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzpN4hfCdM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzpN4hfCdM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzpN4hfCdM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzpN4hfCdM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzpN4hfCdM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzpN4hfCdM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzpN4hfCdM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzpN4hfCdM .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-uzpN4hfCdM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzpN4hfCdM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzpN4hfCdM .dropdown-item:hover,
.cid-uzpN4hfCdM .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uzpN4hfCdM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzpN4hfCdM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzpN4hfCdM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzpN4hfCdM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzpN4hfCdM .dropdown-menu,
.cid-uzpN4hfCdM .navbar.opened {
  background: #ffffff !important;
}
.cid-uzpN4hfCdM .nav-item:focus,
.cid-uzpN4hfCdM .nav-link:focus {
  outline: none;
}
.cid-uzpN4hfCdM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzpN4hfCdM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzpN4hfCdM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzpN4hfCdM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzpN4hfCdM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzpN4hfCdM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzpN4hfCdM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzpN4hfCdM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzpN4hfCdM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzpN4hfCdM .dropdown-item.active,
.cid-uzpN4hfCdM .dropdown-item:active {
  background-color: transparent;
}
.cid-uzpN4hfCdM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzpN4hfCdM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzpN4hfCdM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzpN4hfCdM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzpN4hfCdM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzpN4hfCdM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzpN4hfCdM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzpN4hfCdM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzpN4hfCdM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzpN4hfCdM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uzpN4hfCdM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzpN4hfCdM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzpN4hfCdM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzpN4hfCdM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzpN4hfCdM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzpN4hfCdM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzpN4hfCdM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzpN4hfCdM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzpN4hfCdM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzpN4hfCdM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzpN4hfCdM .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-uzpN4hfCdM .navbar {
    height: 70px;
  }
  .cid-uzpN4hfCdM .navbar.opened {
    height: auto;
  }
  .cid-uzpN4hfCdM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzpN4hfCdM .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzpN4hIXzt {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uzpN4hIXzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzpN4hIXzt .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-uzpN4hIXzt .container {
    padding: 0 15px;
  }
}
.cid-uzpN4hIXzt .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzpN4hIXzt .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzpN4hIXzt .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uzpN4hIXzt .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uzpN4hIXzt .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzpN4hIXzt .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uzpN4hIXzt .mbr-section-title {
  color: #131c28;
}
.cid-uzpN4hIXzt .mbr-desc {
  color: #ffe161;
}
.cid-uzpN4hIXzt .mbr-section-title,
.cid-uzpN4hIXzt .mbr-section-btn {
  color: #ffffff;
}
.cid-uzpN4hIXzt .mbr-text {
  color: #ffffff;
}
.cid-uzpNkd7zgc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzpNkd7zgc .mbr-section-subtitle {
  color: #1e3060;
}
.cid-uBbeaQw7l8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #1e3060;
}
.cid-uBbeaQw7l8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbeaQw7l8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbeaQw7l8 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uBbeaQw7l8 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uBbeaQw7l8 .card-wrap {
  background: #fafaf9;
  overflow: hidden;
  border-radius: 2rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uBbeaQw7l8 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uBbeaQw7l8 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uBbeaQw7l8 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbeaQw7l8 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uBbeaQw7l8 .card-wrap:hover {
  transform: scale(1.05);
}
.cid-uBbeaQw7l8 .social-row {
  text-align: center;
}
.cid-uBbeaQw7l8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1e3060;
  transition: all 0.3s;
}
.cid-uBbeaQw7l8 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1e3060;
  font-size: 1.5rem;
}
.cid-uBbeaQw7l8 .social-row .soc-item:hover {
  background-color: #1e3060;
}
.cid-uBbeaQw7l8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uBbeaQw7l8 .mbr-section-title {
  color: #ffffff;
}
.cid-uBbeaQw7l8 .card-title,
.cid-uBbeaQw7l8 .social-row {
  color: #bb1a1f;
}
.cid-uBbeaQw7l8 .mbr-role,
.cid-uBbeaQw7l8 .social-row {
  color: #1e3060;
}
.cid-uC1TFhSOoU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1TFhSOoU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1TFhSOoU form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1TFhSOoU form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1TFhSOoU form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1TFhSOoU form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1TFhSOoU form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1TFhSOoU .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uzwdLFoufO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzwdLFoufO .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uzwdLFoufO .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzwdLFoufO .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzwdLFoufO .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzwdLFoufO .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzwdLFoufO .container {
    padding: 0 1rem;
  }
}
.cid-uzwdLFoufO .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uzwdLFoufO .nav-link {
  position: relative;
}
.cid-uzwdLFoufO .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uzwdLFoufO nav.navbar {
  position: fixed;
}
.cid-uzwdLFoufO .navbar {
  padding: 0!important;
  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-uzwdLFoufO .navbar.opened {
  transition: all 0.3s;
}
.cid-uzwdLFoufO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzwdLFoufO .navbar .navbar-logo img {
  width: auto;
}
.cid-uzwdLFoufO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzwdLFoufO .navbar.collapsed {
  justify-content: center;
}
.cid-uzwdLFoufO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzwdLFoufO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzwdLFoufO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uzwdLFoufO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzwdLFoufO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzwdLFoufO .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-uzwdLFoufO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzwdLFoufO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzwdLFoufO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzwdLFoufO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzwdLFoufO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzwdLFoufO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzwdLFoufO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzwdLFoufO .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-uzwdLFoufO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzwdLFoufO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzwdLFoufO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzwdLFoufO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzwdLFoufO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzwdLFoufO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzwdLFoufO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzwdLFoufO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzwdLFoufO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzwdLFoufO .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-uzwdLFoufO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzwdLFoufO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzwdLFoufO .dropdown-item:hover,
.cid-uzwdLFoufO .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uzwdLFoufO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzwdLFoufO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzwdLFoufO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzwdLFoufO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzwdLFoufO .dropdown-menu,
.cid-uzwdLFoufO .navbar.opened {
  background: #ffffff !important;
}
.cid-uzwdLFoufO .nav-item:focus,
.cid-uzwdLFoufO .nav-link:focus {
  outline: none;
}
.cid-uzwdLFoufO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzwdLFoufO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzwdLFoufO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzwdLFoufO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzwdLFoufO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzwdLFoufO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzwdLFoufO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzwdLFoufO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzwdLFoufO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzwdLFoufO .dropdown-item.active,
.cid-uzwdLFoufO .dropdown-item:active {
  background-color: transparent;
}
.cid-uzwdLFoufO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzwdLFoufO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzwdLFoufO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzwdLFoufO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzwdLFoufO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzwdLFoufO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzwdLFoufO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzwdLFoufO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzwdLFoufO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzwdLFoufO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uzwdLFoufO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzwdLFoufO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwdLFoufO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwdLFoufO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzwdLFoufO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwdLFoufO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzwdLFoufO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzwdLFoufO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwdLFoufO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzwdLFoufO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzwdLFoufO .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-uzwdLFoufO .navbar {
    height: 70px;
  }
  .cid-uzwdLFoufO .navbar.opened {
    height: auto;
  }
  .cid-uzwdLFoufO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzwdLFoufO .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzwdLG6YYP {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uzwdLG6YYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwdLG6YYP .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-uzwdLG6YYP .container {
    padding: 0 15px;
  }
}
.cid-uzwdLG6YYP .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzwdLG6YYP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzwdLG6YYP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uzwdLG6YYP .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uzwdLG6YYP .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzwdLG6YYP .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uzwdLG6YYP .mbr-section-title {
  color: #131c28;
}
.cid-uzwdLG6YYP .mbr-desc {
  color: #ffe161;
}
.cid-uzwdLG6YYP .mbr-section-title,
.cid-uzwdLG6YYP .mbr-section-btn {
  color: #ffffff;
}
.cid-uzwdLG6YYP .mbr-text {
  color: #ffffff;
}
.cid-uzwdLGUzAa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uzwdLGUzAa .mbr-text {
  color: #1e3060;
}
.cid-uzwdLHzA4D {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uzwdLHzA4D .mbr-section-subtitle {
  color: #bb1a1f;
}
.cid-uzwdLI4beB {
  padding-top: 5rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/cta-bcg.jpg");
}
.cid-uzwdLI4beB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uzwdLI4beB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwdLI4beB .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-uzwdLI4beB .container {
    padding: 0 22px;
  }
}
.cid-uzwdLI4beB .row {
  justify-content: center;
}
.cid-uzwdLI4beB .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uzwdLI4beB .content-wrapper {
    padding: 0;
  }
}
.cid-uzwdLI4beB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzwdLI4beB .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uzwdLI4beB .mbr-section-title {
  color: #ffffff;
}
.cid-uzwdLI4beB .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzwdLI4beB .mbr-section-title,
.cid-uzwdLI4beB .mbr-section-btn {
  text-align: center;
}
.cid-uC1UbgNymy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1UbgNymy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1UbgNymy form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1UbgNymy form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1UbgNymy form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1UbgNymy form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1UbgNymy form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1UbgNymy .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uzweijV3c8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzweijV3c8 .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uzweijV3c8 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzweijV3c8 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzweijV3c8 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzweijV3c8 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzweijV3c8 .container {
    padding: 0 1rem;
  }
}
.cid-uzweijV3c8 .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uzweijV3c8 .nav-link {
  position: relative;
}
.cid-uzweijV3c8 .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uzweijV3c8 nav.navbar {
  position: fixed;
}
.cid-uzweijV3c8 .navbar {
  padding: 0!important;
  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-uzweijV3c8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzweijV3c8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzweijV3c8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzweijV3c8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzweijV3c8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzweijV3c8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzweijV3c8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzweijV3c8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uzweijV3c8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzweijV3c8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzweijV3c8 .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-uzweijV3c8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzweijV3c8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzweijV3c8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzweijV3c8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzweijV3c8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzweijV3c8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzweijV3c8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzweijV3c8 .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-uzweijV3c8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzweijV3c8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzweijV3c8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzweijV3c8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzweijV3c8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzweijV3c8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzweijV3c8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzweijV3c8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzweijV3c8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzweijV3c8 .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-uzweijV3c8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzweijV3c8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzweijV3c8 .dropdown-item:hover,
.cid-uzweijV3c8 .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uzweijV3c8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzweijV3c8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzweijV3c8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzweijV3c8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzweijV3c8 .dropdown-menu,
.cid-uzweijV3c8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uzweijV3c8 .nav-item:focus,
.cid-uzweijV3c8 .nav-link:focus {
  outline: none;
}
.cid-uzweijV3c8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzweijV3c8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzweijV3c8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzweijV3c8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzweijV3c8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzweijV3c8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzweijV3c8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzweijV3c8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzweijV3c8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzweijV3c8 .dropdown-item.active,
.cid-uzweijV3c8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzweijV3c8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzweijV3c8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzweijV3c8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzweijV3c8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzweijV3c8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzweijV3c8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzweijV3c8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzweijV3c8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzweijV3c8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzweijV3c8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uzweijV3c8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzweijV3c8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzweijV3c8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzweijV3c8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzweijV3c8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzweijV3c8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzweijV3c8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzweijV3c8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzweijV3c8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzweijV3c8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzweijV3c8 .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-uzweijV3c8 .navbar {
    height: 70px;
  }
  .cid-uzweijV3c8 .navbar.opened {
    height: auto;
  }
  .cid-uzweijV3c8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzweijV3c8 .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzweikPRat {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uzweikPRat .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzweikPRat .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-uzweikPRat .container {
    padding: 0 15px;
  }
}
.cid-uzweikPRat .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzweikPRat .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzweikPRat .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uzweikPRat .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uzweikPRat .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzweikPRat .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uzweikPRat .mbr-section-title {
  color: #131c28;
}
.cid-uzweikPRat .mbr-desc {
  color: #ffe161;
}
.cid-uzweikPRat .mbr-section-title,
.cid-uzweikPRat .mbr-section-btn {
  color: #ffffff;
}
.cid-uzweikPRat .mbr-text {
  color: #ffffff;
}
.cid-uzweilvsVo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uzweilvsVo .mbr-text {
  color: #1e3060;
}
.cid-uzweim3eNK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uzweim3eNK .mbr-section-subtitle {
  color: #bb1a1f;
}
.cid-uBi5bIVaMM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1e3060;
}
.cid-uBi5bIVaMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBi5bIVaMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBi5bIVaMM .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uBi5bIVaMM .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uBi5bIVaMM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi5bIVaMM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBi5bIVaMM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBi5bIVaMM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uBi5bIVaMM .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBi5bIVaMM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBi5bIVaMM .card-title {
  color: #bb1a1f;
}
.cid-uzweimFYN4 {
  padding-top: 1rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/cta-bcg.jpg");
}
.cid-uzweimFYN4::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uzweimFYN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzweimFYN4 .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-uzweimFYN4 .container {
    padding: 0 22px;
  }
}
.cid-uzweimFYN4 .row {
  justify-content: center;
}
.cid-uzweimFYN4 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uzweimFYN4 .content-wrapper {
    padding: 0;
  }
}
.cid-uzweimFYN4 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzweimFYN4 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uzweimFYN4 .mbr-section-title {
  color: #ffffff;
}
.cid-uzweimFYN4 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzweimFYN4 .mbr-section-title,
.cid-uzweimFYN4 .mbr-section-btn {
  text-align: center;
}
.cid-uC1UhyL7Oa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1UhyL7Oa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1UhyL7Oa form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1UhyL7Oa form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1UhyL7Oa form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1UhyL7Oa form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1UhyL7Oa form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1UhyL7Oa .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uzweKQYvzW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzweKQYvzW .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uzweKQYvzW .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzweKQYvzW .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzweKQYvzW .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzweKQYvzW .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzweKQYvzW .container {
    padding: 0 1rem;
  }
}
.cid-uzweKQYvzW .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uzweKQYvzW .nav-link {
  position: relative;
}
.cid-uzweKQYvzW .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uzweKQYvzW nav.navbar {
  position: fixed;
}
.cid-uzweKQYvzW .navbar {
  padding: 0!important;
  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-uzweKQYvzW .navbar.opened {
  transition: all 0.3s;
}
.cid-uzweKQYvzW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzweKQYvzW .navbar .navbar-logo img {
  width: auto;
}
.cid-uzweKQYvzW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzweKQYvzW .navbar.collapsed {
  justify-content: center;
}
.cid-uzweKQYvzW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzweKQYvzW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzweKQYvzW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uzweKQYvzW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzweKQYvzW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzweKQYvzW .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-uzweKQYvzW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzweKQYvzW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzweKQYvzW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzweKQYvzW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzweKQYvzW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzweKQYvzW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzweKQYvzW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzweKQYvzW .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-uzweKQYvzW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzweKQYvzW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzweKQYvzW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzweKQYvzW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzweKQYvzW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzweKQYvzW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzweKQYvzW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzweKQYvzW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzweKQYvzW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzweKQYvzW .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-uzweKQYvzW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzweKQYvzW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzweKQYvzW .dropdown-item:hover,
.cid-uzweKQYvzW .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uzweKQYvzW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzweKQYvzW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzweKQYvzW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzweKQYvzW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzweKQYvzW .dropdown-menu,
.cid-uzweKQYvzW .navbar.opened {
  background: #ffffff !important;
}
.cid-uzweKQYvzW .nav-item:focus,
.cid-uzweKQYvzW .nav-link:focus {
  outline: none;
}
.cid-uzweKQYvzW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzweKQYvzW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzweKQYvzW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzweKQYvzW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzweKQYvzW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzweKQYvzW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzweKQYvzW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzweKQYvzW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzweKQYvzW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzweKQYvzW .dropdown-item.active,
.cid-uzweKQYvzW .dropdown-item:active {
  background-color: transparent;
}
.cid-uzweKQYvzW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzweKQYvzW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzweKQYvzW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzweKQYvzW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzweKQYvzW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzweKQYvzW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzweKQYvzW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzweKQYvzW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzweKQYvzW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzweKQYvzW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uzweKQYvzW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzweKQYvzW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzweKQYvzW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzweKQYvzW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzweKQYvzW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzweKQYvzW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzweKQYvzW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzweKQYvzW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzweKQYvzW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzweKQYvzW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzweKQYvzW .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-uzweKQYvzW .navbar {
    height: 70px;
  }
  .cid-uzweKQYvzW .navbar.opened {
    height: auto;
  }
  .cid-uzweKQYvzW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzweKQYvzW .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzweKRBp7U {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uzweKRBp7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzweKRBp7U .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-uzweKRBp7U .container {
    padding: 0 15px;
  }
}
.cid-uzweKRBp7U .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzweKRBp7U .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzweKRBp7U .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uzweKRBp7U .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uzweKRBp7U .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzweKRBp7U .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uzweKRBp7U .mbr-section-title {
  color: #131c28;
}
.cid-uzweKRBp7U .mbr-desc {
  color: #ffe161;
}
.cid-uzweKRBp7U .mbr-section-title,
.cid-uzweKRBp7U .mbr-section-btn {
  color: #ffffff;
}
.cid-uzweKRBp7U .mbr-text {
  color: #ffffff;
}
.cid-uzweKS9tpz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uzweKS9tpz .mbr-text {
  color: #1e3060;
}
.cid-uzweKSCXm6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uzweKSCXm6 .mbr-section-subtitle {
  color: #bb1a1f;
}
.cid-uzweKT4Dtz {
  padding-top: 5rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/cta-bcg.jpg");
}
.cid-uzweKT4Dtz::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uzweKT4Dtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzweKT4Dtz .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-uzweKT4Dtz .container {
    padding: 0 22px;
  }
}
.cid-uzweKT4Dtz .row {
  justify-content: center;
}
.cid-uzweKT4Dtz .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uzweKT4Dtz .content-wrapper {
    padding: 0;
  }
}
.cid-uzweKT4Dtz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzweKT4Dtz .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uzweKT4Dtz .mbr-section-title {
  color: #ffffff;
}
.cid-uzweKT4Dtz .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzweKT4Dtz .mbr-section-title,
.cid-uzweKT4Dtz .mbr-section-btn {
  text-align: center;
}
.cid-uC1UmABuPS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1UmABuPS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1UmABuPS form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1UmABuPS form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1UmABuPS form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1UmABuPS form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1UmABuPS form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1UmABuPS .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uzwf7KAlfN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzwf7KAlfN .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uzwf7KAlfN .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzwf7KAlfN .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzwf7KAlfN .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzwf7KAlfN .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzwf7KAlfN .container {
    padding: 0 1rem;
  }
}
.cid-uzwf7KAlfN .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uzwf7KAlfN .nav-link {
  position: relative;
}
.cid-uzwf7KAlfN .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uzwf7KAlfN nav.navbar {
  position: fixed;
}
.cid-uzwf7KAlfN .navbar {
  padding: 0!important;
  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-uzwf7KAlfN .navbar.opened {
  transition: all 0.3s;
}
.cid-uzwf7KAlfN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzwf7KAlfN .navbar .navbar-logo img {
  width: auto;
}
.cid-uzwf7KAlfN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzwf7KAlfN .navbar.collapsed {
  justify-content: center;
}
.cid-uzwf7KAlfN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzwf7KAlfN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzwf7KAlfN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uzwf7KAlfN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzwf7KAlfN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzwf7KAlfN .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-uzwf7KAlfN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzwf7KAlfN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzwf7KAlfN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzwf7KAlfN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzwf7KAlfN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzwf7KAlfN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzwf7KAlfN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzwf7KAlfN .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-uzwf7KAlfN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzwf7KAlfN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzwf7KAlfN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzwf7KAlfN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzwf7KAlfN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzwf7KAlfN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzwf7KAlfN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzwf7KAlfN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzwf7KAlfN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzwf7KAlfN .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-uzwf7KAlfN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzwf7KAlfN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzwf7KAlfN .dropdown-item:hover,
.cid-uzwf7KAlfN .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uzwf7KAlfN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzwf7KAlfN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzwf7KAlfN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzwf7KAlfN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzwf7KAlfN .dropdown-menu,
.cid-uzwf7KAlfN .navbar.opened {
  background: #ffffff !important;
}
.cid-uzwf7KAlfN .nav-item:focus,
.cid-uzwf7KAlfN .nav-link:focus {
  outline: none;
}
.cid-uzwf7KAlfN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzwf7KAlfN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzwf7KAlfN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzwf7KAlfN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzwf7KAlfN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzwf7KAlfN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzwf7KAlfN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzwf7KAlfN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzwf7KAlfN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzwf7KAlfN .dropdown-item.active,
.cid-uzwf7KAlfN .dropdown-item:active {
  background-color: transparent;
}
.cid-uzwf7KAlfN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzwf7KAlfN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzwf7KAlfN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzwf7KAlfN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzwf7KAlfN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzwf7KAlfN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzwf7KAlfN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzwf7KAlfN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzwf7KAlfN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzwf7KAlfN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uzwf7KAlfN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzwf7KAlfN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwf7KAlfN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwf7KAlfN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzwf7KAlfN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwf7KAlfN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzwf7KAlfN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzwf7KAlfN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwf7KAlfN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzwf7KAlfN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzwf7KAlfN .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-uzwf7KAlfN .navbar {
    height: 70px;
  }
  .cid-uzwf7KAlfN .navbar.opened {
    height: auto;
  }
  .cid-uzwf7KAlfN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzwf7KAlfN .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzwf7Llxcy {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uzwf7Llxcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwf7Llxcy .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-uzwf7Llxcy .container {
    padding: 0 15px;
  }
}
.cid-uzwf7Llxcy .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzwf7Llxcy .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzwf7Llxcy .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uzwf7Llxcy .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uzwf7Llxcy .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzwf7Llxcy .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uzwf7Llxcy .mbr-section-title {
  color: #131c28;
}
.cid-uzwf7Llxcy .mbr-desc {
  color: #ffe161;
}
.cid-uzwf7Llxcy .mbr-section-title,
.cid-uzwf7Llxcy .mbr-section-btn {
  color: #ffffff;
}
.cid-uzwf7Llxcy .mbr-text {
  color: #ffffff;
}
.cid-uzwf7M14cb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uzwf7M14cb .mbr-text {
  color: #1e3060;
}
.cid-uzwf7MDtBk {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uzwf7MDtBk .mbr-section-subtitle {
  color: #bb1a1f;
}
.cid-uzwf7NfQAG {
  padding-top: 5rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/cta-bcg.jpg");
}
.cid-uzwf7NfQAG::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uzwf7NfQAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwf7NfQAG .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-uzwf7NfQAG .container {
    padding: 0 22px;
  }
}
.cid-uzwf7NfQAG .row {
  justify-content: center;
}
.cid-uzwf7NfQAG .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uzwf7NfQAG .content-wrapper {
    padding: 0;
  }
}
.cid-uzwf7NfQAG .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzwf7NfQAG .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uzwf7NfQAG .mbr-section-title {
  color: #ffffff;
}
.cid-uzwf7NfQAG .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzwf7NfQAG .mbr-section-title,
.cid-uzwf7NfQAG .mbr-section-btn {
  text-align: center;
}
.cid-uC1UrjUZ9b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1UrjUZ9b .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1UrjUZ9b form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1UrjUZ9b form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1UrjUZ9b form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1UrjUZ9b form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1UrjUZ9b form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1UrjUZ9b .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uzwftHvDHF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzwftHvDHF .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uzwftHvDHF .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzwftHvDHF .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzwftHvDHF .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzwftHvDHF .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzwftHvDHF .container {
    padding: 0 1rem;
  }
}
.cid-uzwftHvDHF .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uzwftHvDHF .nav-link {
  position: relative;
}
.cid-uzwftHvDHF .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uzwftHvDHF nav.navbar {
  position: fixed;
}
.cid-uzwftHvDHF .navbar {
  padding: 0!important;
  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-uzwftHvDHF .navbar.opened {
  transition: all 0.3s;
}
.cid-uzwftHvDHF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzwftHvDHF .navbar .navbar-logo img {
  width: auto;
}
.cid-uzwftHvDHF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzwftHvDHF .navbar.collapsed {
  justify-content: center;
}
.cid-uzwftHvDHF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzwftHvDHF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzwftHvDHF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uzwftHvDHF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzwftHvDHF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzwftHvDHF .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-uzwftHvDHF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzwftHvDHF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzwftHvDHF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzwftHvDHF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzwftHvDHF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzwftHvDHF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzwftHvDHF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzwftHvDHF .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-uzwftHvDHF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzwftHvDHF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzwftHvDHF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzwftHvDHF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzwftHvDHF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzwftHvDHF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzwftHvDHF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzwftHvDHF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzwftHvDHF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzwftHvDHF .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-uzwftHvDHF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzwftHvDHF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzwftHvDHF .dropdown-item:hover,
.cid-uzwftHvDHF .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uzwftHvDHF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzwftHvDHF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzwftHvDHF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzwftHvDHF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzwftHvDHF .dropdown-menu,
.cid-uzwftHvDHF .navbar.opened {
  background: #ffffff !important;
}
.cid-uzwftHvDHF .nav-item:focus,
.cid-uzwftHvDHF .nav-link:focus {
  outline: none;
}
.cid-uzwftHvDHF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzwftHvDHF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzwftHvDHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzwftHvDHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzwftHvDHF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzwftHvDHF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzwftHvDHF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzwftHvDHF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzwftHvDHF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzwftHvDHF .dropdown-item.active,
.cid-uzwftHvDHF .dropdown-item:active {
  background-color: transparent;
}
.cid-uzwftHvDHF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzwftHvDHF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzwftHvDHF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzwftHvDHF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzwftHvDHF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzwftHvDHF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzwftHvDHF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzwftHvDHF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzwftHvDHF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzwftHvDHF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uzwftHvDHF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzwftHvDHF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwftHvDHF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwftHvDHF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzwftHvDHF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwftHvDHF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzwftHvDHF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzwftHvDHF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwftHvDHF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzwftHvDHF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzwftHvDHF .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-uzwftHvDHF .navbar {
    height: 70px;
  }
  .cid-uzwftHvDHF .navbar.opened {
    height: auto;
  }
  .cid-uzwftHvDHF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzwftHvDHF .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzwftIlIiU {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uzwftIlIiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwftIlIiU .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-uzwftIlIiU .container {
    padding: 0 15px;
  }
}
.cid-uzwftIlIiU .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzwftIlIiU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzwftIlIiU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uzwftIlIiU .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uzwftIlIiU .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzwftIlIiU .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uzwftIlIiU .mbr-section-title {
  color: #131c28;
}
.cid-uzwftIlIiU .mbr-desc {
  color: #ffe161;
}
.cid-uzwftIlIiU .mbr-section-title,
.cid-uzwftIlIiU .mbr-section-btn {
  color: #ffffff;
}
.cid-uzwftIlIiU .mbr-text {
  color: #ffffff;
}
.cid-uzwftIXYwJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uzwftIXYwJ .mbr-text {
  color: #1e3060;
}
.cid-uzwftJuG7z {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uzwftJuG7z .mbr-section-subtitle {
  color: #bb1a1f;
}
.cid-uzwftK3Ktx {
  padding-top: 5rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/cta-bcg.jpg");
}
.cid-uzwftK3Ktx::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uzwftK3Ktx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwftK3Ktx .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-uzwftK3Ktx .container {
    padding: 0 22px;
  }
}
.cid-uzwftK3Ktx .row {
  justify-content: center;
}
.cid-uzwftK3Ktx .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uzwftK3Ktx .content-wrapper {
    padding: 0;
  }
}
.cid-uzwftK3Ktx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzwftK3Ktx .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uzwftK3Ktx .mbr-section-title {
  color: #ffffff;
}
.cid-uzwftK3Ktx .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzwftK3Ktx .mbr-section-title,
.cid-uzwftK3Ktx .mbr-section-btn {
  text-align: center;
}
.cid-uC1UvrUyMX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1UvrUyMX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1UvrUyMX form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1UvrUyMX form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1UvrUyMX form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1UvrUyMX form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1UvrUyMX form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1UvrUyMX .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uzwg409Hw9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzwg409Hw9 .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uzwg409Hw9 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzwg409Hw9 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzwg409Hw9 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzwg409Hw9 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzwg409Hw9 .container {
    padding: 0 1rem;
  }
}
.cid-uzwg409Hw9 .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uzwg409Hw9 .nav-link {
  position: relative;
}
.cid-uzwg409Hw9 .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uzwg409Hw9 nav.navbar {
  position: fixed;
}
.cid-uzwg409Hw9 .navbar {
  padding: 0!important;
  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-uzwg409Hw9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzwg409Hw9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzwg409Hw9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzwg409Hw9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzwg409Hw9 .navbar.collapsed {
  justify-content: center;
}
.cid-uzwg409Hw9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzwg409Hw9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzwg409Hw9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uzwg409Hw9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzwg409Hw9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzwg409Hw9 .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-uzwg409Hw9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzwg409Hw9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzwg409Hw9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzwg409Hw9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzwg409Hw9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzwg409Hw9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzwg409Hw9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzwg409Hw9 .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-uzwg409Hw9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzwg409Hw9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzwg409Hw9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzwg409Hw9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzwg409Hw9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzwg409Hw9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzwg409Hw9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzwg409Hw9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzwg409Hw9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzwg409Hw9 .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-uzwg409Hw9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzwg409Hw9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzwg409Hw9 .dropdown-item:hover,
.cid-uzwg409Hw9 .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uzwg409Hw9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzwg409Hw9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzwg409Hw9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzwg409Hw9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzwg409Hw9 .dropdown-menu,
.cid-uzwg409Hw9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uzwg409Hw9 .nav-item:focus,
.cid-uzwg409Hw9 .nav-link:focus {
  outline: none;
}
.cid-uzwg409Hw9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzwg409Hw9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzwg409Hw9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzwg409Hw9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzwg409Hw9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzwg409Hw9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzwg409Hw9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzwg409Hw9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzwg409Hw9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzwg409Hw9 .dropdown-item.active,
.cid-uzwg409Hw9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzwg409Hw9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzwg409Hw9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzwg409Hw9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzwg409Hw9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzwg409Hw9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzwg409Hw9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzwg409Hw9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzwg409Hw9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzwg409Hw9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzwg409Hw9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uzwg409Hw9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzwg409Hw9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwg409Hw9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwg409Hw9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzwg409Hw9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwg409Hw9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzwg409Hw9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzwg409Hw9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwg409Hw9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzwg409Hw9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzwg409Hw9 .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-uzwg409Hw9 .navbar {
    height: 70px;
  }
  .cid-uzwg409Hw9 .navbar.opened {
    height: auto;
  }
  .cid-uzwg409Hw9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzwg409Hw9 .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzwg40PDe8 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uzwg40PDe8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwg40PDe8 .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-uzwg40PDe8 .container {
    padding: 0 15px;
  }
}
.cid-uzwg40PDe8 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzwg40PDe8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzwg40PDe8 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uzwg40PDe8 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uzwg40PDe8 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzwg40PDe8 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uzwg40PDe8 .mbr-section-title {
  color: #131c28;
}
.cid-uzwg40PDe8 .mbr-desc {
  color: #ffe161;
}
.cid-uzwg40PDe8 .mbr-section-title,
.cid-uzwg40PDe8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uzwg40PDe8 .mbr-text {
  color: #ffffff;
}
.cid-uzwg41qnIB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uzwg41qnIB .mbr-text {
  color: #1e3060;
}
.cid-uzwg420J3U {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uzwg420J3U .mbr-section-subtitle {
  color: #bb1a1f;
}
.cid-uzwg42vb0q {
  padding-top: 5rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/cta-bcg.jpg");
}
.cid-uzwg42vb0q::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uzwg42vb0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwg42vb0q .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-uzwg42vb0q .container {
    padding: 0 22px;
  }
}
.cid-uzwg42vb0q .row {
  justify-content: center;
}
.cid-uzwg42vb0q .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uzwg42vb0q .content-wrapper {
    padding: 0;
  }
}
.cid-uzwg42vb0q .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzwg42vb0q .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uzwg42vb0q .mbr-section-title {
  color: #ffffff;
}
.cid-uzwg42vb0q .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzwg42vb0q .mbr-section-title,
.cid-uzwg42vb0q .mbr-section-btn {
  text-align: center;
}
.cid-uC1UzYd63N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1UzYd63N .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1UzYd63N form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1UzYd63N form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1UzYd63N form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1UzYd63N form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1UzYd63N form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1UzYd63N .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uB76axOc1d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uB76axOc1d .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uB76axOc1d .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uB76axOc1d .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uB76axOc1d .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uB76axOc1d .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uB76axOc1d .container {
    padding: 0 1rem;
  }
}
.cid-uB76axOc1d .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uB76axOc1d .nav-link {
  position: relative;
}
.cid-uB76axOc1d .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uB76axOc1d nav.navbar {
  position: fixed;
}
.cid-uB76axOc1d .navbar {
  padding: 0!important;
  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-uB76axOc1d .navbar.opened {
  transition: all 0.3s;
}
.cid-uB76axOc1d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB76axOc1d .navbar .navbar-logo img {
  width: auto;
}
.cid-uB76axOc1d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB76axOc1d .navbar.collapsed {
  justify-content: center;
}
.cid-uB76axOc1d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB76axOc1d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB76axOc1d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uB76axOc1d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB76axOc1d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB76axOc1d .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-uB76axOc1d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB76axOc1d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB76axOc1d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB76axOc1d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB76axOc1d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB76axOc1d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB76axOc1d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB76axOc1d .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-uB76axOc1d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB76axOc1d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB76axOc1d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB76axOc1d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB76axOc1d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB76axOc1d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB76axOc1d .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB76axOc1d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB76axOc1d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB76axOc1d .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-uB76axOc1d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB76axOc1d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB76axOc1d .dropdown-item:hover,
.cid-uB76axOc1d .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uB76axOc1d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB76axOc1d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB76axOc1d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uB76axOc1d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB76axOc1d .dropdown-menu,
.cid-uB76axOc1d .navbar.opened {
  background: #ffffff !important;
}
.cid-uB76axOc1d .nav-item:focus,
.cid-uB76axOc1d .nav-link:focus {
  outline: none;
}
.cid-uB76axOc1d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB76axOc1d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB76axOc1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB76axOc1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB76axOc1d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB76axOc1d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB76axOc1d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB76axOc1d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB76axOc1d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB76axOc1d .dropdown-item.active,
.cid-uB76axOc1d .dropdown-item:active {
  background-color: transparent;
}
.cid-uB76axOc1d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB76axOc1d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB76axOc1d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB76axOc1d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uB76axOc1d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB76axOc1d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB76axOc1d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB76axOc1d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB76axOc1d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB76axOc1d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uB76axOc1d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB76axOc1d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB76axOc1d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB76axOc1d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB76axOc1d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB76axOc1d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB76axOc1d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB76axOc1d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB76axOc1d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB76axOc1d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB76axOc1d .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-uB76axOc1d .navbar {
    height: 70px;
  }
  .cid-uB76axOc1d .navbar.opened {
    height: auto;
  }
  .cid-uB76axOc1d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB76axOc1d .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uB76iSQ6J2 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uB76iSQ6J2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB76iSQ6J2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB76iSQ6J2 .mbr-section-title {
  color: #bb1a1f;
  text-align: left;
}
.cid-uB76iSQ6J2 .mbr-section-subtitle {
  text-align: left;
}
.cid-uB76aBFdLu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uB76aBFdLu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uB76aBFdLu form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uB76aBFdLu form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uB76aBFdLu form.mbr-form {
    padding: 1rem;
  }
}
.cid-uB76aBFdLu form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uB76aBFdLu form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uB76aBFdLu .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uB772MhJWu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uB772MhJWu .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uB772MhJWu .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uB772MhJWu .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uB772MhJWu .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uB772MhJWu .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uB772MhJWu .container {
    padding: 0 1rem;
  }
}
.cid-uB772MhJWu .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uB772MhJWu .nav-link {
  position: relative;
}
.cid-uB772MhJWu .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uB772MhJWu nav.navbar {
  position: fixed;
}
.cid-uB772MhJWu .navbar {
  padding: 0!important;
  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-uB772MhJWu .navbar.opened {
  transition: all 0.3s;
}
.cid-uB772MhJWu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB772MhJWu .navbar .navbar-logo img {
  width: auto;
}
.cid-uB772MhJWu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB772MhJWu .navbar.collapsed {
  justify-content: center;
}
.cid-uB772MhJWu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB772MhJWu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB772MhJWu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uB772MhJWu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB772MhJWu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB772MhJWu .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-uB772MhJWu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB772MhJWu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB772MhJWu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB772MhJWu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB772MhJWu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB772MhJWu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB772MhJWu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB772MhJWu .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-uB772MhJWu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB772MhJWu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB772MhJWu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB772MhJWu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB772MhJWu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB772MhJWu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB772MhJWu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB772MhJWu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB772MhJWu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB772MhJWu .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-uB772MhJWu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB772MhJWu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB772MhJWu .dropdown-item:hover,
.cid-uB772MhJWu .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uB772MhJWu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB772MhJWu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB772MhJWu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uB772MhJWu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB772MhJWu .dropdown-menu,
.cid-uB772MhJWu .navbar.opened {
  background: #ffffff !important;
}
.cid-uB772MhJWu .nav-item:focus,
.cid-uB772MhJWu .nav-link:focus {
  outline: none;
}
.cid-uB772MhJWu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB772MhJWu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB772MhJWu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB772MhJWu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB772MhJWu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB772MhJWu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB772MhJWu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB772MhJWu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB772MhJWu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB772MhJWu .dropdown-item.active,
.cid-uB772MhJWu .dropdown-item:active {
  background-color: transparent;
}
.cid-uB772MhJWu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB772MhJWu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB772MhJWu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB772MhJWu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uB772MhJWu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB772MhJWu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB772MhJWu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB772MhJWu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB772MhJWu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB772MhJWu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uB772MhJWu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB772MhJWu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB772MhJWu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB772MhJWu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB772MhJWu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB772MhJWu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB772MhJWu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB772MhJWu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB772MhJWu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB772MhJWu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB772MhJWu .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-uB772MhJWu .navbar {
    height: 70px;
  }
  .cid-uB772MhJWu .navbar.opened {
    height: auto;
  }
  .cid-uB772MhJWu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB772MhJWu .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uB772OHF3R {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uB772OHF3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB772OHF3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB772OHF3R .mbr-section-title {
  color: #bb1a1f;
  text-align: left;
}
.cid-uB772OHF3R .mbr-section-subtitle {
  text-align: left;
}
.cid-uB772QIXgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uB772QIXgU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uB772QIXgU form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uB772QIXgU form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uB772QIXgU form.mbr-form {
    padding: 1rem;
  }
}
.cid-uB772QIXgU form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uB772QIXgU form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uB772QIXgU .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uBsWJaVWPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBsWJaVWPD .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uBsWJaVWPD .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uBsWJaVWPD .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uBsWJaVWPD .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uBsWJaVWPD .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBsWJaVWPD .container {
    padding: 0 1rem;
  }
}
.cid-uBsWJaVWPD .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uBsWJaVWPD .nav-link {
  position: relative;
}
.cid-uBsWJaVWPD .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uBsWJaVWPD nav.navbar {
  position: fixed;
}
.cid-uBsWJaVWPD .navbar {
  padding: 0!important;
  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-uBsWJaVWPD .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsWJaVWPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBsWJaVWPD .navbar .navbar-logo img {
  width: auto;
}
.cid-uBsWJaVWPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBsWJaVWPD .navbar.collapsed {
  justify-content: center;
}
.cid-uBsWJaVWPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsWJaVWPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBsWJaVWPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uBsWJaVWPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsWJaVWPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsWJaVWPD .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-uBsWJaVWPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsWJaVWPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBsWJaVWPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBsWJaVWPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsWJaVWPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsWJaVWPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsWJaVWPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBsWJaVWPD .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-uBsWJaVWPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsWJaVWPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBsWJaVWPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBsWJaVWPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBsWJaVWPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsWJaVWPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBsWJaVWPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsWJaVWPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsWJaVWPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsWJaVWPD .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-uBsWJaVWPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBsWJaVWPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBsWJaVWPD .dropdown-item:hover,
.cid-uBsWJaVWPD .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uBsWJaVWPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBsWJaVWPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBsWJaVWPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uBsWJaVWPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBsWJaVWPD .dropdown-menu,
.cid-uBsWJaVWPD .navbar.opened {
  background: #ffffff !important;
}
.cid-uBsWJaVWPD .nav-item:focus,
.cid-uBsWJaVWPD .nav-link:focus {
  outline: none;
}
.cid-uBsWJaVWPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsWJaVWPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsWJaVWPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsWJaVWPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsWJaVWPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsWJaVWPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsWJaVWPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBsWJaVWPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBsWJaVWPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsWJaVWPD .dropdown-item.active,
.cid-uBsWJaVWPD .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsWJaVWPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsWJaVWPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsWJaVWPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsWJaVWPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBsWJaVWPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsWJaVWPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsWJaVWPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBsWJaVWPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsWJaVWPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBsWJaVWPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uBsWJaVWPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsWJaVWPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsWJaVWPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsWJaVWPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsWJaVWPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsWJaVWPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsWJaVWPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsWJaVWPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsWJaVWPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBsWJaVWPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBsWJaVWPD .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-uBsWJaVWPD .navbar {
    height: 70px;
  }
  .cid-uBsWJaVWPD .navbar.opened {
    height: auto;
  }
  .cid-uBsWJaVWPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsWJaVWPD .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uBsWW0IcxW {
  background-image: url("../../../assets/images/team-bcg-pmi.jpg");
}
.cid-uBsWW0IcxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsWW0IcxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBsWW0IcxW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBsWW0IcxW img {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
}
@media (min-width: 992px) {
  .cid-uBsWW0IcxW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBsWW0IcxW .mbr-section-title {
  color: #bb1a1f;
}
.cid-uC1TIyQEx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1TIyQEx4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1TIyQEx4 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1TIyQEx4 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1TIyQEx4 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1TIyQEx4 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1TIyQEx4 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1TIyQEx4 .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uBsXttjtAE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBsXttjtAE .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uBsXttjtAE .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uBsXttjtAE .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uBsXttjtAE .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uBsXttjtAE .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBsXttjtAE .container {
    padding: 0 1rem;
  }
}
.cid-uBsXttjtAE .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uBsXttjtAE .nav-link {
  position: relative;
}
.cid-uBsXttjtAE .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uBsXttjtAE nav.navbar {
  position: fixed;
}
.cid-uBsXttjtAE .navbar {
  padding: 0!important;
  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-uBsXttjtAE .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsXttjtAE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBsXttjtAE .navbar .navbar-logo img {
  width: auto;
}
.cid-uBsXttjtAE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBsXttjtAE .navbar.collapsed {
  justify-content: center;
}
.cid-uBsXttjtAE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsXttjtAE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBsXttjtAE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uBsXttjtAE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsXttjtAE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsXttjtAE .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-uBsXttjtAE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsXttjtAE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBsXttjtAE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBsXttjtAE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsXttjtAE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsXttjtAE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsXttjtAE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBsXttjtAE .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-uBsXttjtAE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsXttjtAE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBsXttjtAE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBsXttjtAE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBsXttjtAE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsXttjtAE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBsXttjtAE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsXttjtAE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsXttjtAE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsXttjtAE .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-uBsXttjtAE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBsXttjtAE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBsXttjtAE .dropdown-item:hover,
.cid-uBsXttjtAE .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uBsXttjtAE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBsXttjtAE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBsXttjtAE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uBsXttjtAE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBsXttjtAE .dropdown-menu,
.cid-uBsXttjtAE .navbar.opened {
  background: #ffffff !important;
}
.cid-uBsXttjtAE .nav-item:focus,
.cid-uBsXttjtAE .nav-link:focus {
  outline: none;
}
.cid-uBsXttjtAE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsXttjtAE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsXttjtAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsXttjtAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsXttjtAE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsXttjtAE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsXttjtAE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBsXttjtAE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBsXttjtAE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsXttjtAE .dropdown-item.active,
.cid-uBsXttjtAE .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsXttjtAE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsXttjtAE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsXttjtAE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsXttjtAE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBsXttjtAE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsXttjtAE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsXttjtAE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBsXttjtAE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsXttjtAE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBsXttjtAE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uBsXttjtAE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsXttjtAE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsXttjtAE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsXttjtAE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsXttjtAE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsXttjtAE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsXttjtAE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsXttjtAE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsXttjtAE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBsXttjtAE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBsXttjtAE .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-uBsXttjtAE .navbar {
    height: 70px;
  }
  .cid-uBsXttjtAE .navbar.opened {
    height: auto;
  }
  .cid-uBsXttjtAE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsXttjtAE .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uBsXtukB5h {
  background-image: url("../../../assets/images/team-bcg-pmi.jpg");
}
.cid-uBsXtukB5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsXtukB5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBsXtukB5h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBsXtukB5h img {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
}
@media (min-width: 992px) {
  .cid-uBsXtukB5h .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBsXtukB5h .mbr-section-title {
  color: #bb1a1f;
}
.cid-uC1TLUro0k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1TLUro0k .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1TLUro0k form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1TLUro0k form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1TLUro0k form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1TLUro0k form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1TLUro0k form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1TLUro0k .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uBsXYro9E9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBsXYro9E9 .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uBsXYro9E9 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uBsXYro9E9 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uBsXYro9E9 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uBsXYro9E9 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBsXYro9E9 .container {
    padding: 0 1rem;
  }
}
.cid-uBsXYro9E9 .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uBsXYro9E9 .nav-link {
  position: relative;
}
.cid-uBsXYro9E9 .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uBsXYro9E9 nav.navbar {
  position: fixed;
}
.cid-uBsXYro9E9 .navbar {
  padding: 0!important;
  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-uBsXYro9E9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsXYro9E9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBsXYro9E9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBsXYro9E9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBsXYro9E9 .navbar.collapsed {
  justify-content: center;
}
.cid-uBsXYro9E9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsXYro9E9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBsXYro9E9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uBsXYro9E9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsXYro9E9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsXYro9E9 .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-uBsXYro9E9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsXYro9E9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBsXYro9E9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBsXYro9E9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsXYro9E9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsXYro9E9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsXYro9E9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBsXYro9E9 .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-uBsXYro9E9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsXYro9E9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBsXYro9E9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBsXYro9E9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBsXYro9E9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsXYro9E9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBsXYro9E9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsXYro9E9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsXYro9E9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsXYro9E9 .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-uBsXYro9E9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBsXYro9E9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBsXYro9E9 .dropdown-item:hover,
.cid-uBsXYro9E9 .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uBsXYro9E9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBsXYro9E9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBsXYro9E9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uBsXYro9E9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBsXYro9E9 .dropdown-menu,
.cid-uBsXYro9E9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uBsXYro9E9 .nav-item:focus,
.cid-uBsXYro9E9 .nav-link:focus {
  outline: none;
}
.cid-uBsXYro9E9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsXYro9E9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsXYro9E9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsXYro9E9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsXYro9E9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsXYro9E9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsXYro9E9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBsXYro9E9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBsXYro9E9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsXYro9E9 .dropdown-item.active,
.cid-uBsXYro9E9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsXYro9E9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsXYro9E9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsXYro9E9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsXYro9E9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBsXYro9E9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsXYro9E9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsXYro9E9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBsXYro9E9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsXYro9E9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBsXYro9E9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uBsXYro9E9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsXYro9E9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsXYro9E9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsXYro9E9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsXYro9E9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsXYro9E9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsXYro9E9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsXYro9E9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsXYro9E9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBsXYro9E9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBsXYro9E9 .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-uBsXYro9E9 .navbar {
    height: 70px;
  }
  .cid-uBsXYro9E9 .navbar.opened {
    height: auto;
  }
  .cid-uBsXYro9E9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsXYro9E9 .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uBsXYshUqk {
  background-image: url("../../../assets/images/team-bcg-pmi.jpg");
}
.cid-uBsXYshUqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsXYshUqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBsXYshUqk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBsXYshUqk img {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
}
@media (min-width: 992px) {
  .cid-uBsXYshUqk .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBsXYshUqk .mbr-section-title {
  color: #bb1a1f;
}
.cid-uC1TOlLweO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1TOlLweO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1TOlLweO form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1TOlLweO form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1TOlLweO form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1TOlLweO form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1TOlLweO form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1TOlLweO .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uBsYrj6cXo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBsYrj6cXo .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uBsYrj6cXo .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uBsYrj6cXo .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uBsYrj6cXo .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uBsYrj6cXo .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBsYrj6cXo .container {
    padding: 0 1rem;
  }
}
.cid-uBsYrj6cXo .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uBsYrj6cXo .nav-link {
  position: relative;
}
.cid-uBsYrj6cXo .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uBsYrj6cXo nav.navbar {
  position: fixed;
}
.cid-uBsYrj6cXo .navbar {
  padding: 0!important;
  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-uBsYrj6cXo .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsYrj6cXo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBsYrj6cXo .navbar .navbar-logo img {
  width: auto;
}
.cid-uBsYrj6cXo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBsYrj6cXo .navbar.collapsed {
  justify-content: center;
}
.cid-uBsYrj6cXo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsYrj6cXo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBsYrj6cXo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uBsYrj6cXo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsYrj6cXo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsYrj6cXo .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-uBsYrj6cXo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsYrj6cXo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBsYrj6cXo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBsYrj6cXo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsYrj6cXo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsYrj6cXo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsYrj6cXo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBsYrj6cXo .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-uBsYrj6cXo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsYrj6cXo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBsYrj6cXo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBsYrj6cXo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBsYrj6cXo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsYrj6cXo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBsYrj6cXo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsYrj6cXo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsYrj6cXo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsYrj6cXo .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-uBsYrj6cXo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBsYrj6cXo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBsYrj6cXo .dropdown-item:hover,
.cid-uBsYrj6cXo .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uBsYrj6cXo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBsYrj6cXo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBsYrj6cXo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uBsYrj6cXo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBsYrj6cXo .dropdown-menu,
.cid-uBsYrj6cXo .navbar.opened {
  background: #ffffff !important;
}
.cid-uBsYrj6cXo .nav-item:focus,
.cid-uBsYrj6cXo .nav-link:focus {
  outline: none;
}
.cid-uBsYrj6cXo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsYrj6cXo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsYrj6cXo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsYrj6cXo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsYrj6cXo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsYrj6cXo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsYrj6cXo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBsYrj6cXo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBsYrj6cXo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsYrj6cXo .dropdown-item.active,
.cid-uBsYrj6cXo .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsYrj6cXo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsYrj6cXo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsYrj6cXo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsYrj6cXo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBsYrj6cXo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsYrj6cXo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsYrj6cXo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBsYrj6cXo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsYrj6cXo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBsYrj6cXo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uBsYrj6cXo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsYrj6cXo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsYrj6cXo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsYrj6cXo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsYrj6cXo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsYrj6cXo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsYrj6cXo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsYrj6cXo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsYrj6cXo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBsYrj6cXo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBsYrj6cXo .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-uBsYrj6cXo .navbar {
    height: 70px;
  }
  .cid-uBsYrj6cXo .navbar.opened {
    height: auto;
  }
  .cid-uBsYrj6cXo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsYrj6cXo .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uBsYrk0rSr {
  background-image: url("../../../assets/images/team-bcg-pmi.jpg");
}
.cid-uBsYrk0rSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsYrk0rSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBsYrk0rSr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBsYrk0rSr img {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
}
@media (min-width: 992px) {
  .cid-uBsYrk0rSr .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBsYrk0rSr .mbr-section-title {
  color: #bb1a1f;
}
.cid-uC1TQErcix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1TQErcix .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uC1TQErcix form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uC1TQErcix form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1TQErcix form.mbr-form {
    padding: 1rem;
  }
}
.cid-uC1TQErcix form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uC1TQErcix form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uC1TQErcix .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uCI59e7mCm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCI59e7mCm .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uCI59e7mCm .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCI59e7mCm .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCI59e7mCm .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCI59e7mCm .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCI59e7mCm .container {
    padding: 0 1rem;
  }
}
.cid-uCI59e7mCm .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uCI59e7mCm .nav-link {
  position: relative;
}
.cid-uCI59e7mCm .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uCI59e7mCm nav.navbar {
  position: fixed;
}
.cid-uCI59e7mCm .navbar {
  padding: 0!important;
  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-uCI59e7mCm .navbar.opened {
  transition: all 0.3s;
}
.cid-uCI59e7mCm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCI59e7mCm .navbar .navbar-logo img {
  width: auto;
}
.cid-uCI59e7mCm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCI59e7mCm .navbar.collapsed {
  justify-content: center;
}
.cid-uCI59e7mCm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCI59e7mCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCI59e7mCm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uCI59e7mCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCI59e7mCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCI59e7mCm .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-uCI59e7mCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCI59e7mCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCI59e7mCm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCI59e7mCm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCI59e7mCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCI59e7mCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCI59e7mCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCI59e7mCm .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-uCI59e7mCm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCI59e7mCm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCI59e7mCm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCI59e7mCm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCI59e7mCm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCI59e7mCm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCI59e7mCm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCI59e7mCm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCI59e7mCm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCI59e7mCm .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-uCI59e7mCm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCI59e7mCm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCI59e7mCm .dropdown-item:hover,
.cid-uCI59e7mCm .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uCI59e7mCm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCI59e7mCm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCI59e7mCm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCI59e7mCm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCI59e7mCm .dropdown-menu,
.cid-uCI59e7mCm .navbar.opened {
  background: #ffffff !important;
}
.cid-uCI59e7mCm .nav-item:focus,
.cid-uCI59e7mCm .nav-link:focus {
  outline: none;
}
.cid-uCI59e7mCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCI59e7mCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCI59e7mCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCI59e7mCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCI59e7mCm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCI59e7mCm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCI59e7mCm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCI59e7mCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCI59e7mCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCI59e7mCm .dropdown-item.active,
.cid-uCI59e7mCm .dropdown-item:active {
  background-color: transparent;
}
.cid-uCI59e7mCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCI59e7mCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCI59e7mCm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCI59e7mCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCI59e7mCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCI59e7mCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCI59e7mCm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCI59e7mCm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCI59e7mCm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCI59e7mCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uCI59e7mCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCI59e7mCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCI59e7mCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCI59e7mCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCI59e7mCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCI59e7mCm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCI59e7mCm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCI59e7mCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCI59e7mCm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCI59e7mCm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCI59e7mCm .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-uCI59e7mCm .navbar {
    height: 70px;
  }
  .cid-uCI59e7mCm .navbar.opened {
    height: auto;
  }
  .cid-uCI59e7mCm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCI59e7mCm .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uCI59f0aGT {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uCI59f0aGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCI59f0aGT .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-uCI59f0aGT .container {
    padding: 0 15px;
  }
}
.cid-uCI59f0aGT .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uCI59f0aGT .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uCI59f0aGT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uCI59f0aGT .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uCI59f0aGT .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uCI59f0aGT .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uCI59f0aGT .mbr-section-title {
  color: #131c28;
}
.cid-uCI59f0aGT .mbr-desc {
  color: #ffffff;
}
.cid-uCI59f0aGT .mbr-section-title,
.cid-uCI59f0aGT .mbr-section-btn {
  color: #ffffff;
}
.cid-uCI59f0aGT .mbr-text {
  color: #ffffff;
}
.cid-uKIBAi37JM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKIBAi37JM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIBAi37JM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIBAi37JM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKIBAi37JM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKIBAi37JM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKIBAi37JM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKIBAi37JM .container {
    padding: 0 24px;
  }
}
.cid-uKIBAi37JM .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uKIBAi37JM .content-wrapper {
    display: block;
  }
}
.cid-uKIBAi37JM .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uKIBAi37JM .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKIBAi37JM .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uKIBAi37JM .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uKIBAi37JM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKIBAi37JM .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uKIBAi37JM .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKIBAi37JM .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uKIBAi37JM .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKIBAi37JM .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uKIBAi37JM .mbr-section-title {
  color: #18212d;
}
.cid-uKIBAi37JM .mbr-desc {
  color: #18212d;
}
.cid-uKIBAi37JM .mbr-text {
  color: #bb1a1f;
}
.cid-uKIBAi37JM .mbr-desc,
.cid-uKIBAi37JM .desc-wrapper {
  color: #bb1a1f;
}
.cid-uKIBAi37JM .mbr-section-title,
.cid-uKIBAi37JM .mbr-section-btn {
  color: #1e3060;
}
.cid-uCI6tgGcXv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCI6tgGcXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCI6tgGcXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCI6tgGcXv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uCI6tgGcXv .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCI6tgGcXv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCI6tgGcXv .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCI6tgGcXv .container {
    padding: 0 24px;
  }
}
.cid-uCI6tgGcXv .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uCI6tgGcXv .content-wrapper {
    display: block;
  }
}
.cid-uCI6tgGcXv .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uCI6tgGcXv .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCI6tgGcXv .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uCI6tgGcXv .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uCI6tgGcXv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCI6tgGcXv .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uCI6tgGcXv .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uCI6tgGcXv .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uCI6tgGcXv .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCI6tgGcXv .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCI6tgGcXv .mbr-section-title {
  color: #18212d;
}
.cid-uCI6tgGcXv .mbr-desc {
  color: #18212d;
}
.cid-uCI6tgGcXv .mbr-text {
  color: #bb1a1f;
}
.cid-uCI6tgGcXv .mbr-desc,
.cid-uCI6tgGcXv .desc-wrapper {
  color: #bb1a1f;
}
.cid-uCI6tgGcXv .mbr-section-title,
.cid-uCI6tgGcXv .mbr-section-btn {
  color: #1e3060;
}
.cid-uFTGmExGGP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFTGmExGGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTGmExGGP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTGmExGGP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFTGmExGGP .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFTGmExGGP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFTGmExGGP .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFTGmExGGP .container {
    padding: 0 24px;
  }
}
.cid-uFTGmExGGP .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFTGmExGGP .content-wrapper {
    display: block;
  }
}
.cid-uFTGmExGGP .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uFTGmExGGP .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFTGmExGGP .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uFTGmExGGP .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uFTGmExGGP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFTGmExGGP .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uFTGmExGGP .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFTGmExGGP .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFTGmExGGP .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFTGmExGGP .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFTGmExGGP .mbr-section-title {
  color: #18212d;
}
.cid-uFTGmExGGP .mbr-desc {
  color: #18212d;
}
.cid-uFTGmExGGP .mbr-text {
  color: #bb1a1f;
}
.cid-uFTGmExGGP .mbr-desc,
.cid-uFTGmExGGP .desc-wrapper {
  color: #bb1a1f;
}
.cid-uFTGmExGGP .mbr-section-title,
.cid-uFTGmExGGP .mbr-section-btn {
  color: #1e3060;
}
.cid-uCIiLqK5sh {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/cta-bcg.jpg");
}
.cid-uCIiLqK5sh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIiLqK5sh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCIiLqK5sh .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-uCIiLqK5sh .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCIiLqK5sh .mbr-text,
.cid-uCIiLqK5sh .mbr-section-btn {
  color: #232323;
}
.cid-uCIiLqK5sh .mbr-section-title,
.cid-uCIiLqK5sh .line {
  color: #ffffff;
}
.cid-uCIiLqK5sh h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCIiLqK5sh h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCIiLqK5sh .mbr-section-subtitle,
.cid-uCIiLqK5sh .align {
  text-align: left;
  color: #232323;
}
.cid-uCI59fSxnU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCI59fSxnU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCI59fSxnU form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uCI59fSxnU form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCI59fSxnU form.mbr-form {
    padding: 1rem;
  }
}
.cid-uCI59fSxnU form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uCI59fSxnU form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uCI59fSxnU .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uCIa1Ni4xB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCIa1Ni4xB .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uCIa1Ni4xB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCIa1Ni4xB .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCIa1Ni4xB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCIa1Ni4xB .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCIa1Ni4xB .container {
    padding: 0 1rem;
  }
}
.cid-uCIa1Ni4xB .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uCIa1Ni4xB .nav-link {
  position: relative;
}
.cid-uCIa1Ni4xB .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uCIa1Ni4xB nav.navbar {
  position: fixed;
}
.cid-uCIa1Ni4xB .navbar {
  padding: 0!important;
  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-uCIa1Ni4xB .navbar.opened {
  transition: all 0.3s;
}
.cid-uCIa1Ni4xB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCIa1Ni4xB .navbar .navbar-logo img {
  width: auto;
}
.cid-uCIa1Ni4xB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCIa1Ni4xB .navbar.collapsed {
  justify-content: center;
}
.cid-uCIa1Ni4xB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCIa1Ni4xB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCIa1Ni4xB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uCIa1Ni4xB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCIa1Ni4xB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCIa1Ni4xB .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-uCIa1Ni4xB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCIa1Ni4xB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCIa1Ni4xB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCIa1Ni4xB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCIa1Ni4xB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCIa1Ni4xB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCIa1Ni4xB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCIa1Ni4xB .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-uCIa1Ni4xB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCIa1Ni4xB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCIa1Ni4xB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCIa1Ni4xB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCIa1Ni4xB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCIa1Ni4xB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCIa1Ni4xB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCIa1Ni4xB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCIa1Ni4xB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCIa1Ni4xB .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-uCIa1Ni4xB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCIa1Ni4xB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCIa1Ni4xB .dropdown-item:hover,
.cid-uCIa1Ni4xB .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uCIa1Ni4xB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCIa1Ni4xB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCIa1Ni4xB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCIa1Ni4xB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCIa1Ni4xB .dropdown-menu,
.cid-uCIa1Ni4xB .navbar.opened {
  background: #ffffff !important;
}
.cid-uCIa1Ni4xB .nav-item:focus,
.cid-uCIa1Ni4xB .nav-link:focus {
  outline: none;
}
.cid-uCIa1Ni4xB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCIa1Ni4xB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCIa1Ni4xB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCIa1Ni4xB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCIa1Ni4xB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCIa1Ni4xB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCIa1Ni4xB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCIa1Ni4xB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCIa1Ni4xB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCIa1Ni4xB .dropdown-item.active,
.cid-uCIa1Ni4xB .dropdown-item:active {
  background-color: transparent;
}
.cid-uCIa1Ni4xB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCIa1Ni4xB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCIa1Ni4xB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCIa1Ni4xB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCIa1Ni4xB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCIa1Ni4xB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCIa1Ni4xB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCIa1Ni4xB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCIa1Ni4xB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCIa1Ni4xB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uCIa1Ni4xB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCIa1Ni4xB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCIa1Ni4xB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCIa1Ni4xB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCIa1Ni4xB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCIa1Ni4xB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCIa1Ni4xB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCIa1Ni4xB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCIa1Ni4xB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCIa1Ni4xB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCIa1Ni4xB .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-uCIa1Ni4xB .navbar {
    height: 70px;
  }
  .cid-uCIa1Ni4xB .navbar.opened {
    height: auto;
  }
  .cid-uCIa1Ni4xB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCIa1Ni4xB .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uCIa1PVbCf {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCIa1PVbCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIa1PVbCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCIa1PVbCf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uCIa1PVbCf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCIa1PVbCf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCIa1PVbCf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCIa1PVbCf .container {
    padding: 0 24px;
  }
}
.cid-uCIa1PVbCf .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uCIa1PVbCf .content-wrapper {
    display: block;
  }
}
.cid-uCIa1PVbCf .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uCIa1PVbCf .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCIa1PVbCf .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uCIa1PVbCf .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uCIa1PVbCf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCIa1PVbCf .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uCIa1PVbCf .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uCIa1PVbCf .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uCIa1PVbCf .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCIa1PVbCf .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCIa1PVbCf .mbr-section-title {
  color: #18212d;
}
.cid-uCIa1PVbCf .mbr-desc {
  color: #18212d;
}
.cid-uCIa1PVbCf .mbr-text {
  color: #000000;
}
.cid-uCIa1PVbCf .mbr-desc,
.cid-uCIa1PVbCf .desc-wrapper {
  color: #bb1a1f;
}
.cid-uCIa1PVbCf .mbr-section-title,
.cid-uCIa1PVbCf .mbr-section-btn {
  color: #1e3060;
}
.cid-uCIbxQFAK6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCIdCoNgmS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCIdCoNgmS .line {
  background-color: #bb1a1f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCIecOKmXp {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/cta-bcg.jpg");
}
.cid-uCIecOKmXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIecOKmXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCIecOKmXp .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-uCIecOKmXp .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCIecOKmXp .mbr-text,
.cid-uCIecOKmXp .mbr-section-btn {
  color: #232323;
}
.cid-uCIecOKmXp .mbr-section-title,
.cid-uCIecOKmXp .line {
  color: #ffffff;
}
.cid-uCIecOKmXp h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCIecOKmXp h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCIecOKmXp .mbr-section-subtitle,
.cid-uCIecOKmXp .align {
  text-align: left;
  color: #232323;
}
.cid-uCIa1R7kKT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCIa1R7kKT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCIa1R7kKT form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uCIa1R7kKT form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCIa1R7kKT form.mbr-form {
    padding: 1rem;
  }
}
.cid-uCIa1R7kKT form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uCIa1R7kKT form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uCIa1R7kKT .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uFTH5ohlA9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFTH5ohlA9 .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uFTH5ohlA9 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uFTH5ohlA9 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uFTH5ohlA9 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uFTH5ohlA9 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFTH5ohlA9 .container {
    padding: 0 1rem;
  }
}
.cid-uFTH5ohlA9 .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uFTH5ohlA9 .nav-link {
  position: relative;
}
.cid-uFTH5ohlA9 .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uFTH5ohlA9 nav.navbar {
  position: fixed;
}
.cid-uFTH5ohlA9 .navbar {
  padding: 0!important;
  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-uFTH5ohlA9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTH5ohlA9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTH5ohlA9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTH5ohlA9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTH5ohlA9 .navbar.collapsed {
  justify-content: center;
}
.cid-uFTH5ohlA9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTH5ohlA9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTH5ohlA9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uFTH5ohlA9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTH5ohlA9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTH5ohlA9 .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-uFTH5ohlA9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTH5ohlA9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTH5ohlA9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTH5ohlA9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTH5ohlA9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTH5ohlA9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTH5ohlA9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTH5ohlA9 .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-uFTH5ohlA9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTH5ohlA9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTH5ohlA9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTH5ohlA9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTH5ohlA9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTH5ohlA9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTH5ohlA9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFTH5ohlA9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFTH5ohlA9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFTH5ohlA9 .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-uFTH5ohlA9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTH5ohlA9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTH5ohlA9 .dropdown-item:hover,
.cid-uFTH5ohlA9 .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uFTH5ohlA9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTH5ohlA9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTH5ohlA9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uFTH5ohlA9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTH5ohlA9 .dropdown-menu,
.cid-uFTH5ohlA9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uFTH5ohlA9 .nav-item:focus,
.cid-uFTH5ohlA9 .nav-link:focus {
  outline: none;
}
.cid-uFTH5ohlA9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTH5ohlA9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTH5ohlA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTH5ohlA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTH5ohlA9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTH5ohlA9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTH5ohlA9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTH5ohlA9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTH5ohlA9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTH5ohlA9 .dropdown-item.active,
.cid-uFTH5ohlA9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTH5ohlA9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTH5ohlA9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTH5ohlA9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTH5ohlA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFTH5ohlA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTH5ohlA9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTH5ohlA9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTH5ohlA9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTH5ohlA9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTH5ohlA9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uFTH5ohlA9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTH5ohlA9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTH5ohlA9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTH5ohlA9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTH5ohlA9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTH5ohlA9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTH5ohlA9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTH5ohlA9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTH5ohlA9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTH5ohlA9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTH5ohlA9 .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-uFTH5ohlA9 .navbar {
    height: 70px;
  }
  .cid-uFTH5ohlA9 .navbar.opened {
    height: auto;
  }
  .cid-uFTH5ohlA9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTH5ohlA9 .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uFTH5oGSdt {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFTH5oGSdt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTH5oGSdt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTH5oGSdt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFTH5oGSdt .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFTH5oGSdt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFTH5oGSdt .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFTH5oGSdt .container {
    padding: 0 24px;
  }
}
.cid-uFTH5oGSdt .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFTH5oGSdt .content-wrapper {
    display: block;
  }
}
.cid-uFTH5oGSdt .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uFTH5oGSdt .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFTH5oGSdt .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uFTH5oGSdt .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uFTH5oGSdt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFTH5oGSdt .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uFTH5oGSdt .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFTH5oGSdt .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFTH5oGSdt .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFTH5oGSdt .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFTH5oGSdt .mbr-section-title {
  color: #18212d;
}
.cid-uFTH5oGSdt .mbr-desc {
  color: #18212d;
}
.cid-uFTH5oGSdt .mbr-text {
  color: #000000;
}
.cid-uFTH5oGSdt .mbr-desc,
.cid-uFTH5oGSdt .desc-wrapper {
  color: #bb1a1f;
}
.cid-uFTH5oGSdt .mbr-section-title,
.cid-uFTH5oGSdt .mbr-section-btn {
  color: #1e3060;
}
.cid-uFTH5oTQEo {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFTH5pl80H {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/cta-bcg.jpg");
}
.cid-uFTH5pl80H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTH5pl80H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTH5pl80H .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-uFTH5pl80H .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uFTH5pl80H .mbr-text,
.cid-uFTH5pl80H .mbr-section-btn {
  color: #232323;
}
.cid-uFTH5pl80H .mbr-section-title,
.cid-uFTH5pl80H .line {
  color: #ffffff;
}
.cid-uFTH5pl80H h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uFTH5pl80H h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uFTH5pl80H .mbr-section-subtitle,
.cid-uFTH5pl80H .align {
  text-align: left;
  color: #232323;
}
.cid-uFTH5pyscu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFTH5pyscu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uFTH5pyscu form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uFTH5pyscu form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFTH5pyscu form.mbr-form {
    padding: 1rem;
  }
}
.cid-uFTH5pyscu form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uFTH5pyscu form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uFTH5pyscu .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uKIBSPiB36 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKIBSPiB36 .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uKIBSPiB36 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uKIBSPiB36 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uKIBSPiB36 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uKIBSPiB36 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uKIBSPiB36 .container {
    padding: 0 1rem;
  }
}
.cid-uKIBSPiB36 .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uKIBSPiB36 .nav-link {
  position: relative;
}
.cid-uKIBSPiB36 .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uKIBSPiB36 nav.navbar {
  position: fixed;
}
.cid-uKIBSPiB36 .navbar {
  padding: 0!important;
  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-uKIBSPiB36 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKIBSPiB36 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKIBSPiB36 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKIBSPiB36 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKIBSPiB36 .navbar.collapsed {
  justify-content: center;
}
.cid-uKIBSPiB36 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKIBSPiB36 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKIBSPiB36 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uKIBSPiB36 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKIBSPiB36 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKIBSPiB36 .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-uKIBSPiB36 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKIBSPiB36 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKIBSPiB36 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKIBSPiB36 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKIBSPiB36 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKIBSPiB36 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKIBSPiB36 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKIBSPiB36 .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-uKIBSPiB36 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKIBSPiB36 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKIBSPiB36 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKIBSPiB36 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKIBSPiB36 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKIBSPiB36 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKIBSPiB36 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKIBSPiB36 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKIBSPiB36 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKIBSPiB36 .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-uKIBSPiB36 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKIBSPiB36 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKIBSPiB36 .dropdown-item:hover,
.cid-uKIBSPiB36 .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uKIBSPiB36 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKIBSPiB36 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKIBSPiB36 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uKIBSPiB36 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKIBSPiB36 .dropdown-menu,
.cid-uKIBSPiB36 .navbar.opened {
  background: #ffffff !important;
}
.cid-uKIBSPiB36 .nav-item:focus,
.cid-uKIBSPiB36 .nav-link:focus {
  outline: none;
}
.cid-uKIBSPiB36 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKIBSPiB36 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKIBSPiB36 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKIBSPiB36 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKIBSPiB36 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKIBSPiB36 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKIBSPiB36 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKIBSPiB36 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKIBSPiB36 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKIBSPiB36 .dropdown-item.active,
.cid-uKIBSPiB36 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKIBSPiB36 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKIBSPiB36 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKIBSPiB36 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKIBSPiB36 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKIBSPiB36 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKIBSPiB36 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKIBSPiB36 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKIBSPiB36 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKIBSPiB36 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKIBSPiB36 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uKIBSPiB36 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKIBSPiB36 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIBSPiB36 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIBSPiB36 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKIBSPiB36 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIBSPiB36 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKIBSPiB36 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKIBSPiB36 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIBSPiB36 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKIBSPiB36 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKIBSPiB36 .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-uKIBSPiB36 .navbar {
    height: 70px;
  }
  .cid-uKIBSPiB36 .navbar.opened {
    height: auto;
  }
  .cid-uKIBSPiB36 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKIBSPiB36 .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uKIBSPykBZ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKIBSPykBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIBSPykBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIBSPykBZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKIBSPykBZ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKIBSPykBZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKIBSPykBZ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKIBSPykBZ .container {
    padding: 0 24px;
  }
}
.cid-uKIBSPykBZ .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uKIBSPykBZ .content-wrapper {
    display: block;
  }
}
.cid-uKIBSPykBZ .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uKIBSPykBZ .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKIBSPykBZ .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uKIBSPykBZ .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uKIBSPykBZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKIBSPykBZ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uKIBSPykBZ .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKIBSPykBZ .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uKIBSPykBZ .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKIBSPykBZ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uKIBSPykBZ .mbr-section-title {
  color: #18212d;
}
.cid-uKIBSPykBZ .mbr-desc {
  color: #18212d;
}
.cid-uKIBSPykBZ .mbr-text {
  color: #000000;
}
.cid-uKIBSPykBZ .mbr-desc,
.cid-uKIBSPykBZ .desc-wrapper {
  color: #bb1a1f;
}
.cid-uKIBSPykBZ .mbr-section-title,
.cid-uKIBSPykBZ .mbr-section-btn {
  color: #1e3060;
}
.cid-uKIBSPJqTM {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKIBSPTP4K {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/cta-bcg.jpg");
}
.cid-uKIBSPTP4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIBSPTP4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIBSPTP4K .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-uKIBSPTP4K .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uKIBSPTP4K .mbr-text,
.cid-uKIBSPTP4K .mbr-section-btn {
  color: #232323;
}
.cid-uKIBSPTP4K .mbr-section-title,
.cid-uKIBSPTP4K .line {
  color: #ffffff;
}
.cid-uKIBSPTP4K h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uKIBSPTP4K h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uKIBSPTP4K .mbr-section-subtitle,
.cid-uKIBSPTP4K .align {
  text-align: left;
  color: #232323;
}
.cid-uKIBSQ3MFu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKIBSQ3MFu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uKIBSQ3MFu form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uKIBSQ3MFu form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKIBSQ3MFu form.mbr-form {
    padding: 1rem;
  }
}
.cid-uKIBSQ3MFu form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uKIBSQ3MFu form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uKIBSQ3MFu .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uTXv0zCBfb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTXv0zCBfb .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uTXv0zCBfb .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uTXv0zCBfb .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uTXv0zCBfb .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uTXv0zCBfb .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uTXv0zCBfb .container {
    padding: 0 1rem;
  }
}
.cid-uTXv0zCBfb .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uTXv0zCBfb .nav-link {
  position: relative;
}
.cid-uTXv0zCBfb .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uTXv0zCBfb nav.navbar {
  position: fixed;
}
.cid-uTXv0zCBfb .navbar {
  padding: 0!important;
  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-uTXv0zCBfb .navbar.opened {
  transition: all 0.3s;
}
.cid-uTXv0zCBfb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTXv0zCBfb .navbar .navbar-logo img {
  width: auto;
}
.cid-uTXv0zCBfb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTXv0zCBfb .navbar.collapsed {
  justify-content: center;
}
.cid-uTXv0zCBfb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTXv0zCBfb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTXv0zCBfb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uTXv0zCBfb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTXv0zCBfb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTXv0zCBfb .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-uTXv0zCBfb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTXv0zCBfb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTXv0zCBfb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTXv0zCBfb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTXv0zCBfb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTXv0zCBfb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTXv0zCBfb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTXv0zCBfb .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-uTXv0zCBfb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTXv0zCBfb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTXv0zCBfb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTXv0zCBfb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTXv0zCBfb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTXv0zCBfb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTXv0zCBfb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTXv0zCBfb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTXv0zCBfb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTXv0zCBfb .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-uTXv0zCBfb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTXv0zCBfb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTXv0zCBfb .dropdown-item:hover,
.cid-uTXv0zCBfb .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uTXv0zCBfb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTXv0zCBfb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTXv0zCBfb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uTXv0zCBfb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTXv0zCBfb .dropdown-menu,
.cid-uTXv0zCBfb .navbar.opened {
  background: #ffffff !important;
}
.cid-uTXv0zCBfb .nav-item:focus,
.cid-uTXv0zCBfb .nav-link:focus {
  outline: none;
}
.cid-uTXv0zCBfb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTXv0zCBfb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTXv0zCBfb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTXv0zCBfb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXv0zCBfb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTXv0zCBfb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTXv0zCBfb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTXv0zCBfb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTXv0zCBfb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTXv0zCBfb .dropdown-item.active,
.cid-uTXv0zCBfb .dropdown-item:active {
  background-color: transparent;
}
.cid-uTXv0zCBfb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTXv0zCBfb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTXv0zCBfb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTXv0zCBfb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTXv0zCBfb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTXv0zCBfb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTXv0zCBfb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTXv0zCBfb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTXv0zCBfb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTXv0zCBfb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uTXv0zCBfb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTXv0zCBfb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXv0zCBfb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXv0zCBfb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTXv0zCBfb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXv0zCBfb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTXv0zCBfb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTXv0zCBfb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXv0zCBfb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTXv0zCBfb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTXv0zCBfb .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-uTXv0zCBfb .navbar {
    height: 70px;
  }
  .cid-uTXv0zCBfb .navbar.opened {
    height: auto;
  }
  .cid-uTXv0zCBfb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTXvhKElez {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTXvhKElez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXvhKElez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXvhKElez .row {
  justify-content: center;
}
.cid-uTXvhKElez .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTXvhKElez .image-wrapper img {
    height: 300px;
  }
}
.cid-uTXvhKElez .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-uTXvhKElez .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTXvhKElez .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-uTXvhKElez .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uTXvhKElez .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-uTXvhKElez .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTXvhKElez .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTXvhKElez .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uTXvhKElez .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uTXvhKElez .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTXvhKElez .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uTXvhKElez .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTXvhKElez .mbr-section-title {
  color: #2c2c26;
}
.cid-uTXvhKElez .mbr-text,
.cid-uTXvhKElez .text-wrapper {
  color: #bb1a1f;
  text-align: center;
}
.cid-uTXvhKElez .mbr-section-title,
.cid-uTXvhKElez .mbr-section-btn {
  text-align: center;
  color: #1e3060;
}
.cid-uTXKHuvPlC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTXKHuvPlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXKHuvPlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXKHuvPlC .row {
  justify-content: space-between;
}
.cid-uTXKHuvPlC .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTXKHuvPlC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTXKHuvPlC .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #bb1a1f;
}
.cid-uTXKHuvPlC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTXKHuvPlC .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uTXKHuvPlC .tabs-wrapper .nav.nav-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uTXKHuvPlC .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uTXKHuvPlC .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uTXKHuvPlC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #1e3060;
  padding: 20px 0;
  border: none;
  border-top: 1px solid #1e3060;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
}
.cid-uTXKHuvPlC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bb1a1f;
  transition: all 0.3s ease-in-out;
}
.cid-uTXKHuvPlC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #bb1a1f;
}
.cid-uTXKHuvPlC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uTXKHuvPlC .tab-content .tab-pane .content-wrap .card-wrapper {
  position: relative;
  margin-bottom: 30px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uTXKHuvPlC .tab-content .tab-pane .content-wrap .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTXKHuvPlC .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTXKHuvPlC .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uTXKHuvPlC .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uTXKHuvPlC .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uTXKHuvPlC .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uTXKHuvPlC .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uTXKHuvPlC .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uTXKHuvPlC .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uTXKHuvPlC .tab-content .tab-pane .content-wrap .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTXKHuvPlC .mbr-label {
  color: #000000;
}
.cid-uTXKHuvPlC .mbr-section-title {
  color: #000000;
}
.cid-uTXKHuvPlC .item-title {
  color: #000000;
}
.cid-uTXKHuvPlC .item-text {
  color: #000000;
}
.cid-uTXKHuvPlC .mbr-section-title,
.cid-uTXKHuvPlC .tabs-wrapper {
  color: #1e3060;
}
.cid-uTXKHuvPlC .mbr-label,
.cid-uTXKHuvPlC .label-wrapper {
  color: #bb1a1f;
}
.cid-uTXKHuvPlC .item-title,
.cid-uTXKHuvPlC .mbr-section-btn {
  color: #1e3060;
}
.cid-uTY6TNj9xM {
  background-color: #ffffff;
}
.cid-uTY6TNj9xM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY6TNj9xM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY6TNj9xM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uTY6TNj9xM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uTY6TNj9xM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uTY6TNj9xM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uTY6TNj9xM .container {
    padding: 0 24px;
  }
}
.cid-uTY6TNj9xM .row {
  justify-content: center;
}
.cid-uTY6TNj9xM .content-wrapper {
  padding: 200px 48px;
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid #edeceb;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uTY6TNj9xM .content-wrapper {
    padding: 64px 24px;
  }
}
.cid-uTY6TNj9xM .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uTY6TNj9xM .content-wrapper .content-wrap {
    display: block;
    max-width: 100%;
  }
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 32px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 1440px) {
  .cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper {
    padding-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper {
    padding-left: 0;
  }
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .social-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 1200px) {
  .cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: .5;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
  background-color: #ffffff;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #18212d;
  font-size: 18px;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper {
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 40px;
  margin-left: 32px;
  margin-left: 0;
  margin-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper {
    margin-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper {
    margin-left: 0;
    padding: 16px;
    border-radius: 1rem;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper {
    margin-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper {
    margin-right: 0;
  }
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 24px !important;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover::before,
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: 1;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover .form-control::placeholder,
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus .form-control::placeholder {
  opacity: .2;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 12px !important;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #edeceb !important;
  box-shadow: none;
  border-radius: 8px !important;
  background-color: transparent;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #24386c !important;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #24386c;
  font-size: 18px;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #edeceb;
  border-color: #edeceb;
  border-radius: 0;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uTY6TNj9xM .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-left: 0;
}
.cid-uTY6TNj9xM .mbr-section-title {
  color: #24386c;
}
.cid-uTY6TNj9xM .mbr-desc {
  color: #18212d;
}
.cid-uTY6TNj9xM .mbr-text {
  color: #18212d;
}
.cid-uTY6TNj9xM .mbr-soc {
  color: #18212d;
}
.cid-uTY6TNj9xM label {
  color: #18212d;
}
.cid-uTY6TNj9xM .mbr-desc,
.cid-uTY6TNj9xM .desc-wrapper {
  color: #1e3060;
}
.cid-uTY6TNj9xM .mbr-text,
.cid-uTY6TNj9xM .text-wrapper {
  color: #000000;
}
.cid-uTY6TNj9xM LABEL {
  color: #1e3060;
}
.cid-uTXv0AXS3c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTXv0AXS3c .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTXv0AXS3c form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uTXv0AXS3c form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTXv0AXS3c form.mbr-form {
    padding: 1rem;
  }
}
.cid-uTXv0AXS3c form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uTXv0AXS3c form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uTXv0AXS3c .mbr-section-title {
  color: #1e3060;
}
.cid-uTYfQNk01l {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uTYfQNk01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYfQNk01l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYfQNk01l .items-wrap {
  justify-content: center;
}
.cid-uTYfQNk01l .items-wrap .card {
  justify-content: flex-end;
}
.cid-uTYfQNk01l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYfQNk01l .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uTYfQNk01l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:hover,
.cid-uTYfQNk01l .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uTYfQNk01l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTYfQNk01l .mbr-copy {
    text-align: center;
  }
}
.cid-uTYfQNk01l .mbr-section-title {
  color: #ffffff;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTYfQNk01l .list,
.cid-uTYfQNk01l .item-wrap,
.cid-uTYfQNk01l .nav-wrapper {
  color: #ffe161;
}
.cid-uUpMRYwhkA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUpMRYwhkA .menu-text {
  padding: 0 2rem;
  color: #1e3060;
}
@media (max-width: 992px) {
  .cid-uUpMRYwhkA .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uUpMRYwhkA .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uUpMRYwhkA .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uUpMRYwhkA .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uUpMRYwhkA .container {
    padding: 0 1rem;
  }
}
.cid-uUpMRYwhkA .menu-tite {
  background: #1e3060;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uUpMRYwhkA .nav-link {
  position: relative;
}
.cid-uUpMRYwhkA .nav-link:hover {
  color: #1e3060 !important;
}
.cid-uUpMRYwhkA nav.navbar {
  position: fixed;
}
.cid-uUpMRYwhkA .navbar {
  padding: 0!important;
  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-uUpMRYwhkA .navbar.opened {
  transition: all 0.3s;
}
.cid-uUpMRYwhkA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUpMRYwhkA .navbar .navbar-logo img {
  width: auto;
}
.cid-uUpMRYwhkA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpMRYwhkA .navbar.collapsed {
  justify-content: center;
}
.cid-uUpMRYwhkA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUpMRYwhkA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUpMRYwhkA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uUpMRYwhkA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpMRYwhkA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpMRYwhkA .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-uUpMRYwhkA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpMRYwhkA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUpMRYwhkA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUpMRYwhkA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUpMRYwhkA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpMRYwhkA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpMRYwhkA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUpMRYwhkA .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-uUpMRYwhkA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUpMRYwhkA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpMRYwhkA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUpMRYwhkA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUpMRYwhkA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUpMRYwhkA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUpMRYwhkA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUpMRYwhkA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUpMRYwhkA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUpMRYwhkA .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-uUpMRYwhkA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUpMRYwhkA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUpMRYwhkA .dropdown-item:hover,
.cid-uUpMRYwhkA .dropdown-item:focus {
  background: #1e3060 !important;
  color: white !important;
}
.cid-uUpMRYwhkA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUpMRYwhkA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUpMRYwhkA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uUpMRYwhkA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUpMRYwhkA .dropdown-menu,
.cid-uUpMRYwhkA .navbar.opened {
  background: #ffffff !important;
}
.cid-uUpMRYwhkA .nav-item:focus,
.cid-uUpMRYwhkA .nav-link:focus {
  outline: none;
}
.cid-uUpMRYwhkA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUpMRYwhkA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUpMRYwhkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUpMRYwhkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUpMRYwhkA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUpMRYwhkA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUpMRYwhkA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUpMRYwhkA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpMRYwhkA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpMRYwhkA .dropdown-item.active,
.cid-uUpMRYwhkA .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpMRYwhkA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUpMRYwhkA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpMRYwhkA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpMRYwhkA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUpMRYwhkA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUpMRYwhkA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpMRYwhkA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUpMRYwhkA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUpMRYwhkA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUpMRYwhkA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3060;
}
.cid-uUpMRYwhkA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpMRYwhkA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpMRYwhkA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpMRYwhkA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpMRYwhkA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpMRYwhkA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUpMRYwhkA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUpMRYwhkA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpMRYwhkA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUpMRYwhkA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUpMRYwhkA .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-uUpMRYwhkA .navbar {
    height: 70px;
  }
  .cid-uUpMRYwhkA .navbar.opened {
    height: auto;
  }
  .cid-uUpMRYwhkA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUpMRYwhkA .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uUpMRYLnqS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uUpMRYLnqS .image {
  position: relative;
  margin-bottom: 200px;
  height: 700px;
  background-image: url("../../../assets/images/retewrghrthrwth.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uUpMRYLnqS .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-uUpMRYLnqS .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #bb1a1f;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-uUpMRYLnqS .mbr-form {
  width: 100%;
}
.cid-uUpMRYLnqS .form-group {
  margin-bottom: 0;
}
.cid-uUpMRYLnqS .dragArea .form-control {
  color: #000000;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #bb1a1f;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-uUpMRYLnqS .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #bb1a1f;
}
.cid-uUpMRYLnqS .dragArea input::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-uUpMRYLnqS .dragArea input::-moz-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-uUpMRYLnqS .dragArea textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-uUpMRYLnqS .dragArea textarea::-moz-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-uUpMRYLnqS .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-uUpMRYLnqS .title__block {
  padding-left: 50px;
}
.cid-uUpMRYLnqS .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #bb1a1f;
}
.cid-uUpMRYLnqS .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-uUpMRYLnqS .mbr-text {
  margin-bottom: 10px;
  color: #1e3060;
}
.cid-uUpMRYLnqS .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-uUpMRYLnqS .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-uUpMRYLnqS .form__wrap {
    position: static;
  }
  .cid-uUpMRYLnqS .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-uUpMRYLnqS .subscribe__form {
    order: 1;
  }
  .cid-uUpMRYLnqS .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-uUpMRYLnqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpMRYLnqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpMRYYu6p {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-bcg-1.jpg");
}
.cid-uUpMRYYu6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpMRYYu6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpMRYYu6p .items-wrap {
  justify-content: center;
}
.cid-uUpMRYYu6p .items-wrap .card {
  justify-content: flex-end;
}
.cid-uUpMRYYu6p .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUpMRYYu6p .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uUpMRYYu6p .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uUpMRYYu6p .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUpMRYYu6p .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUpMRYYu6p .nav-wrapper .list .item-wrap:hover,
.cid-uUpMRYYu6p .nav-wrapper .list .item-wrap:focus {
  color: #bb1a1f;
}
.cid-uUpMRYYu6p .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUpMRYYu6p .mbr-copy {
    text-align: center;
  }
}
.cid-uUpMRYYu6p .mbr-section-title {
  color: #ffffff;
}
.cid-uUpMRYYu6p .list,
.cid-uUpMRYYu6p .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uUpMRYYu6p .list,
.cid-uUpMRYYu6p .item-wrap,
.cid-uUpMRYYu6p .nav-wrapper {
  color: #ffe161;
}
