.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #00328c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #353535 !important;
}
.bg-danger {
  background-color: #767676 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00328c !important;
  border-color: #00328c !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: #001335 !important;
  border-color: #001335 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001335 !important;
  border-color: #001335 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #012f83 !important;
  border-color: #012f83 !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: #00102d !important;
  border-color: #00102d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00102d !important;
  border-color: #00102d !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !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: #00328c;
  color: #00328c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #001335 !important;
  background-color: transparent!important;
  border-color: #001335 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00328c !important;
  border-color: #00328c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #012f83;
  color: #012f83;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00102d !important;
  background-color: transparent!important;
  border-color: #00102d !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #012f83 !important;
  border-color: #012f83 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #767676;
  color: #767676;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4b4b4b !important;
  background-color: transparent!important;
  border-color: #4b4b4b !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00328c !important;
}
.text-secondary {
  color: #012f83 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #353535 !important;
}
.text-danger {
  color: #767676 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000e26 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000b1e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #434343 !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: #00328c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #353535;
}
.alert-danger {
  background-color: #767676;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00328c;
  border-color: #00328c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00328c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0d63ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6b6b6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #00328c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #00328c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00328c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00328c;
}
.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: #00328c;
  border-bottom-color: #00328c;
}
.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: #00328c !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: #012f83 !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='%2300328c' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vplGHvjK9C {
  z-index: 1000;
  width: 100%;
}
.cid-vplGHvjK9C nav.navbar {
  position: fixed;
}
.cid-vplGHvjK9C .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-vplGHvjK9C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vplGHvjK9C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vplGHvjK9C .dropdown-item:hover,
.cid-vplGHvjK9C .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vplGHvjK9C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vplGHvjK9C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vplGHvjK9C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vplGHvjK9C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vplGHvjK9C .nav-link {
  position: relative;
}
.cid-vplGHvjK9C .container {
  display: flex;
  margin: auto;
}
.cid-vplGHvjK9C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vplGHvjK9C .dropdown-menu,
.cid-vplGHvjK9C .navbar.opened {
  background: #00328c !important;
}
.cid-vplGHvjK9C .nav-item:focus,
.cid-vplGHvjK9C .nav-link:focus {
  outline: none;
}
.cid-vplGHvjK9C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vplGHvjK9C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vplGHvjK9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vplGHvjK9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vplGHvjK9C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vplGHvjK9C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vplGHvjK9C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vplGHvjK9C .navbar.opened {
  transition: all 0.3s;
}
.cid-vplGHvjK9C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vplGHvjK9C .navbar .navbar-logo img {
  width: auto;
}
.cid-vplGHvjK9C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vplGHvjK9C .navbar.collapsed {
  justify-content: center;
}
.cid-vplGHvjK9C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vplGHvjK9C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vplGHvjK9C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vplGHvjK9C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vplGHvjK9C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vplGHvjK9C .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-vplGHvjK9C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vplGHvjK9C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vplGHvjK9C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vplGHvjK9C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vplGHvjK9C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vplGHvjK9C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vplGHvjK9C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vplGHvjK9C .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-vplGHvjK9C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vplGHvjK9C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vplGHvjK9C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vplGHvjK9C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vplGHvjK9C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vplGHvjK9C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vplGHvjK9C .navbar.navbar-short {
  min-height: 60px;
}
.cid-vplGHvjK9C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vplGHvjK9C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vplGHvjK9C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vplGHvjK9C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vplGHvjK9C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vplGHvjK9C .dropdown-item.active,
.cid-vplGHvjK9C .dropdown-item:active {
  background-color: transparent;
}
.cid-vplGHvjK9C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vplGHvjK9C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vplGHvjK9C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vplGHvjK9C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vplGHvjK9C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vplGHvjK9C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vplGHvjK9C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vplGHvjK9C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vplGHvjK9C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vplGHvjK9C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vplGHvjK9C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vplGHvjK9C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vplGHvjK9C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vplGHvjK9C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vplGHvjK9C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vplGHvjK9C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vplGHvjK9C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vplGHvjK9C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vplGHvjK9C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vplGHvjK9C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vplGHvjK9C .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-vplGHvjK9C .navbar {
    height: 70px;
  }
  .cid-vplGHvjK9C .navbar.opened {
    height: auto;
  }
  .cid-vplGHvjK9C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vplGHvxMMe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #00328c;
}
.cid-vplGHvxMMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vplGHvxMMe .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-vplGHvxMMe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vplGHvxMMe .row {
  flex-direction: row-reverse;
}
.cid-vplGHvxMMe img {
  width: 100%;
}
.cid-vplGHvDyfp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #00328c;
}
.cid-vplGHvHVAo {
  display: flex;
  background-image: url("../../../assets/images/mag-carguero-2-2000x1116.png");
}
.cid-vplGHvHVAo .mbr-overlay {
  background-color: #00328c;
  opacity: 0.7;
}
.cid-vplGHvHVAo .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-vplGHvHVAo {
    align-items: flex-end;
  }
  .cid-vplGHvHVAo .row {
    justify-content: flex-start;
  }
  .cid-vplGHvHVAo .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vplGHvHVAo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vplGHvHVAo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vplGHvHVAo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vplGHvHVAo .content-wrap {
    width: 100%;
  }
}
.cid-vplGHvNQt5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vplGHvNQt5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vplGHvNQt5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vplGHvNQt5 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vplGHvNQt5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vplGHvNQt5 .mbr-section-title {
  color: #0049cf;
}
.cid-vplGHvSDuT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/gi-05b-1256x533.png");
}
.cid-vplGHvSDuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vplGHvSDuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vplGHvSDuT .mbr-text,
.cid-vplGHvSDuT .mbr-section-btn {
  color: #232323;
}
.cid-vplGHvSDuT .card-title,
.cid-vplGHvSDuT .card-box {
  color: #ffffff;
}
.cid-vplGHvSDuT .mbr-text,
.cid-vplGHvSDuT .link-wrap {
  color: #ffffff;
}
.cid-vqkX1UUAFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vqkX1UUAFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqkX1UUAFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqkX1UUAFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqkX1UUAFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqkX1UUAFs .row {
    text-align: center;
  }
  .cid-vqkX1UUAFs .row > div {
    margin: auto;
  }
  .cid-vqkX1UUAFs .social-row {
    justify-content: center;
  }
}
.cid-vqkX1UUAFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqkX1UUAFs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vqkX1UUAFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqkX1UUAFs .list {
    margin-bottom: 0rem;
  }
}
.cid-vqkX1UUAFs .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqkX1UUAFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vqkX1UUAFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vqkX1UUAFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vqkX1UUAFs .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql9qR6tBR {
  z-index: 1000;
  width: 100%;
}
.cid-vql9qR6tBR nav.navbar {
  position: fixed;
}
.cid-vql9qR6tBR .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-vql9qR6tBR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vql9qR6tBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vql9qR6tBR .dropdown-item:hover,
.cid-vql9qR6tBR .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vql9qR6tBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vql9qR6tBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vql9qR6tBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vql9qR6tBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vql9qR6tBR .nav-link {
  position: relative;
}
.cid-vql9qR6tBR .container {
  display: flex;
  margin: auto;
}
.cid-vql9qR6tBR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vql9qR6tBR .dropdown-menu,
.cid-vql9qR6tBR .navbar.opened {
  background: #00328c !important;
}
.cid-vql9qR6tBR .nav-item:focus,
.cid-vql9qR6tBR .nav-link:focus {
  outline: none;
}
.cid-vql9qR6tBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vql9qR6tBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vql9qR6tBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vql9qR6tBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vql9qR6tBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vql9qR6tBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vql9qR6tBR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vql9qR6tBR .navbar.opened {
  transition: all 0.3s;
}
.cid-vql9qR6tBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vql9qR6tBR .navbar .navbar-logo img {
  width: auto;
}
.cid-vql9qR6tBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vql9qR6tBR .navbar.collapsed {
  justify-content: center;
}
.cid-vql9qR6tBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vql9qR6tBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vql9qR6tBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vql9qR6tBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vql9qR6tBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vql9qR6tBR .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-vql9qR6tBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vql9qR6tBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vql9qR6tBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vql9qR6tBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vql9qR6tBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vql9qR6tBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vql9qR6tBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vql9qR6tBR .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-vql9qR6tBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vql9qR6tBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vql9qR6tBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vql9qR6tBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vql9qR6tBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vql9qR6tBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vql9qR6tBR .navbar.navbar-short {
  min-height: 60px;
}
.cid-vql9qR6tBR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vql9qR6tBR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vql9qR6tBR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vql9qR6tBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vql9qR6tBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vql9qR6tBR .dropdown-item.active,
.cid-vql9qR6tBR .dropdown-item:active {
  background-color: transparent;
}
.cid-vql9qR6tBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vql9qR6tBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vql9qR6tBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vql9qR6tBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vql9qR6tBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vql9qR6tBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vql9qR6tBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vql9qR6tBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vql9qR6tBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vql9qR6tBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vql9qR6tBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vql9qR6tBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql9qR6tBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql9qR6tBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vql9qR6tBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql9qR6tBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vql9qR6tBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vql9qR6tBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql9qR6tBR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vql9qR6tBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vql9qR6tBR .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-vql9qR6tBR .navbar {
    height: 70px;
  }
  .cid-vql9qR6tBR .navbar.opened {
    height: auto;
  }
  .cid-vql9qR6tBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vql9qSYO6e .modal-body .close {
  background: #1b1b1b;
}
.cid-vql9qSYO6e .modal-body .close span {
  font-style: normal;
}
.cid-vql9qSYO6e .carousel-inner > .active,
.cid-vql9qSYO6e .carousel-inner > .next,
.cid-vql9qSYO6e .carousel-inner > .prev {
  display: table;
}
.cid-vql9qSYO6e .carousel-control .icon-next,
.cid-vql9qSYO6e .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vql9qSYO6e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vql9qSYO6e .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vql9qSYO6e .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vql9qSYO6e .boxed-slider > div {
  position: relative;
}
.cid-vql9qSYO6e .container img {
  width: 100%;
}
.cid-vql9qSYO6e .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vql9qSYO6e .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vql9qSYO6e .mbr-table-cell {
  padding: 0;
}
.cid-vql9qSYO6e .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vql9qSYO6e .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vql9qSYO6e .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vql9qSYO6e .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vql9qSYO6e .carousel-item .container {
    width: 100%;
  }
}
.cid-vql9qSYO6e .carousel-item-next.carousel-item-left,
.cid-vql9qSYO6e .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vql9qSYO6e .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
}
.cid-vql9qSYO6e .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-vql9qSYO6e .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-vql9qSYO6e .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-vql9qSYO6e .mbr-slider .carousel-control:hover {
  background-color: #00328c;
}
@media (max-width: 767px) {
  .cid-vql9qSYO6e .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vql9qSYO6e .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vql9qSYO6e .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vql9qSYO6e .mbr-slider .carousel-indicators li.active,
.cid-vql9qSYO6e .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #00328c;
}
.cid-vql9qSYO6e .mbr-slider .carousel-indicators li::after,
.cid-vql9qSYO6e .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vql9qSYO6e .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vql9qSYO6e .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vql9qSYO6e .mbr-slider > .container img {
  width: 100%;
}
.cid-vql9qSYO6e .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vql9qSYO6e .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vql9qSYO6e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vql9qSYO6e .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vql9qSYO6e .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vql9qSYO6e .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vql9qSYO6e .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vql9qSYO6e .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vql9qSYO6e .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vql9qSYO6e .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vql9qSYO6e .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vql9qSYO6e .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vql9qSYO6e .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vql9qSYO6e H2 {
  text-align: justify;
}
.cid-vql9qSYO6e P {
  text-align: justify;
}
.cid-vql9qT63uG {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vql9qT63uG .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql9qT63uG .mbr-section-title {
  margin: 0;
}
.cid-vql9qT63uG .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql9qT63uG .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql9qT63uG .card-img {
  text-align: left;
}
.cid-vql9qT63uG .row-item {
  padding-bottom: 2rem;
}
.cid-vql9qT63uG .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql9qT63uG .card-img,
  .cid-vql9qT63uG .mbr-text,
  .cid-vql9qT63uG .mbr-card-title,
  .cid-vql9qT63uG .mbr-section-subtitle,
  .cid-vql9qT63uG .mbr-section-title,
  .cid-vql9qT63uG .underline {
    text-align: center !important;
  }
}
.cid-vql9qT63uG .mbr-section-title,
.cid-vql9qT63uG .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql9qT63uG .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql9qTiLwk {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vql9qTiLwk .container {
    max-width: 1400px;
  }
}
.cid-vql9qTiLwk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vql9qTiLwk .card-wrapper {
  margin-top: 3rem;
}
.cid-vql9qTiLwk .row {
  justify-content: center;
}
.cid-vql9qTiLwk .card-title,
.cid-vql9qTiLwk .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vql9qTiLwk .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vql9qTiLwk .mbr-section-title {
  color: #000000;
}
.cid-vql9qTs7BM {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql9qTs7BM .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql9qTs7BM .mbr-section-title {
  margin: 0;
}
.cid-vql9qTs7BM .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql9qTs7BM .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql9qTs7BM .card-img {
  text-align: left;
}
.cid-vql9qTs7BM .row-item {
  padding-bottom: 2rem;
}
.cid-vql9qTs7BM .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vql9qTs7BM .card-img,
  .cid-vql9qTs7BM .mbr-text,
  .cid-vql9qTs7BM .mbr-card-title,
  .cid-vql9qTs7BM .mbr-section-subtitle,
  .cid-vql9qTs7BM .mbr-section-title,
  .cid-vql9qTs7BM .underline {
    text-align: center !important;
  }
}
.cid-vql9qTs7BM .mbr-section-title,
.cid-vql9qTs7BM .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql9qTs7BM .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql9qTs7BM .mbr-card-title,
.cid-vql9qTs7BM .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vql9qTEc1l {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vql9qTEc1l .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql9qTEc1l .mbr-section-title {
  margin: 0;
}
.cid-vql9qTEc1l .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql9qTEc1l .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql9qTEc1l .card-img {
  text-align: left;
}
.cid-vql9qTEc1l .row-item {
  padding-bottom: 2rem;
}
.cid-vql9qTEc1l .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql9qTEc1l .card-img,
  .cid-vql9qTEc1l .mbr-text,
  .cid-vql9qTEc1l .mbr-card-title,
  .cid-vql9qTEc1l .mbr-section-subtitle,
  .cid-vql9qTEc1l .mbr-section-title,
  .cid-vql9qTEc1l .underline {
    text-align: center !important;
  }
}
.cid-vql9qTEc1l .mbr-section-title,
.cid-vql9qTEc1l .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vql9qTEc1l .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vql9qTEc1l .mbr-card-title,
.cid-vql9qTEc1l .card-img {
  text-align: center;
}
.cid-vql9qTSgVK {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-vql9qTSgVK .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-vql9qTSgVK h4,
.cid-vql9qTSgVK h5 {
  text-align: center;
}
.cid-vql9qTSgVK p {
  text-align: center;
}
.cid-vql9qTSgVK .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-vql9qTSgVK .card-img {
  font-size: 3rem;
}
.cid-vql9qTSgVK .date span {
  display: inline-block;
  background-color: #012f83;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-vql9qU2wLv {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql9qU2wLv .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql9qU2wLv .mbr-section-title {
  margin: 0;
}
.cid-vql9qU2wLv .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql9qU2wLv .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql9qU2wLv .card-img {
  text-align: left;
}
.cid-vql9qU2wLv .row-item {
  padding-bottom: 2rem;
}
.cid-vql9qU2wLv .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql9qU2wLv .card-img,
  .cid-vql9qU2wLv .mbr-text,
  .cid-vql9qU2wLv .mbr-card-title,
  .cid-vql9qU2wLv .mbr-section-subtitle,
  .cid-vql9qU2wLv .mbr-section-title,
  .cid-vql9qU2wLv .underline {
    text-align: center !important;
  }
}
.cid-vql9qU2wLv .mbr-section-title,
.cid-vql9qU2wLv .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql9qU2wLv .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql9qUeTWW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql9qUeTWW h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql9qUeTWW .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql9qUeTWW .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql9qUeTWW .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql9qUeTWW .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql9qUeTWW .panel-group {
  width: 100%;
}
.cid-vql9qUeTWW .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql9qUeTWW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql9qUeTWW .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql9qUeTWW .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql9qUeTWW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql9qUeTWW .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql9qUeTWW .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql9qUeTWW .card .panel-body {
  background: #fafafa;
}
.cid-vql9qUeTWW .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql9qUeTWW .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql9qUeTWW .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql9qUeTWW .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql9qUeTWW .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql9qUeTWW .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql9qUqW7G {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql9qUqW7G h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql9qUqW7G .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql9qUqW7G .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql9qUqW7G .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql9qUqW7G .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql9qUqW7G .panel-group {
  width: 100%;
}
.cid-vql9qUqW7G .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql9qUqW7G .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql9qUqW7G .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql9qUqW7G .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql9qUqW7G .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql9qUqW7G .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql9qUqW7G .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql9qUqW7G .card .panel-body {
  background: #fafafa;
}
.cid-vql9qUqW7G .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql9qUqW7G .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql9qUqW7G .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql9qUqW7G .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql9qUqW7G .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql9qUqW7G .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql9qUAgsq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vql9qUAgsq img {
  width: 120px;
  margin: auto;
}
.cid-vql9qUAgsq .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vql9qUAgsq .card {
    max-width: 12.5%;
  }
}
.cid-vql9qULVQD {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql9qULVQD .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql9qULVQD .mbr-section-title {
  margin: 0;
}
.cid-vql9qULVQD .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql9qULVQD .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql9qULVQD .card-img {
  text-align: left;
}
.cid-vql9qULVQD .row-item {
  padding-bottom: 2rem;
}
.cid-vql9qULVQD .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql9qULVQD .card-img,
  .cid-vql9qULVQD .mbr-text,
  .cid-vql9qULVQD .mbr-card-title,
  .cid-vql9qULVQD .mbr-section-subtitle,
  .cid-vql9qULVQD .mbr-section-title,
  .cid-vql9qULVQD .underline {
    text-align: center !important;
  }
}
.cid-vql9qULVQD .mbr-section-title,
.cid-vql9qULVQD .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql9qULVQD .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql9qUWhvY {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql9qUWhvY h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql9qUWhvY .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql9qUWhvY .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vql9qUWhvY .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vql9qUWhvY .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql9qUWhvY .panel-group {
  width: 100%;
}
.cid-vql9qUWhvY .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql9qUWhvY .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql9qUWhvY .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql9qUWhvY .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql9qUWhvY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql9qUWhvY .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql9qUWhvY .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql9qUWhvY .card .panel-body {
  background: #fafafa;
}
.cid-vql9qUWhvY .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql9qUWhvY .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql9qUWhvY .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql9qUWhvY .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vql9qUWhvY .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vql9qV7tEX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vql9qV7tEX .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql9qV7tEX .input-form .form1 {
  width: 100%;
}
.cid-vql9qV7tEX .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vql9qV7tEX .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vql9qV7tEX .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vql9qV7tEX .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vql9qV7tEX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vql9qV7tEX .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vql9qV7tEX {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vql9qV7tEX .social-media {
    padding: 0;
    display: block;
  }
  .cid-vql9qV7tEX .subtext-1,
  .cid-vql9qV7tEX .subtext-2 {
    text-align: center !important;
  }
  .cid-vql9qV7tEX .form-text {
    text-align: center!important;
  }
  .cid-vql9qV7tEX .input-form div {
    width: 100%;
  }
  .cid-vql9qV7tEX .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vql9qV7tEX .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vql9qV7tEX .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vql9qV7tEX .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vql9qV7tEX .mbr-title,
.cid-vql9qV7tEX .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vql9qV7tEX .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vql9qVgQlX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-vql9qVgQlX .title {
  margin-bottom: 2rem;
}
.cid-vql9qVgQlX a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vql9qVgQlX a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vql9qVgQlX .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vql9qVgQlX .input-group-btn {
  display: block;
}
.cid-vql9qVgQlX h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-vql9qVgQlX h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-vql9qVgQlX .mbr-section-subtitle P {
  text-align: left;
}
.cid-vql9qVgQlX .mbr-form input,
.cid-vql9qVgQlX textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-vql9qVgQlX h2 {
    text-align: center;
  }
  .cid-vql9qVgQlX h3 {
    text-align: center;
  }
  .cid-vql9qVgQlX .input-group-btn {
    text-align: center;
  }
  .cid-vql9qVgQlX .social-list {
    text-align: center;
  }
}
.cid-vql9qVgQlX H2 {
  text-align: justify;
}
.cid-vql9qVgQlX H3 {
  text-align: justify;
}
.cid-vql9qVqvcK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vql9qVzONd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vql9qVzONd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vql9qVzONd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vql9qVzONd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vql9qVzONd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vql9qVzONd .row {
    text-align: center;
  }
  .cid-vql9qVzONd .row > div {
    margin: auto;
  }
  .cid-vql9qVzONd .social-row {
    justify-content: center;
  }
}
.cid-vql9qVzONd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vql9qVzONd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vql9qVzONd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vql9qVzONd .list {
    margin-bottom: 0rem;
  }
}
.cid-vql9qVzONd .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vql9qVzONd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vql9qVzONd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vql9qVzONd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vql9qVzONd .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5YQrICt {
  z-index: 1000;
  width: 100%;
}
.cid-vql5YQrICt nav.navbar {
  position: fixed;
}
.cid-vql5YQrICt .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-vql5YQrICt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vql5YQrICt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vql5YQrICt .dropdown-item:hover,
.cid-vql5YQrICt .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vql5YQrICt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vql5YQrICt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vql5YQrICt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vql5YQrICt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vql5YQrICt .nav-link {
  position: relative;
}
.cid-vql5YQrICt .container {
  display: flex;
  margin: auto;
}
.cid-vql5YQrICt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vql5YQrICt .dropdown-menu,
.cid-vql5YQrICt .navbar.opened {
  background: #00328c !important;
}
.cid-vql5YQrICt .nav-item:focus,
.cid-vql5YQrICt .nav-link:focus {
  outline: none;
}
.cid-vql5YQrICt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vql5YQrICt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vql5YQrICt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vql5YQrICt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vql5YQrICt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vql5YQrICt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vql5YQrICt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vql5YQrICt .navbar.opened {
  transition: all 0.3s;
}
.cid-vql5YQrICt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vql5YQrICt .navbar .navbar-logo img {
  width: auto;
}
.cid-vql5YQrICt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vql5YQrICt .navbar.collapsed {
  justify-content: center;
}
.cid-vql5YQrICt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vql5YQrICt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vql5YQrICt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vql5YQrICt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vql5YQrICt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vql5YQrICt .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-vql5YQrICt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vql5YQrICt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vql5YQrICt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vql5YQrICt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vql5YQrICt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vql5YQrICt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vql5YQrICt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vql5YQrICt .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-vql5YQrICt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vql5YQrICt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vql5YQrICt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vql5YQrICt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vql5YQrICt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vql5YQrICt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vql5YQrICt .navbar.navbar-short {
  min-height: 60px;
}
.cid-vql5YQrICt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vql5YQrICt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vql5YQrICt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vql5YQrICt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vql5YQrICt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vql5YQrICt .dropdown-item.active,
.cid-vql5YQrICt .dropdown-item:active {
  background-color: transparent;
}
.cid-vql5YQrICt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vql5YQrICt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vql5YQrICt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vql5YQrICt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vql5YQrICt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vql5YQrICt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vql5YQrICt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vql5YQrICt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vql5YQrICt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vql5YQrICt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vql5YQrICt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vql5YQrICt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql5YQrICt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql5YQrICt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vql5YQrICt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql5YQrICt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vql5YQrICt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vql5YQrICt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql5YQrICt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vql5YQrICt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vql5YQrICt .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-vql5YQrICt .navbar {
    height: 70px;
  }
  .cid-vql5YQrICt .navbar.opened {
    height: auto;
  }
  .cid-vql5YQrICt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vql5YSRcDK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vql5YSRcDK .carousel {
  height: 800px;
}
.cid-vql5YSRcDK .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vql5YSRcDK .carousel-item,
.cid-vql5YSRcDK .carousel-inner {
  height: 100%;
}
.cid-vql5YSRcDK .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vql5YSRcDK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vql5YSRcDK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vql5YSRcDK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vql5YSRcDK .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vql5YSRcDK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vql5YSRcDK .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vql5YSRcDK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vql5YSRcDK .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vql5YSRcDK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vql5YSRcDK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vql5YSRcDK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vql5YSRcDK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vql5YSRcDK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vql5YSRcDK .carousel-indicators li.active,
.cid-vql5YSRcDK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vql5YSRcDK .carousel-indicators li::after,
.cid-vql5YSRcDK .carousel-indicators li::before {
  content: none;
}
.cid-vql5YSRcDK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vql5YSRcDK .carousel-indicators {
    display: none !important;
  }
}
.cid-vql5YSRcDK .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5YSRcDK .mbr-section-text {
  text-align: justify;
}
.cid-vql5YTxOWH {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vql5YTxOWH .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5YTxOWH .mbr-section-title {
  margin: 0;
}
.cid-vql5YTxOWH .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5YTxOWH .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5YTxOWH .card-img {
  text-align: left;
}
.cid-vql5YTxOWH .row-item {
  padding-bottom: 2rem;
}
.cid-vql5YTxOWH .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5YTxOWH .card-img,
  .cid-vql5YTxOWH .mbr-text,
  .cid-vql5YTxOWH .mbr-card-title,
  .cid-vql5YTxOWH .mbr-section-subtitle,
  .cid-vql5YTxOWH .mbr-section-title,
  .cid-vql5YTxOWH .underline {
    text-align: center !important;
  }
}
.cid-vql5YTxOWH .mbr-section-title,
.cid-vql5YTxOWH .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5YTxOWH .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5YTMhYb {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vql5YTMhYb .container {
    max-width: 1400px;
  }
}
.cid-vql5YTMhYb .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vql5YTMhYb .card-wrapper {
  margin-top: 3rem;
}
.cid-vql5YTMhYb .row {
  justify-content: center;
}
.cid-vql5YTMhYb .card-title,
.cid-vql5YTMhYb .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vql5YTMhYb .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vql5YTMhYb .mbr-section-title {
  color: #000000;
}
.cid-vql5YU3GyY {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql5YU3GyY .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5YU3GyY .mbr-section-title {
  margin: 0;
}
.cid-vql5YU3GyY .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5YU3GyY .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5YU3GyY .card-img {
  text-align: left;
}
.cid-vql5YU3GyY .row-item {
  padding-bottom: 2rem;
}
.cid-vql5YU3GyY .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vql5YU3GyY .card-img,
  .cid-vql5YU3GyY .mbr-text,
  .cid-vql5YU3GyY .mbr-card-title,
  .cid-vql5YU3GyY .mbr-section-subtitle,
  .cid-vql5YU3GyY .mbr-section-title,
  .cid-vql5YU3GyY .underline {
    text-align: center !important;
  }
}
.cid-vql5YU3GyY .mbr-section-title,
.cid-vql5YU3GyY .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5YU3GyY .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5YU3GyY .mbr-card-title,
.cid-vql5YU3GyY .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vql5YUjNWZ {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vql5YUjNWZ .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5YUjNWZ .mbr-section-title {
  margin: 0;
}
.cid-vql5YUjNWZ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5YUjNWZ .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5YUjNWZ .card-img {
  text-align: left;
}
.cid-vql5YUjNWZ .row-item {
  padding-bottom: 2rem;
}
.cid-vql5YUjNWZ .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5YUjNWZ .card-img,
  .cid-vql5YUjNWZ .mbr-text,
  .cid-vql5YUjNWZ .mbr-card-title,
  .cid-vql5YUjNWZ .mbr-section-subtitle,
  .cid-vql5YUjNWZ .mbr-section-title,
  .cid-vql5YUjNWZ .underline {
    text-align: center !important;
  }
}
.cid-vql5YUjNWZ .mbr-section-title,
.cid-vql5YUjNWZ .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vql5YUjNWZ .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vql5YUjNWZ .mbr-card-title,
.cid-vql5YUjNWZ .card-img {
  text-align: center;
}
.cid-vql5YUANvt {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-vql5YUANvt .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-vql5YUANvt h4,
.cid-vql5YUANvt h5 {
  text-align: center;
}
.cid-vql5YUANvt p {
  text-align: center;
}
.cid-vql5YUANvt .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-vql5YUANvt .card-img {
  font-size: 3rem;
}
.cid-vql5YUANvt .date span {
  display: inline-block;
  background-color: #012f83;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-vql5YURD0Q {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql5YURD0Q .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5YURD0Q .mbr-section-title {
  margin: 0;
}
.cid-vql5YURD0Q .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5YURD0Q .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5YURD0Q .card-img {
  text-align: left;
}
.cid-vql5YURD0Q .row-item {
  padding-bottom: 2rem;
}
.cid-vql5YURD0Q .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5YURD0Q .card-img,
  .cid-vql5YURD0Q .mbr-text,
  .cid-vql5YURD0Q .mbr-card-title,
  .cid-vql5YURD0Q .mbr-section-subtitle,
  .cid-vql5YURD0Q .mbr-section-title,
  .cid-vql5YURD0Q .underline {
    text-align: center !important;
  }
}
.cid-vql5YURD0Q .mbr-section-title,
.cid-vql5YURD0Q .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5YURD0Q .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5YV7UBd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql5YV7UBd h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql5YV7UBd .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql5YV7UBd .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql5YV7UBd .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql5YV7UBd .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql5YV7UBd .panel-group {
  width: 100%;
}
.cid-vql5YV7UBd .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql5YV7UBd .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql5YV7UBd .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql5YV7UBd .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql5YV7UBd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql5YV7UBd .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql5YV7UBd .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql5YV7UBd .card .panel-body {
  background: #fafafa;
}
.cid-vql5YV7UBd .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql5YV7UBd .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5YV7UBd .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql5YV7UBd .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql5YV7UBd .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql5YV7UBd .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql5YVngF8 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql5YVngF8 h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql5YVngF8 .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql5YVngF8 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql5YVngF8 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql5YVngF8 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql5YVngF8 .panel-group {
  width: 100%;
}
.cid-vql5YVngF8 .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql5YVngF8 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql5YVngF8 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql5YVngF8 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql5YVngF8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql5YVngF8 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql5YVngF8 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql5YVngF8 .card .panel-body {
  background: #fafafa;
}
.cid-vql5YVngF8 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql5YVngF8 .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5YVngF8 .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql5YVngF8 .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql5YVngF8 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql5YVngF8 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql5YVDrJX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vql5YVDrJX img {
  width: 120px;
  margin: auto;
}
.cid-vql5YVDrJX .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vql5YVDrJX .card {
    max-width: 12.5%;
  }
}
.cid-vql5YVQITx {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql5YVQITx .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5YVQITx .mbr-section-title {
  margin: 0;
}
.cid-vql5YVQITx .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5YVQITx .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5YVQITx .card-img {
  text-align: left;
}
.cid-vql5YVQITx .row-item {
  padding-bottom: 2rem;
}
.cid-vql5YVQITx .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5YVQITx .card-img,
  .cid-vql5YVQITx .mbr-text,
  .cid-vql5YVQITx .mbr-card-title,
  .cid-vql5YVQITx .mbr-section-subtitle,
  .cid-vql5YVQITx .mbr-section-title,
  .cid-vql5YVQITx .underline {
    text-align: center !important;
  }
}
.cid-vql5YVQITx .mbr-section-title,
.cid-vql5YVQITx .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5YVQITx .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5YW4xXx {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql5YW4xXx h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql5YW4xXx .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql5YW4xXx .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vql5YW4xXx .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vql5YW4xXx .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql5YW4xXx .panel-group {
  width: 100%;
}
.cid-vql5YW4xXx .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql5YW4xXx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql5YW4xXx .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql5YW4xXx .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql5YW4xXx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql5YW4xXx .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql5YW4xXx .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql5YW4xXx .card .panel-body {
  background: #fafafa;
}
.cid-vql5YW4xXx .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5YW4xXx .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql5YW4xXx .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql5YW4xXx .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vql5YW4xXx .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vql5YWl3El {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vql5YWl3El .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5YWl3El .input-form .form1 {
  width: 100%;
}
.cid-vql5YWl3El .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vql5YWl3El .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vql5YWl3El .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vql5YWl3El .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vql5YWl3El .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vql5YWl3El .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vql5YWl3El {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vql5YWl3El .social-media {
    padding: 0;
    display: block;
  }
  .cid-vql5YWl3El .subtext-1,
  .cid-vql5YWl3El .subtext-2 {
    text-align: center !important;
  }
  .cid-vql5YWl3El .form-text {
    text-align: center!important;
  }
  .cid-vql5YWl3El .input-form div {
    width: 100%;
  }
  .cid-vql5YWl3El .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vql5YWl3El .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vql5YWl3El .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vql5YWl3El .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vql5YWl3El .mbr-title,
.cid-vql5YWl3El .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vql5YWl3El .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vql5YWAdNC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-vql5YWAdNC .title {
  margin-bottom: 2rem;
}
.cid-vql5YWAdNC a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vql5YWAdNC a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vql5YWAdNC .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vql5YWAdNC .input-group-btn {
  display: block;
}
.cid-vql5YWAdNC h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-vql5YWAdNC h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-vql5YWAdNC .mbr-section-subtitle P {
  text-align: left;
}
.cid-vql5YWAdNC .mbr-form input,
.cid-vql5YWAdNC textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-vql5YWAdNC h2 {
    text-align: center;
  }
  .cid-vql5YWAdNC h3 {
    text-align: center;
  }
  .cid-vql5YWAdNC .input-group-btn {
    text-align: center;
  }
  .cid-vql5YWAdNC .social-list {
    text-align: center;
  }
}
.cid-vql5YWAdNC H2 {
  text-align: justify;
}
.cid-vql5YWAdNC H3 {
  text-align: justify;
}
.cid-vql5YWNLvD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vql5YWZkqp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vql5YWZkqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vql5YWZkqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vql5YWZkqp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vql5YWZkqp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vql5YWZkqp .row {
    text-align: center;
  }
  .cid-vql5YWZkqp .row > div {
    margin: auto;
  }
  .cid-vql5YWZkqp .social-row {
    justify-content: center;
  }
}
.cid-vql5YWZkqp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vql5YWZkqp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vql5YWZkqp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vql5YWZkqp .list {
    margin-bottom: 0rem;
  }
}
.cid-vql5YWZkqp .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vql5YWZkqp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vql5YWZkqp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vql5YWZkqp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vql5YWZkqp .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5XiRPNU {
  z-index: 1000;
  width: 100%;
}
.cid-vql5XiRPNU nav.navbar {
  position: fixed;
}
.cid-vql5XiRPNU .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-vql5XiRPNU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vql5XiRPNU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vql5XiRPNU .dropdown-item:hover,
.cid-vql5XiRPNU .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vql5XiRPNU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vql5XiRPNU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vql5XiRPNU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vql5XiRPNU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vql5XiRPNU .nav-link {
  position: relative;
}
.cid-vql5XiRPNU .container {
  display: flex;
  margin: auto;
}
.cid-vql5XiRPNU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vql5XiRPNU .dropdown-menu,
.cid-vql5XiRPNU .navbar.opened {
  background: #00328c !important;
}
.cid-vql5XiRPNU .nav-item:focus,
.cid-vql5XiRPNU .nav-link:focus {
  outline: none;
}
.cid-vql5XiRPNU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vql5XiRPNU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vql5XiRPNU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vql5XiRPNU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vql5XiRPNU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vql5XiRPNU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vql5XiRPNU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vql5XiRPNU .navbar.opened {
  transition: all 0.3s;
}
.cid-vql5XiRPNU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vql5XiRPNU .navbar .navbar-logo img {
  width: auto;
}
.cid-vql5XiRPNU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vql5XiRPNU .navbar.collapsed {
  justify-content: center;
}
.cid-vql5XiRPNU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vql5XiRPNU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vql5XiRPNU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vql5XiRPNU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vql5XiRPNU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vql5XiRPNU .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-vql5XiRPNU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vql5XiRPNU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vql5XiRPNU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vql5XiRPNU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vql5XiRPNU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vql5XiRPNU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vql5XiRPNU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vql5XiRPNU .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-vql5XiRPNU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vql5XiRPNU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vql5XiRPNU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vql5XiRPNU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vql5XiRPNU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vql5XiRPNU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vql5XiRPNU .navbar.navbar-short {
  min-height: 60px;
}
.cid-vql5XiRPNU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vql5XiRPNU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vql5XiRPNU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vql5XiRPNU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vql5XiRPNU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vql5XiRPNU .dropdown-item.active,
.cid-vql5XiRPNU .dropdown-item:active {
  background-color: transparent;
}
.cid-vql5XiRPNU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vql5XiRPNU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vql5XiRPNU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vql5XiRPNU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vql5XiRPNU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vql5XiRPNU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vql5XiRPNU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vql5XiRPNU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vql5XiRPNU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vql5XiRPNU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vql5XiRPNU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vql5XiRPNU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql5XiRPNU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql5XiRPNU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vql5XiRPNU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql5XiRPNU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vql5XiRPNU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vql5XiRPNU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql5XiRPNU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vql5XiRPNU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vql5XiRPNU .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-vql5XiRPNU .navbar {
    height: 70px;
  }
  .cid-vql5XiRPNU .navbar.opened {
    height: auto;
  }
  .cid-vql5XiRPNU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vql5XkDSsn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #012f83;
}
.cid-vql5XkDSsn .carousel {
  height: 800px;
}
.cid-vql5XkDSsn .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vql5XkDSsn .carousel-item,
.cid-vql5XkDSsn .carousel-inner {
  height: 100%;
}
.cid-vql5XkDSsn .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vql5XkDSsn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vql5XkDSsn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vql5XkDSsn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vql5XkDSsn .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vql5XkDSsn .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vql5XkDSsn .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vql5XkDSsn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vql5XkDSsn .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vql5XkDSsn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vql5XkDSsn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vql5XkDSsn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vql5XkDSsn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vql5XkDSsn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vql5XkDSsn .carousel-indicators li.active,
.cid-vql5XkDSsn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vql5XkDSsn .carousel-indicators li::after,
.cid-vql5XkDSsn .carousel-indicators li::before {
  content: none;
}
.cid-vql5XkDSsn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vql5XkDSsn .carousel-indicators {
    display: none !important;
  }
}
.cid-vql5XkDSsn .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5XkDSsn .mbr-section-text {
  text-align: justify;
}
.cid-vql5XlIceJ {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vql5XlIceJ .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5XlIceJ .mbr-section-title {
  margin: 0;
}
.cid-vql5XlIceJ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5XlIceJ .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5XlIceJ .card-img {
  text-align: left;
}
.cid-vql5XlIceJ .row-item {
  padding-bottom: 2rem;
}
.cid-vql5XlIceJ .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5XlIceJ .card-img,
  .cid-vql5XlIceJ .mbr-text,
  .cid-vql5XlIceJ .mbr-card-title,
  .cid-vql5XlIceJ .mbr-section-subtitle,
  .cid-vql5XlIceJ .mbr-section-title,
  .cid-vql5XlIceJ .underline {
    text-align: center !important;
  }
}
.cid-vql5XlIceJ .mbr-section-title,
.cid-vql5XlIceJ .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5XlIceJ .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5XlWm7Y {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vql5XlWm7Y .container {
    max-width: 1400px;
  }
}
.cid-vql5XlWm7Y .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vql5XlWm7Y .card-wrapper {
  margin-top: 3rem;
}
.cid-vql5XlWm7Y .row {
  justify-content: center;
}
.cid-vql5XlWm7Y .card-title,
.cid-vql5XlWm7Y .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vql5XlWm7Y .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vql5XlWm7Y .mbr-section-title {
  color: #000000;
}
.cid-vql5XmbYS7 {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql5XmbYS7 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5XmbYS7 .mbr-section-title {
  margin: 0;
}
.cid-vql5XmbYS7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5XmbYS7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5XmbYS7 .card-img {
  text-align: left;
}
.cid-vql5XmbYS7 .row-item {
  padding-bottom: 2rem;
}
.cid-vql5XmbYS7 .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vql5XmbYS7 .card-img,
  .cid-vql5XmbYS7 .mbr-text,
  .cid-vql5XmbYS7 .mbr-card-title,
  .cid-vql5XmbYS7 .mbr-section-subtitle,
  .cid-vql5XmbYS7 .mbr-section-title,
  .cid-vql5XmbYS7 .underline {
    text-align: center !important;
  }
}
.cid-vql5XmbYS7 .mbr-section-title,
.cid-vql5XmbYS7 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5XmbYS7 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5XmbYS7 .mbr-card-title,
.cid-vql5XmbYS7 .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vql5XmtKWi {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vql5XmtKWi .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5XmtKWi .mbr-section-title {
  margin: 0;
}
.cid-vql5XmtKWi .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5XmtKWi .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5XmtKWi .card-img {
  text-align: left;
}
.cid-vql5XmtKWi .row-item {
  padding-bottom: 2rem;
}
.cid-vql5XmtKWi .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5XmtKWi .card-img,
  .cid-vql5XmtKWi .mbr-text,
  .cid-vql5XmtKWi .mbr-card-title,
  .cid-vql5XmtKWi .mbr-section-subtitle,
  .cid-vql5XmtKWi .mbr-section-title,
  .cid-vql5XmtKWi .underline {
    text-align: center !important;
  }
}
.cid-vql5XmtKWi .mbr-section-title,
.cid-vql5XmtKWi .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vql5XmtKWi .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vql5XmtKWi .mbr-card-title,
.cid-vql5XmtKWi .card-img {
  text-align: center;
}
.cid-vql5XmIdtk {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-vql5XmIdtk .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-vql5XmIdtk h4,
.cid-vql5XmIdtk h5 {
  text-align: center;
}
.cid-vql5XmIdtk p {
  text-align: center;
}
.cid-vql5XmIdtk .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-vql5XmIdtk .card-img {
  font-size: 3rem;
}
.cid-vql5XmIdtk .date span {
  display: inline-block;
  background-color: #012f83;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-vql5XmUj2Z {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql5XmUj2Z .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5XmUj2Z .mbr-section-title {
  margin: 0;
}
.cid-vql5XmUj2Z .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5XmUj2Z .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5XmUj2Z .card-img {
  text-align: left;
}
.cid-vql5XmUj2Z .row-item {
  padding-bottom: 2rem;
}
.cid-vql5XmUj2Z .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5XmUj2Z .card-img,
  .cid-vql5XmUj2Z .mbr-text,
  .cid-vql5XmUj2Z .mbr-card-title,
  .cid-vql5XmUj2Z .mbr-section-subtitle,
  .cid-vql5XmUj2Z .mbr-section-title,
  .cid-vql5XmUj2Z .underline {
    text-align: center !important;
  }
}
.cid-vql5XmUj2Z .mbr-section-title,
.cid-vql5XmUj2Z .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5XmUj2Z .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5Xn9Jzr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql5Xn9Jzr h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql5Xn9Jzr .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql5Xn9Jzr .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql5Xn9Jzr .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql5Xn9Jzr .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql5Xn9Jzr .panel-group {
  width: 100%;
}
.cid-vql5Xn9Jzr .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql5Xn9Jzr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql5Xn9Jzr .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql5Xn9Jzr .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql5Xn9Jzr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql5Xn9Jzr .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql5Xn9Jzr .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql5Xn9Jzr .card .panel-body {
  background: #fafafa;
}
.cid-vql5Xn9Jzr .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql5Xn9Jzr .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5Xn9Jzr .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql5Xn9Jzr .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql5Xn9Jzr .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql5Xn9Jzr .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql5Xnmczi {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql5Xnmczi h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql5Xnmczi .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql5Xnmczi .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql5Xnmczi .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql5Xnmczi .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql5Xnmczi .panel-group {
  width: 100%;
}
.cid-vql5Xnmczi .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql5Xnmczi .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql5Xnmczi .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql5Xnmczi .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql5Xnmczi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql5Xnmczi .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql5Xnmczi .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql5Xnmczi .card .panel-body {
  background: #fafafa;
}
.cid-vql5Xnmczi .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql5Xnmczi .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5Xnmczi .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql5Xnmczi .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql5Xnmczi .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql5Xnmczi .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql5XnAoUl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vql5XnAoUl img {
  width: 120px;
  margin: auto;
}
.cid-vql5XnAoUl .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vql5XnAoUl .card {
    max-width: 12.5%;
  }
}
.cid-vql5XnOErg {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql5XnOErg .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5XnOErg .mbr-section-title {
  margin: 0;
}
.cid-vql5XnOErg .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5XnOErg .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5XnOErg .card-img {
  text-align: left;
}
.cid-vql5XnOErg .row-item {
  padding-bottom: 2rem;
}
.cid-vql5XnOErg .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5XnOErg .card-img,
  .cid-vql5XnOErg .mbr-text,
  .cid-vql5XnOErg .mbr-card-title,
  .cid-vql5XnOErg .mbr-section-subtitle,
  .cid-vql5XnOErg .mbr-section-title,
  .cid-vql5XnOErg .underline {
    text-align: center !important;
  }
}
.cid-vql5XnOErg .mbr-section-title,
.cid-vql5XnOErg .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5XnOErg .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5Xo4mOq {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql5Xo4mOq h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql5Xo4mOq .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql5Xo4mOq .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vql5Xo4mOq .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vql5Xo4mOq .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql5Xo4mOq .panel-group {
  width: 100%;
}
.cid-vql5Xo4mOq .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql5Xo4mOq .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql5Xo4mOq .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql5Xo4mOq .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql5Xo4mOq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql5Xo4mOq .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql5Xo4mOq .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql5Xo4mOq .card .panel-body {
  background: #fafafa;
}
.cid-vql5Xo4mOq .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5Xo4mOq .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql5Xo4mOq .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql5Xo4mOq .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vql5Xo4mOq .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vql5XogwZc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vql5XogwZc .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5XogwZc .input-form .form1 {
  width: 100%;
}
.cid-vql5XogwZc .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vql5XogwZc .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vql5XogwZc .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vql5XogwZc .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vql5XogwZc .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vql5XogwZc .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vql5XogwZc {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vql5XogwZc .social-media {
    padding: 0;
    display: block;
  }
  .cid-vql5XogwZc .subtext-1,
  .cid-vql5XogwZc .subtext-2 {
    text-align: center !important;
  }
  .cid-vql5XogwZc .form-text {
    text-align: center!important;
  }
  .cid-vql5XogwZc .input-form div {
    width: 100%;
  }
  .cid-vql5XogwZc .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vql5XogwZc .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vql5XogwZc .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vql5XogwZc .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vql5XogwZc .mbr-title,
.cid-vql5XogwZc .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vql5XogwZc .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vql5Xov1Vi {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-vql5Xov1Vi .title {
  margin-bottom: 2rem;
}
.cid-vql5Xov1Vi a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vql5Xov1Vi a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vql5Xov1Vi .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vql5Xov1Vi .input-group-btn {
  display: block;
}
.cid-vql5Xov1Vi h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-vql5Xov1Vi h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-vql5Xov1Vi .mbr-section-subtitle P {
  text-align: left;
}
.cid-vql5Xov1Vi .mbr-form input,
.cid-vql5Xov1Vi textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-vql5Xov1Vi h2 {
    text-align: center;
  }
  .cid-vql5Xov1Vi h3 {
    text-align: center;
  }
  .cid-vql5Xov1Vi .input-group-btn {
    text-align: center;
  }
  .cid-vql5Xov1Vi .social-list {
    text-align: center;
  }
}
.cid-vql5Xov1Vi H2 {
  text-align: justify;
}
.cid-vql5Xov1Vi H3 {
  text-align: justify;
}
.cid-vql5XoGvyO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vql5XoSK4t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vql5XoSK4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vql5XoSK4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vql5XoSK4t .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vql5XoSK4t .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vql5XoSK4t .row {
    text-align: center;
  }
  .cid-vql5XoSK4t .row > div {
    margin: auto;
  }
  .cid-vql5XoSK4t .social-row {
    justify-content: center;
  }
}
.cid-vql5XoSK4t .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vql5XoSK4t .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vql5XoSK4t .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vql5XoSK4t .list {
    margin-bottom: 0rem;
  }
}
.cid-vql5XoSK4t .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vql5XoSK4t .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vql5XoSK4t .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vql5XoSK4t div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vql5XoSK4t .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5WfbHEP {
  z-index: 1000;
  width: 100%;
}
.cid-vql5WfbHEP nav.navbar {
  position: fixed;
}
.cid-vql5WfbHEP .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-vql5WfbHEP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vql5WfbHEP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vql5WfbHEP .dropdown-item:hover,
.cid-vql5WfbHEP .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vql5WfbHEP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vql5WfbHEP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vql5WfbHEP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vql5WfbHEP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vql5WfbHEP .nav-link {
  position: relative;
}
.cid-vql5WfbHEP .container {
  display: flex;
  margin: auto;
}
.cid-vql5WfbHEP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vql5WfbHEP .dropdown-menu,
.cid-vql5WfbHEP .navbar.opened {
  background: #00328c !important;
}
.cid-vql5WfbHEP .nav-item:focus,
.cid-vql5WfbHEP .nav-link:focus {
  outline: none;
}
.cid-vql5WfbHEP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vql5WfbHEP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vql5WfbHEP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vql5WfbHEP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vql5WfbHEP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vql5WfbHEP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vql5WfbHEP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vql5WfbHEP .navbar.opened {
  transition: all 0.3s;
}
.cid-vql5WfbHEP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vql5WfbHEP .navbar .navbar-logo img {
  width: auto;
}
.cid-vql5WfbHEP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vql5WfbHEP .navbar.collapsed {
  justify-content: center;
}
.cid-vql5WfbHEP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vql5WfbHEP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vql5WfbHEP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vql5WfbHEP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vql5WfbHEP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vql5WfbHEP .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-vql5WfbHEP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vql5WfbHEP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vql5WfbHEP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vql5WfbHEP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vql5WfbHEP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vql5WfbHEP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vql5WfbHEP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vql5WfbHEP .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-vql5WfbHEP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vql5WfbHEP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vql5WfbHEP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vql5WfbHEP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vql5WfbHEP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vql5WfbHEP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vql5WfbHEP .navbar.navbar-short {
  min-height: 60px;
}
.cid-vql5WfbHEP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vql5WfbHEP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vql5WfbHEP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vql5WfbHEP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vql5WfbHEP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vql5WfbHEP .dropdown-item.active,
.cid-vql5WfbHEP .dropdown-item:active {
  background-color: transparent;
}
.cid-vql5WfbHEP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vql5WfbHEP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vql5WfbHEP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vql5WfbHEP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vql5WfbHEP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vql5WfbHEP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vql5WfbHEP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vql5WfbHEP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vql5WfbHEP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vql5WfbHEP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vql5WfbHEP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vql5WfbHEP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql5WfbHEP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql5WfbHEP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vql5WfbHEP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql5WfbHEP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vql5WfbHEP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vql5WfbHEP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql5WfbHEP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vql5WfbHEP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vql5WfbHEP .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-vql5WfbHEP .navbar {
    height: 70px;
  }
  .cid-vql5WfbHEP .navbar.opened {
    height: auto;
  }
  .cid-vql5WfbHEP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vql5WguvPm .modal-body .close {
  background: #1b1b1b;
}
.cid-vql5WguvPm .modal-body .close span {
  font-style: normal;
}
.cid-vql5WguvPm .carousel-inner > .active,
.cid-vql5WguvPm .carousel-inner > .next,
.cid-vql5WguvPm .carousel-inner > .prev {
  display: table;
}
.cid-vql5WguvPm .carousel-control .icon-next,
.cid-vql5WguvPm .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vql5WguvPm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vql5WguvPm .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vql5WguvPm .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vql5WguvPm .boxed-slider > div {
  position: relative;
}
.cid-vql5WguvPm .container img {
  width: 100%;
}
.cid-vql5WguvPm .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vql5WguvPm .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vql5WguvPm .mbr-table-cell {
  padding: 0;
}
.cid-vql5WguvPm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vql5WguvPm .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vql5WguvPm .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vql5WguvPm .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vql5WguvPm .carousel-item .container {
    width: 100%;
  }
}
.cid-vql5WguvPm .carousel-item-next.carousel-item-left,
.cid-vql5WguvPm .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vql5WguvPm .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-vql5WguvPm .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vql5WguvPm .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vql5WguvPm .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vql5WguvPm .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vql5WguvPm .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vql5WguvPm .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vql5WguvPm .mbr-slider .carousel-indicators li.active,
.cid-vql5WguvPm .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vql5WguvPm .mbr-slider .carousel-indicators li::after,
.cid-vql5WguvPm .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vql5WguvPm .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vql5WguvPm .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vql5WguvPm .mbr-slider > .container img {
  width: 100%;
}
.cid-vql5WguvPm .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vql5WguvPm .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vql5WguvPm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vql5WguvPm .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vql5WguvPm .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vql5WguvPm .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vql5WguvPm .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vql5WguvPm .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-vql5WguvPm .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vql5WguvPm .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vql5WguvPm .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vql5WguvPm .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vql5WguvPm .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vql5WguvPm H2 {
  text-align: justify;
}
.cid-vql5WguvPm P {
  text-align: justify;
}
.cid-vql5WhOR5J {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vql5WhOR5J .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5WhOR5J .mbr-section-title {
  margin: 0;
}
.cid-vql5WhOR5J .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5WhOR5J .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5WhOR5J .card-img {
  text-align: left;
}
.cid-vql5WhOR5J .row-item {
  padding-bottom: 2rem;
}
.cid-vql5WhOR5J .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5WhOR5J .card-img,
  .cid-vql5WhOR5J .mbr-text,
  .cid-vql5WhOR5J .mbr-card-title,
  .cid-vql5WhOR5J .mbr-section-subtitle,
  .cid-vql5WhOR5J .mbr-section-title,
  .cid-vql5WhOR5J .underline {
    text-align: center !important;
  }
}
.cid-vql5WhOR5J .mbr-section-title,
.cid-vql5WhOR5J .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5WhOR5J .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5Wi3lXU {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vql5Wi3lXU .container {
    max-width: 1400px;
  }
}
.cid-vql5Wi3lXU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vql5Wi3lXU .card-wrapper {
  margin-top: 3rem;
}
.cid-vql5Wi3lXU .row {
  justify-content: center;
}
.cid-vql5Wi3lXU .card-title,
.cid-vql5Wi3lXU .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vql5Wi3lXU .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vql5Wi3lXU .mbr-section-title {
  color: #000000;
}
.cid-vql5WiinsS {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql5WiinsS .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5WiinsS .mbr-section-title {
  margin: 0;
}
.cid-vql5WiinsS .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5WiinsS .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5WiinsS .card-img {
  text-align: left;
}
.cid-vql5WiinsS .row-item {
  padding-bottom: 2rem;
}
.cid-vql5WiinsS .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vql5WiinsS .card-img,
  .cid-vql5WiinsS .mbr-text,
  .cid-vql5WiinsS .mbr-card-title,
  .cid-vql5WiinsS .mbr-section-subtitle,
  .cid-vql5WiinsS .mbr-section-title,
  .cid-vql5WiinsS .underline {
    text-align: center !important;
  }
}
.cid-vql5WiinsS .mbr-section-title,
.cid-vql5WiinsS .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5WiinsS .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5WiinsS .mbr-card-title,
.cid-vql5WiinsS .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vql5WiwBcX {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vql5WiwBcX .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5WiwBcX .mbr-section-title {
  margin: 0;
}
.cid-vql5WiwBcX .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5WiwBcX .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5WiwBcX .card-img {
  text-align: left;
}
.cid-vql5WiwBcX .row-item {
  padding-bottom: 2rem;
}
.cid-vql5WiwBcX .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5WiwBcX .card-img,
  .cid-vql5WiwBcX .mbr-text,
  .cid-vql5WiwBcX .mbr-card-title,
  .cid-vql5WiwBcX .mbr-section-subtitle,
  .cid-vql5WiwBcX .mbr-section-title,
  .cid-vql5WiwBcX .underline {
    text-align: center !important;
  }
}
.cid-vql5WiwBcX .mbr-section-title,
.cid-vql5WiwBcX .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vql5WiwBcX .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vql5WiwBcX .mbr-card-title,
.cid-vql5WiwBcX .card-img {
  text-align: center;
}
.cid-vql5WiM2QD {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-vql5WiM2QD .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-vql5WiM2QD h4,
.cid-vql5WiM2QD h5 {
  text-align: center;
}
.cid-vql5WiM2QD p {
  text-align: center;
}
.cid-vql5WiM2QD .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-vql5WiM2QD .card-img {
  font-size: 3rem;
}
.cid-vql5WiM2QD .date span {
  display: inline-block;
  background-color: #012f83;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-vql5WiYMty {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql5WiYMty .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5WiYMty .mbr-section-title {
  margin: 0;
}
.cid-vql5WiYMty .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5WiYMty .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5WiYMty .card-img {
  text-align: left;
}
.cid-vql5WiYMty .row-item {
  padding-bottom: 2rem;
}
.cid-vql5WiYMty .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5WiYMty .card-img,
  .cid-vql5WiYMty .mbr-text,
  .cid-vql5WiYMty .mbr-card-title,
  .cid-vql5WiYMty .mbr-section-subtitle,
  .cid-vql5WiYMty .mbr-section-title,
  .cid-vql5WiYMty .underline {
    text-align: center !important;
  }
}
.cid-vql5WiYMty .mbr-section-title,
.cid-vql5WiYMty .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5WiYMty .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5Wjd2Qf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql5Wjd2Qf h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql5Wjd2Qf .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql5Wjd2Qf .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql5Wjd2Qf .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql5Wjd2Qf .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql5Wjd2Qf .panel-group {
  width: 100%;
}
.cid-vql5Wjd2Qf .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql5Wjd2Qf .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql5Wjd2Qf .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql5Wjd2Qf .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql5Wjd2Qf .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql5Wjd2Qf .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql5Wjd2Qf .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql5Wjd2Qf .card .panel-body {
  background: #fafafa;
}
.cid-vql5Wjd2Qf .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql5Wjd2Qf .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5Wjd2Qf .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql5Wjd2Qf .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql5Wjd2Qf .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql5Wjd2Qf .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql5WjrU5M {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql5WjrU5M h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql5WjrU5M .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql5WjrU5M .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql5WjrU5M .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql5WjrU5M .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql5WjrU5M .panel-group {
  width: 100%;
}
.cid-vql5WjrU5M .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql5WjrU5M .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql5WjrU5M .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql5WjrU5M .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql5WjrU5M .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql5WjrU5M .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql5WjrU5M .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql5WjrU5M .card .panel-body {
  background: #fafafa;
}
.cid-vql5WjrU5M .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql5WjrU5M .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5WjrU5M .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql5WjrU5M .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql5WjrU5M .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql5WjrU5M .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql5WjDM58 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vql5WjDM58 img {
  width: 120px;
  margin: auto;
}
.cid-vql5WjDM58 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vql5WjDM58 .card {
    max-width: 12.5%;
  }
}
.cid-vql5WjPLl8 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql5WjPLl8 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5WjPLl8 .mbr-section-title {
  margin: 0;
}
.cid-vql5WjPLl8 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5WjPLl8 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5WjPLl8 .card-img {
  text-align: left;
}
.cid-vql5WjPLl8 .row-item {
  padding-bottom: 2rem;
}
.cid-vql5WjPLl8 .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5WjPLl8 .card-img,
  .cid-vql5WjPLl8 .mbr-text,
  .cid-vql5WjPLl8 .mbr-card-title,
  .cid-vql5WjPLl8 .mbr-section-subtitle,
  .cid-vql5WjPLl8 .mbr-section-title,
  .cid-vql5WjPLl8 .underline {
    text-align: center !important;
  }
}
.cid-vql5WjPLl8 .mbr-section-title,
.cid-vql5WjPLl8 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5WjPLl8 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5Wk5t6o {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql5Wk5t6o h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql5Wk5t6o .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql5Wk5t6o .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vql5Wk5t6o .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vql5Wk5t6o .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql5Wk5t6o .panel-group {
  width: 100%;
}
.cid-vql5Wk5t6o .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql5Wk5t6o .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql5Wk5t6o .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql5Wk5t6o .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql5Wk5t6o .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql5Wk5t6o .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql5Wk5t6o .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql5Wk5t6o .card .panel-body {
  background: #fafafa;
}
.cid-vql5Wk5t6o .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5Wk5t6o .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql5Wk5t6o .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql5Wk5t6o .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vql5Wk5t6o .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vql5WkjPtf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vql5WkjPtf .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5WkjPtf .input-form .form1 {
  width: 100%;
}
.cid-vql5WkjPtf .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vql5WkjPtf .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vql5WkjPtf .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vql5WkjPtf .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vql5WkjPtf .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vql5WkjPtf .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vql5WkjPtf {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vql5WkjPtf .social-media {
    padding: 0;
    display: block;
  }
  .cid-vql5WkjPtf .subtext-1,
  .cid-vql5WkjPtf .subtext-2 {
    text-align: center !important;
  }
  .cid-vql5WkjPtf .form-text {
    text-align: center!important;
  }
  .cid-vql5WkjPtf .input-form div {
    width: 100%;
  }
  .cid-vql5WkjPtf .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vql5WkjPtf .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vql5WkjPtf .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vql5WkjPtf .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vql5WkjPtf .mbr-title,
.cid-vql5WkjPtf .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vql5WkjPtf .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vql5Wktyoc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-vql5Wktyoc .title {
  margin-bottom: 2rem;
}
.cid-vql5Wktyoc a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vql5Wktyoc a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vql5Wktyoc .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vql5Wktyoc .input-group-btn {
  display: block;
}
.cid-vql5Wktyoc h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-vql5Wktyoc h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-vql5Wktyoc .mbr-section-subtitle P {
  text-align: left;
}
.cid-vql5Wktyoc .mbr-form input,
.cid-vql5Wktyoc textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-vql5Wktyoc h2 {
    text-align: center;
  }
  .cid-vql5Wktyoc h3 {
    text-align: center;
  }
  .cid-vql5Wktyoc .input-group-btn {
    text-align: center;
  }
  .cid-vql5Wktyoc .social-list {
    text-align: center;
  }
}
.cid-vql5Wktyoc H2 {
  text-align: justify;
}
.cid-vql5Wktyoc H3 {
  text-align: justify;
}
.cid-vql5WkEKph {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vql5WkOzO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vql5WkOzO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vql5WkOzO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vql5WkOzO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vql5WkOzO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vql5WkOzO7 .row {
    text-align: center;
  }
  .cid-vql5WkOzO7 .row > div {
    margin: auto;
  }
  .cid-vql5WkOzO7 .social-row {
    justify-content: center;
  }
}
.cid-vql5WkOzO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vql5WkOzO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vql5WkOzO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vql5WkOzO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-vql5WkOzO7 .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vql5WkOzO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vql5WkOzO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vql5WkOzO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vql5WkOzO7 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql6WT8SRP {
  z-index: 1000;
  width: 100%;
}
.cid-vql6WT8SRP nav.navbar {
  position: fixed;
}
.cid-vql6WT8SRP .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-vql6WT8SRP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vql6WT8SRP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vql6WT8SRP .dropdown-item:hover,
.cid-vql6WT8SRP .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vql6WT8SRP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vql6WT8SRP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vql6WT8SRP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vql6WT8SRP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vql6WT8SRP .nav-link {
  position: relative;
}
.cid-vql6WT8SRP .container {
  display: flex;
  margin: auto;
}
.cid-vql6WT8SRP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vql6WT8SRP .dropdown-menu,
.cid-vql6WT8SRP .navbar.opened {
  background: #00328c !important;
}
.cid-vql6WT8SRP .nav-item:focus,
.cid-vql6WT8SRP .nav-link:focus {
  outline: none;
}
.cid-vql6WT8SRP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vql6WT8SRP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vql6WT8SRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vql6WT8SRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vql6WT8SRP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vql6WT8SRP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vql6WT8SRP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vql6WT8SRP .navbar.opened {
  transition: all 0.3s;
}
.cid-vql6WT8SRP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vql6WT8SRP .navbar .navbar-logo img {
  width: auto;
}
.cid-vql6WT8SRP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vql6WT8SRP .navbar.collapsed {
  justify-content: center;
}
.cid-vql6WT8SRP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vql6WT8SRP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vql6WT8SRP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vql6WT8SRP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vql6WT8SRP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vql6WT8SRP .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-vql6WT8SRP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vql6WT8SRP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vql6WT8SRP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vql6WT8SRP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vql6WT8SRP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vql6WT8SRP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vql6WT8SRP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vql6WT8SRP .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-vql6WT8SRP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vql6WT8SRP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vql6WT8SRP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vql6WT8SRP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vql6WT8SRP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vql6WT8SRP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vql6WT8SRP .navbar.navbar-short {
  min-height: 60px;
}
.cid-vql6WT8SRP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vql6WT8SRP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vql6WT8SRP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vql6WT8SRP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vql6WT8SRP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vql6WT8SRP .dropdown-item.active,
.cid-vql6WT8SRP .dropdown-item:active {
  background-color: transparent;
}
.cid-vql6WT8SRP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vql6WT8SRP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vql6WT8SRP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vql6WT8SRP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vql6WT8SRP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vql6WT8SRP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vql6WT8SRP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vql6WT8SRP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vql6WT8SRP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vql6WT8SRP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vql6WT8SRP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vql6WT8SRP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql6WT8SRP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql6WT8SRP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vql6WT8SRP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql6WT8SRP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vql6WT8SRP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vql6WT8SRP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql6WT8SRP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vql6WT8SRP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vql6WT8SRP .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-vql6WT8SRP .navbar {
    height: 70px;
  }
  .cid-vql6WT8SRP .navbar.opened {
    height: auto;
  }
  .cid-vql6WT8SRP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vql6WTPXxU {
  background-color: #012f83;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-vql6WTPXxU .carousel {
  width: 100%;
}
.cid-vql6WTPXxU .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-vql6WTPXxU .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-vql6WTPXxU img,
.cid-vql6WTPXxU .item-wrapper {
  border-radius: 0 !important;
}
.cid-vql6WTPXxU .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vql6WTPXxU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vql6WTPXxU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vql6WTPXxU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vql6WTPXxU .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vql6WTPXxU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vql6WTPXxU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vql6WTPXxU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vql6WTPXxU .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vql6WTPXxU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vql6WTPXxU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vql6WTPXxU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vql6WTPXxU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vql6WTPXxU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vql6WTPXxU .carousel-indicators li.active,
.cid-vql6WTPXxU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vql6WTPXxU .carousel-indicators li::after,
.cid-vql6WTPXxU .carousel-indicators li::before {
  content: none;
}
.cid-vql6WTPXxU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vql6WTPXxU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vql6WTPXxU .mbr-section-subtitle,
  .cid-vql6WTPXxU .mbr-section-text,
  .cid-vql6WTPXxU .mbr-section-btn {
    text-align: center;
  }
}
.cid-vql6WTPXxU .mbr-section-subtitle {
  text-align: left;
}
.cid-vql6WTPXxU .mbr-section-text,
.cid-vql6WTPXxU .mbr-section-btn {
  text-align: justify;
}
.cid-vql6WUYwzt {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vql6WUYwzt .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql6WUYwzt .mbr-section-title {
  margin: 0;
}
.cid-vql6WUYwzt .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql6WUYwzt .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql6WUYwzt .card-img {
  text-align: left;
}
.cid-vql6WUYwzt .row-item {
  padding-bottom: 2rem;
}
.cid-vql6WUYwzt .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql6WUYwzt .card-img,
  .cid-vql6WUYwzt .mbr-text,
  .cid-vql6WUYwzt .mbr-card-title,
  .cid-vql6WUYwzt .mbr-section-subtitle,
  .cid-vql6WUYwzt .mbr-section-title,
  .cid-vql6WUYwzt .underline {
    text-align: center !important;
  }
}
.cid-vql6WUYwzt .mbr-section-title,
.cid-vql6WUYwzt .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql6WUYwzt .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql6WVa5tB {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vql6WVa5tB .container {
    max-width: 1400px;
  }
}
.cid-vql6WVa5tB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vql6WVa5tB .card-wrapper {
  margin-top: 3rem;
}
.cid-vql6WVa5tB .row {
  justify-content: center;
}
.cid-vql6WVa5tB .card-title,
.cid-vql6WVa5tB .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vql6WVa5tB .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vql6WVa5tB .mbr-section-title {
  color: #000000;
}
.cid-vql6WVk0Zc {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql6WVk0Zc .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql6WVk0Zc .mbr-section-title {
  margin: 0;
}
.cid-vql6WVk0Zc .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql6WVk0Zc .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql6WVk0Zc .card-img {
  text-align: left;
}
.cid-vql6WVk0Zc .row-item {
  padding-bottom: 2rem;
}
.cid-vql6WVk0Zc .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vql6WVk0Zc .card-img,
  .cid-vql6WVk0Zc .mbr-text,
  .cid-vql6WVk0Zc .mbr-card-title,
  .cid-vql6WVk0Zc .mbr-section-subtitle,
  .cid-vql6WVk0Zc .mbr-section-title,
  .cid-vql6WVk0Zc .underline {
    text-align: center !important;
  }
}
.cid-vql6WVk0Zc .mbr-section-title,
.cid-vql6WVk0Zc .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql6WVk0Zc .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql6WVk0Zc .mbr-card-title,
.cid-vql6WVk0Zc .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vql6WVugtZ {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vql6WVugtZ .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql6WVugtZ .mbr-section-title {
  margin: 0;
}
.cid-vql6WVugtZ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql6WVugtZ .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql6WVugtZ .card-img {
  text-align: left;
}
.cid-vql6WVugtZ .row-item {
  padding-bottom: 2rem;
}
.cid-vql6WVugtZ .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql6WVugtZ .card-img,
  .cid-vql6WVugtZ .mbr-text,
  .cid-vql6WVugtZ .mbr-card-title,
  .cid-vql6WVugtZ .mbr-section-subtitle,
  .cid-vql6WVugtZ .mbr-section-title,
  .cid-vql6WVugtZ .underline {
    text-align: center !important;
  }
}
.cid-vql6WVugtZ .mbr-section-title,
.cid-vql6WVugtZ .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vql6WVugtZ .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vql6WVugtZ .mbr-card-title,
.cid-vql6WVugtZ .card-img {
  text-align: center;
}
.cid-vql6WVHPnT {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-vql6WVHPnT .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-vql6WVHPnT h4,
.cid-vql6WVHPnT h5 {
  text-align: center;
}
.cid-vql6WVHPnT p {
  text-align: center;
}
.cid-vql6WVHPnT .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-vql6WVHPnT .card-img {
  font-size: 3rem;
}
.cid-vql6WVHPnT .date span {
  display: inline-block;
  background-color: #012f83;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-vql6WVRfj1 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql6WVRfj1 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql6WVRfj1 .mbr-section-title {
  margin: 0;
}
.cid-vql6WVRfj1 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql6WVRfj1 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql6WVRfj1 .card-img {
  text-align: left;
}
.cid-vql6WVRfj1 .row-item {
  padding-bottom: 2rem;
}
.cid-vql6WVRfj1 .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql6WVRfj1 .card-img,
  .cid-vql6WVRfj1 .mbr-text,
  .cid-vql6WVRfj1 .mbr-card-title,
  .cid-vql6WVRfj1 .mbr-section-subtitle,
  .cid-vql6WVRfj1 .mbr-section-title,
  .cid-vql6WVRfj1 .underline {
    text-align: center !important;
  }
}
.cid-vql6WVRfj1 .mbr-section-title,
.cid-vql6WVRfj1 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql6WVRfj1 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql6WW2c6q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql6WW2c6q h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql6WW2c6q .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql6WW2c6q .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql6WW2c6q .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql6WW2c6q .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql6WW2c6q .panel-group {
  width: 100%;
}
.cid-vql6WW2c6q .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql6WW2c6q .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql6WW2c6q .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql6WW2c6q .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql6WW2c6q .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql6WW2c6q .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql6WW2c6q .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql6WW2c6q .card .panel-body {
  background: #fafafa;
}
.cid-vql6WW2c6q .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql6WW2c6q .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql6WW2c6q .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql6WW2c6q .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql6WW2c6q .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql6WW2c6q .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql6WWcUvk {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql6WWcUvk h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql6WWcUvk .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql6WWcUvk .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql6WWcUvk .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql6WWcUvk .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql6WWcUvk .panel-group {
  width: 100%;
}
.cid-vql6WWcUvk .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql6WWcUvk .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql6WWcUvk .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql6WWcUvk .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql6WWcUvk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql6WWcUvk .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql6WWcUvk .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql6WWcUvk .card .panel-body {
  background: #fafafa;
}
.cid-vql6WWcUvk .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql6WWcUvk .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql6WWcUvk .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql6WWcUvk .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql6WWcUvk .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql6WWcUvk .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql6WWnpoh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vql6WWnpoh img {
  width: 120px;
  margin: auto;
}
.cid-vql6WWnpoh .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vql6WWnpoh .card {
    max-width: 12.5%;
  }
}
.cid-vql6WWwc3T {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql6WWwc3T .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql6WWwc3T .mbr-section-title {
  margin: 0;
}
.cid-vql6WWwc3T .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql6WWwc3T .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql6WWwc3T .card-img {
  text-align: left;
}
.cid-vql6WWwc3T .row-item {
  padding-bottom: 2rem;
}
.cid-vql6WWwc3T .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql6WWwc3T .card-img,
  .cid-vql6WWwc3T .mbr-text,
  .cid-vql6WWwc3T .mbr-card-title,
  .cid-vql6WWwc3T .mbr-section-subtitle,
  .cid-vql6WWwc3T .mbr-section-title,
  .cid-vql6WWwc3T .underline {
    text-align: center !important;
  }
}
.cid-vql6WWwc3T .mbr-section-title,
.cid-vql6WWwc3T .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql6WWwc3T .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql6WWGvgv {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql6WWGvgv h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql6WWGvgv .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql6WWGvgv .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vql6WWGvgv .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vql6WWGvgv .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql6WWGvgv .panel-group {
  width: 100%;
}
.cid-vql6WWGvgv .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql6WWGvgv .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql6WWGvgv .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql6WWGvgv .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql6WWGvgv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql6WWGvgv .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql6WWGvgv .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql6WWGvgv .card .panel-body {
  background: #fafafa;
}
.cid-vql6WWGvgv .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql6WWGvgv .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql6WWGvgv .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql6WWGvgv .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vql6WWGvgv .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vql6WWQ1hb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vql6WWQ1hb .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql6WWQ1hb .input-form .form1 {
  width: 100%;
}
.cid-vql6WWQ1hb .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vql6WWQ1hb .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vql6WWQ1hb .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vql6WWQ1hb .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vql6WWQ1hb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vql6WWQ1hb .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vql6WWQ1hb {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vql6WWQ1hb .social-media {
    padding: 0;
    display: block;
  }
  .cid-vql6WWQ1hb .subtext-1,
  .cid-vql6WWQ1hb .subtext-2 {
    text-align: center !important;
  }
  .cid-vql6WWQ1hb .form-text {
    text-align: center!important;
  }
  .cid-vql6WWQ1hb .input-form div {
    width: 100%;
  }
  .cid-vql6WWQ1hb .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vql6WWQ1hb .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vql6WWQ1hb .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vql6WWQ1hb .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vql6WWQ1hb .mbr-title,
.cid-vql6WWQ1hb .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vql6WWQ1hb .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vql6WX2QSX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-vql6WX2QSX .title {
  margin-bottom: 2rem;
}
.cid-vql6WX2QSX a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vql6WX2QSX a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vql6WX2QSX .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vql6WX2QSX .input-group-btn {
  display: block;
}
.cid-vql6WX2QSX h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-vql6WX2QSX h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-vql6WX2QSX .mbr-section-subtitle P {
  text-align: left;
}
.cid-vql6WX2QSX .mbr-form input,
.cid-vql6WX2QSX textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-vql6WX2QSX h2 {
    text-align: center;
  }
  .cid-vql6WX2QSX h3 {
    text-align: center;
  }
  .cid-vql6WX2QSX .input-group-btn {
    text-align: center;
  }
  .cid-vql6WX2QSX .social-list {
    text-align: center;
  }
}
.cid-vql6WX2QSX H2 {
  text-align: justify;
}
.cid-vql6WX2QSX H3 {
  text-align: justify;
}
.cid-vql6WXbTdi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vql6WXiRzt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vql6WXiRzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vql6WXiRzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vql6WXiRzt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vql6WXiRzt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vql6WXiRzt .row {
    text-align: center;
  }
  .cid-vql6WXiRzt .row > div {
    margin: auto;
  }
  .cid-vql6WXiRzt .social-row {
    justify-content: center;
  }
}
.cid-vql6WXiRzt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vql6WXiRzt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vql6WXiRzt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vql6WXiRzt .list {
    margin-bottom: 0rem;
  }
}
.cid-vql6WXiRzt .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vql6WXiRzt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vql6WXiRzt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vql6WXiRzt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vql6WXiRzt .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5TnAZC3 {
  z-index: 1000;
  width: 100%;
}
.cid-vql5TnAZC3 nav.navbar {
  position: fixed;
}
.cid-vql5TnAZC3 .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-vql5TnAZC3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vql5TnAZC3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vql5TnAZC3 .dropdown-item:hover,
.cid-vql5TnAZC3 .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vql5TnAZC3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vql5TnAZC3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vql5TnAZC3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vql5TnAZC3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vql5TnAZC3 .nav-link {
  position: relative;
}
.cid-vql5TnAZC3 .container {
  display: flex;
  margin: auto;
}
.cid-vql5TnAZC3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vql5TnAZC3 .dropdown-menu,
.cid-vql5TnAZC3 .navbar.opened {
  background: #00328c !important;
}
.cid-vql5TnAZC3 .nav-item:focus,
.cid-vql5TnAZC3 .nav-link:focus {
  outline: none;
}
.cid-vql5TnAZC3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vql5TnAZC3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vql5TnAZC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vql5TnAZC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vql5TnAZC3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vql5TnAZC3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vql5TnAZC3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vql5TnAZC3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vql5TnAZC3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vql5TnAZC3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vql5TnAZC3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vql5TnAZC3 .navbar.collapsed {
  justify-content: center;
}
.cid-vql5TnAZC3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vql5TnAZC3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vql5TnAZC3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vql5TnAZC3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vql5TnAZC3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vql5TnAZC3 .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-vql5TnAZC3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vql5TnAZC3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vql5TnAZC3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vql5TnAZC3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vql5TnAZC3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vql5TnAZC3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vql5TnAZC3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vql5TnAZC3 .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-vql5TnAZC3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vql5TnAZC3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vql5TnAZC3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vql5TnAZC3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vql5TnAZC3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vql5TnAZC3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vql5TnAZC3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vql5TnAZC3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vql5TnAZC3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vql5TnAZC3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vql5TnAZC3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vql5TnAZC3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vql5TnAZC3 .dropdown-item.active,
.cid-vql5TnAZC3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vql5TnAZC3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vql5TnAZC3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vql5TnAZC3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vql5TnAZC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vql5TnAZC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vql5TnAZC3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vql5TnAZC3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vql5TnAZC3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vql5TnAZC3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vql5TnAZC3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vql5TnAZC3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vql5TnAZC3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql5TnAZC3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql5TnAZC3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vql5TnAZC3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql5TnAZC3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vql5TnAZC3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vql5TnAZC3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql5TnAZC3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vql5TnAZC3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vql5TnAZC3 .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-vql5TnAZC3 .navbar {
    height: 70px;
  }
  .cid-vql5TnAZC3 .navbar.opened {
    height: auto;
  }
  .cid-vql5TnAZC3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vql5Tp4j2u {
  background-color: #012f83;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vql5Tp4j2u .carousel {
  height: 800px;
}
.cid-vql5Tp4j2u .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vql5Tp4j2u .carousel-item,
.cid-vql5Tp4j2u .carousel-inner {
  height: 100%;
}
.cid-vql5Tp4j2u img,
.cid-vql5Tp4j2u .item-wrapper {
  border-radius: 0 !important;
}
.cid-vql5Tp4j2u .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vql5Tp4j2u .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vql5Tp4j2u .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vql5Tp4j2u .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vql5Tp4j2u .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vql5Tp4j2u .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vql5Tp4j2u .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vql5Tp4j2u .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vql5Tp4j2u .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vql5Tp4j2u .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vql5Tp4j2u .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vql5Tp4j2u .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vql5Tp4j2u .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vql5Tp4j2u .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vql5Tp4j2u .carousel-indicators li.active,
.cid-vql5Tp4j2u .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vql5Tp4j2u .carousel-indicators li::after,
.cid-vql5Tp4j2u .carousel-indicators li::before {
  content: none;
}
.cid-vql5Tp4j2u .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vql5Tp4j2u .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vql5Tp4j2u .mbr-section-subtitle,
  .cid-vql5Tp4j2u .mbr-section-text,
  .cid-vql5Tp4j2u .mbr-section-btn {
    text-align: center;
  }
}
.cid-vql5Tp4j2u .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5Tp4j2u .mbr-section-text,
.cid-vql5Tp4j2u .mbr-section-btn {
  text-align: justify;
}
.cid-vql5TvTtSY {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vql5TvTtSY .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5TvTtSY .mbr-section-title {
  margin: 0;
}
.cid-vql5TvTtSY .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5TvTtSY .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5TvTtSY .card-img {
  text-align: left;
}
.cid-vql5TvTtSY .row-item {
  padding-bottom: 2rem;
}
.cid-vql5TvTtSY .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5TvTtSY .card-img,
  .cid-vql5TvTtSY .mbr-text,
  .cid-vql5TvTtSY .mbr-card-title,
  .cid-vql5TvTtSY .mbr-section-subtitle,
  .cid-vql5TvTtSY .mbr-section-title,
  .cid-vql5TvTtSY .underline {
    text-align: center !important;
  }
}
.cid-vql5TvTtSY .mbr-section-title,
.cid-vql5TvTtSY .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5TvTtSY .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5TwIOsh {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vql5TwIOsh .container {
    max-width: 1400px;
  }
}
.cid-vql5TwIOsh .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vql5TwIOsh .card-wrapper {
  margin-top: 3rem;
}
.cid-vql5TwIOsh .row {
  justify-content: center;
}
.cid-vql5TwIOsh .card-title,
.cid-vql5TwIOsh .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vql5TwIOsh .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vql5TwIOsh .mbr-section-title {
  color: #000000;
}
.cid-vql5Txu6j7 {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql5Txu6j7 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5Txu6j7 .mbr-section-title {
  margin: 0;
}
.cid-vql5Txu6j7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5Txu6j7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5Txu6j7 .card-img {
  text-align: left;
}
.cid-vql5Txu6j7 .row-item {
  padding-bottom: 2rem;
}
.cid-vql5Txu6j7 .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vql5Txu6j7 .card-img,
  .cid-vql5Txu6j7 .mbr-text,
  .cid-vql5Txu6j7 .mbr-card-title,
  .cid-vql5Txu6j7 .mbr-section-subtitle,
  .cid-vql5Txu6j7 .mbr-section-title,
  .cid-vql5Txu6j7 .underline {
    text-align: center !important;
  }
}
.cid-vql5Txu6j7 .mbr-section-title,
.cid-vql5Txu6j7 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5Txu6j7 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5Txu6j7 .mbr-card-title,
.cid-vql5Txu6j7 .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vql5TyluCN {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vql5TyluCN .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5TyluCN .mbr-section-title {
  margin: 0;
}
.cid-vql5TyluCN .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5TyluCN .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5TyluCN .card-img {
  text-align: left;
}
.cid-vql5TyluCN .row-item {
  padding-bottom: 2rem;
}
.cid-vql5TyluCN .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5TyluCN .card-img,
  .cid-vql5TyluCN .mbr-text,
  .cid-vql5TyluCN .mbr-card-title,
  .cid-vql5TyluCN .mbr-section-subtitle,
  .cid-vql5TyluCN .mbr-section-title,
  .cid-vql5TyluCN .underline {
    text-align: center !important;
  }
}
.cid-vql5TyluCN .mbr-section-title,
.cid-vql5TyluCN .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vql5TyluCN .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vql5TyluCN .mbr-card-title,
.cid-vql5TyluCN .card-img {
  text-align: center;
}
.cid-vql5TzbZem {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-vql5TzbZem .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-vql5TzbZem h4,
.cid-vql5TzbZem h5 {
  text-align: center;
}
.cid-vql5TzbZem p {
  text-align: center;
}
.cid-vql5TzbZem .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-vql5TzbZem .card-img {
  font-size: 3rem;
}
.cid-vql5TzbZem .date span {
  display: inline-block;
  background-color: #012f83;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-vql5TA1oZM {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql5TA1oZM .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5TA1oZM .mbr-section-title {
  margin: 0;
}
.cid-vql5TA1oZM .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5TA1oZM .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5TA1oZM .card-img {
  text-align: left;
}
.cid-vql5TA1oZM .row-item {
  padding-bottom: 2rem;
}
.cid-vql5TA1oZM .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5TA1oZM .card-img,
  .cid-vql5TA1oZM .mbr-text,
  .cid-vql5TA1oZM .mbr-card-title,
  .cid-vql5TA1oZM .mbr-section-subtitle,
  .cid-vql5TA1oZM .mbr-section-title,
  .cid-vql5TA1oZM .underline {
    text-align: center !important;
  }
}
.cid-vql5TA1oZM .mbr-section-title,
.cid-vql5TA1oZM .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5TA1oZM .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5TD4tVq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql5TD4tVq h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql5TD4tVq .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql5TD4tVq .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql5TD4tVq .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql5TD4tVq .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql5TD4tVq .panel-group {
  width: 100%;
}
.cid-vql5TD4tVq .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql5TD4tVq .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql5TD4tVq .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql5TD4tVq .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql5TD4tVq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql5TD4tVq .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql5TD4tVq .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql5TD4tVq .card .panel-body {
  background: #fafafa;
}
.cid-vql5TD4tVq .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql5TD4tVq .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5TD4tVq .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql5TD4tVq .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql5TD4tVq .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql5TD4tVq .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql5TDh72H {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql5TDh72H h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql5TDh72H .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql5TDh72H .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql5TDh72H .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql5TDh72H .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql5TDh72H .panel-group {
  width: 100%;
}
.cid-vql5TDh72H .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql5TDh72H .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql5TDh72H .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql5TDh72H .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql5TDh72H .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql5TDh72H .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql5TDh72H .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql5TDh72H .card .panel-body {
  background: #fafafa;
}
.cid-vql5TDh72H .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql5TDh72H .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5TDh72H .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql5TDh72H .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql5TDh72H .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql5TDh72H .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql5TDsn51 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vql5TDsn51 img {
  width: 120px;
  margin: auto;
}
.cid-vql5TDsn51 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vql5TDsn51 .card {
    max-width: 12.5%;
  }
}
.cid-vql5TDDAGb {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql5TDDAGb .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql5TDDAGb .mbr-section-title {
  margin: 0;
}
.cid-vql5TDDAGb .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql5TDDAGb .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql5TDDAGb .card-img {
  text-align: left;
}
.cid-vql5TDDAGb .row-item {
  padding-bottom: 2rem;
}
.cid-vql5TDDAGb .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql5TDDAGb .card-img,
  .cid-vql5TDDAGb .mbr-text,
  .cid-vql5TDDAGb .mbr-card-title,
  .cid-vql5TDDAGb .mbr-section-subtitle,
  .cid-vql5TDDAGb .mbr-section-title,
  .cid-vql5TDDAGb .underline {
    text-align: center !important;
  }
}
.cid-vql5TDDAGb .mbr-section-title,
.cid-vql5TDDAGb .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql5TDDAGb .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql5TDUB7S {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql5TDUB7S h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql5TDUB7S .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql5TDUB7S .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vql5TDUB7S .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vql5TDUB7S .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql5TDUB7S .panel-group {
  width: 100%;
}
.cid-vql5TDUB7S .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql5TDUB7S .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql5TDUB7S .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql5TDUB7S .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql5TDUB7S .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql5TDUB7S .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql5TDUB7S .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql5TDUB7S .card .panel-body {
  background: #fafafa;
}
.cid-vql5TDUB7S .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5TDUB7S .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql5TDUB7S .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql5TDUB7S .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vql5TDUB7S .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vql5TE76ZY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vql5TE76ZY .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql5TE76ZY .input-form .form1 {
  width: 100%;
}
.cid-vql5TE76ZY .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vql5TE76ZY .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vql5TE76ZY .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vql5TE76ZY .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vql5TE76ZY .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vql5TE76ZY .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vql5TE76ZY {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vql5TE76ZY .social-media {
    padding: 0;
    display: block;
  }
  .cid-vql5TE76ZY .subtext-1,
  .cid-vql5TE76ZY .subtext-2 {
    text-align: center !important;
  }
  .cid-vql5TE76ZY .form-text {
    text-align: center!important;
  }
  .cid-vql5TE76ZY .input-form div {
    width: 100%;
  }
  .cid-vql5TE76ZY .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vql5TE76ZY .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vql5TE76ZY .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vql5TE76ZY .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vql5TE76ZY .mbr-title,
.cid-vql5TE76ZY .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vql5TE76ZY .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vql5TEhKbi {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-vql5TEhKbi .title {
  margin-bottom: 2rem;
}
.cid-vql5TEhKbi a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vql5TEhKbi a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vql5TEhKbi .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vql5TEhKbi .input-group-btn {
  display: block;
}
.cid-vql5TEhKbi h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-vql5TEhKbi h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-vql5TEhKbi .mbr-section-subtitle P {
  text-align: left;
}
.cid-vql5TEhKbi .mbr-form input,
.cid-vql5TEhKbi textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-vql5TEhKbi h2 {
    text-align: center;
  }
  .cid-vql5TEhKbi h3 {
    text-align: center;
  }
  .cid-vql5TEhKbi .input-group-btn {
    text-align: center;
  }
  .cid-vql5TEhKbi .social-list {
    text-align: center;
  }
}
.cid-vql5TEhKbi H2 {
  text-align: justify;
}
.cid-vql5TEhKbi H3 {
  text-align: justify;
}
.cid-vql5TEtZ8K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vql5TEDEoH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vql5TEDEoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vql5TEDEoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vql5TEDEoH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vql5TEDEoH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vql5TEDEoH .row {
    text-align: center;
  }
  .cid-vql5TEDEoH .row > div {
    margin: auto;
  }
  .cid-vql5TEDEoH .social-row {
    justify-content: center;
  }
}
.cid-vql5TEDEoH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vql5TEDEoH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vql5TEDEoH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vql5TEDEoH .list {
    margin-bottom: 0rem;
  }
}
.cid-vql5TEDEoH .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vql5TEDEoH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vql5TEDEoH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vql5TEDEoH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vql5TEDEoH .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql9npGKIZ {
  z-index: 1000;
  width: 100%;
}
.cid-vql9npGKIZ nav.navbar {
  position: fixed;
}
.cid-vql9npGKIZ .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-vql9npGKIZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vql9npGKIZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vql9npGKIZ .dropdown-item:hover,
.cid-vql9npGKIZ .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vql9npGKIZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vql9npGKIZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vql9npGKIZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vql9npGKIZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vql9npGKIZ .nav-link {
  position: relative;
}
.cid-vql9npGKIZ .container {
  display: flex;
  margin: auto;
}
.cid-vql9npGKIZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vql9npGKIZ .dropdown-menu,
.cid-vql9npGKIZ .navbar.opened {
  background: #00328c !important;
}
.cid-vql9npGKIZ .nav-item:focus,
.cid-vql9npGKIZ .nav-link:focus {
  outline: none;
}
.cid-vql9npGKIZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vql9npGKIZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vql9npGKIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vql9npGKIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vql9npGKIZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vql9npGKIZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vql9npGKIZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vql9npGKIZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vql9npGKIZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vql9npGKIZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vql9npGKIZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vql9npGKIZ .navbar.collapsed {
  justify-content: center;
}
.cid-vql9npGKIZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vql9npGKIZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vql9npGKIZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vql9npGKIZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vql9npGKIZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vql9npGKIZ .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-vql9npGKIZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vql9npGKIZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vql9npGKIZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vql9npGKIZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vql9npGKIZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vql9npGKIZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vql9npGKIZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vql9npGKIZ .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-vql9npGKIZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vql9npGKIZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vql9npGKIZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vql9npGKIZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vql9npGKIZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vql9npGKIZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vql9npGKIZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vql9npGKIZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vql9npGKIZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vql9npGKIZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vql9npGKIZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vql9npGKIZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vql9npGKIZ .dropdown-item.active,
.cid-vql9npGKIZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vql9npGKIZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vql9npGKIZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vql9npGKIZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vql9npGKIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vql9npGKIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vql9npGKIZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vql9npGKIZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vql9npGKIZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vql9npGKIZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vql9npGKIZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vql9npGKIZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vql9npGKIZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql9npGKIZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vql9npGKIZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vql9npGKIZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql9npGKIZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vql9npGKIZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vql9npGKIZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vql9npGKIZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vql9npGKIZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vql9npGKIZ .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-vql9npGKIZ .navbar {
    height: 70px;
  }
  .cid-vql9npGKIZ .navbar.opened {
    height: auto;
  }
  .cid-vql9npGKIZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vql9npQ9w6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql9npQ9w6 .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-vql9npQ9w6 .modal-body .close {
  background: #1b1b1b;
}
.cid-vql9npQ9w6 .modal-body .close span {
  font-style: normal;
}
.cid-vql9npQ9w6 .carousel-inner > .active,
.cid-vql9npQ9w6 .carousel-inner > .next,
.cid-vql9npQ9w6 .carousel-inner > .prev {
  display: flex;
}
.cid-vql9npQ9w6 .carousel-control .icon-next,
.cid-vql9npQ9w6 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vql9npQ9w6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vql9npQ9w6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vql9npQ9w6 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-vql9npQ9w6 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vql9npQ9w6 .boxed-slider > div {
  position: relative;
}
.cid-vql9npQ9w6 .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-vql9npQ9w6 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vql9npQ9w6 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vql9npQ9w6 .mbr-table-cell {
  padding: 0;
}
.cid-vql9npQ9w6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vql9npQ9w6 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vql9npQ9w6 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-vql9npQ9w6 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vql9npQ9w6 .carousel-item .container {
    width: 100%;
  }
}
.cid-vql9npQ9w6 .carousel-item-next.carousel-item-left,
.cid-vql9npQ9w6 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vql9npQ9w6 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-vql9npQ9w6 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vql9npQ9w6 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vql9npQ9w6 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vql9npQ9w6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vql9npQ9w6 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vql9npQ9w6 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vql9npQ9w6 .mbr-slider .carousel-indicators li.active,
.cid-vql9npQ9w6 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vql9npQ9w6 .mbr-slider .carousel-indicators li::after,
.cid-vql9npQ9w6 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vql9npQ9w6 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vql9npQ9w6 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vql9npQ9w6 .mbr-slider > .container img {
  width: 100%;
}
.cid-vql9npQ9w6 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vql9npQ9w6 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vql9npQ9w6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vql9npQ9w6 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vql9npQ9w6 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vql9npQ9w6 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vql9npQ9w6 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vql9npQ9w6 .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-vql9npQ9w6 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vql9npQ9w6 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vql9npQ9w6 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vql9npQ9w6 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vql9npQ9w6 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vql9npQ9w6 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-vql9npQ9w6 .carousel-inner {
  height: 100%;
}
.cid-vql9npQ9w6 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-vql9npQ9w6 .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 700px;
  overflow: hidden;
}
.cid-vql9npQ9w6 .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-vql9npQ9w6 .content-slider-wrap {
  width: 100%;
}
.cid-vql9npQ9w6 H2 {
  text-align: left;
}
.cid-vql9npQ9w6 P {
  text-align: justify;
}
.cid-vql9npWgC2 {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vql9npWgC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vql9npWgC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vql9nq2FeB {
  background-color: #012f83;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vql9nq2FeB .carousel {
  height: 800px;
}
.cid-vql9nq2FeB .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vql9nq2FeB .carousel-item,
.cid-vql9nq2FeB .carousel-inner {
  height: 100%;
}
.cid-vql9nq2FeB img,
.cid-vql9nq2FeB .item-wrapper {
  border-radius: 0 !important;
}
.cid-vql9nq2FeB .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vql9nq2FeB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vql9nq2FeB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vql9nq2FeB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vql9nq2FeB .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vql9nq2FeB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vql9nq2FeB .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vql9nq2FeB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vql9nq2FeB .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vql9nq2FeB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vql9nq2FeB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vql9nq2FeB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vql9nq2FeB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vql9nq2FeB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vql9nq2FeB .carousel-indicators li.active,
.cid-vql9nq2FeB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vql9nq2FeB .carousel-indicators li::after,
.cid-vql9nq2FeB .carousel-indicators li::before {
  content: none;
}
.cid-vql9nq2FeB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vql9nq2FeB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vql9nq2FeB .mbr-section-subtitle,
  .cid-vql9nq2FeB .mbr-section-text,
  .cid-vql9nq2FeB .mbr-section-btn {
    text-align: center;
  }
}
.cid-vql9nq2FeB .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql9nq2FeB .mbr-section-text,
.cid-vql9nq2FeB .mbr-section-btn {
  text-align: justify;
}
.cid-vql9nqbwhA {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vql9nqbwhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vql9nqbwhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vql9nqia7x {
  background-color: #012f83;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-vql9nqia7x .carousel {
  width: 100%;
}
.cid-vql9nqia7x .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-vql9nqia7x .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-vql9nqia7x img,
.cid-vql9nqia7x .item-wrapper {
  border-radius: 0 !important;
}
.cid-vql9nqia7x .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vql9nqia7x .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vql9nqia7x .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vql9nqia7x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vql9nqia7x .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vql9nqia7x .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vql9nqia7x .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vql9nqia7x .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vql9nqia7x .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vql9nqia7x .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vql9nqia7x .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vql9nqia7x .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vql9nqia7x .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vql9nqia7x .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vql9nqia7x .carousel-indicators li.active,
.cid-vql9nqia7x .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vql9nqia7x .carousel-indicators li::after,
.cid-vql9nqia7x .carousel-indicators li::before {
  content: none;
}
.cid-vql9nqia7x .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vql9nqia7x .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vql9nqia7x .mbr-section-subtitle,
  .cid-vql9nqia7x .mbr-section-text,
  .cid-vql9nqia7x .mbr-section-btn {
    text-align: center;
  }
}
.cid-vql9nqia7x .mbr-section-subtitle {
  text-align: left;
}
.cid-vql9nqia7x .mbr-section-text,
.cid-vql9nqia7x .mbr-section-btn {
  text-align: justify;
}
.cid-vql9nqE60S {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vql9nqE60S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vql9nqE60S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vql9nqLNgz .modal-body .close {
  background: #1b1b1b;
}
.cid-vql9nqLNgz .modal-body .close span {
  font-style: normal;
}
.cid-vql9nqLNgz .carousel-inner > .active,
.cid-vql9nqLNgz .carousel-inner > .next,
.cid-vql9nqLNgz .carousel-inner > .prev {
  display: table;
}
.cid-vql9nqLNgz .carousel-control .icon-next,
.cid-vql9nqLNgz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vql9nqLNgz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vql9nqLNgz .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vql9nqLNgz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vql9nqLNgz .boxed-slider > div {
  position: relative;
}
.cid-vql9nqLNgz .container img {
  width: 100%;
}
.cid-vql9nqLNgz .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vql9nqLNgz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vql9nqLNgz .mbr-table-cell {
  padding: 0;
}
.cid-vql9nqLNgz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vql9nqLNgz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vql9nqLNgz .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vql9nqLNgz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vql9nqLNgz .carousel-item .container {
    width: 100%;
  }
}
.cid-vql9nqLNgz .carousel-item-next.carousel-item-left,
.cid-vql9nqLNgz .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vql9nqLNgz .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-vql9nqLNgz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vql9nqLNgz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vql9nqLNgz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vql9nqLNgz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vql9nqLNgz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vql9nqLNgz .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vql9nqLNgz .mbr-slider .carousel-indicators li.active,
.cid-vql9nqLNgz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vql9nqLNgz .mbr-slider .carousel-indicators li::after,
.cid-vql9nqLNgz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vql9nqLNgz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vql9nqLNgz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vql9nqLNgz .mbr-slider > .container img {
  width: 100%;
}
.cid-vql9nqLNgz .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vql9nqLNgz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vql9nqLNgz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vql9nqLNgz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vql9nqLNgz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vql9nqLNgz .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vql9nqLNgz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vql9nqLNgz .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-vql9nqLNgz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vql9nqLNgz .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vql9nqLNgz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vql9nqLNgz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vql9nqLNgz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vql9nqLNgz H2 {
  text-align: justify;
}
.cid-vql9nqLNgz P {
  text-align: justify;
}
.cid-vql9nqQnze {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vql9nqQnze .mbr-fallback-image.disabled {
  display: none;
}
.cid-vql9nqQnze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vql9nqWE7g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #012f83;
}
.cid-vql9nqWE7g .carousel {
  height: 800px;
}
.cid-vql9nqWE7g .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vql9nqWE7g .carousel-item,
.cid-vql9nqWE7g .carousel-inner {
  height: 100%;
}
.cid-vql9nqWE7g .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vql9nqWE7g .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vql9nqWE7g .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vql9nqWE7g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vql9nqWE7g .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vql9nqWE7g .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vql9nqWE7g .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vql9nqWE7g .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vql9nqWE7g .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vql9nqWE7g .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vql9nqWE7g .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vql9nqWE7g .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vql9nqWE7g .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vql9nqWE7g .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vql9nqWE7g .carousel-indicators li.active,
.cid-vql9nqWE7g .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vql9nqWE7g .carousel-indicators li::after,
.cid-vql9nqWE7g .carousel-indicators li::before {
  content: none;
}
.cid-vql9nqWE7g .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vql9nqWE7g .carousel-indicators {
    display: none !important;
  }
}
.cid-vql9nqWE7g .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql9nqWE7g .mbr-section-text {
  text-align: justify;
}
.cid-vql9nr47hm {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vql9nr47hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vql9nr47hm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vql9nrc16k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vql9nrc16k .carousel {
  height: 800px;
}
.cid-vql9nrc16k .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vql9nrc16k .carousel-item,
.cid-vql9nrc16k .carousel-inner {
  height: 100%;
}
.cid-vql9nrc16k .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vql9nrc16k .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vql9nrc16k .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vql9nrc16k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vql9nrc16k .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vql9nrc16k .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vql9nrc16k .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vql9nrc16k .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vql9nrc16k .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vql9nrc16k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vql9nrc16k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vql9nrc16k .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vql9nrc16k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vql9nrc16k .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vql9nrc16k .carousel-indicators li.active,
.cid-vql9nrc16k .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vql9nrc16k .carousel-indicators li::after,
.cid-vql9nrc16k .carousel-indicators li::before {
  content: none;
}
.cid-vql9nrc16k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vql9nrc16k .carousel-indicators {
    display: none !important;
  }
}
.cid-vql9nrc16k .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql9nrc16k .mbr-section-text {
  text-align: justify;
}
.cid-vqlbk9XQ8h {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqlbk9XQ8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqlbk9XQ8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vql9nruXG2 .modal-body .close {
  background: #1b1b1b;
}
.cid-vql9nruXG2 .modal-body .close span {
  font-style: normal;
}
.cid-vql9nruXG2 .carousel-inner > .active,
.cid-vql9nruXG2 .carousel-inner > .next,
.cid-vql9nruXG2 .carousel-inner > .prev {
  display: table;
}
.cid-vql9nruXG2 .carousel-control .icon-next,
.cid-vql9nruXG2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vql9nruXG2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vql9nruXG2 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vql9nruXG2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vql9nruXG2 .boxed-slider > div {
  position: relative;
}
.cid-vql9nruXG2 .container img {
  width: 100%;
}
.cid-vql9nruXG2 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vql9nruXG2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vql9nruXG2 .mbr-table-cell {
  padding: 0;
}
.cid-vql9nruXG2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vql9nruXG2 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vql9nruXG2 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vql9nruXG2 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vql9nruXG2 .carousel-item .container {
    width: 100%;
  }
}
.cid-vql9nruXG2 .carousel-item-next.carousel-item-left,
.cid-vql9nruXG2 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vql9nruXG2 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
}
.cid-vql9nruXG2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-vql9nruXG2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-vql9nruXG2 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-vql9nruXG2 .mbr-slider .carousel-control:hover {
  background-color: #00328c;
}
@media (max-width: 767px) {
  .cid-vql9nruXG2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vql9nruXG2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vql9nruXG2 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vql9nruXG2 .mbr-slider .carousel-indicators li.active,
.cid-vql9nruXG2 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #00328c;
}
.cid-vql9nruXG2 .mbr-slider .carousel-indicators li::after,
.cid-vql9nruXG2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vql9nruXG2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vql9nruXG2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vql9nruXG2 .mbr-slider > .container img {
  width: 100%;
}
.cid-vql9nruXG2 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vql9nruXG2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vql9nruXG2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vql9nruXG2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vql9nruXG2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vql9nruXG2 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vql9nruXG2 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vql9nruXG2 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vql9nruXG2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vql9nruXG2 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vql9nruXG2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vql9nruXG2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vql9nruXG2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vql9nruXG2 H2 {
  text-align: justify;
}
.cid-vql9nruXG2 P {
  text-align: justify;
}
.cid-vql9nrCoBp {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vql9nrCoBp .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql9nrCoBp .mbr-section-title {
  margin: 0;
}
.cid-vql9nrCoBp .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql9nrCoBp .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql9nrCoBp .card-img {
  text-align: left;
}
.cid-vql9nrCoBp .row-item {
  padding-bottom: 2rem;
}
.cid-vql9nrCoBp .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql9nrCoBp .card-img,
  .cid-vql9nrCoBp .mbr-text,
  .cid-vql9nrCoBp .mbr-card-title,
  .cid-vql9nrCoBp .mbr-section-subtitle,
  .cid-vql9nrCoBp .mbr-section-title,
  .cid-vql9nrCoBp .underline {
    text-align: center !important;
  }
}
.cid-vql9nrCoBp .mbr-section-title,
.cid-vql9nrCoBp .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql9nrCoBp .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql9nrNbCT {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vql9nrNbCT .container {
    max-width: 1400px;
  }
}
.cid-vql9nrNbCT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vql9nrNbCT .card-wrapper {
  margin-top: 3rem;
}
.cid-vql9nrNbCT .row {
  justify-content: center;
}
.cid-vql9nrNbCT .card-title,
.cid-vql9nrNbCT .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vql9nrNbCT .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vql9nrNbCT .mbr-section-title {
  color: #000000;
}
.cid-vql9nrWnk6 {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql9nrWnk6 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql9nrWnk6 .mbr-section-title {
  margin: 0;
}
.cid-vql9nrWnk6 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql9nrWnk6 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql9nrWnk6 .card-img {
  text-align: left;
}
.cid-vql9nrWnk6 .row-item {
  padding-bottom: 2rem;
}
.cid-vql9nrWnk6 .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vql9nrWnk6 .card-img,
  .cid-vql9nrWnk6 .mbr-text,
  .cid-vql9nrWnk6 .mbr-card-title,
  .cid-vql9nrWnk6 .mbr-section-subtitle,
  .cid-vql9nrWnk6 .mbr-section-title,
  .cid-vql9nrWnk6 .underline {
    text-align: center !important;
  }
}
.cid-vql9nrWnk6 .mbr-section-title,
.cid-vql9nrWnk6 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql9nrWnk6 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql9nrWnk6 .mbr-card-title,
.cid-vql9nrWnk6 .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vql9ns64Pd {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vql9ns64Pd .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql9ns64Pd .mbr-section-title {
  margin: 0;
}
.cid-vql9ns64Pd .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql9ns64Pd .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql9ns64Pd .card-img {
  text-align: left;
}
.cid-vql9ns64Pd .row-item {
  padding-bottom: 2rem;
}
.cid-vql9ns64Pd .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql9ns64Pd .card-img,
  .cid-vql9ns64Pd .mbr-text,
  .cid-vql9ns64Pd .mbr-card-title,
  .cid-vql9ns64Pd .mbr-section-subtitle,
  .cid-vql9ns64Pd .mbr-section-title,
  .cid-vql9ns64Pd .underline {
    text-align: center !important;
  }
}
.cid-vql9ns64Pd .mbr-section-title,
.cid-vql9ns64Pd .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vql9ns64Pd .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vql9ns64Pd .mbr-card-title,
.cid-vql9ns64Pd .card-img {
  text-align: center;
}
.cid-vql9nsjb1x {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-vql9nsjb1x .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-vql9nsjb1x h4,
.cid-vql9nsjb1x h5 {
  text-align: center;
}
.cid-vql9nsjb1x p {
  text-align: center;
}
.cid-vql9nsjb1x .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-vql9nsjb1x .card-img {
  font-size: 3rem;
}
.cid-vql9nsjb1x .date span {
  display: inline-block;
  background-color: #012f83;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-vql9nssmhy {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql9nssmhy .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql9nssmhy .mbr-section-title {
  margin: 0;
}
.cid-vql9nssmhy .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql9nssmhy .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql9nssmhy .card-img {
  text-align: left;
}
.cid-vql9nssmhy .row-item {
  padding-bottom: 2rem;
}
.cid-vql9nssmhy .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql9nssmhy .card-img,
  .cid-vql9nssmhy .mbr-text,
  .cid-vql9nssmhy .mbr-card-title,
  .cid-vql9nssmhy .mbr-section-subtitle,
  .cid-vql9nssmhy .mbr-section-title,
  .cid-vql9nssmhy .underline {
    text-align: center !important;
  }
}
.cid-vql9nssmhy .mbr-section-title,
.cid-vql9nssmhy .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql9nssmhy .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql9nsDtuy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql9nsDtuy h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql9nsDtuy .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql9nsDtuy .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql9nsDtuy .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql9nsDtuy .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql9nsDtuy .panel-group {
  width: 100%;
}
.cid-vql9nsDtuy .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql9nsDtuy .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql9nsDtuy .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql9nsDtuy .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql9nsDtuy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql9nsDtuy .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql9nsDtuy .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql9nsDtuy .card .panel-body {
  background: #fafafa;
}
.cid-vql9nsDtuy .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql9nsDtuy .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql9nsDtuy .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql9nsDtuy .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql9nsDtuy .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql9nsDtuy .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql9nsOvXy {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql9nsOvXy h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql9nsOvXy .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql9nsOvXy .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vql9nsOvXy .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vql9nsOvXy .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql9nsOvXy .panel-group {
  width: 100%;
}
.cid-vql9nsOvXy .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql9nsOvXy .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql9nsOvXy .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql9nsOvXy .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql9nsOvXy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql9nsOvXy .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql9nsOvXy .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql9nsOvXy .card .panel-body {
  background: #fafafa;
}
.cid-vql9nsOvXy .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vql9nsOvXy .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql9nsOvXy .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql9nsOvXy .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vql9nsOvXy .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql9nsOvXy .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vql9nsZoj8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vql9nsZoj8 img {
  width: 120px;
  margin: auto;
}
.cid-vql9nsZoj8 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vql9nsZoj8 .card {
    max-width: 12.5%;
  }
}
.cid-vql9nt9gL4 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vql9nt9gL4 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vql9nt9gL4 .mbr-section-title {
  margin: 0;
}
.cid-vql9nt9gL4 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vql9nt9gL4 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vql9nt9gL4 .card-img {
  text-align: left;
}
.cid-vql9nt9gL4 .row-item {
  padding-bottom: 2rem;
}
.cid-vql9nt9gL4 .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vql9nt9gL4 .card-img,
  .cid-vql9nt9gL4 .mbr-text,
  .cid-vql9nt9gL4 .mbr-card-title,
  .cid-vql9nt9gL4 .mbr-section-subtitle,
  .cid-vql9nt9gL4 .mbr-section-title,
  .cid-vql9nt9gL4 .underline {
    text-align: center !important;
  }
}
.cid-vql9nt9gL4 .mbr-section-title,
.cid-vql9nt9gL4 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vql9nt9gL4 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vql9ntkZdV {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vql9ntkZdV h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vql9ntkZdV .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vql9ntkZdV .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vql9ntkZdV .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vql9ntkZdV .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vql9ntkZdV .panel-group {
  width: 100%;
}
.cid-vql9ntkZdV .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vql9ntkZdV .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vql9ntkZdV .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vql9ntkZdV .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vql9ntkZdV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vql9ntkZdV .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vql9ntkZdV .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vql9ntkZdV .card .panel-body {
  background: #fafafa;
}
.cid-vql9ntkZdV .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql9ntkZdV .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vql9ntkZdV .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vql9ntkZdV .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vql9ntkZdV .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vql9nttC3a {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vql9nttC3a .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql9nttC3a .input-form .form1 {
  width: 100%;
}
.cid-vql9nttC3a .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vql9nttC3a .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vql9nttC3a .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vql9nttC3a .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vql9nttC3a .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vql9nttC3a .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vql9nttC3a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vql9nttC3a .social-media {
    padding: 0;
    display: block;
  }
  .cid-vql9nttC3a .subtext-1,
  .cid-vql9nttC3a .subtext-2 {
    text-align: center !important;
  }
  .cid-vql9nttC3a .form-text {
    text-align: center!important;
  }
  .cid-vql9nttC3a .input-form div {
    width: 100%;
  }
  .cid-vql9nttC3a .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vql9nttC3a .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vql9nttC3a .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vql9nttC3a .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vql9nttC3a .mbr-title,
.cid-vql9nttC3a .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vql9nttC3a .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vql9ntD3sf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-vql9ntD3sf .title {
  margin-bottom: 2rem;
}
.cid-vql9ntD3sf a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vql9ntD3sf a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vql9ntD3sf .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vql9ntD3sf .input-group-btn {
  display: block;
}
.cid-vql9ntD3sf h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-vql9ntD3sf h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-vql9ntD3sf .mbr-section-subtitle P {
  text-align: left;
}
.cid-vql9ntD3sf .mbr-form input,
.cid-vql9ntD3sf textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-vql9ntD3sf h2 {
    text-align: center;
  }
  .cid-vql9ntD3sf h3 {
    text-align: center;
  }
  .cid-vql9ntD3sf .input-group-btn {
    text-align: center;
  }
  .cid-vql9ntD3sf .social-list {
    text-align: center;
  }
}
.cid-vql9ntD3sf H2 {
  text-align: justify;
}
.cid-vql9ntD3sf H3 {
  text-align: justify;
}
.cid-vql9ntKpFp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vql9ntQwlP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vql9ntQwlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vql9ntQwlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vql9ntQwlP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vql9ntQwlP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vql9ntQwlP .row {
    text-align: center;
  }
  .cid-vql9ntQwlP .row > div {
    margin: auto;
  }
  .cid-vql9ntQwlP .social-row {
    justify-content: center;
  }
}
.cid-vql9ntQwlP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vql9ntQwlP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vql9ntQwlP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vql9ntQwlP .list {
    margin-bottom: 0rem;
  }
}
.cid-vql9ntQwlP .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vql9ntQwlP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vql9ntQwlP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vql9ntQwlP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vql9ntQwlP .mbr-section-subtitle {
  text-align: justify;
}
.cid-vnqObRfKpN {
  z-index: 1000;
  width: 100%;
}
.cid-vnqObRfKpN nav.navbar {
  position: fixed;
}
.cid-vnqObRfKpN .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-vnqObRfKpN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vnqObRfKpN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vnqObRfKpN .dropdown-item:hover,
.cid-vnqObRfKpN .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vnqObRfKpN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnqObRfKpN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnqObRfKpN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnqObRfKpN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vnqObRfKpN .nav-link {
  position: relative;
}
.cid-vnqObRfKpN .container {
  display: flex;
  margin: auto;
}
.cid-vnqObRfKpN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vnqObRfKpN .dropdown-menu,
.cid-vnqObRfKpN .navbar.opened {
  background: #00328c !important;
}
.cid-vnqObRfKpN .nav-item:focus,
.cid-vnqObRfKpN .nav-link:focus {
  outline: none;
}
.cid-vnqObRfKpN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnqObRfKpN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vnqObRfKpN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnqObRfKpN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnqObRfKpN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnqObRfKpN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnqObRfKpN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vnqObRfKpN .navbar.opened {
  transition: all 0.3s;
}
.cid-vnqObRfKpN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vnqObRfKpN .navbar .navbar-logo img {
  width: auto;
}
.cid-vnqObRfKpN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnqObRfKpN .navbar.collapsed {
  justify-content: center;
}
.cid-vnqObRfKpN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnqObRfKpN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnqObRfKpN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vnqObRfKpN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnqObRfKpN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnqObRfKpN .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-vnqObRfKpN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnqObRfKpN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnqObRfKpN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnqObRfKpN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnqObRfKpN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnqObRfKpN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnqObRfKpN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnqObRfKpN .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-vnqObRfKpN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnqObRfKpN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnqObRfKpN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vnqObRfKpN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vnqObRfKpN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnqObRfKpN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnqObRfKpN .navbar.navbar-short {
  min-height: 60px;
}
.cid-vnqObRfKpN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vnqObRfKpN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vnqObRfKpN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vnqObRfKpN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vnqObRfKpN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnqObRfKpN .dropdown-item.active,
.cid-vnqObRfKpN .dropdown-item:active {
  background-color: transparent;
}
.cid-vnqObRfKpN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnqObRfKpN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnqObRfKpN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnqObRfKpN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vnqObRfKpN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vnqObRfKpN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnqObRfKpN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vnqObRfKpN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vnqObRfKpN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vnqObRfKpN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vnqObRfKpN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vnqObRfKpN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnqObRfKpN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnqObRfKpN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vnqObRfKpN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnqObRfKpN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnqObRfKpN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnqObRfKpN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnqObRfKpN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnqObRfKpN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnqObRfKpN .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-vnqObRfKpN .navbar {
    height: 70px;
  }
  .cid-vnqObRfKpN .navbar.opened {
    height: auto;
  }
  .cid-vnqObRfKpN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnqZgMgIH1 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #00328c;
}
.cid-vnqZgMgIH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnqZgMgIH1 .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-vnqZgMgIH1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vnqZgMgIH1 .row {
  flex-direction: row-reverse;
}
.cid-vnqZgMgIH1 img {
  width: 100%;
}
.cid-vnqXC6dGBH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #00328c;
}
.cid-vnqObRr6LG {
  display: flex;
  background-image: url("../../../assets/images/mag-carguero-2-2000x1116.png");
}
.cid-vnqObRr6LG .mbr-overlay {
  background-color: #00328c;
  opacity: 0.7;
}
.cid-vnqObRr6LG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-vnqObRr6LG {
    align-items: flex-end;
  }
  .cid-vnqObRr6LG .row {
    justify-content: flex-start;
  }
  .cid-vnqObRr6LG .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vnqObRr6LG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vnqObRr6LG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vnqObRr6LG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vnqObRr6LG .content-wrap {
    width: 100%;
  }
}
.cid-vnqObRJPQu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vnqObRJPQu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vnqObRJPQu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vnqObRJPQu .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vnqObRJPQu .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vnqObRJPQu .mbr-section-title {
  color: #0049cf;
}
.cid-vnqUa0Ws1s {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/gi-05b-1256x533.png");
}
.cid-vnqUa0Ws1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnqUa0Ws1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnqUa0Ws1s .mbr-text,
.cid-vnqUa0Ws1s .mbr-section-btn {
  color: #232323;
}
.cid-vnqUa0Ws1s .card-title,
.cid-vnqUa0Ws1s .card-box {
  color: #ffffff;
}
.cid-vnqUa0Ws1s .mbr-text,
.cid-vnqUa0Ws1s .link-wrap {
  color: #ffffff;
}
.cid-vnqObT7bFY {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vnqObT7bFY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vnqObT7bFY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vnqObT7bFY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vnqObT7bFY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vnqObT7bFY .mbr-section-title {
  color: #0049cf;
}
.cid-vnqObT7bFY .mbr-section-subtitle {
  color: #0049cf;
}
.cid-vqkX1UUAFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vqkX1UUAFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqkX1UUAFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqkX1UUAFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqkX1UUAFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqkX1UUAFs .row {
    text-align: center;
  }
  .cid-vqkX1UUAFs .row > div {
    margin: auto;
  }
  .cid-vqkX1UUAFs .social-row {
    justify-content: center;
  }
}
.cid-vqkX1UUAFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqkX1UUAFs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vqkX1UUAFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqkX1UUAFs .list {
    margin-bottom: 0rem;
  }
}
.cid-vqkX1UUAFs .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqkX1UUAFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vqkX1UUAFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vqkX1UUAFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vqkX1UUAFs .mbr-section-subtitle {
  text-align: justify;
}
.cid-vpV3LV9nMV {
  z-index: 1000;
  width: 100%;
}
.cid-vpV3LV9nMV nav.navbar {
  position: fixed;
}
.cid-vpV3LV9nMV .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-vpV3LV9nMV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpV3LV9nMV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpV3LV9nMV .dropdown-item:hover,
.cid-vpV3LV9nMV .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vpV3LV9nMV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpV3LV9nMV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpV3LV9nMV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpV3LV9nMV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpV3LV9nMV .nav-link {
  position: relative;
}
.cid-vpV3LV9nMV .container {
  display: flex;
  margin: auto;
}
.cid-vpV3LV9nMV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpV3LV9nMV .dropdown-menu,
.cid-vpV3LV9nMV .navbar.opened {
  background: #00328c !important;
}
.cid-vpV3LV9nMV .nav-item:focus,
.cid-vpV3LV9nMV .nav-link:focus {
  outline: none;
}
.cid-vpV3LV9nMV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpV3LV9nMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpV3LV9nMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpV3LV9nMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpV3LV9nMV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpV3LV9nMV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpV3LV9nMV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vpV3LV9nMV .navbar.opened {
  transition: all 0.3s;
}
.cid-vpV3LV9nMV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpV3LV9nMV .navbar .navbar-logo img {
  width: auto;
}
.cid-vpV3LV9nMV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpV3LV9nMV .navbar.collapsed {
  justify-content: center;
}
.cid-vpV3LV9nMV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpV3LV9nMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpV3LV9nMV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vpV3LV9nMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpV3LV9nMV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpV3LV9nMV .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-vpV3LV9nMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpV3LV9nMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpV3LV9nMV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpV3LV9nMV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpV3LV9nMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpV3LV9nMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpV3LV9nMV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpV3LV9nMV .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-vpV3LV9nMV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpV3LV9nMV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpV3LV9nMV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpV3LV9nMV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpV3LV9nMV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpV3LV9nMV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpV3LV9nMV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpV3LV9nMV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpV3LV9nMV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpV3LV9nMV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpV3LV9nMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpV3LV9nMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpV3LV9nMV .dropdown-item.active,
.cid-vpV3LV9nMV .dropdown-item:active {
  background-color: transparent;
}
.cid-vpV3LV9nMV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpV3LV9nMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpV3LV9nMV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpV3LV9nMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vpV3LV9nMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpV3LV9nMV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpV3LV9nMV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpV3LV9nMV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpV3LV9nMV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpV3LV9nMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpV3LV9nMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpV3LV9nMV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpV3LV9nMV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpV3LV9nMV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpV3LV9nMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpV3LV9nMV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpV3LV9nMV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpV3LV9nMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpV3LV9nMV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vpV3LV9nMV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpV3LV9nMV .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-vpV3LV9nMV .navbar {
    height: 70px;
  }
  .cid-vpV3LV9nMV .navbar.opened {
    height: auto;
  }
  .cid-vpV3LV9nMV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpV3LVjzZx {
  display: flex;
  background-image: url("../../../assets/images/mag-carguero-2-2000x1116.png");
}
.cid-vpV3LVjzZx .mbr-overlay {
  background-color: #00328c;
  opacity: 0.7;
}
.cid-vpV3LVjzZx .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-vpV3LVjzZx {
    align-items: flex-end;
  }
  .cid-vpV3LVjzZx .row {
    justify-content: flex-start;
  }
  .cid-vpV3LVjzZx .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vpV3LVjzZx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vpV3LVjzZx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vpV3LVjzZx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vpV3LVjzZx .content-wrap {
    width: 100%;
  }
}
.cid-vpV3LVrDg4 {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vpV3LVrDg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpV3LVrDg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpV3LVxrgr {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-05b-1256x533.png");
}
.cid-vpV3LVxrgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpV3LVxrgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpV3LVxrgr .mbr-text,
.cid-vpV3LVxrgr .mbr-section-btn {
  color: #232323;
}
.cid-vpV3LVxrgr .card-title,
.cid-vpV3LVxrgr .card-box {
  color: #ffffff;
}
.cid-vpV3LVxrgr .mbr-text,
.cid-vpV3LVxrgr .link-wrap {
  color: #ffffff;
}
.cid-vpV3LVD13V {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vpV3LVD13V .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vpV3LVD13V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vpV3LVD13V .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vpV3LVD13V .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vpV3LVD13V .mbr-section-title {
  color: #00328c;
}
.cid-vpV3LVKaze {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e3f1ff;
}
.cid-vpV3LVKaze .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vpV3LVKaze .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vpV3LVKaze .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vpV3LVKaze .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vpV3LVKaze .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vpV3LVKaze .mbr-text,
.cid-vpV3LVKaze .mbr-section-btn {
  color: #353535;
}
.cid-vpV3LVKaze .mbr-section-title {
  color: #00328c;
}
.cid-vpV3LVQdDW {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #00328c;
}
.cid-vpV3LVQdDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpV3LVQdDW .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-vpV3LVQdDW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpV3LVQdDW .row {
  flex-direction: row-reverse;
}
.cid-vpV3LVQdDW img {
  width: 100%;
}
.cid-vpV3LVVNeH {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #00328c;
}
.cid-vpV3LVZeXt {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #dbe8ff;
}
.cid-vpV3LVZeXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpV3LVZeXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpV3LVZeXt .mbr-section-title {
  color: #00328c;
}
.cid-vpV3LW6c5N {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #dbe8ff;
}
@media (min-width: 1500px) {
  .cid-vpV3LW6c5N .container {
    max-width: 1400px;
  }
}
.cid-vpV3LW6c5N .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-vpV3LW6c5N .card-wrapper {
  margin-top: 3rem;
}
.cid-vpV3LW6c5N .row {
  justify-content: center;
}
.cid-vpV3LW6c5N .card-title,
.cid-vpV3LW6c5N .iconfont-wrapper {
  color: #000000;
}
.cid-vpV3LW6c5N .card-text {
  color: #000000;
}
.cid-vpV3LW6c5N .mbr-section-title {
  color: #000000;
}
.cid-vpV3LWf2tk {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vpV3LWf2tk img,
.cid-vpV3LWf2tk .item-img {
  width: 100%;
}
.cid-vpV3LWf2tk .item:focus,
.cid-vpV3LWf2tk span:focus {
  outline: none;
}
.cid-vpV3LWf2tk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vpV3LWf2tk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vpV3LWf2tk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpV3LWf2tk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vpV3LWf2tk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vpV3LWf2tk .mbr-section-title {
  color: #00328c;
}
.cid-vpV3LWf2tk .mbr-text,
.cid-vpV3LWf2tk .mbr-section-btn {
  text-align: left;
}
.cid-vpV3LWf2tk .item-title {
  text-align: left;
  color: #00328c;
}
.cid-vpV3LWf2tk .item-subtitle {
  text-align: center;
}
.cid-vpV3LWqgJh {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vpV3LWqgJh img,
.cid-vpV3LWqgJh .item-img {
  width: 100%;
}
.cid-vpV3LWqgJh .item:focus,
.cid-vpV3LWqgJh span:focus {
  outline: none;
}
.cid-vpV3LWqgJh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vpV3LWqgJh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vpV3LWqgJh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpV3LWqgJh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vpV3LWqgJh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vpV3LWqgJh .mbr-section-title {
  color: #232323;
}
.cid-vpV3LWqgJh .mbr-text,
.cid-vpV3LWqgJh .mbr-section-btn {
  text-align: left;
}
.cid-vpV3LWqgJh .item-title {
  text-align: left;
  color: #00328c;
}
.cid-vpV3LWqgJh .item-subtitle {
  text-align: center;
}
.cid-vpV3LWAHhl {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #e3f1ff;
}
.cid-vpV3LWAHhl img,
.cid-vpV3LWAHhl .item-img {
  width: 100%;
}
.cid-vpV3LWAHhl .item:focus,
.cid-vpV3LWAHhl span:focus {
  outline: none;
}
.cid-vpV3LWAHhl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vpV3LWAHhl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vpV3LWAHhl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vpV3LWAHhl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpV3LWAHhl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vpV3LWAHhl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vpV3LWAHhl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vpV3LWAHhl .mbr-section-title {
  color: #000000;
}
.cid-vpV3LWAHhl .mbr-text,
.cid-vpV3LWAHhl .mbr-section-btn {
  text-align: left;
}
.cid-vpV3LWAHhl .item-title {
  text-align: left;
}
.cid-vpV3LWAHhl .item-subtitle {
  text-align: left;
}
.cid-vpV3LWJ7Bp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe8ff;
}
.cid-vpV3LWJ7Bp img,
.cid-vpV3LWJ7Bp .item-img {
  width: 100%;
}
.cid-vpV3LWJ7Bp .item:focus,
.cid-vpV3LWJ7Bp span:focus {
  outline: none;
}
.cid-vpV3LWJ7Bp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vpV3LWJ7Bp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e3f1ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vpV3LWJ7Bp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vpV3LWJ7Bp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpV3LWJ7Bp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vpV3LWJ7Bp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vpV3LWJ7Bp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vpV3LWJ7Bp .mbr-section-title {
  color: #000000;
}
.cid-vpV3LWJ7Bp .mbr-text,
.cid-vpV3LWJ7Bp .mbr-section-btn {
  text-align: left;
}
.cid-vpV3LWJ7Bp .item-title {
  text-align: left;
}
.cid-vpV3LWJ7Bp .item-subtitle {
  text-align: left;
}
.cid-vpV3LWSkYz {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #dbe8ff;
}
.cid-vpV3LWSkYz img,
.cid-vpV3LWSkYz .item-img {
  width: 100%;
}
.cid-vpV3LWSkYz .item:focus,
.cid-vpV3LWSkYz span:focus {
  outline: none;
}
.cid-vpV3LWSkYz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vpV3LWSkYz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vpV3LWSkYz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vpV3LWSkYz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpV3LWSkYz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vpV3LWSkYz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vpV3LWSkYz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vpV3LWSkYz .mbr-section-title {
  color: #000000;
}
.cid-vpV3LWSkYz .mbr-text,
.cid-vpV3LWSkYz .mbr-section-btn {
  text-align: left;
}
.cid-vpV3LWSkYz .item-title {
  text-align: left;
}
.cid-vpV3LWSkYz .item-subtitle {
  text-align: left;
}
.cid-vpV3LX2lD3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-vpV3LX2lD3 img {
  width: 120px;
  margin: auto;
}
.cid-vpV3LX2lD3 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vpV3LX2lD3 .card {
    max-width: 12.5%;
  }
}
.cid-vpV3LX2lD3 .mbr-section-subtitle {
  color: #353535;
}
.cid-vpV3LXa9Hm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-vpV3LXa9Hm .media-container-row {
  justify-content: space-between;
}
.cid-vpV3LXa9Hm .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vpV3LXa9Hm .text-content {
    max-width: none;
  }
}
.cid-vpV3LXa9Hm .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vpV3LXa9Hm .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vpV3LXa9Hm .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vpV3LXa9Hm .icons {
    justify-content: center !important;
  }
  .cid-vpV3LXa9Hm .text-content * {
    text-align: center;
  }
}
.cid-vpV3LXa9Hm .mbr-section-title {
  color: #353535;
}
.cid-vpV3LXa9Hm P {
  color: #000000;
}
.cid-vpV3LXiBq6 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #e3f1ff;
}
.cid-vpV3LXiBq6 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vpV3LXiBq6 .item .icon-wrap {
  text-align: center;
}
.cid-vpV3LXiBq6 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-vpV3LXiBq6 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-vpV3LXiBq6 .item.first:before {
  display: none;
}
.cid-vpV3LXiBq6 .item.five:before {
  display: none;
}
.cid-vpV3LXiBq6 .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vpV3LXiBq6 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vpV3LXiBq6 .mbr-iconfont {
  color: #00328c !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vpV3LXiBq6 .item:before {
    display: none;
  }
  .cid-vpV3LXiBq6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vpV3LXwtIA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vpV3LXwtIA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vpV3LXwtIA form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vpV3LXwtIA form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vpV3LXwtIA form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vpV3LXwtIA .mbr-section-title {
  color: #000000;
}
.cid-vpV3LXwtIA .mbr-section-subtitle {
  color: #000000;
}
.cid-vqkX1UUAFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vqkX1UUAFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqkX1UUAFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqkX1UUAFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqkX1UUAFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqkX1UUAFs .row {
    text-align: center;
  }
  .cid-vqkX1UUAFs .row > div {
    margin: auto;
  }
  .cid-vqkX1UUAFs .social-row {
    justify-content: center;
  }
}
.cid-vqkX1UUAFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqkX1UUAFs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vqkX1UUAFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqkX1UUAFs .list {
    margin-bottom: 0rem;
  }
}
.cid-vqkX1UUAFs .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqkX1UUAFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vqkX1UUAFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vqkX1UUAFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vqkX1UUAFs .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqAVP7l7LC {
  z-index: 1000;
  width: 100%;
}
.cid-vqAVP7l7LC nav.navbar {
  position: fixed;
}
.cid-vqAVP7l7LC .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-vqAVP7l7LC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqAVP7l7LC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqAVP7l7LC .dropdown-item:hover,
.cid-vqAVP7l7LC .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vqAVP7l7LC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqAVP7l7LC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqAVP7l7LC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqAVP7l7LC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAVP7l7LC .nav-link {
  position: relative;
}
.cid-vqAVP7l7LC .container {
  display: flex;
  margin: auto;
}
.cid-vqAVP7l7LC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqAVP7l7LC .dropdown-menu,
.cid-vqAVP7l7LC .navbar.opened {
  background: #00328c !important;
}
.cid-vqAVP7l7LC .nav-item:focus,
.cid-vqAVP7l7LC .nav-link:focus {
  outline: none;
}
.cid-vqAVP7l7LC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqAVP7l7LC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAVP7l7LC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqAVP7l7LC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqAVP7l7LC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAVP7l7LC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAVP7l7LC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vqAVP7l7LC .navbar.opened {
  transition: all 0.3s;
}
.cid-vqAVP7l7LC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqAVP7l7LC .navbar .navbar-logo img {
  width: auto;
}
.cid-vqAVP7l7LC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqAVP7l7LC .navbar.collapsed {
  justify-content: center;
}
.cid-vqAVP7l7LC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAVP7l7LC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqAVP7l7LC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vqAVP7l7LC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAVP7l7LC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAVP7l7LC .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-vqAVP7l7LC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAVP7l7LC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqAVP7l7LC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqAVP7l7LC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAVP7l7LC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAVP7l7LC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAVP7l7LC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAVP7l7LC .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-vqAVP7l7LC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqAVP7l7LC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAVP7l7LC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAVP7l7LC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqAVP7l7LC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqAVP7l7LC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqAVP7l7LC .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqAVP7l7LC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqAVP7l7LC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqAVP7l7LC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqAVP7l7LC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAVP7l7LC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAVP7l7LC .dropdown-item.active,
.cid-vqAVP7l7LC .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAVP7l7LC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAVP7l7LC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAVP7l7LC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAVP7l7LC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vqAVP7l7LC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAVP7l7LC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAVP7l7LC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqAVP7l7LC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqAVP7l7LC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqAVP7l7LC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqAVP7l7LC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqAVP7l7LC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqAVP7l7LC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqAVP7l7LC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqAVP7l7LC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqAVP7l7LC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqAVP7l7LC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqAVP7l7LC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqAVP7l7LC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqAVP7l7LC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqAVP7l7LC .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-vqAVP7l7LC .navbar {
    height: 70px;
  }
  .cid-vqAVP7l7LC .navbar.opened {
    height: auto;
  }
  .cid-vqAVP7l7LC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqAVP7wNgD .modal-body .close {
  background: #1b1b1b;
}
.cid-vqAVP7wNgD .modal-body .close span {
  font-style: normal;
}
.cid-vqAVP7wNgD .carousel-inner > .active,
.cid-vqAVP7wNgD .carousel-inner > .next,
.cid-vqAVP7wNgD .carousel-inner > .prev {
  display: table;
}
.cid-vqAVP7wNgD .carousel-control .icon-next,
.cid-vqAVP7wNgD .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vqAVP7wNgD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqAVP7wNgD .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqAVP7wNgD .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vqAVP7wNgD .boxed-slider > div {
  position: relative;
}
.cid-vqAVP7wNgD .container img {
  width: 100%;
}
.cid-vqAVP7wNgD .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vqAVP7wNgD .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqAVP7wNgD .mbr-table-cell {
  padding: 0;
}
.cid-vqAVP7wNgD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vqAVP7wNgD .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqAVP7wNgD .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqAVP7wNgD .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vqAVP7wNgD .carousel-item .container {
    width: 100%;
  }
}
.cid-vqAVP7wNgD .carousel-item-next.carousel-item-left,
.cid-vqAVP7wNgD .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vqAVP7wNgD .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-vqAVP7wNgD .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vqAVP7wNgD .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vqAVP7wNgD .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vqAVP7wNgD .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vqAVP7wNgD .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vqAVP7wNgD .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vqAVP7wNgD .mbr-slider .carousel-indicators li.active,
.cid-vqAVP7wNgD .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vqAVP7wNgD .mbr-slider .carousel-indicators li::after,
.cid-vqAVP7wNgD .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vqAVP7wNgD .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vqAVP7wNgD .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vqAVP7wNgD .mbr-slider > .container img {
  width: 100%;
}
.cid-vqAVP7wNgD .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqAVP7wNgD .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vqAVP7wNgD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqAVP7wNgD .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqAVP7wNgD .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vqAVP7wNgD .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vqAVP7wNgD .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vqAVP7wNgD .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-vqAVP7wNgD .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vqAVP7wNgD .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqAVP7wNgD .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vqAVP7wNgD .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vqAVP7wNgD .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vqAVP7wNgD H2 {
  text-align: justify;
}
.cid-vqAVP7wNgD P {
  text-align: justify;
}
.cid-vqAVP7DGoq {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vqAVP7DGoq .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqAVP7DGoq .mbr-section-title {
  margin: 0;
}
.cid-vqAVP7DGoq .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqAVP7DGoq .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqAVP7DGoq .card-img {
  text-align: left;
}
.cid-vqAVP7DGoq .row-item {
  padding-bottom: 2rem;
}
.cid-vqAVP7DGoq .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqAVP7DGoq .card-img,
  .cid-vqAVP7DGoq .mbr-text,
  .cid-vqAVP7DGoq .mbr-card-title,
  .cid-vqAVP7DGoq .mbr-section-subtitle,
  .cid-vqAVP7DGoq .mbr-section-title,
  .cid-vqAVP7DGoq .underline {
    text-align: center !important;
  }
}
.cid-vqAVP7DGoq .mbr-section-title,
.cid-vqAVP7DGoq .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqAVP7DGoq .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqAVP7N1Rj {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vqAVP7N1Rj .container {
    max-width: 1400px;
  }
}
.cid-vqAVP7N1Rj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vqAVP7N1Rj .card-wrapper {
  margin-top: 3rem;
}
.cid-vqAVP7N1Rj .row {
  justify-content: center;
}
.cid-vqAVP7N1Rj .card-title,
.cid-vqAVP7N1Rj .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vqAVP7N1Rj .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vqAVP7N1Rj .mbr-section-title {
  color: #000000;
}
.cid-vqAVP7ZAs7 {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqAVP7ZAs7 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqAVP7ZAs7 .mbr-section-title {
  margin: 0;
}
.cid-vqAVP7ZAs7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqAVP7ZAs7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqAVP7ZAs7 .card-img {
  text-align: left;
}
.cid-vqAVP7ZAs7 .row-item {
  padding-bottom: 2rem;
}
.cid-vqAVP7ZAs7 .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vqAVP7ZAs7 .card-img,
  .cid-vqAVP7ZAs7 .mbr-text,
  .cid-vqAVP7ZAs7 .mbr-card-title,
  .cid-vqAVP7ZAs7 .mbr-section-subtitle,
  .cid-vqAVP7ZAs7 .mbr-section-title,
  .cid-vqAVP7ZAs7 .underline {
    text-align: center !important;
  }
}
.cid-vqAVP7ZAs7 .mbr-section-title,
.cid-vqAVP7ZAs7 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqAVP7ZAs7 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqAVP7ZAs7 .mbr-card-title,
.cid-vqAVP7ZAs7 .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vqAVP8dCQF {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqAVP8dCQF .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqAVP8dCQF .mbr-section-title {
  margin: 0;
}
.cid-vqAVP8dCQF .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqAVP8dCQF .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqAVP8dCQF .card-img {
  text-align: left;
}
.cid-vqAVP8dCQF .row-item {
  padding-bottom: 2rem;
}
.cid-vqAVP8dCQF .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqAVP8dCQF .card-img,
  .cid-vqAVP8dCQF .mbr-text,
  .cid-vqAVP8dCQF .mbr-card-title,
  .cid-vqAVP8dCQF .mbr-section-subtitle,
  .cid-vqAVP8dCQF .mbr-section-title,
  .cid-vqAVP8dCQF .underline {
    text-align: center !important;
  }
}
.cid-vqAVP8dCQF .mbr-section-title,
.cid-vqAVP8dCQF .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqAVP8dCQF .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqAVP8dCQF .mbr-card-title,
.cid-vqAVP8dCQF .card-img {
  text-align: center;
}
.cid-vqAVP8pe2W {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-vqAVP8pe2W .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-vqAVP8pe2W h4,
.cid-vqAVP8pe2W h5 {
  text-align: center;
}
.cid-vqAVP8pe2W p {
  text-align: center;
}
.cid-vqAVP8pe2W .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-vqAVP8pe2W .card-img {
  font-size: 3rem;
}
.cid-vqAVP8pe2W .date span {
  display: inline-block;
  background-color: #012f83;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-vqAVP8Aonq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqAVP8Aonq .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqAVP8Aonq .mbr-section-title {
  margin: 0;
}
.cid-vqAVP8Aonq .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqAVP8Aonq .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqAVP8Aonq .card-img {
  text-align: left;
}
.cid-vqAVP8Aonq .row-item {
  padding-bottom: 2rem;
}
.cid-vqAVP8Aonq .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqAVP8Aonq .card-img,
  .cid-vqAVP8Aonq .mbr-text,
  .cid-vqAVP8Aonq .mbr-card-title,
  .cid-vqAVP8Aonq .mbr-section-subtitle,
  .cid-vqAVP8Aonq .mbr-section-title,
  .cid-vqAVP8Aonq .underline {
    text-align: center !important;
  }
}
.cid-vqAVP8Aonq .mbr-section-title,
.cid-vqAVP8Aonq .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqAVP8Aonq .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqAVP8N63J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqAVP8N63J h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqAVP8N63J .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqAVP8N63J .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vqAVP8N63J .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vqAVP8N63J .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqAVP8N63J .panel-group {
  width: 100%;
}
.cid-vqAVP8N63J .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqAVP8N63J .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqAVP8N63J .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqAVP8N63J .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqAVP8N63J .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqAVP8N63J .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqAVP8N63J .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqAVP8N63J .card .panel-body {
  background: #fafafa;
}
.cid-vqAVP8N63J .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vqAVP8N63J .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAVP8N63J .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqAVP8N63J .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vqAVP8N63J .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqAVP8N63J .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vqAVP8Wtut {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqAVP8Wtut h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqAVP8Wtut .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqAVP8Wtut .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vqAVP8Wtut .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vqAVP8Wtut .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqAVP8Wtut .panel-group {
  width: 100%;
}
.cid-vqAVP8Wtut .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqAVP8Wtut .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqAVP8Wtut .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqAVP8Wtut .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqAVP8Wtut .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqAVP8Wtut .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqAVP8Wtut .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqAVP8Wtut .card .panel-body {
  background: #fafafa;
}
.cid-vqAVP8Wtut .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vqAVP8Wtut .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAVP8Wtut .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqAVP8Wtut .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vqAVP8Wtut .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqAVP8Wtut .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vqAVP95s0x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vqAVP95s0x img {
  width: 120px;
  margin: auto;
}
.cid-vqAVP95s0x .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vqAVP95s0x .card {
    max-width: 12.5%;
  }
}
.cid-vqAVP9eOpY {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqAVP9eOpY .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqAVP9eOpY .mbr-section-title {
  margin: 0;
}
.cid-vqAVP9eOpY .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqAVP9eOpY .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqAVP9eOpY .card-img {
  text-align: left;
}
.cid-vqAVP9eOpY .row-item {
  padding-bottom: 2rem;
}
.cid-vqAVP9eOpY .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqAVP9eOpY .card-img,
  .cid-vqAVP9eOpY .mbr-text,
  .cid-vqAVP9eOpY .mbr-card-title,
  .cid-vqAVP9eOpY .mbr-section-subtitle,
  .cid-vqAVP9eOpY .mbr-section-title,
  .cid-vqAVP9eOpY .underline {
    text-align: center !important;
  }
}
.cid-vqAVP9eOpY .mbr-section-title,
.cid-vqAVP9eOpY .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqAVP9eOpY .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqAVP9rIV7 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqAVP9rIV7 h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqAVP9rIV7 .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqAVP9rIV7 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vqAVP9rIV7 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vqAVP9rIV7 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqAVP9rIV7 .panel-group {
  width: 100%;
}
.cid-vqAVP9rIV7 .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqAVP9rIV7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqAVP9rIV7 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqAVP9rIV7 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqAVP9rIV7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqAVP9rIV7 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqAVP9rIV7 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqAVP9rIV7 .card .panel-body {
  background: #fafafa;
}
.cid-vqAVP9rIV7 .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAVP9rIV7 .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqAVP9rIV7 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqAVP9rIV7 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vqAVP9rIV7 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vqAVP9EPtZ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vqAVP9EPtZ .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAVP9EPtZ .input-form .form1 {
  width: 100%;
}
.cid-vqAVP9EPtZ .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vqAVP9EPtZ .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vqAVP9EPtZ .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vqAVP9EPtZ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vqAVP9EPtZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vqAVP9EPtZ .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vqAVP9EPtZ {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vqAVP9EPtZ .social-media {
    padding: 0;
    display: block;
  }
  .cid-vqAVP9EPtZ .subtext-1,
  .cid-vqAVP9EPtZ .subtext-2 {
    text-align: center !important;
  }
  .cid-vqAVP9EPtZ .form-text {
    text-align: center!important;
  }
  .cid-vqAVP9EPtZ .input-form div {
    width: 100%;
  }
  .cid-vqAVP9EPtZ .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vqAVP9EPtZ .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vqAVP9EPtZ .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vqAVP9EPtZ .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vqAVP9EPtZ .mbr-title,
.cid-vqAVP9EPtZ .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vqAVP9EPtZ .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vqAVP9Lfqx {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-vqAVP9Lfqx .title {
  margin-bottom: 2rem;
}
.cid-vqAVP9Lfqx a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vqAVP9Lfqx a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vqAVP9Lfqx .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vqAVP9Lfqx .input-group-btn {
  display: block;
}
.cid-vqAVP9Lfqx h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-vqAVP9Lfqx h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-vqAVP9Lfqx .mbr-section-subtitle P {
  text-align: left;
}
.cid-vqAVP9Lfqx .mbr-form input,
.cid-vqAVP9Lfqx textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-vqAVP9Lfqx h2 {
    text-align: center;
  }
  .cid-vqAVP9Lfqx h3 {
    text-align: center;
  }
  .cid-vqAVP9Lfqx .input-group-btn {
    text-align: center;
  }
  .cid-vqAVP9Lfqx .social-list {
    text-align: center;
  }
}
.cid-vqAVP9Lfqx H2 {
  text-align: justify;
}
.cid-vqAVP9Lfqx H3 {
  text-align: justify;
}
.cid-vqAVP9Wsng {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vqAVPa4UEg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vqAVPa4UEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqAVPa4UEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqAVPa4UEg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqAVPa4UEg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqAVPa4UEg .row {
    text-align: center;
  }
  .cid-vqAVPa4UEg .row > div {
    margin: auto;
  }
  .cid-vqAVPa4UEg .social-row {
    justify-content: center;
  }
}
.cid-vqAVPa4UEg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqAVPa4UEg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vqAVPa4UEg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqAVPa4UEg .list {
    margin-bottom: 0rem;
  }
}
.cid-vqAVPa4UEg .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqAVPa4UEg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vqAVPa4UEg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vqAVPa4UEg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vqAVPa4UEg .mbr-section-subtitle {
  text-align: justify;
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #00328c !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqH5G49ZAR .modal-body .close {
  background: #1b1b1b;
}
.cid-vqH5G49ZAR .modal-body .close span {
  font-style: normal;
}
.cid-vqH5G49ZAR .carousel-inner > .active,
.cid-vqH5G49ZAR .carousel-inner > .next,
.cid-vqH5G49ZAR .carousel-inner > .prev {
  display: table;
}
.cid-vqH5G49ZAR .carousel-control .icon-next,
.cid-vqH5G49ZAR .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vqH5G49ZAR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqH5G49ZAR .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqH5G49ZAR .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vqH5G49ZAR .boxed-slider > div {
  position: relative;
}
.cid-vqH5G49ZAR .container img {
  width: 100%;
}
.cid-vqH5G49ZAR .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vqH5G49ZAR .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqH5G49ZAR .mbr-table-cell {
  padding: 0;
}
.cid-vqH5G49ZAR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vqH5G49ZAR .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqH5G49ZAR .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqH5G49ZAR .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vqH5G49ZAR .carousel-item .container {
    width: 100%;
  }
}
.cid-vqH5G49ZAR .carousel-item-next.carousel-item-left,
.cid-vqH5G49ZAR .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vqH5G49ZAR .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
}
.cid-vqH5G49ZAR .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-vqH5G49ZAR .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-vqH5G49ZAR .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-vqH5G49ZAR .mbr-slider .carousel-control:hover {
  background-color: #00328c;
}
@media (max-width: 767px) {
  .cid-vqH5G49ZAR .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vqH5G49ZAR .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vqH5G49ZAR .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vqH5G49ZAR .mbr-slider .carousel-indicators li.active,
.cid-vqH5G49ZAR .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #00328c;
}
.cid-vqH5G49ZAR .mbr-slider .carousel-indicators li::after,
.cid-vqH5G49ZAR .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vqH5G49ZAR .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vqH5G49ZAR .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vqH5G49ZAR .mbr-slider > .container img {
  width: 100%;
}
.cid-vqH5G49ZAR .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqH5G49ZAR .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vqH5G49ZAR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqH5G49ZAR .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqH5G49ZAR .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vqH5G49ZAR .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vqH5G49ZAR .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vqH5G49ZAR .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vqH5G49ZAR .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vqH5G49ZAR .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqH5G49ZAR .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vqH5G49ZAR .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vqH5G49ZAR .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vqH5G49ZAR H2 {
  text-align: left;
}
.cid-vqH5G49ZAR P {
  text-align: justify;
}
.cid-vqkj9mkVXk {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vqkj9mkVXk .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqkj9mkVXk .mbr-section-title {
  margin: 0;
}
.cid-vqkj9mkVXk .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqkj9mkVXk .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqkj9mkVXk .card-img {
  text-align: left;
}
.cid-vqkj9mkVXk .row-item {
  padding-bottom: 2rem;
}
.cid-vqkj9mkVXk .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqkj9mkVXk .card-img,
  .cid-vqkj9mkVXk .mbr-text,
  .cid-vqkj9mkVXk .mbr-card-title,
  .cid-vqkj9mkVXk .mbr-section-subtitle,
  .cid-vqkj9mkVXk .mbr-section-title,
  .cid-vqkj9mkVXk .underline {
    text-align: center !important;
  }
}
.cid-vqkj9mkVXk .mbr-section-title,
.cid-vqkj9mkVXk .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqkj9mkVXk .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqhTy4xvxn {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vqhTy4xvxn .container {
    max-width: 1400px;
  }
}
.cid-vqhTy4xvxn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vqhTy4xvxn .card-wrapper {
  margin-top: 3rem;
}
.cid-vqhTy4xvxn .row {
  justify-content: center;
}
.cid-vqhTy4xvxn .card-title,
.cid-vqhTy4xvxn .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vqhTy4xvxn .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vqhTy4xvxn .mbr-section-title {
  color: #000000;
}
.cid-vqkPd5I41d {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqkPd5I41d .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqkPd5I41d .mbr-section-title {
  margin: 0;
}
.cid-vqkPd5I41d .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqkPd5I41d .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqkPd5I41d .card-img {
  text-align: left;
}
.cid-vqkPd5I41d .row-item {
  padding-bottom: 2rem;
}
.cid-vqkPd5I41d .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vqkPd5I41d .card-img,
  .cid-vqkPd5I41d .mbr-text,
  .cid-vqkPd5I41d .mbr-card-title,
  .cid-vqkPd5I41d .mbr-section-subtitle,
  .cid-vqkPd5I41d .mbr-section-title,
  .cid-vqkPd5I41d .underline {
    text-align: center !important;
  }
}
.cid-vqkPd5I41d .mbr-section-title,
.cid-vqkPd5I41d .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqkPd5I41d .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqkPd5I41d .mbr-card-title,
.cid-vqkPd5I41d .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vqXL8J7TwO {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqXL8J7TwO .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqXL8J7TwO .mbr-section-title {
  margin: 0;
}
.cid-vqXL8J7TwO .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqXL8J7TwO .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqXL8J7TwO .card-img {
  text-align: left;
}
.cid-vqXL8J7TwO .row-item {
  padding-bottom: 2rem;
}
.cid-vqXL8J7TwO .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqXL8J7TwO .card-img,
  .cid-vqXL8J7TwO .mbr-text,
  .cid-vqXL8J7TwO .mbr-card-title,
  .cid-vqXL8J7TwO .mbr-section-subtitle,
  .cid-vqXL8J7TwO .mbr-section-title,
  .cid-vqXL8J7TwO .underline {
    text-align: center !important;
  }
}
.cid-vqXL8J7TwO .mbr-section-title,
.cid-vqXL8J7TwO .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqXL8J7TwO .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqXL8J7TwO .mbr-card-title,
.cid-vqXL8J7TwO .card-img {
  text-align: center;
}
.cid-vqZ6551Z1d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vqZ6551Z1d img,
.cid-vqZ6551Z1d .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vqZ6551Z1d .item:focus,
.cid-vqZ6551Z1d span:focus {
  outline: none;
}
.cid-vqZ6551Z1d .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqZ6551Z1d .item {
    margin-bottom: 1rem;
  }
}
.cid-vqZ6551Z1d .item-wrapper {
  position: relative;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqZ6551Z1d .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vqZ6551Z1d .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqZ6551Z1d .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqZ6551Z1d .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vqZ6551Z1d .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vqZ6551Z1d .mbr-section-title {
  color: #232323;
}
.cid-vqZ6551Z1d .mbr-text,
.cid-vqZ6551Z1d .mbr-section-btn {
  text-align: center;
}
.cid-vqZ6551Z1d .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vqZ6551Z1d .content-head {
  max-width: 800px;
}
.cid-vqZ6551Z1d .mbr-text,
.cid-vqZ6551Z1d .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vqkWebVlXe {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqkWebVlXe .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqkWebVlXe .mbr-section-title {
  margin: 0;
}
.cid-vqkWebVlXe .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqkWebVlXe .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqkWebVlXe .card-img {
  text-align: left;
}
.cid-vqkWebVlXe .row-item {
  padding-bottom: 2rem;
}
.cid-vqkWebVlXe .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqkWebVlXe .card-img,
  .cid-vqkWebVlXe .mbr-text,
  .cid-vqkWebVlXe .mbr-card-title,
  .cid-vqkWebVlXe .mbr-section-subtitle,
  .cid-vqkWebVlXe .mbr-section-title,
  .cid-vqkWebVlXe .underline {
    text-align: center !important;
  }
}
.cid-vqkWebVlXe .mbr-section-title,
.cid-vqkWebVlXe .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqkWebVlXe .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqZ4LbgxCZ {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqZ4LbgxCZ h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqZ4LbgxCZ .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqZ4LbgxCZ .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vqZ4LbgxCZ .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vqZ4LbgxCZ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqZ4LbgxCZ .panel-group {
  width: 100%;
}
.cid-vqZ4LbgxCZ .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqZ4LbgxCZ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqZ4LbgxCZ .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqZ4LbgxCZ .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqZ4LbgxCZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqZ4LbgxCZ .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqZ4LbgxCZ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqZ4LbgxCZ .card .panel-body {
  background: #fafafa;
}
.cid-vqZ4LbgxCZ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vqZ4LbgxCZ .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqZ4LbgxCZ .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqZ4LbgxCZ .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vqZ4LbgxCZ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqZ4LbgxCZ .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vr6rWCzVd4 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vr6rWCzVd4 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vr6rWCzVd4 .mbr-section-title {
  margin: 0;
}
.cid-vr6rWCzVd4 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vr6rWCzVd4 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vr6rWCzVd4 .card-img {
  text-align: left;
}
.cid-vr6rWCzVd4 .row-item {
  padding-bottom: 2rem;
}
.cid-vr6rWCzVd4 .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vr6rWCzVd4 .card-img,
  .cid-vr6rWCzVd4 .mbr-text,
  .cid-vr6rWCzVd4 .mbr-card-title,
  .cid-vr6rWCzVd4 .mbr-section-subtitle,
  .cid-vr6rWCzVd4 .mbr-section-title,
  .cid-vr6rWCzVd4 .underline {
    text-align: center !important;
  }
}
.cid-vr6rWCzVd4 .mbr-section-title,
.cid-vr6rWCzVd4 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vr6rWCzVd4 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vr6qN7tW0G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vr6qN7tW0G img {
  width: 120px;
  margin: auto;
}
.cid-vr6qN7tW0G .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vr6qN7tW0G .card {
    max-width: 12.5%;
  }
}
.cid-vr6uu6EfSq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vr6uu6EfSq img {
  width: 120px;
  margin: auto;
}
.cid-vr6uu6EfSq .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vr6uu6EfSq .card {
    max-width: 12.5%;
  }
}
.cid-vqkWfqTA44 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqkWfqTA44 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqkWfqTA44 .mbr-section-title {
  margin: 0;
}
.cid-vqkWfqTA44 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqkWfqTA44 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqkWfqTA44 .card-img {
  text-align: left;
}
.cid-vqkWfqTA44 .row-item {
  padding-bottom: 2rem;
}
.cid-vqkWfqTA44 .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqkWfqTA44 .card-img,
  .cid-vqkWfqTA44 .mbr-text,
  .cid-vqkWfqTA44 .mbr-card-title,
  .cid-vqkWfqTA44 .mbr-section-subtitle,
  .cid-vqkWfqTA44 .mbr-section-title,
  .cid-vqkWfqTA44 .underline {
    text-align: center !important;
  }
}
.cid-vqkWfqTA44 .mbr-section-title,
.cid-vqkWfqTA44 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqkWfqTA44 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqZ4M7ASIH {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqZ4M7ASIH h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqZ4M7ASIH .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqZ4M7ASIH .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vqZ4M7ASIH .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vqZ4M7ASIH .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqZ4M7ASIH .panel-group {
  width: 100%;
}
.cid-vqZ4M7ASIH .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqZ4M7ASIH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqZ4M7ASIH .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqZ4M7ASIH .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqZ4M7ASIH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqZ4M7ASIH .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqZ4M7ASIH .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqZ4M7ASIH .card .panel-body {
  background: #fafafa;
}
.cid-vqZ4M7ASIH .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqZ4M7ASIH .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqZ4M7ASIH .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqZ4M7ASIH .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vqZ4M7ASIH .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vqI9oddpIt {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqI9oddpIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqI9oddpIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqI9nFUuSs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-vqI9nFUuSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqI9nFUuSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqI9nFUuSs .media-container-row {
  justify-content: space-between;
}
.cid-vqI9nFUuSs .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vqI9nFUuSs .text-content {
    max-width: none;
  }
}
.cid-vqI9nFUuSs .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #767676;
  border: 2px solid #767676;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vqI9nFUuSs .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vqI9nFUuSs .mbr-iconfont-social:hover {
  background-color: #767676;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vqI9nFUuSs .icons {
    justify-content: center !important;
  }
  .cid-vqI9nFUuSs .text-content * {
    text-align: center;
  }
}
.cid-vqI9nFUuSs .mbr-section-title {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqHJmpzgAO {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqHJmpzgAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqHJmpzgAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqAO6NVDka {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqAO6NVDka .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqAO6NVDka .mbr-section-title {
  margin: 0;
}
.cid-vqAO6NVDka .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqAO6NVDka .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqAO6NVDka .card-img {
  text-align: left;
}
.cid-vqAO6NVDka .row-item {
  padding-bottom: 2rem;
}
.cid-vqAO6NVDka .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqAO6NVDka .card-img,
  .cid-vqAO6NVDka .mbr-text,
  .cid-vqAO6NVDka .mbr-card-title,
  .cid-vqAO6NVDka .mbr-section-subtitle,
  .cid-vqAO6NVDka .mbr-section-title,
  .cid-vqAO6NVDka .underline {
    text-align: center !important;
  }
}
.cid-vqAO6NVDka .mbr-section-title,
.cid-vqAO6NVDka .underline {
  text-align: center;
  color: #012f83;
}
.cid-vqAO6NVDka .mbr-section-subtitle {
  text-align: center;
}
.cid-vqHc7dgJ3J {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqHc7dgJ3J .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vqHc7dgJ3J form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vqHc7dgJ3J form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vqHc7dgJ3J form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vql0Kl4eFr {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vql0Kl4eFr .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vql0Kl4eFr .input-form .form1 {
  width: 100%;
}
.cid-vql0Kl4eFr .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vql0Kl4eFr .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vql0Kl4eFr .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vql0Kl4eFr .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vql0Kl4eFr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vql0Kl4eFr .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vql0Kl4eFr {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vql0Kl4eFr .social-media {
    padding: 0;
    display: block;
  }
  .cid-vql0Kl4eFr .subtext-1,
  .cid-vql0Kl4eFr .subtext-2 {
    text-align: center !important;
  }
  .cid-vql0Kl4eFr .form-text {
    text-align: center!important;
  }
  .cid-vql0Kl4eFr .input-form div {
    width: 100%;
  }
  .cid-vql0Kl4eFr .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vql0Kl4eFr .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vql0Kl4eFr .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vql0Kl4eFr .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vql0Kl4eFr .mbr-title,
.cid-vql0Kl4eFr .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vql0Kl4eFr .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vqkX1UUAFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vqkX1UUAFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqkX1UUAFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqkX1UUAFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqkX1UUAFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqkX1UUAFs .row {
    text-align: center;
  }
  .cid-vqkX1UUAFs .row > div {
    margin: auto;
  }
  .cid-vqkX1UUAFs .social-row {
    justify-content: center;
  }
}
.cid-vqkX1UUAFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqkX1UUAFs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vqkX1UUAFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqkX1UUAFs .list {
    margin-bottom: 0rem;
  }
}
.cid-vqkX1UUAFs .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqkX1UUAFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vqkX1UUAFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vqkX1UUAFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vqkX1UUAFs .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqBDWHkDCl {
  z-index: 1000;
  width: 100%;
}
.cid-vqBDWHkDCl nav.navbar {
  position: fixed;
}
.cid-vqBDWHkDCl .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-vqBDWHkDCl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqBDWHkDCl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqBDWHkDCl .dropdown-item:hover,
.cid-vqBDWHkDCl .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vqBDWHkDCl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqBDWHkDCl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqBDWHkDCl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqBDWHkDCl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqBDWHkDCl .nav-link {
  position: relative;
}
.cid-vqBDWHkDCl .container {
  display: flex;
  margin: auto;
}
.cid-vqBDWHkDCl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqBDWHkDCl .dropdown-menu,
.cid-vqBDWHkDCl .navbar.opened {
  background: #00328c !important;
}
.cid-vqBDWHkDCl .nav-item:focus,
.cid-vqBDWHkDCl .nav-link:focus {
  outline: none;
}
.cid-vqBDWHkDCl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqBDWHkDCl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqBDWHkDCl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqBDWHkDCl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqBDWHkDCl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqBDWHkDCl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqBDWHkDCl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vqBDWHkDCl .navbar.opened {
  transition: all 0.3s;
}
.cid-vqBDWHkDCl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqBDWHkDCl .navbar .navbar-logo img {
  width: auto;
}
.cid-vqBDWHkDCl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqBDWHkDCl .navbar.collapsed {
  justify-content: center;
}
.cid-vqBDWHkDCl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqBDWHkDCl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqBDWHkDCl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vqBDWHkDCl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqBDWHkDCl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqBDWHkDCl .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-vqBDWHkDCl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqBDWHkDCl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqBDWHkDCl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqBDWHkDCl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqBDWHkDCl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqBDWHkDCl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqBDWHkDCl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqBDWHkDCl .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-vqBDWHkDCl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqBDWHkDCl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqBDWHkDCl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqBDWHkDCl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqBDWHkDCl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqBDWHkDCl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqBDWHkDCl .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqBDWHkDCl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqBDWHkDCl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqBDWHkDCl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqBDWHkDCl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqBDWHkDCl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqBDWHkDCl .dropdown-item.active,
.cid-vqBDWHkDCl .dropdown-item:active {
  background-color: transparent;
}
.cid-vqBDWHkDCl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqBDWHkDCl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqBDWHkDCl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqBDWHkDCl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vqBDWHkDCl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqBDWHkDCl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqBDWHkDCl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqBDWHkDCl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqBDWHkDCl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqBDWHkDCl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqBDWHkDCl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqBDWHkDCl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqBDWHkDCl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqBDWHkDCl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqBDWHkDCl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqBDWHkDCl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqBDWHkDCl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqBDWHkDCl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqBDWHkDCl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqBDWHkDCl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqBDWHkDCl .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-vqBDWHkDCl .navbar {
    height: 70px;
  }
  .cid-vqBDWHkDCl .navbar.opened {
    height: auto;
  }
  .cid-vqBDWHkDCl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqBDWHu6QS {
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
.cid-vqBDWHu6QS .mbr-section-title,
.cid-vqBDWHu6QS .ornament {
  color: #ffffff;
  text-align: justify;
}
.cid-vqBDWHu6QS .mbr-text,
.cid-vqBDWHu6QS .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-vqBDWHu6QS H3 {
  color: #ffffff;
  text-align: justify;
}
.cid-vqBDWHEQhr {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqBDWHEQhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqBDWHEQhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqBDWHKTdh {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqBDWHKTdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqBDWHKTdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqBDWHQQXP .modal-body .close {
  background: #1b1b1b;
}
.cid-vqBDWHQQXP .modal-body .close span {
  font-style: normal;
}
.cid-vqBDWHQQXP .carousel-inner > .active,
.cid-vqBDWHQQXP .carousel-inner > .next,
.cid-vqBDWHQQXP .carousel-inner > .prev {
  display: table;
}
.cid-vqBDWHQQXP .carousel-control .icon-next,
.cid-vqBDWHQQXP .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vqBDWHQQXP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqBDWHQQXP .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqBDWHQQXP .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vqBDWHQQXP .boxed-slider > div {
  position: relative;
}
.cid-vqBDWHQQXP .container img {
  width: 100%;
}
.cid-vqBDWHQQXP .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vqBDWHQQXP .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqBDWHQQXP .mbr-table-cell {
  padding: 0;
}
.cid-vqBDWHQQXP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vqBDWHQQXP .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqBDWHQQXP .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqBDWHQQXP .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vqBDWHQQXP .carousel-item .container {
    width: 100%;
  }
}
.cid-vqBDWHQQXP .carousel-item-next.carousel-item-left,
.cid-vqBDWHQQXP .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vqBDWHQQXP .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
}
.cid-vqBDWHQQXP .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-vqBDWHQQXP .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-vqBDWHQQXP .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-vqBDWHQQXP .mbr-slider .carousel-control:hover {
  background-color: #00328c;
}
@media (max-width: 767px) {
  .cid-vqBDWHQQXP .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vqBDWHQQXP .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vqBDWHQQXP .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vqBDWHQQXP .mbr-slider .carousel-indicators li.active,
.cid-vqBDWHQQXP .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #00328c;
}
.cid-vqBDWHQQXP .mbr-slider .carousel-indicators li::after,
.cid-vqBDWHQQXP .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vqBDWHQQXP .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vqBDWHQQXP .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vqBDWHQQXP .mbr-slider > .container img {
  width: 100%;
}
.cid-vqBDWHQQXP .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqBDWHQQXP .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vqBDWHQQXP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqBDWHQQXP .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqBDWHQQXP .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vqBDWHQQXP .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vqBDWHQQXP .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vqBDWHQQXP .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vqBDWHQQXP .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vqBDWHQQXP .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqBDWHQQXP .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vqBDWHQQXP .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vqBDWHQQXP .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vqBDWHQQXP H2 {
  text-align: left;
}
.cid-vqBDWHQQXP P {
  text-align: justify;
}
.cid-vqBDWHWIOs {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqBDWHWIOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqBDWHWIOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqBDWI3xmj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqBDWI3xmj .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-vqBDWI3xmj .modal-body .close {
  background: #1b1b1b;
}
.cid-vqBDWI3xmj .modal-body .close span {
  font-style: normal;
}
.cid-vqBDWI3xmj .carousel-inner > .active,
.cid-vqBDWI3xmj .carousel-inner > .next,
.cid-vqBDWI3xmj .carousel-inner > .prev {
  display: flex;
}
.cid-vqBDWI3xmj .carousel-control .icon-next,
.cid-vqBDWI3xmj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vqBDWI3xmj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqBDWI3xmj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vqBDWI3xmj .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-vqBDWI3xmj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vqBDWI3xmj .boxed-slider > div {
  position: relative;
}
.cid-vqBDWI3xmj .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-vqBDWI3xmj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vqBDWI3xmj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqBDWI3xmj .mbr-table-cell {
  padding: 0;
}
.cid-vqBDWI3xmj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vqBDWI3xmj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqBDWI3xmj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-vqBDWI3xmj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vqBDWI3xmj .carousel-item .container {
    width: 100%;
  }
}
.cid-vqBDWI3xmj .carousel-item-next.carousel-item-left,
.cid-vqBDWI3xmj .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vqBDWI3xmj .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-vqBDWI3xmj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vqBDWI3xmj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vqBDWI3xmj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vqBDWI3xmj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vqBDWI3xmj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vqBDWI3xmj .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vqBDWI3xmj .mbr-slider .carousel-indicators li.active,
.cid-vqBDWI3xmj .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vqBDWI3xmj .mbr-slider .carousel-indicators li::after,
.cid-vqBDWI3xmj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vqBDWI3xmj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vqBDWI3xmj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vqBDWI3xmj .mbr-slider > .container img {
  width: 100%;
}
.cid-vqBDWI3xmj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqBDWI3xmj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vqBDWI3xmj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqBDWI3xmj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqBDWI3xmj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vqBDWI3xmj .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vqBDWI3xmj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vqBDWI3xmj .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-vqBDWI3xmj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vqBDWI3xmj .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqBDWI3xmj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vqBDWI3xmj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vqBDWI3xmj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vqBDWI3xmj .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-vqBDWI3xmj .carousel-inner {
  height: 100%;
}
.cid-vqBDWI3xmj .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-vqBDWI3xmj .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 700px;
  overflow: hidden;
}
.cid-vqBDWI3xmj .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-vqBDWI3xmj .content-slider-wrap {
  width: 100%;
}
.cid-vqBDWI3xmj H2 {
  text-align: left;
}
.cid-vqBDWI3xmj P {
  text-align: justify;
}
.cid-vqBDWIahAT {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqBDWIahAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqBDWIahAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqBDWIgUOx {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vqBDWIgUOx .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqBDWIgUOx .mbr-section-title {
  margin: 0;
}
.cid-vqBDWIgUOx .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqBDWIgUOx .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqBDWIgUOx .card-img {
  text-align: left;
}
.cid-vqBDWIgUOx .row-item {
  padding-bottom: 2rem;
}
.cid-vqBDWIgUOx .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqBDWIgUOx .card-img,
  .cid-vqBDWIgUOx .mbr-text,
  .cid-vqBDWIgUOx .mbr-card-title,
  .cid-vqBDWIgUOx .mbr-section-subtitle,
  .cid-vqBDWIgUOx .mbr-section-title,
  .cid-vqBDWIgUOx .underline {
    text-align: center !important;
  }
}
.cid-vqBDWIgUOx .mbr-section-title,
.cid-vqBDWIgUOx .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqBDWIgUOx .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqBDWIywUk {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vqBDWIywUk .container {
    max-width: 1400px;
  }
}
.cid-vqBDWIywUk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vqBDWIywUk .card-wrapper {
  margin-top: 3rem;
}
.cid-vqBDWIywUk .row {
  justify-content: center;
}
.cid-vqBDWIywUk .card-title,
.cid-vqBDWIywUk .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vqBDWIywUk .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vqBDWIywUk .mbr-section-title {
  color: #000000;
}
.cid-vqBDWIIauA {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqBDWIIauA .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqBDWIIauA .mbr-section-title {
  margin: 0;
}
.cid-vqBDWIIauA .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqBDWIIauA .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqBDWIIauA .card-img {
  text-align: left;
}
.cid-vqBDWIIauA .row-item {
  padding-bottom: 2rem;
}
.cid-vqBDWIIauA .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vqBDWIIauA .card-img,
  .cid-vqBDWIIauA .mbr-text,
  .cid-vqBDWIIauA .mbr-card-title,
  .cid-vqBDWIIauA .mbr-section-subtitle,
  .cid-vqBDWIIauA .mbr-section-title,
  .cid-vqBDWIIauA .underline {
    text-align: center !important;
  }
}
.cid-vqBDWIIauA .mbr-section-title,
.cid-vqBDWIIauA .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqBDWIIauA .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqBDWIIauA .mbr-card-title,
.cid-vqBDWIIauA .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vqBDWITOIj {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqBDWITOIj .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqBDWITOIj .mbr-section-title {
  margin: 0;
}
.cid-vqBDWITOIj .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqBDWITOIj .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqBDWITOIj .card-img {
  text-align: left;
}
.cid-vqBDWITOIj .row-item {
  padding-bottom: 2rem;
}
.cid-vqBDWITOIj .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqBDWITOIj .card-img,
  .cid-vqBDWITOIj .mbr-text,
  .cid-vqBDWITOIj .mbr-card-title,
  .cid-vqBDWITOIj .mbr-section-subtitle,
  .cid-vqBDWITOIj .mbr-section-title,
  .cid-vqBDWITOIj .underline {
    text-align: center !important;
  }
}
.cid-vqBDWITOIj .mbr-section-title,
.cid-vqBDWITOIj .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqBDWITOIj .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqBDWITOIj .mbr-card-title,
.cid-vqBDWITOIj .card-img {
  text-align: center;
}
.cid-vqBDWJ7jWu {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-vqBDWJ7jWu .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-vqBDWJ7jWu h4,
.cid-vqBDWJ7jWu h5 {
  text-align: center;
}
.cid-vqBDWJ7jWu p {
  text-align: center;
}
.cid-vqBDWJ7jWu .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-vqBDWJ7jWu .card-img {
  font-size: 3rem;
}
.cid-vqBDWJ7jWu .date span {
  display: inline-block;
  background-color: #012f83;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-vqBDWJhR3u {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqBDWJhR3u .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqBDWJhR3u .mbr-section-title {
  margin: 0;
}
.cid-vqBDWJhR3u .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqBDWJhR3u .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqBDWJhR3u .card-img {
  text-align: left;
}
.cid-vqBDWJhR3u .row-item {
  padding-bottom: 2rem;
}
.cid-vqBDWJhR3u .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqBDWJhR3u .card-img,
  .cid-vqBDWJhR3u .mbr-text,
  .cid-vqBDWJhR3u .mbr-card-title,
  .cid-vqBDWJhR3u .mbr-section-subtitle,
  .cid-vqBDWJhR3u .mbr-section-title,
  .cid-vqBDWJhR3u .underline {
    text-align: center !important;
  }
}
.cid-vqBDWJhR3u .mbr-section-title,
.cid-vqBDWJhR3u .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqBDWJhR3u .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqBDWJuNQv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqBDWJuNQv h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqBDWJuNQv .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqBDWJuNQv .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vqBDWJuNQv .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vqBDWJuNQv .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqBDWJuNQv .panel-group {
  width: 100%;
}
.cid-vqBDWJuNQv .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqBDWJuNQv .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqBDWJuNQv .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqBDWJuNQv .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqBDWJuNQv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqBDWJuNQv .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqBDWJuNQv .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqBDWJuNQv .card .panel-body {
  background: #fafafa;
}
.cid-vqBDWJuNQv .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vqBDWJuNQv .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqBDWJuNQv .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqBDWJuNQv .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vqBDWJuNQv .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqBDWJuNQv .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vqBDWJGyxx {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqBDWJGyxx h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqBDWJGyxx .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqBDWJGyxx .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vqBDWJGyxx .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vqBDWJGyxx .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqBDWJGyxx .panel-group {
  width: 100%;
}
.cid-vqBDWJGyxx .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqBDWJGyxx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqBDWJGyxx .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqBDWJGyxx .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqBDWJGyxx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqBDWJGyxx .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqBDWJGyxx .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqBDWJGyxx .card .panel-body {
  background: #fafafa;
}
.cid-vqBDWJGyxx .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqBDWJGyxx .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqBDWJGyxx .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqBDWJGyxx .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vqBDWJRZoT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vqBDWJRZoT img {
  width: 120px;
  margin: auto;
}
.cid-vqBDWJRZoT .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vqBDWJRZoT .card {
    max-width: 12.5%;
  }
}
.cid-vqBDWK2wH0 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqBDWK2wH0 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqBDWK2wH0 .mbr-section-title {
  margin: 0;
}
.cid-vqBDWK2wH0 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqBDWK2wH0 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqBDWK2wH0 .card-img {
  text-align: left;
}
.cid-vqBDWK2wH0 .row-item {
  padding-bottom: 2rem;
}
.cid-vqBDWK2wH0 .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqBDWK2wH0 .card-img,
  .cid-vqBDWK2wH0 .mbr-text,
  .cid-vqBDWK2wH0 .mbr-card-title,
  .cid-vqBDWK2wH0 .mbr-section-subtitle,
  .cid-vqBDWK2wH0 .mbr-section-title,
  .cid-vqBDWK2wH0 .underline {
    text-align: center !important;
  }
}
.cid-vqBDWK2wH0 .mbr-section-title,
.cid-vqBDWK2wH0 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqBDWK2wH0 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqBDWKffjB {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqBDWKffjB h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqBDWKffjB .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqBDWKffjB .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vqBDWKffjB .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vqBDWKffjB .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqBDWKffjB .panel-group {
  width: 100%;
}
.cid-vqBDWKffjB .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqBDWKffjB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqBDWKffjB .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqBDWKffjB .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqBDWKffjB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqBDWKffjB .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqBDWKffjB .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqBDWKffjB .card .panel-body {
  background: #fafafa;
}
.cid-vqBDWKffjB .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqBDWKffjB .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqBDWKffjB .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqBDWKffjB .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vqBDWKffjB .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vqBDWKuTvR {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mag-carguero-3-2000x1116.png");
}
.cid-vqBDWKuTvR .form-block {
  background: #012f83;
  padding: 2rem;
  outline: 1px dashed #004ad1;
  outline-offset: -15px;
}
.cid-vqBDWKuTvR .mbr-section-title {
  margin: 0;
}
.cid-vqBDWKuTvR .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqBDWKuTvR .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-vqBDWKuTvR .input-wrap input {
  border: 1px solid #ddd;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-vqBDWKuTvR .mbr-section-btn .btn {
  margin-left: 4px !important;
}
.cid-vqBDWKuTvR .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-vqBDWKuTvR .text-element {
    padding-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqBDWKuTvR .form-block {
    border: 1px dashed #004ad1;
    outline: 15px solid #012f83;
  }
}
.cid-vqBDWKGIdj {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqBDWKGIdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqBDWKGIdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqBDWKQEig {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vqBDWKQEig .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqBDWKQEig .input-form .form1 {
  width: 100%;
}
.cid-vqBDWKQEig .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vqBDWKQEig .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vqBDWKQEig .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vqBDWKQEig .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vqBDWKQEig .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vqBDWKQEig .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vqBDWKQEig {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vqBDWKQEig .social-media {
    padding: 0;
    display: block;
  }
  .cid-vqBDWKQEig .subtext-1,
  .cid-vqBDWKQEig .subtext-2 {
    text-align: center !important;
  }
  .cid-vqBDWKQEig .form-text {
    text-align: center!important;
  }
  .cid-vqBDWKQEig .input-form div {
    width: 100%;
  }
  .cid-vqBDWKQEig .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vqBDWKQEig .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vqBDWKQEig .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vqBDWKQEig .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vqBDWKQEig .mbr-title,
.cid-vqBDWKQEig .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vqBDWKQEig .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vqBDWKZtKL {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqBDWKZtKL .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqBDWKZtKL .mbr-section-title {
  margin: 0;
}
.cid-vqBDWKZtKL .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqBDWKZtKL .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqBDWKZtKL .card-img {
  text-align: left;
}
.cid-vqBDWKZtKL .row-item {
  padding-bottom: 2rem;
}
.cid-vqBDWKZtKL .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqBDWKZtKL .card-img,
  .cid-vqBDWKZtKL .mbr-text,
  .cid-vqBDWKZtKL .mbr-card-title,
  .cid-vqBDWKZtKL .mbr-section-subtitle,
  .cid-vqBDWKZtKL .mbr-section-title,
  .cid-vqBDWKZtKL .underline {
    text-align: center !important;
  }
}
.cid-vqBDWKZtKL .mbr-section-title,
.cid-vqBDWKZtKL .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqBDWKZtKL .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqBDWLd7Ug {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vqBDWLd7Ug .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-vqBDWLd7Ug .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-vqBDWLd7Ug .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-vqBDWLd7Ug .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-vqBDWLd7Ug .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-vqBDWLd7Ug .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-vqBDWLmHtJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vqBDWLv28v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vqBDWLv28v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqBDWLv28v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqBDWLv28v .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqBDWLv28v .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqBDWLv28v .row {
    text-align: center;
  }
  .cid-vqBDWLv28v .row > div {
    margin: auto;
  }
  .cid-vqBDWLv28v .social-row {
    justify-content: center;
  }
}
.cid-vqBDWLv28v .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqBDWLv28v .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vqBDWLv28v .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqBDWLv28v .list {
    margin-bottom: 0rem;
  }
}
.cid-vqBDWLv28v .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqBDWLv28v .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vqBDWLv28v .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vqBDWLv28v div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vqBDWLv28v .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqHo6e7MJM {
  z-index: 1000;
  width: 100%;
}
.cid-vqHo6e7MJM nav.navbar {
  position: fixed;
}
.cid-vqHo6e7MJM .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-vqHo6e7MJM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqHo6e7MJM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqHo6e7MJM .dropdown-item:hover,
.cid-vqHo6e7MJM .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vqHo6e7MJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqHo6e7MJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqHo6e7MJM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqHo6e7MJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqHo6e7MJM .nav-link {
  position: relative;
}
.cid-vqHo6e7MJM .container {
  display: flex;
  margin: auto;
}
.cid-vqHo6e7MJM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqHo6e7MJM .dropdown-menu,
.cid-vqHo6e7MJM .navbar.opened {
  background: #00328c !important;
}
.cid-vqHo6e7MJM .nav-item:focus,
.cid-vqHo6e7MJM .nav-link:focus {
  outline: none;
}
.cid-vqHo6e7MJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqHo6e7MJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqHo6e7MJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqHo6e7MJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqHo6e7MJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqHo6e7MJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqHo6e7MJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vqHo6e7MJM .navbar.opened {
  transition: all 0.3s;
}
.cid-vqHo6e7MJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqHo6e7MJM .navbar .navbar-logo img {
  width: auto;
}
.cid-vqHo6e7MJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqHo6e7MJM .navbar.collapsed {
  justify-content: center;
}
.cid-vqHo6e7MJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqHo6e7MJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqHo6e7MJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vqHo6e7MJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqHo6e7MJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqHo6e7MJM .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-vqHo6e7MJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqHo6e7MJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqHo6e7MJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqHo6e7MJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqHo6e7MJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqHo6e7MJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqHo6e7MJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqHo6e7MJM .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-vqHo6e7MJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqHo6e7MJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqHo6e7MJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqHo6e7MJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqHo6e7MJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqHo6e7MJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqHo6e7MJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqHo6e7MJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqHo6e7MJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqHo6e7MJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqHo6e7MJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqHo6e7MJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqHo6e7MJM .dropdown-item.active,
.cid-vqHo6e7MJM .dropdown-item:active {
  background-color: transparent;
}
.cid-vqHo6e7MJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqHo6e7MJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqHo6e7MJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqHo6e7MJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vqHo6e7MJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqHo6e7MJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqHo6e7MJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqHo6e7MJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqHo6e7MJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqHo6e7MJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqHo6e7MJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqHo6e7MJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqHo6e7MJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqHo6e7MJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqHo6e7MJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqHo6e7MJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqHo6e7MJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqHo6e7MJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqHo6e7MJM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqHo6e7MJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqHo6e7MJM .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-vqHo6e7MJM .navbar {
    height: 70px;
  }
  .cid-vqHo6e7MJM .navbar.opened {
    height: auto;
  }
  .cid-vqHo6e7MJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqHo6eo6ZB .modal-body .close {
  background: #1b1b1b;
}
.cid-vqHo6eo6ZB .modal-body .close span {
  font-style: normal;
}
.cid-vqHo6eo6ZB .carousel-inner > .active,
.cid-vqHo6eo6ZB .carousel-inner > .next,
.cid-vqHo6eo6ZB .carousel-inner > .prev {
  display: table;
}
.cid-vqHo6eo6ZB .carousel-control .icon-next,
.cid-vqHo6eo6ZB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vqHo6eo6ZB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqHo6eo6ZB .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqHo6eo6ZB .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vqHo6eo6ZB .boxed-slider > div {
  position: relative;
}
.cid-vqHo6eo6ZB .container img {
  width: 100%;
}
.cid-vqHo6eo6ZB .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vqHo6eo6ZB .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqHo6eo6ZB .mbr-table-cell {
  padding: 0;
}
.cid-vqHo6eo6ZB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vqHo6eo6ZB .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqHo6eo6ZB .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqHo6eo6ZB .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vqHo6eo6ZB .carousel-item .container {
    width: 100%;
  }
}
.cid-vqHo6eo6ZB .carousel-item-next.carousel-item-left,
.cid-vqHo6eo6ZB .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vqHo6eo6ZB .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
}
.cid-vqHo6eo6ZB .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-vqHo6eo6ZB .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-vqHo6eo6ZB .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-vqHo6eo6ZB .mbr-slider .carousel-control:hover {
  background-color: #00328c;
}
@media (max-width: 767px) {
  .cid-vqHo6eo6ZB .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vqHo6eo6ZB .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vqHo6eo6ZB .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vqHo6eo6ZB .mbr-slider .carousel-indicators li.active,
.cid-vqHo6eo6ZB .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #00328c;
}
.cid-vqHo6eo6ZB .mbr-slider .carousel-indicators li::after,
.cid-vqHo6eo6ZB .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vqHo6eo6ZB .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vqHo6eo6ZB .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vqHo6eo6ZB .mbr-slider > .container img {
  width: 100%;
}
.cid-vqHo6eo6ZB .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqHo6eo6ZB .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vqHo6eo6ZB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqHo6eo6ZB .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqHo6eo6ZB .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vqHo6eo6ZB .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vqHo6eo6ZB .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vqHo6eo6ZB .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vqHo6eo6ZB .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vqHo6eo6ZB .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqHo6eo6ZB .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vqHo6eo6ZB .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vqHo6eo6ZB .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vqHo6eo6ZB H2 {
  text-align: left;
}
.cid-vqHo6eo6ZB P {
  text-align: justify;
}
.cid-vqHo6eHN87 {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vqHo6eHN87 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqHo6eHN87 .mbr-section-title {
  margin: 0;
}
.cid-vqHo6eHN87 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqHo6eHN87 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqHo6eHN87 .card-img {
  text-align: left;
}
.cid-vqHo6eHN87 .row-item {
  padding-bottom: 2rem;
}
.cid-vqHo6eHN87 .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqHo6eHN87 .card-img,
  .cid-vqHo6eHN87 .mbr-text,
  .cid-vqHo6eHN87 .mbr-card-title,
  .cid-vqHo6eHN87 .mbr-section-subtitle,
  .cid-vqHo6eHN87 .mbr-section-title,
  .cid-vqHo6eHN87 .underline {
    text-align: center !important;
  }
}
.cid-vqHo6eHN87 .mbr-section-title,
.cid-vqHo6eHN87 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqHo6eHN87 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqHo6f0i7A {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vqHo6f0i7A .container {
    max-width: 1400px;
  }
}
.cid-vqHo6f0i7A .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vqHo6f0i7A .card-wrapper {
  margin-top: 3rem;
}
.cid-vqHo6f0i7A .row {
  justify-content: center;
}
.cid-vqHo6f0i7A .card-title,
.cid-vqHo6f0i7A .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vqHo6f0i7A .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vqHo6f0i7A .mbr-section-title {
  color: #000000;
}
.cid-vqHo6fesTs {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqHo6fesTs .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqHo6fesTs .mbr-section-title {
  margin: 0;
}
.cid-vqHo6fesTs .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqHo6fesTs .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqHo6fesTs .card-img {
  text-align: left;
}
.cid-vqHo6fesTs .row-item {
  padding-bottom: 2rem;
}
.cid-vqHo6fesTs .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vqHo6fesTs .card-img,
  .cid-vqHo6fesTs .mbr-text,
  .cid-vqHo6fesTs .mbr-card-title,
  .cid-vqHo6fesTs .mbr-section-subtitle,
  .cid-vqHo6fesTs .mbr-section-title,
  .cid-vqHo6fesTs .underline {
    text-align: center !important;
  }
}
.cid-vqHo6fesTs .mbr-section-title,
.cid-vqHo6fesTs .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqHo6fesTs .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqHo6fesTs .mbr-card-title,
.cid-vqHo6fesTs .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vqHo6fvA6H {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqHo6fvA6H .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqHo6fvA6H .mbr-section-title {
  margin: 0;
}
.cid-vqHo6fvA6H .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqHo6fvA6H .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqHo6fvA6H .card-img {
  text-align: left;
}
.cid-vqHo6fvA6H .row-item {
  padding-bottom: 2rem;
}
.cid-vqHo6fvA6H .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqHo6fvA6H .card-img,
  .cid-vqHo6fvA6H .mbr-text,
  .cid-vqHo6fvA6H .mbr-card-title,
  .cid-vqHo6fvA6H .mbr-section-subtitle,
  .cid-vqHo6fvA6H .mbr-section-title,
  .cid-vqHo6fvA6H .underline {
    text-align: center !important;
  }
}
.cid-vqHo6fvA6H .mbr-section-title,
.cid-vqHo6fvA6H .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqHo6fvA6H .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqHo6fvA6H .mbr-card-title,
.cid-vqHo6fvA6H .card-img {
  text-align: center;
}
.cid-vqHo6fPMws {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #232323;
}
.cid-vqHo6fPMws .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-vqHo6fPMws h4,
.cid-vqHo6fPMws h5 {
  text-align: center;
}
.cid-vqHo6fPMws p {
  text-align: center;
}
.cid-vqHo6fPMws .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-vqHo6fPMws .card-img {
  font-size: 3rem;
}
.cid-vqHo6fPMws .date span {
  display: inline-block;
  background-color: #012f83;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-vqHo6g51dM {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqHo6g51dM .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqHo6g51dM .mbr-section-title {
  margin: 0;
}
.cid-vqHo6g51dM .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqHo6g51dM .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqHo6g51dM .card-img {
  text-align: left;
}
.cid-vqHo6g51dM .row-item {
  padding-bottom: 2rem;
}
.cid-vqHo6g51dM .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqHo6g51dM .card-img,
  .cid-vqHo6g51dM .mbr-text,
  .cid-vqHo6g51dM .mbr-card-title,
  .cid-vqHo6g51dM .mbr-section-subtitle,
  .cid-vqHo6g51dM .mbr-section-title,
  .cid-vqHo6g51dM .underline {
    text-align: center !important;
  }
}
.cid-vqHo6g51dM .mbr-section-title,
.cid-vqHo6g51dM .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqHo6g51dM .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqHo6gm3UP {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqHo6gm3UP h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqHo6gm3UP .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqHo6gm3UP .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vqHo6gm3UP .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vqHo6gm3UP .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqHo6gm3UP .panel-group {
  width: 100%;
}
.cid-vqHo6gm3UP .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqHo6gm3UP .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqHo6gm3UP .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqHo6gm3UP .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqHo6gm3UP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqHo6gm3UP .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqHo6gm3UP .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqHo6gm3UP .card .panel-body {
  background: #fafafa;
}
.cid-vqHo6gm3UP .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vqHo6gm3UP .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqHo6gm3UP .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqHo6gm3UP .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vqHo6gm3UP .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqHo6gm3UP .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vqHo6gFaZq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vqHo6gFaZq img {
  width: 120px;
  margin: auto;
}
.cid-vqHo6gFaZq .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vqHo6gFaZq .card {
    max-width: 12.5%;
  }
}
.cid-vqHo6gTgia {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqHo6gTgia .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqHo6gTgia .mbr-section-title {
  margin: 0;
}
.cid-vqHo6gTgia .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqHo6gTgia .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqHo6gTgia .card-img {
  text-align: left;
}
.cid-vqHo6gTgia .row-item {
  padding-bottom: 2rem;
}
.cid-vqHo6gTgia .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqHo6gTgia .card-img,
  .cid-vqHo6gTgia .mbr-text,
  .cid-vqHo6gTgia .mbr-card-title,
  .cid-vqHo6gTgia .mbr-section-subtitle,
  .cid-vqHo6gTgia .mbr-section-title,
  .cid-vqHo6gTgia .underline {
    text-align: center !important;
  }
}
.cid-vqHo6gTgia .mbr-section-title,
.cid-vqHo6gTgia .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqHo6gTgia .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqHo6h96AP {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqHo6h96AP h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqHo6h96AP .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqHo6h96AP .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vqHo6h96AP .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vqHo6h96AP .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqHo6h96AP .panel-group {
  width: 100%;
}
.cid-vqHo6h96AP .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqHo6h96AP .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqHo6h96AP .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqHo6h96AP .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqHo6h96AP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqHo6h96AP .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqHo6h96AP .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqHo6h96AP .card .panel-body {
  background: #fafafa;
}
.cid-vqHo6h96AP .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqHo6h96AP .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqHo6h96AP .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqHo6h96AP .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vqHo6h96AP .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vqHo6hJXUJ {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqHo6hJXUJ .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqHo6hJXUJ .mbr-section-title {
  margin: 0;
}
.cid-vqHo6hJXUJ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqHo6hJXUJ .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqHo6hJXUJ .card-img {
  text-align: left;
}
.cid-vqHo6hJXUJ .row-item {
  padding-bottom: 2rem;
}
.cid-vqHo6hJXUJ .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqHo6hJXUJ .card-img,
  .cid-vqHo6hJXUJ .mbr-text,
  .cid-vqHo6hJXUJ .mbr-card-title,
  .cid-vqHo6hJXUJ .mbr-section-subtitle,
  .cid-vqHo6hJXUJ .mbr-section-title,
  .cid-vqHo6hJXUJ .underline {
    text-align: center !important;
  }
}
.cid-vqHo6hJXUJ .mbr-section-title,
.cid-vqHo6hJXUJ .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vqHo6hJXUJ .mbr-section-subtitle {
  text-align: center;
}
.cid-vqHo6i0Zy4 {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-vqHo6i0Zy4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vqHo6i0Zy4 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vqHo6i0Zy4 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vqHo6i0Zy4 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vqHo6hrkyw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-vqHo6hrkyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqHo6hrkyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqHo6hrkyw .media-container-row {
  justify-content: space-between;
}
.cid-vqHo6hrkyw .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vqHo6hrkyw .text-content {
    max-width: none;
  }
}
.cid-vqHo6hrkyw .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fafafa;
  border: 2px solid #fafafa;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vqHo6hrkyw .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vqHo6hrkyw .mbr-iconfont-social:hover {
  background-color: #fafafa;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vqHo6hrkyw .icons {
    justify-content: center !important;
  }
  .cid-vqHo6hrkyw .text-content * {
    text-align: center;
  }
}
.cid-vqHo6hrkyw .mbr-section-title {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqHp9F6swF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-vqHp9F6swF .justify-content-center {
  align-items: center;
}
.cid-vqHp9F6swF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqHp9F6swF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqHp9F6swF .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vqHp9F6swF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqHp9F6swF .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vqHp9F6swF .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vqHp9F6swF .row {
  align-items: center;
}
.cid-vqHp9F6swF .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-vqHp9F6swF .card-text {
    text-align: center;
  }
}
.cid-vqHo6icBtk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vqHo6icBtk .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqHo6icBtk .input-form .form1 {
  width: 100%;
}
.cid-vqHo6icBtk .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vqHo6icBtk .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vqHo6icBtk .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vqHo6icBtk .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vqHo6icBtk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vqHo6icBtk .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vqHo6icBtk {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vqHo6icBtk .social-media {
    padding: 0;
    display: block;
  }
  .cid-vqHo6icBtk .subtext-1,
  .cid-vqHo6icBtk .subtext-2 {
    text-align: center !important;
  }
  .cid-vqHo6icBtk .form-text {
    text-align: center!important;
  }
  .cid-vqHo6icBtk .input-form div {
    width: 100%;
  }
  .cid-vqHo6icBtk .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vqHo6icBtk .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vqHo6icBtk .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vqHo6icBtk .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vqHo6icBtk .mbr-title,
.cid-vqHo6icBtk .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vqHo6icBtk .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vqHo6inGWB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vqHo6inGWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqHo6inGWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqHo6inGWB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqHo6inGWB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqHo6inGWB .row {
    text-align: center;
  }
  .cid-vqHo6inGWB .row > div {
    margin: auto;
  }
  .cid-vqHo6inGWB .social-row {
    justify-content: center;
  }
}
.cid-vqHo6inGWB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqHo6inGWB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vqHo6inGWB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqHo6inGWB .list {
    margin-bottom: 0rem;
  }
}
.cid-vqHo6inGWB .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqHo6inGWB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vqHo6inGWB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vqHo6inGWB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vqHo6inGWB .mbr-section-subtitle {
  text-align: justify;
}
.cid-vrfLkzRSNf {
  z-index: 1000;
  width: 100%;
}
.cid-vrfLkzRSNf nav.navbar {
  position: fixed;
}
.cid-vrfLkzRSNf .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-vrfLkzRSNf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vrfLkzRSNf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vrfLkzRSNf .dropdown-item:hover,
.cid-vrfLkzRSNf .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vrfLkzRSNf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrfLkzRSNf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrfLkzRSNf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrfLkzRSNf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vrfLkzRSNf .nav-link {
  position: relative;
}
.cid-vrfLkzRSNf .container {
  display: flex;
  margin: auto;
}
.cid-vrfLkzRSNf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vrfLkzRSNf .dropdown-menu,
.cid-vrfLkzRSNf .navbar.opened {
  background: #00328c !important;
}
.cid-vrfLkzRSNf .nav-item:focus,
.cid-vrfLkzRSNf .nav-link:focus {
  outline: none;
}
.cid-vrfLkzRSNf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrfLkzRSNf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrfLkzRSNf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrfLkzRSNf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrfLkzRSNf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrfLkzRSNf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrfLkzRSNf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vrfLkzRSNf .navbar.opened {
  transition: all 0.3s;
}
.cid-vrfLkzRSNf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vrfLkzRSNf .navbar .navbar-logo img {
  width: auto;
}
.cid-vrfLkzRSNf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrfLkzRSNf .navbar.collapsed {
  justify-content: center;
}
.cid-vrfLkzRSNf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrfLkzRSNf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrfLkzRSNf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vrfLkzRSNf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrfLkzRSNf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrfLkzRSNf .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-vrfLkzRSNf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrfLkzRSNf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrfLkzRSNf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrfLkzRSNf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrfLkzRSNf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrfLkzRSNf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrfLkzRSNf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrfLkzRSNf .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-vrfLkzRSNf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrfLkzRSNf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrfLkzRSNf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vrfLkzRSNf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vrfLkzRSNf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrfLkzRSNf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrfLkzRSNf .navbar.navbar-short {
  min-height: 60px;
}
.cid-vrfLkzRSNf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vrfLkzRSNf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vrfLkzRSNf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vrfLkzRSNf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vrfLkzRSNf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrfLkzRSNf .dropdown-item.active,
.cid-vrfLkzRSNf .dropdown-item:active {
  background-color: transparent;
}
.cid-vrfLkzRSNf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrfLkzRSNf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrfLkzRSNf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrfLkzRSNf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vrfLkzRSNf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vrfLkzRSNf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrfLkzRSNf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vrfLkzRSNf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vrfLkzRSNf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vrfLkzRSNf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vrfLkzRSNf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vrfLkzRSNf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrfLkzRSNf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrfLkzRSNf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vrfLkzRSNf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrfLkzRSNf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrfLkzRSNf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrfLkzRSNf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrfLkzRSNf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrfLkzRSNf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrfLkzRSNf .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-vrfLkzRSNf .navbar {
    height: 70px;
  }
  .cid-vrfLkzRSNf .navbar.opened {
    height: auto;
  }
  .cid-vrfLkzRSNf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrfLkA2R9t .modal-body .close {
  background: #1b1b1b;
}
.cid-vrfLkA2R9t .modal-body .close span {
  font-style: normal;
}
.cid-vrfLkA2R9t .carousel-inner > .active,
.cid-vrfLkA2R9t .carousel-inner > .next,
.cid-vrfLkA2R9t .carousel-inner > .prev {
  display: table;
}
.cid-vrfLkA2R9t .carousel-control .icon-next,
.cid-vrfLkA2R9t .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vrfLkA2R9t .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vrfLkA2R9t .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vrfLkA2R9t .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vrfLkA2R9t .boxed-slider > div {
  position: relative;
}
.cid-vrfLkA2R9t .container img {
  width: 100%;
}
.cid-vrfLkA2R9t .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vrfLkA2R9t .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vrfLkA2R9t .mbr-table-cell {
  padding: 0;
}
.cid-vrfLkA2R9t .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vrfLkA2R9t .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vrfLkA2R9t .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vrfLkA2R9t .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vrfLkA2R9t .carousel-item .container {
    width: 100%;
  }
}
.cid-vrfLkA2R9t .carousel-item-next.carousel-item-left,
.cid-vrfLkA2R9t .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vrfLkA2R9t .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
}
.cid-vrfLkA2R9t .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-vrfLkA2R9t .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-vrfLkA2R9t .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-vrfLkA2R9t .mbr-slider .carousel-control:hover {
  background-color: #00328c;
}
@media (max-width: 767px) {
  .cid-vrfLkA2R9t .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vrfLkA2R9t .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vrfLkA2R9t .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vrfLkA2R9t .mbr-slider .carousel-indicators li.active,
.cid-vrfLkA2R9t .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #00328c;
}
.cid-vrfLkA2R9t .mbr-slider .carousel-indicators li::after,
.cid-vrfLkA2R9t .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vrfLkA2R9t .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vrfLkA2R9t .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vrfLkA2R9t .mbr-slider > .container img {
  width: 100%;
}
.cid-vrfLkA2R9t .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vrfLkA2R9t .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vrfLkA2R9t .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vrfLkA2R9t .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vrfLkA2R9t .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vrfLkA2R9t .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vrfLkA2R9t .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vrfLkA2R9t .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vrfLkA2R9t .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vrfLkA2R9t .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vrfLkA2R9t .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vrfLkA2R9t .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vrfLkA2R9t .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vrfLkA2R9t H2 {
  text-align: left;
}
.cid-vrfLkA2R9t P {
  text-align: justify;
}
.cid-vrfLkA9WCZ {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vrfLkA9WCZ .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vrfLkA9WCZ .mbr-section-title {
  margin: 0;
}
.cid-vrfLkA9WCZ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vrfLkA9WCZ .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vrfLkA9WCZ .card-img {
  text-align: left;
}
.cid-vrfLkA9WCZ .row-item {
  padding-bottom: 2rem;
}
.cid-vrfLkA9WCZ .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vrfLkA9WCZ .card-img,
  .cid-vrfLkA9WCZ .mbr-text,
  .cid-vrfLkA9WCZ .mbr-card-title,
  .cid-vrfLkA9WCZ .mbr-section-subtitle,
  .cid-vrfLkA9WCZ .mbr-section-title,
  .cid-vrfLkA9WCZ .underline {
    text-align: center !important;
  }
}
.cid-vrfLkA9WCZ .mbr-section-title,
.cid-vrfLkA9WCZ .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vrfLkA9WCZ .mbr-section-subtitle {
  text-align: justify;
}
.cid-vrfLkAjCqQ {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vrfLkAjCqQ .container {
    max-width: 1400px;
  }
}
.cid-vrfLkAjCqQ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vrfLkAjCqQ .card-wrapper {
  margin-top: 3rem;
}
.cid-vrfLkAjCqQ .row {
  justify-content: center;
}
.cid-vrfLkAjCqQ .card-title,
.cid-vrfLkAjCqQ .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vrfLkAjCqQ .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vrfLkAjCqQ .mbr-section-title {
  color: #000000;
}
.cid-vrfLkAsWIe {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vrfLkAsWIe .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vrfLkAsWIe .mbr-section-title {
  margin: 0;
}
.cid-vrfLkAsWIe .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vrfLkAsWIe .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vrfLkAsWIe .card-img {
  text-align: left;
}
.cid-vrfLkAsWIe .row-item {
  padding-bottom: 2rem;
}
.cid-vrfLkAsWIe .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vrfLkAsWIe .card-img,
  .cid-vrfLkAsWIe .mbr-text,
  .cid-vrfLkAsWIe .mbr-card-title,
  .cid-vrfLkAsWIe .mbr-section-subtitle,
  .cid-vrfLkAsWIe .mbr-section-title,
  .cid-vrfLkAsWIe .underline {
    text-align: center !important;
  }
}
.cid-vrfLkAsWIe .mbr-section-title,
.cid-vrfLkAsWIe .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vrfLkAsWIe .mbr-section-subtitle {
  text-align: justify;
}
.cid-vrfLkAsWIe .mbr-card-title,
.cid-vrfLkAsWIe .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vrfLkACiaz {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vrfLkACiaz .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vrfLkACiaz .mbr-section-title {
  margin: 0;
}
.cid-vrfLkACiaz .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vrfLkACiaz .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vrfLkACiaz .card-img {
  text-align: left;
}
.cid-vrfLkACiaz .row-item {
  padding-bottom: 2rem;
}
.cid-vrfLkACiaz .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vrfLkACiaz .card-img,
  .cid-vrfLkACiaz .mbr-text,
  .cid-vrfLkACiaz .mbr-card-title,
  .cid-vrfLkACiaz .mbr-section-subtitle,
  .cid-vrfLkACiaz .mbr-section-title,
  .cid-vrfLkACiaz .underline {
    text-align: center !important;
  }
}
.cid-vrfLkACiaz .mbr-section-title,
.cid-vrfLkACiaz .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vrfLkACiaz .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vrfLkACiaz .mbr-card-title,
.cid-vrfLkACiaz .card-img {
  text-align: center;
}
.cid-vrfLkAL0mD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vrfLkAL0mD img,
.cid-vrfLkAL0mD .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vrfLkAL0mD .item:focus,
.cid-vrfLkAL0mD span:focus {
  outline: none;
}
.cid-vrfLkAL0mD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vrfLkAL0mD .item {
    margin-bottom: 1rem;
  }
}
.cid-vrfLkAL0mD .item-wrapper {
  position: relative;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vrfLkAL0mD .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vrfLkAL0mD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vrfLkAL0mD .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vrfLkAL0mD .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrfLkAL0mD .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vrfLkAL0mD .mbr-section-title {
  color: #232323;
}
.cid-vrfLkAL0mD .mbr-text,
.cid-vrfLkAL0mD .mbr-section-btn {
  text-align: center;
}
.cid-vrfLkAL0mD .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vrfLkAL0mD .content-head {
  max-width: 800px;
}
.cid-vrfLkAL0mD .mbr-text,
.cid-vrfLkAL0mD .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vrfLkASOod {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vrfLkASOod .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vrfLkASOod .mbr-section-title {
  margin: 0;
}
.cid-vrfLkASOod .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vrfLkASOod .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vrfLkASOod .card-img {
  text-align: left;
}
.cid-vrfLkASOod .row-item {
  padding-bottom: 2rem;
}
.cid-vrfLkASOod .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vrfLkASOod .card-img,
  .cid-vrfLkASOod .mbr-text,
  .cid-vrfLkASOod .mbr-card-title,
  .cid-vrfLkASOod .mbr-section-subtitle,
  .cid-vrfLkASOod .mbr-section-title,
  .cid-vrfLkASOod .underline {
    text-align: center !important;
  }
}
.cid-vrfLkASOod .mbr-section-title,
.cid-vrfLkASOod .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vrfLkASOod .mbr-section-subtitle {
  text-align: justify;
}
.cid-vrfLkB2gjb {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vrfLkB2gjb h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vrfLkB2gjb .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vrfLkB2gjb .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vrfLkB2gjb .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vrfLkB2gjb .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vrfLkB2gjb .panel-group {
  width: 100%;
}
.cid-vrfLkB2gjb .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vrfLkB2gjb .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vrfLkB2gjb .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vrfLkB2gjb .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vrfLkB2gjb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vrfLkB2gjb .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vrfLkB2gjb .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vrfLkB2gjb .card .panel-body {
  background: #fafafa;
}
.cid-vrfLkB2gjb .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vrfLkB2gjb .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vrfLkB2gjb .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vrfLkB2gjb .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vrfLkB2gjb .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vrfLkB2gjb .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vrfLkBaqo6 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vrfLkBaqo6 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vrfLkBaqo6 .mbr-section-title {
  margin: 0;
}
.cid-vrfLkBaqo6 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vrfLkBaqo6 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vrfLkBaqo6 .card-img {
  text-align: left;
}
.cid-vrfLkBaqo6 .row-item {
  padding-bottom: 2rem;
}
.cid-vrfLkBaqo6 .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vrfLkBaqo6 .card-img,
  .cid-vrfLkBaqo6 .mbr-text,
  .cid-vrfLkBaqo6 .mbr-card-title,
  .cid-vrfLkBaqo6 .mbr-section-subtitle,
  .cid-vrfLkBaqo6 .mbr-section-title,
  .cid-vrfLkBaqo6 .underline {
    text-align: center !important;
  }
}
.cid-vrfLkBaqo6 .mbr-section-title,
.cid-vrfLkBaqo6 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vrfLkBaqo6 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vrfLkBiiFQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-vrfLkBiiFQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vrfLkBiiFQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vrfLkBiiFQ .carousel-item .wrap-img {
  text-align: center;
}
.cid-vrfLkBiiFQ .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-vrfLkBiiFQ .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #767676;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vrfLkBiiFQ .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-vrfLkBiiFQ .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-vrfLkBiiFQ .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-vrfLkBiiFQ .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-vrfLkBiiFQ .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vrfLkBiiFQ .carousel-control:hover {
  background-color: #00328c;
}
@media (max-width: 767px) {
  .cid-vrfLkBiiFQ .carousel-control {
    display: none;
  }
  .cid-vrfLkBiiFQ .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-vrfLkBiiFQ .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-vrfLkBiiFQ .cloneditem-1,
.cid-vrfLkBiiFQ .cloneditem-2,
.cid-vrfLkBiiFQ .cloneditem-3,
.cid-vrfLkBiiFQ .cloneditem-4,
.cid-vrfLkBiiFQ .cloneditem-5 {
  display: none;
}
.cid-vrfLkBiiFQ .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vrfLkBiiFQ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vrfLkBiiFQ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vrfLkBiiFQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vrfLkBiiFQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vrfLkBiiFQ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides2 .cloneditem-1,
  .cid-vrfLkBiiFQ .carousel-inner.slides2 .cloneditem-2,
  .cid-vrfLkBiiFQ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vrfLkBiiFQ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vrfLkBiiFQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vrfLkBiiFQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vrfLkBiiFQ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides3 .cloneditem-1,
  .cid-vrfLkBiiFQ .carousel-inner.slides3 .cloneditem-2,
  .cid-vrfLkBiiFQ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vrfLkBiiFQ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vrfLkBiiFQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vrfLkBiiFQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vrfLkBiiFQ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides4 .cloneditem-1,
  .cid-vrfLkBiiFQ .carousel-inner.slides4 .cloneditem-2,
  .cid-vrfLkBiiFQ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vrfLkBiiFQ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vrfLkBiiFQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vrfLkBiiFQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vrfLkBiiFQ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides5 .cloneditem-1,
  .cid-vrfLkBiiFQ .carousel-inner.slides5 .cloneditem-2,
  .cid-vrfLkBiiFQ .carousel-inner.slides5 .cloneditem-3,
  .cid-vrfLkBiiFQ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vrfLkBiiFQ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vrfLkBiiFQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vrfLkBiiFQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vrfLkBiiFQ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vrfLkBiiFQ .carousel-inner.slides6 .cloneditem-1,
  .cid-vrfLkBiiFQ .carousel-inner.slides6 .cloneditem-2,
  .cid-vrfLkBiiFQ .carousel-inner.slides6 .cloneditem-3,
  .cid-vrfLkBiiFQ .carousel-inner.slides6 .cloneditem-4,
  .cid-vrfLkBiiFQ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vrfLkBiiFQ .mbr-section-title {
  margin: 0;
}
.cid-vrfLkBiiFQ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vrfLkBiiFQ .underline .line {
  width: 3rem;
  height: 2px;
  background: #353535;
  display: inline-block;
}
.cid-vrfLkBiiFQ .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrfLkBiiFQ .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-vrfLkBiiFQ .carousel-control-prev {
    left: 15px !important;
  }
  .cid-vrfLkBiiFQ .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-vrfLkBiiFQ .carousel-control-next {
    right: 15px !important;
  }
  .cid-vrfLkBiiFQ .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-vrfLkBDwxq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrfLkBDwxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrfLkBDwxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrfLkBDwxq .mbr-section-title {
  color: #e43f3f;
}
.cid-vrfLkBMKyT {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vrfLkBMKyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrfLkBMKyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrfLkBSFyT {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vrfLkBSFyT .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vrfLkBSFyT .mbr-section-title {
  margin: 0;
}
.cid-vrfLkBSFyT .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vrfLkBSFyT .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vrfLkBSFyT .card-img {
  text-align: left;
}
.cid-vrfLkBSFyT .row-item {
  padding-bottom: 2rem;
}
.cid-vrfLkBSFyT .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vrfLkBSFyT .card-img,
  .cid-vrfLkBSFyT .mbr-text,
  .cid-vrfLkBSFyT .mbr-card-title,
  .cid-vrfLkBSFyT .mbr-section-subtitle,
  .cid-vrfLkBSFyT .mbr-section-title,
  .cid-vrfLkBSFyT .underline {
    text-align: center !important;
  }
}
.cid-vrfLkBSFyT .mbr-section-title,
.cid-vrfLkBSFyT .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vrfLkBSFyT .mbr-section-subtitle {
  text-align: justify;
}
.cid-vrfLkC1RCA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vrfLkC1RCA img {
  width: 120px;
  margin: auto;
}
.cid-vrfLkC1RCA .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vrfLkC1RCA .card {
    max-width: 12.5%;
  }
}
.cid-vrfLkC9YXu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vrfLkC9YXu img {
  width: 120px;
  margin: auto;
}
.cid-vrfLkC9YXu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vrfLkC9YXu .card {
    max-width: 12.5%;
  }
}
.cid-vrfLkCgLNM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrfLkCgLNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrfLkCgLNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrfLkCgLNM .mbr-section-title {
  color: #e43f3f;
}
.cid-vrfLkCo3Q1 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vrfLkCo3Q1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrfLkCo3Q1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrfLkCvSOo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-vrfLkCvSOo img {
  width: 120px;
  margin: auto;
}
.cid-vrfLkCvSOo .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vrfLkCvSOo .card {
    max-width: 12.5%;
  }
}
.cid-vrfLkCvSOo .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vrfLkCvSOo .mbr-section-subtitle {
  text-align: justify;
}
.cid-vrfLkCCIZJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vrfLkCCIZJ img {
  width: 120px;
  margin: auto;
}
.cid-vrfLkCCIZJ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vrfLkCCIZJ .card {
    max-width: 12.5%;
  }
}
.cid-vrfLkCMqUD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrfLkCMqUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrfLkCMqUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrfLkCMqUD .mbr-section-title {
  color: #e43f3f;
}
.cid-vrfLkCT6Ck {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vrfLkCT6Ck .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vrfLkCT6Ck .mbr-section-title {
  margin: 0;
}
.cid-vrfLkCT6Ck .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vrfLkCT6Ck .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vrfLkCT6Ck .card-img {
  text-align: left;
}
.cid-vrfLkCT6Ck .row-item {
  padding-bottom: 2rem;
}
.cid-vrfLkCT6Ck .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vrfLkCT6Ck .card-img,
  .cid-vrfLkCT6Ck .mbr-text,
  .cid-vrfLkCT6Ck .mbr-card-title,
  .cid-vrfLkCT6Ck .mbr-section-subtitle,
  .cid-vrfLkCT6Ck .mbr-section-title,
  .cid-vrfLkCT6Ck .underline {
    text-align: center !important;
  }
}
.cid-vrfLkCT6Ck .mbr-section-title,
.cid-vrfLkCT6Ck .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vrfLkCT6Ck .mbr-section-subtitle {
  text-align: justify;
}
.cid-vrfLkD5l5X {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vrfLkD5l5X h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vrfLkD5l5X .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vrfLkD5l5X .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vrfLkD5l5X .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vrfLkD5l5X .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vrfLkD5l5X .panel-group {
  width: 100%;
}
.cid-vrfLkD5l5X .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vrfLkD5l5X .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vrfLkD5l5X .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vrfLkD5l5X .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vrfLkD5l5X .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vrfLkD5l5X .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vrfLkD5l5X .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vrfLkD5l5X .card .panel-body {
  background: #fafafa;
}
.cid-vrfLkD5l5X .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vrfLkD5l5X .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vrfLkD5l5X .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vrfLkD5l5X .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vrfLkD5l5X .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vrfLkDeQ73 {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vrfLkDeQ73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrfLkDeQ73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrfLkDmQ6S {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-vrfLkDmQ6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrfLkDmQ6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrfLkDmQ6S .media-container-row {
  justify-content: space-between;
}
.cid-vrfLkDmQ6S .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vrfLkDmQ6S .text-content {
    max-width: none;
  }
}
.cid-vrfLkDmQ6S .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #767676;
  border: 2px solid #767676;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vrfLkDmQ6S .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vrfLkDmQ6S .mbr-iconfont-social:hover {
  background-color: #767676;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vrfLkDmQ6S .icons {
    justify-content: center !important;
  }
  .cid-vrfLkDmQ6S .text-content * {
    text-align: center;
  }
}
.cid-vrfLkDmQ6S .mbr-section-title {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vrfLkDx7Bp {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vrfLkDx7Bp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrfLkDx7Bp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrfLkDEG2c {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vrfLkDEG2c .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vrfLkDEG2c .mbr-section-title {
  margin: 0;
}
.cid-vrfLkDEG2c .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vrfLkDEG2c .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vrfLkDEG2c .card-img {
  text-align: left;
}
.cid-vrfLkDEG2c .row-item {
  padding-bottom: 2rem;
}
.cid-vrfLkDEG2c .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vrfLkDEG2c .card-img,
  .cid-vrfLkDEG2c .mbr-text,
  .cid-vrfLkDEG2c .mbr-card-title,
  .cid-vrfLkDEG2c .mbr-section-subtitle,
  .cid-vrfLkDEG2c .mbr-section-title,
  .cid-vrfLkDEG2c .underline {
    text-align: center !important;
  }
}
.cid-vrfLkDEG2c .mbr-section-title,
.cid-vrfLkDEG2c .underline {
  text-align: center;
  color: #012f83;
}
.cid-vrfLkDEG2c .mbr-section-subtitle {
  text-align: center;
}
.cid-vrfLkDOf0x {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vrfLkDOf0x .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vrfLkDOf0x form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vrfLkDOf0x form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vrfLkDOf0x form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vrfLkDVUqz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vrfLkDVUqz .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vrfLkDVUqz .input-form .form1 {
  width: 100%;
}
.cid-vrfLkDVUqz .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vrfLkDVUqz .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vrfLkDVUqz .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vrfLkDVUqz .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vrfLkDVUqz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vrfLkDVUqz .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vrfLkDVUqz {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vrfLkDVUqz .social-media {
    padding: 0;
    display: block;
  }
  .cid-vrfLkDVUqz .subtext-1,
  .cid-vrfLkDVUqz .subtext-2 {
    text-align: center !important;
  }
  .cid-vrfLkDVUqz .form-text {
    text-align: center!important;
  }
  .cid-vrfLkDVUqz .input-form div {
    width: 100%;
  }
  .cid-vrfLkDVUqz .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vrfLkDVUqz .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vrfLkDVUqz .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vrfLkDVUqz .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vrfLkDVUqz .mbr-title,
.cid-vrfLkDVUqz .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vrfLkDVUqz .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vrfLkE2QLJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vrfLkE2QLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrfLkE2QLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrfLkE2QLJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vrfLkE2QLJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vrfLkE2QLJ .row {
    text-align: center;
  }
  .cid-vrfLkE2QLJ .row > div {
    margin: auto;
  }
  .cid-vrfLkE2QLJ .social-row {
    justify-content: center;
  }
}
.cid-vrfLkE2QLJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vrfLkE2QLJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vrfLkE2QLJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vrfLkE2QLJ .list {
    margin-bottom: 0rem;
  }
}
.cid-vrfLkE2QLJ .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vrfLkE2QLJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vrfLkE2QLJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vrfLkE2QLJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vrfLkE2QLJ .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqZ3pFIivb {
  z-index: 1000;
  width: 100%;
}
.cid-vqZ3pFIivb nav.navbar {
  position: fixed;
}
.cid-vqZ3pFIivb .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-vqZ3pFIivb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqZ3pFIivb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqZ3pFIivb .dropdown-item:hover,
.cid-vqZ3pFIivb .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vqZ3pFIivb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqZ3pFIivb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqZ3pFIivb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqZ3pFIivb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqZ3pFIivb .nav-link {
  position: relative;
}
.cid-vqZ3pFIivb .container {
  display: flex;
  margin: auto;
}
.cid-vqZ3pFIivb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqZ3pFIivb .dropdown-menu,
.cid-vqZ3pFIivb .navbar.opened {
  background: #00328c !important;
}
.cid-vqZ3pFIivb .nav-item:focus,
.cid-vqZ3pFIivb .nav-link:focus {
  outline: none;
}
.cid-vqZ3pFIivb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqZ3pFIivb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqZ3pFIivb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqZ3pFIivb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqZ3pFIivb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqZ3pFIivb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqZ3pFIivb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vqZ3pFIivb .navbar.opened {
  transition: all 0.3s;
}
.cid-vqZ3pFIivb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqZ3pFIivb .navbar .navbar-logo img {
  width: auto;
}
.cid-vqZ3pFIivb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqZ3pFIivb .navbar.collapsed {
  justify-content: center;
}
.cid-vqZ3pFIivb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqZ3pFIivb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqZ3pFIivb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vqZ3pFIivb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqZ3pFIivb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqZ3pFIivb .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-vqZ3pFIivb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqZ3pFIivb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqZ3pFIivb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqZ3pFIivb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqZ3pFIivb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqZ3pFIivb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqZ3pFIivb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqZ3pFIivb .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-vqZ3pFIivb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqZ3pFIivb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqZ3pFIivb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqZ3pFIivb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqZ3pFIivb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqZ3pFIivb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqZ3pFIivb .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqZ3pFIivb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqZ3pFIivb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqZ3pFIivb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqZ3pFIivb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqZ3pFIivb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqZ3pFIivb .dropdown-item.active,
.cid-vqZ3pFIivb .dropdown-item:active {
  background-color: transparent;
}
.cid-vqZ3pFIivb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqZ3pFIivb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqZ3pFIivb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqZ3pFIivb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vqZ3pFIivb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqZ3pFIivb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqZ3pFIivb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqZ3pFIivb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqZ3pFIivb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqZ3pFIivb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqZ3pFIivb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqZ3pFIivb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqZ3pFIivb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqZ3pFIivb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqZ3pFIivb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqZ3pFIivb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqZ3pFIivb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqZ3pFIivb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqZ3pFIivb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqZ3pFIivb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqZ3pFIivb .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-vqZ3pFIivb .navbar {
    height: 70px;
  }
  .cid-vqZ3pFIivb .navbar.opened {
    height: auto;
  }
  .cid-vqZ3pFIivb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqZ3pFVWUX .modal-body .close {
  background: #1b1b1b;
}
.cid-vqZ3pFVWUX .modal-body .close span {
  font-style: normal;
}
.cid-vqZ3pFVWUX .carousel-inner > .active,
.cid-vqZ3pFVWUX .carousel-inner > .next,
.cid-vqZ3pFVWUX .carousel-inner > .prev {
  display: table;
}
.cid-vqZ3pFVWUX .carousel-control .icon-next,
.cid-vqZ3pFVWUX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vqZ3pFVWUX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqZ3pFVWUX .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqZ3pFVWUX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vqZ3pFVWUX .boxed-slider > div {
  position: relative;
}
.cid-vqZ3pFVWUX .container img {
  width: 100%;
}
.cid-vqZ3pFVWUX .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vqZ3pFVWUX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqZ3pFVWUX .mbr-table-cell {
  padding: 0;
}
.cid-vqZ3pFVWUX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vqZ3pFVWUX .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqZ3pFVWUX .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqZ3pFVWUX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vqZ3pFVWUX .carousel-item .container {
    width: 100%;
  }
}
.cid-vqZ3pFVWUX .carousel-item-next.carousel-item-left,
.cid-vqZ3pFVWUX .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vqZ3pFVWUX .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
}
.cid-vqZ3pFVWUX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-vqZ3pFVWUX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-vqZ3pFVWUX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-vqZ3pFVWUX .mbr-slider .carousel-control:hover {
  background-color: #00328c;
}
@media (max-width: 767px) {
  .cid-vqZ3pFVWUX .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vqZ3pFVWUX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vqZ3pFVWUX .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vqZ3pFVWUX .mbr-slider .carousel-indicators li.active,
.cid-vqZ3pFVWUX .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #00328c;
}
.cid-vqZ3pFVWUX .mbr-slider .carousel-indicators li::after,
.cid-vqZ3pFVWUX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vqZ3pFVWUX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vqZ3pFVWUX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vqZ3pFVWUX .mbr-slider > .container img {
  width: 100%;
}
.cid-vqZ3pFVWUX .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqZ3pFVWUX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vqZ3pFVWUX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqZ3pFVWUX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqZ3pFVWUX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vqZ3pFVWUX .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vqZ3pFVWUX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vqZ3pFVWUX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vqZ3pFVWUX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vqZ3pFVWUX .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqZ3pFVWUX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vqZ3pFVWUX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vqZ3pFVWUX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vqZ3pFVWUX H2 {
  text-align: left;
}
.cid-vqZ3pFVWUX P {
  text-align: justify;
}
.cid-vqZ3pG4m8s {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vqZ3pG4m8s .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqZ3pG4m8s .mbr-section-title {
  margin: 0;
}
.cid-vqZ3pG4m8s .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqZ3pG4m8s .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqZ3pG4m8s .card-img {
  text-align: left;
}
.cid-vqZ3pG4m8s .row-item {
  padding-bottom: 2rem;
}
.cid-vqZ3pG4m8s .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqZ3pG4m8s .card-img,
  .cid-vqZ3pG4m8s .mbr-text,
  .cid-vqZ3pG4m8s .mbr-card-title,
  .cid-vqZ3pG4m8s .mbr-section-subtitle,
  .cid-vqZ3pG4m8s .mbr-section-title,
  .cid-vqZ3pG4m8s .underline {
    text-align: center !important;
  }
}
.cid-vqZ3pG4m8s .mbr-section-title,
.cid-vqZ3pG4m8s .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqZ3pG4m8s .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqZ3pGjbIN {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vqZ3pGjbIN .container {
    max-width: 1400px;
  }
}
.cid-vqZ3pGjbIN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vqZ3pGjbIN .card-wrapper {
  margin-top: 3rem;
}
.cid-vqZ3pGjbIN .row {
  justify-content: center;
}
.cid-vqZ3pGjbIN .card-title,
.cid-vqZ3pGjbIN .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vqZ3pGjbIN .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vqZ3pGjbIN .mbr-section-title {
  color: #000000;
}
.cid-vqZ3pGuots {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqZ3pGuots .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqZ3pGuots .mbr-section-title {
  margin: 0;
}
.cid-vqZ3pGuots .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqZ3pGuots .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqZ3pGuots .card-img {
  text-align: left;
}
.cid-vqZ3pGuots .row-item {
  padding-bottom: 2rem;
}
.cid-vqZ3pGuots .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vqZ3pGuots .card-img,
  .cid-vqZ3pGuots .mbr-text,
  .cid-vqZ3pGuots .mbr-card-title,
  .cid-vqZ3pGuots .mbr-section-subtitle,
  .cid-vqZ3pGuots .mbr-section-title,
  .cid-vqZ3pGuots .underline {
    text-align: center !important;
  }
}
.cid-vqZ3pGuots .mbr-section-title,
.cid-vqZ3pGuots .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqZ3pGuots .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqZ3pGuots .mbr-card-title,
.cid-vqZ3pGuots .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vqZ3pGM1wl {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqZ3pGM1wl .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqZ3pGM1wl .mbr-section-title {
  margin: 0;
}
.cid-vqZ3pGM1wl .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqZ3pGM1wl .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqZ3pGM1wl .card-img {
  text-align: left;
}
.cid-vqZ3pGM1wl .row-item {
  padding-bottom: 2rem;
}
.cid-vqZ3pGM1wl .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqZ3pGM1wl .card-img,
  .cid-vqZ3pGM1wl .mbr-text,
  .cid-vqZ3pGM1wl .mbr-card-title,
  .cid-vqZ3pGM1wl .mbr-section-subtitle,
  .cid-vqZ3pGM1wl .mbr-section-title,
  .cid-vqZ3pGM1wl .underline {
    text-align: center !important;
  }
}
.cid-vqZ3pGM1wl .mbr-section-title,
.cid-vqZ3pGM1wl .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqZ3pGM1wl .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqZ3pGM1wl .mbr-card-title,
.cid-vqZ3pGM1wl .card-img {
  text-align: center;
}
.cid-vqZ3pH4qkQ {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #232323;
}
.cid-vqZ3pH4qkQ .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-vqZ3pH4qkQ h4,
.cid-vqZ3pH4qkQ h5 {
  text-align: center;
}
.cid-vqZ3pH4qkQ p {
  text-align: center;
}
.cid-vqZ3pH4qkQ .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-vqZ3pH4qkQ .card-img {
  font-size: 3rem;
}
.cid-vqZ3pH4qkQ .date span {
  display: inline-block;
  background-color: #012f83;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-vqZ3pHepJe {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqZ3pHepJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqZ3pHepJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqZ3pHo0xy {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqZ3pHo0xy .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqZ3pHo0xy .mbr-section-title {
  margin: 0;
}
.cid-vqZ3pHo0xy .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqZ3pHo0xy .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqZ3pHo0xy .card-img {
  text-align: left;
}
.cid-vqZ3pHo0xy .row-item {
  padding-bottom: 2rem;
}
.cid-vqZ3pHo0xy .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqZ3pHo0xy .card-img,
  .cid-vqZ3pHo0xy .mbr-text,
  .cid-vqZ3pHo0xy .mbr-card-title,
  .cid-vqZ3pHo0xy .mbr-section-subtitle,
  .cid-vqZ3pHo0xy .mbr-section-title,
  .cid-vqZ3pHo0xy .underline {
    text-align: center !important;
  }
}
.cid-vqZ3pHo0xy .mbr-section-title,
.cid-vqZ3pHo0xy .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqZ3pHo0xy .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqZ3pHo0xy .mbr-card-title,
.cid-vqZ3pHo0xy .card-img {
  text-align: center;
}
.cid-vqZ3pHAz3F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vqZ3pHAz3F img,
.cid-vqZ3pHAz3F .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vqZ3pHAz3F .item:focus,
.cid-vqZ3pHAz3F span:focus {
  outline: none;
}
.cid-vqZ3pHAz3F .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqZ3pHAz3F .item {
    margin-bottom: 1rem;
  }
}
.cid-vqZ3pHAz3F .item-wrapper {
  position: relative;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqZ3pHAz3F .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vqZ3pHAz3F .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqZ3pHAz3F .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqZ3pHAz3F .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vqZ3pHAz3F .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vqZ3pHAz3F .mbr-section-title {
  color: #232323;
}
.cid-vqZ3pHAz3F .mbr-text,
.cid-vqZ3pHAz3F .mbr-section-btn {
  text-align: center;
}
.cid-vqZ3pHAz3F .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vqZ3pHAz3F .content-head {
  max-width: 800px;
}
.cid-vqZ3pHAz3F .mbr-text,
.cid-vqZ3pHAz3F .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vqZ3pHPBFv {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqZ3pHPBFv .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vqZ3pHPBFv .mbr-text {
  color: #e43f3f;
}
.cid-vqZ3pHVBIT {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqZ3pHVBIT .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqZ3pHVBIT .mbr-section-title {
  margin: 0;
}
.cid-vqZ3pHVBIT .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqZ3pHVBIT .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqZ3pHVBIT .card-img {
  text-align: left;
}
.cid-vqZ3pHVBIT .row-item {
  padding-bottom: 2rem;
}
.cid-vqZ3pHVBIT .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqZ3pHVBIT .card-img,
  .cid-vqZ3pHVBIT .mbr-text,
  .cid-vqZ3pHVBIT .mbr-card-title,
  .cid-vqZ3pHVBIT .mbr-section-subtitle,
  .cid-vqZ3pHVBIT .mbr-section-title,
  .cid-vqZ3pHVBIT .underline {
    text-align: center !important;
  }
}
.cid-vqZ3pHVBIT .mbr-section-title,
.cid-vqZ3pHVBIT .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqZ3pHVBIT .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqZ3pHVBIT .mbr-card-title,
.cid-vqZ3pHVBIT .card-img {
  text-align: center;
}
.cid-vqZ3pIc5Ql {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vqZ3pIc5Ql img,
.cid-vqZ3pIc5Ql .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vqZ3pIc5Ql .item:focus,
.cid-vqZ3pIc5Ql span:focus {
  outline: none;
}
.cid-vqZ3pIc5Ql .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqZ3pIc5Ql .item {
    margin-bottom: 1rem;
  }
}
.cid-vqZ3pIc5Ql .item-wrapper {
  position: relative;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqZ3pIc5Ql .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vqZ3pIc5Ql .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqZ3pIc5Ql .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqZ3pIc5Ql .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vqZ3pIc5Ql .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vqZ3pIc5Ql .mbr-section-title {
  color: #232323;
}
.cid-vqZ3pIc5Ql .mbr-text,
.cid-vqZ3pIc5Ql .mbr-section-btn {
  text-align: center;
}
.cid-vqZ3pIc5Ql .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vqZ3pIc5Ql .content-head {
  max-width: 800px;
}
.cid-vqZ3pIc5Ql .mbr-text,
.cid-vqZ3pIc5Ql .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vqZ3pIqeGf {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqZ3pIqeGf .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vqZ3pIqeGf .mbr-text {
  color: #e43f3f;
}
.cid-vqZ3pIyQKs {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqZ3pIyQKs .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqZ3pIyQKs .mbr-section-title {
  margin: 0;
}
.cid-vqZ3pIyQKs .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqZ3pIyQKs .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqZ3pIyQKs .card-img {
  text-align: left;
}
.cid-vqZ3pIyQKs .row-item {
  padding-bottom: 2rem;
}
.cid-vqZ3pIyQKs .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqZ3pIyQKs .card-img,
  .cid-vqZ3pIyQKs .mbr-text,
  .cid-vqZ3pIyQKs .mbr-card-title,
  .cid-vqZ3pIyQKs .mbr-section-subtitle,
  .cid-vqZ3pIyQKs .mbr-section-title,
  .cid-vqZ3pIyQKs .underline {
    text-align: center !important;
  }
}
.cid-vqZ3pIyQKs .mbr-section-title,
.cid-vqZ3pIyQKs .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqZ3pIyQKs .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqZ3pIyQKs .mbr-card-title,
.cid-vqZ3pIyQKs .card-img {
  text-align: center;
}
.cid-vqZ3pIMYAX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vqZ3pIMYAX img,
.cid-vqZ3pIMYAX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vqZ3pIMYAX .item:focus,
.cid-vqZ3pIMYAX span:focus {
  outline: none;
}
.cid-vqZ3pIMYAX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqZ3pIMYAX .item {
    margin-bottom: 1rem;
  }
}
.cid-vqZ3pIMYAX .item-wrapper {
  position: relative;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqZ3pIMYAX .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vqZ3pIMYAX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqZ3pIMYAX .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqZ3pIMYAX .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vqZ3pIMYAX .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vqZ3pIMYAX .mbr-section-title {
  color: #232323;
}
.cid-vqZ3pIMYAX .mbr-text,
.cid-vqZ3pIMYAX .mbr-section-btn {
  text-align: center;
}
.cid-vqZ3pIMYAX .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vqZ3pIMYAX .content-head {
  max-width: 800px;
}
.cid-vqZ3pIMYAX .mbr-text,
.cid-vqZ3pIMYAX .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vqZ3pJ0WFx {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqZ3pJ0WFx .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vqZ3pJ0WFx .mbr-text {
  color: #e43f3f;
}
.cid-vqZ3pJ7JNE {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqZ3pJ7JNE .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqZ3pJ7JNE .mbr-section-title {
  margin: 0;
}
.cid-vqZ3pJ7JNE .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqZ3pJ7JNE .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqZ3pJ7JNE .card-img {
  text-align: left;
}
.cid-vqZ3pJ7JNE .row-item {
  padding-bottom: 2rem;
}
.cid-vqZ3pJ7JNE .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqZ3pJ7JNE .card-img,
  .cid-vqZ3pJ7JNE .mbr-text,
  .cid-vqZ3pJ7JNE .mbr-card-title,
  .cid-vqZ3pJ7JNE .mbr-section-subtitle,
  .cid-vqZ3pJ7JNE .mbr-section-title,
  .cid-vqZ3pJ7JNE .underline {
    text-align: center !important;
  }
}
.cid-vqZ3pJ7JNE .mbr-section-title,
.cid-vqZ3pJ7JNE .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqZ3pJ7JNE .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqZ3pJ7JNE .mbr-card-title,
.cid-vqZ3pJ7JNE .card-img {
  text-align: center;
}
.cid-vqZ3pJkpGP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vqZ3pJkpGP img,
.cid-vqZ3pJkpGP .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vqZ3pJkpGP .item:focus,
.cid-vqZ3pJkpGP span:focus {
  outline: none;
}
.cid-vqZ3pJkpGP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqZ3pJkpGP .item {
    margin-bottom: 1rem;
  }
}
.cid-vqZ3pJkpGP .item-wrapper {
  position: relative;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqZ3pJkpGP .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vqZ3pJkpGP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqZ3pJkpGP .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqZ3pJkpGP .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vqZ3pJkpGP .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vqZ3pJkpGP .mbr-section-title {
  color: #232323;
}
.cid-vqZ3pJkpGP .mbr-text,
.cid-vqZ3pJkpGP .mbr-section-btn {
  text-align: center;
}
.cid-vqZ3pJkpGP .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vqZ3pJkpGP .content-head {
  max-width: 800px;
}
.cid-vqZ3pJkpGP .mbr-text,
.cid-vqZ3pJkpGP .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vqZ3pJxYPm {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqZ3pJxYPm .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqZ3pJxYPm .mbr-section-title {
  margin: 0;
}
.cid-vqZ3pJxYPm .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqZ3pJxYPm .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqZ3pJxYPm .card-img {
  text-align: left;
}
.cid-vqZ3pJxYPm .row-item {
  padding-bottom: 2rem;
}
.cid-vqZ3pJxYPm .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqZ3pJxYPm .card-img,
  .cid-vqZ3pJxYPm .mbr-text,
  .cid-vqZ3pJxYPm .mbr-card-title,
  .cid-vqZ3pJxYPm .mbr-section-subtitle,
  .cid-vqZ3pJxYPm .mbr-section-title,
  .cid-vqZ3pJxYPm .underline {
    text-align: center !important;
  }
}
.cid-vqZ3pJxYPm .mbr-section-title,
.cid-vqZ3pJxYPm .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqZ3pJxYPm .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqZ3pJP6cY {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqZ3pJP6cY h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqZ3pJP6cY .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqZ3pJP6cY .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vqZ3pJP6cY .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vqZ3pJP6cY .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqZ3pJP6cY .panel-group {
  width: 100%;
}
.cid-vqZ3pJP6cY .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqZ3pJP6cY .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqZ3pJP6cY .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqZ3pJP6cY .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqZ3pJP6cY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqZ3pJP6cY .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqZ3pJP6cY .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqZ3pJP6cY .card .panel-body {
  background: #fafafa;
}
.cid-vqZ3pJP6cY .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vqZ3pJP6cY .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqZ3pJP6cY .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqZ3pJP6cY .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vqZ3pJP6cY .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqZ3pJP6cY .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vqZ3pK26bX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-vqZ3pK26bX img {
  width: 120px;
  margin: auto;
}
.cid-vqZ3pK26bX .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vqZ3pK26bX .card {
    max-width: 12.5%;
  }
}
.cid-vqZ3pK26bX .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vqZ3pK26bX .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqZ3pKgQfB {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqZ3pKgQfB .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqZ3pKgQfB .mbr-section-title {
  margin: 0;
}
.cid-vqZ3pKgQfB .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqZ3pKgQfB .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqZ3pKgQfB .card-img {
  text-align: left;
}
.cid-vqZ3pKgQfB .row-item {
  padding-bottom: 2rem;
}
.cid-vqZ3pKgQfB .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqZ3pKgQfB .card-img,
  .cid-vqZ3pKgQfB .mbr-text,
  .cid-vqZ3pKgQfB .mbr-card-title,
  .cid-vqZ3pKgQfB .mbr-section-subtitle,
  .cid-vqZ3pKgQfB .mbr-section-title,
  .cid-vqZ3pKgQfB .underline {
    text-align: center !important;
  }
}
.cid-vqZ3pKgQfB .mbr-section-title,
.cid-vqZ3pKgQfB .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqZ3pKgQfB .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqZ3pKzlTk {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqZ3pKzlTk h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqZ3pKzlTk .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqZ3pKzlTk .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vqZ3pKzlTk .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vqZ3pKzlTk .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqZ3pKzlTk .panel-group {
  width: 100%;
}
.cid-vqZ3pKzlTk .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqZ3pKzlTk .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqZ3pKzlTk .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqZ3pKzlTk .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqZ3pKzlTk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqZ3pKzlTk .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqZ3pKzlTk .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqZ3pKzlTk .card .panel-body {
  background: #fafafa;
}
.cid-vqZ3pKzlTk .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqZ3pKzlTk .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqZ3pKzlTk .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqZ3pKzlTk .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vqZ3pKzlTk .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vqZ3pKNWfh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-vqZ3pKNWfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqZ3pKNWfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqZ3pKNWfh .media-container-row {
  justify-content: space-between;
}
.cid-vqZ3pKNWfh .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vqZ3pKNWfh .text-content {
    max-width: none;
  }
}
.cid-vqZ3pKNWfh .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fafafa;
  border: 2px solid #fafafa;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vqZ3pKNWfh .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vqZ3pKNWfh .mbr-iconfont-social:hover {
  background-color: #fafafa;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vqZ3pKNWfh .icons {
    justify-content: center !important;
  }
  .cid-vqZ3pKNWfh .text-content * {
    text-align: center;
  }
}
.cid-vqZ3pKNWfh .mbr-section-title {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqZ3pL2Bq8 {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqZ3pL2Bq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqZ3pL2Bq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqZ3pLcDLo {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqZ3pLcDLo .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vqZ3pLcDLo .mbr-text {
  color: #e43f3f;
}
.cid-vqZ3pLptsB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-vqZ3pLptsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqZ3pLptsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqZ3pLptsB .media-container-row {
  justify-content: space-between;
}
.cid-vqZ3pLptsB .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vqZ3pLptsB .text-content {
    max-width: none;
  }
}
.cid-vqZ3pLptsB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #767676;
  border: 2px solid #767676;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vqZ3pLptsB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vqZ3pLptsB .mbr-iconfont-social:hover {
  background-color: #767676;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vqZ3pLptsB .icons {
    justify-content: center !important;
  }
  .cid-vqZ3pLptsB .text-content * {
    text-align: center;
  }
}
.cid-vqZ3pLptsB .mbr-section-title {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqZ3pLDYZP {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqZ3pLDYZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqZ3pLDYZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqZ3pLN2jh {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqZ3pLN2jh .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vqZ3pLN2jh .mbr-text {
  color: #e43f3f;
}
.cid-vqZ3pLXiVO {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #353535;
}
.cid-vqZ3pLXiVO .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqZ3pLXiVO .mbr-section-title {
  margin: 0;
}
.cid-vqZ3pLXiVO .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqZ3pLXiVO .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqZ3pLXiVO .card-img {
  text-align: left;
}
.cid-vqZ3pLXiVO .row-item {
  padding-bottom: 2rem;
}
.cid-vqZ3pLXiVO .row-item:hover .card-img .mbr-iconfont {
  color: #232323 !important;
}
@media (max-width: 767px) {
  .cid-vqZ3pLXiVO .card-img,
  .cid-vqZ3pLXiVO .mbr-text,
  .cid-vqZ3pLXiVO .mbr-card-title,
  .cid-vqZ3pLXiVO .mbr-section-subtitle,
  .cid-vqZ3pLXiVO .mbr-section-title,
  .cid-vqZ3pLXiVO .underline {
    text-align: center !important;
  }
}
.cid-vqZ3pLXiVO .mbr-section-title,
.cid-vqZ3pLXiVO .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vqZ3pLXiVO .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vqZ3pMcuIK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #353535;
}
.cid-vqZ3pMlvvN {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqZ3pMlvvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqZ3pMlvvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqZ3pMAh3Q {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqZ3pMAh3Q .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vqZ3pMAh3Q .mbr-text {
  color: #e43f3f;
}
.cid-vqZ3pMLxTZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #353535;
}
.cid-vqZ3pMLxTZ .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vqZ3pMLxTZ .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqZ3pMLxTZ .card-item {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vqZ3pMLxTZ .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-vqZ3pMLxTZ .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-vqZ3pMLxTZ .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-vqZ3pMLxTZ .card-item .card-icon {
    margin-right: 2rem;
    min-width: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-vqZ3pMLxTZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
@media (max-width: 576px) {
  .cid-vqZ3pMLxTZ .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-vqZ3pMLxTZ .card-item .card-icon {
    min-width: 4rem;
  }
  .cid-vqZ3pMLxTZ .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-vqZ3pMLxTZ .card-title {
  color: #ffffff;
}
.cid-vqZ3pN3P8b {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqZ3pN3P8b .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vqZ3pN3P8b .mbr-text {
  color: #e43f3f;
}
.cid-vqZ3pNg5Gp {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqZ3pNg5Gp .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqZ3pNg5Gp .mbr-section-title {
  margin: 0;
}
.cid-vqZ3pNg5Gp .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqZ3pNg5Gp .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqZ3pNg5Gp .card-img {
  text-align: left;
}
.cid-vqZ3pNg5Gp .row-item {
  padding-bottom: 2rem;
}
.cid-vqZ3pNg5Gp .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqZ3pNg5Gp .card-img,
  .cid-vqZ3pNg5Gp .mbr-text,
  .cid-vqZ3pNg5Gp .mbr-card-title,
  .cid-vqZ3pNg5Gp .mbr-section-subtitle,
  .cid-vqZ3pNg5Gp .mbr-section-title,
  .cid-vqZ3pNg5Gp .underline {
    text-align: center !important;
  }
}
.cid-vqZ3pNg5Gp .mbr-section-title,
.cid-vqZ3pNg5Gp .underline {
  text-align: center;
  color: #012f83;
}
.cid-vqZ3pNg5Gp .mbr-section-subtitle {
  text-align: center;
}
.cid-vqZ3pNAgrG {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqZ3pNAgrG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vqZ3pNAgrG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vqZ3pNAgrG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vqZ3pNAgrG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vqZ3pNQe3g {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vqZ3pNQe3g .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqZ3pNQe3g .input-form .form1 {
  width: 100%;
}
.cid-vqZ3pNQe3g .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vqZ3pNQe3g .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vqZ3pNQe3g .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vqZ3pNQe3g .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vqZ3pNQe3g .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vqZ3pNQe3g .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vqZ3pNQe3g {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vqZ3pNQe3g .social-media {
    padding: 0;
    display: block;
  }
  .cid-vqZ3pNQe3g .subtext-1,
  .cid-vqZ3pNQe3g .subtext-2 {
    text-align: center !important;
  }
  .cid-vqZ3pNQe3g .form-text {
    text-align: center!important;
  }
  .cid-vqZ3pNQe3g .input-form div {
    width: 100%;
  }
  .cid-vqZ3pNQe3g .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vqZ3pNQe3g .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vqZ3pNQe3g .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vqZ3pNQe3g .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vqZ3pNQe3g .mbr-title,
.cid-vqZ3pNQe3g .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vqZ3pNQe3g .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vqZ3pO427a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vqZ3pO427a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqZ3pO427a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqZ3pO427a .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqZ3pO427a .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqZ3pO427a .row {
    text-align: center;
  }
  .cid-vqZ3pO427a .row > div {
    margin: auto;
  }
  .cid-vqZ3pO427a .social-row {
    justify-content: center;
  }
}
.cid-vqZ3pO427a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqZ3pO427a .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vqZ3pO427a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqZ3pO427a .list {
    margin-bottom: 0rem;
  }
}
.cid-vqZ3pO427a .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqZ3pO427a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vqZ3pO427a .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vqZ3pO427a div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vqZ3pO427a .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqYnOZGhVq {
  z-index: 1000;
  width: 100%;
}
.cid-vqYnOZGhVq nav.navbar {
  position: fixed;
}
.cid-vqYnOZGhVq .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-vqYnOZGhVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqYnOZGhVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqYnOZGhVq .dropdown-item:hover,
.cid-vqYnOZGhVq .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vqYnOZGhVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqYnOZGhVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqYnOZGhVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqYnOZGhVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqYnOZGhVq .nav-link {
  position: relative;
}
.cid-vqYnOZGhVq .container {
  display: flex;
  margin: auto;
}
.cid-vqYnOZGhVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqYnOZGhVq .dropdown-menu,
.cid-vqYnOZGhVq .navbar.opened {
  background: #00328c !important;
}
.cid-vqYnOZGhVq .nav-item:focus,
.cid-vqYnOZGhVq .nav-link:focus {
  outline: none;
}
.cid-vqYnOZGhVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqYnOZGhVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqYnOZGhVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqYnOZGhVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqYnOZGhVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqYnOZGhVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqYnOZGhVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vqYnOZGhVq .navbar.opened {
  transition: all 0.3s;
}
.cid-vqYnOZGhVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqYnOZGhVq .navbar .navbar-logo img {
  width: auto;
}
.cid-vqYnOZGhVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqYnOZGhVq .navbar.collapsed {
  justify-content: center;
}
.cid-vqYnOZGhVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqYnOZGhVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqYnOZGhVq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vqYnOZGhVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqYnOZGhVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqYnOZGhVq .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-vqYnOZGhVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqYnOZGhVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqYnOZGhVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqYnOZGhVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqYnOZGhVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqYnOZGhVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqYnOZGhVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqYnOZGhVq .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-vqYnOZGhVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqYnOZGhVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqYnOZGhVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqYnOZGhVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqYnOZGhVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqYnOZGhVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqYnOZGhVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqYnOZGhVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqYnOZGhVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqYnOZGhVq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqYnOZGhVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqYnOZGhVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqYnOZGhVq .dropdown-item.active,
.cid-vqYnOZGhVq .dropdown-item:active {
  background-color: transparent;
}
.cid-vqYnOZGhVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqYnOZGhVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqYnOZGhVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqYnOZGhVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vqYnOZGhVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqYnOZGhVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqYnOZGhVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqYnOZGhVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqYnOZGhVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqYnOZGhVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqYnOZGhVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqYnOZGhVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqYnOZGhVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqYnOZGhVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqYnOZGhVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqYnOZGhVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqYnOZGhVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqYnOZGhVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqYnOZGhVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqYnOZGhVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqYnOZGhVq .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-vqYnOZGhVq .navbar {
    height: 70px;
  }
  .cid-vqYnOZGhVq .navbar.opened {
    height: auto;
  }
  .cid-vqYnOZGhVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqYnOZU4sk .modal-body .close {
  background: #1b1b1b;
}
.cid-vqYnOZU4sk .modal-body .close span {
  font-style: normal;
}
.cid-vqYnOZU4sk .carousel-inner > .active,
.cid-vqYnOZU4sk .carousel-inner > .next,
.cid-vqYnOZU4sk .carousel-inner > .prev {
  display: table;
}
.cid-vqYnOZU4sk .carousel-control .icon-next,
.cid-vqYnOZU4sk .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vqYnOZU4sk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqYnOZU4sk .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqYnOZU4sk .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vqYnOZU4sk .boxed-slider > div {
  position: relative;
}
.cid-vqYnOZU4sk .container img {
  width: 100%;
}
.cid-vqYnOZU4sk .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vqYnOZU4sk .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqYnOZU4sk .mbr-table-cell {
  padding: 0;
}
.cid-vqYnOZU4sk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vqYnOZU4sk .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqYnOZU4sk .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqYnOZU4sk .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vqYnOZU4sk .carousel-item .container {
    width: 100%;
  }
}
.cid-vqYnOZU4sk .carousel-item-next.carousel-item-left,
.cid-vqYnOZU4sk .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vqYnOZU4sk .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
}
.cid-vqYnOZU4sk .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-vqYnOZU4sk .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-vqYnOZU4sk .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-vqYnOZU4sk .mbr-slider .carousel-control:hover {
  background-color: #00328c;
}
@media (max-width: 767px) {
  .cid-vqYnOZU4sk .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vqYnOZU4sk .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vqYnOZU4sk .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vqYnOZU4sk .mbr-slider .carousel-indicators li.active,
.cid-vqYnOZU4sk .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #00328c;
}
.cid-vqYnOZU4sk .mbr-slider .carousel-indicators li::after,
.cid-vqYnOZU4sk .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vqYnOZU4sk .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vqYnOZU4sk .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vqYnOZU4sk .mbr-slider > .container img {
  width: 100%;
}
.cid-vqYnOZU4sk .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqYnOZU4sk .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vqYnOZU4sk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqYnOZU4sk .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqYnOZU4sk .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vqYnOZU4sk .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vqYnOZU4sk .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vqYnOZU4sk .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vqYnOZU4sk .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vqYnOZU4sk .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqYnOZU4sk .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vqYnOZU4sk .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vqYnOZU4sk .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vqYnOZU4sk H2 {
  text-align: left;
}
.cid-vqYnOZU4sk P {
  text-align: justify;
}
.cid-vqYnP02u6a {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vqYnP02u6a .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYnP02u6a .mbr-section-title {
  margin: 0;
}
.cid-vqYnP02u6a .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYnP02u6a .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYnP02u6a .card-img {
  text-align: left;
}
.cid-vqYnP02u6a .row-item {
  padding-bottom: 2rem;
}
.cid-vqYnP02u6a .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYnP02u6a .card-img,
  .cid-vqYnP02u6a .mbr-text,
  .cid-vqYnP02u6a .mbr-card-title,
  .cid-vqYnP02u6a .mbr-section-subtitle,
  .cid-vqYnP02u6a .mbr-section-title,
  .cid-vqYnP02u6a .underline {
    text-align: center !important;
  }
}
.cid-vqYnP02u6a .mbr-section-title,
.cid-vqYnP02u6a .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqYnP02u6a .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqYnP0d3Ql {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vqYnP0d3Ql .container {
    max-width: 1400px;
  }
}
.cid-vqYnP0d3Ql .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vqYnP0d3Ql .card-wrapper {
  margin-top: 3rem;
}
.cid-vqYnP0d3Ql .row {
  justify-content: center;
}
.cid-vqYnP0d3Ql .card-title,
.cid-vqYnP0d3Ql .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vqYnP0d3Ql .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vqYnP0d3Ql .mbr-section-title {
  color: #000000;
}
.cid-vqYnP0pK7d {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqYnP0pK7d .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYnP0pK7d .mbr-section-title {
  margin: 0;
}
.cid-vqYnP0pK7d .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYnP0pK7d .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYnP0pK7d .card-img {
  text-align: left;
}
.cid-vqYnP0pK7d .row-item {
  padding-bottom: 2rem;
}
.cid-vqYnP0pK7d .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vqYnP0pK7d .card-img,
  .cid-vqYnP0pK7d .mbr-text,
  .cid-vqYnP0pK7d .mbr-card-title,
  .cid-vqYnP0pK7d .mbr-section-subtitle,
  .cid-vqYnP0pK7d .mbr-section-title,
  .cid-vqYnP0pK7d .underline {
    text-align: center !important;
  }
}
.cid-vqYnP0pK7d .mbr-section-title,
.cid-vqYnP0pK7d .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqYnP0pK7d .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqYnP0pK7d .mbr-card-title,
.cid-vqYnP0pK7d .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vqYnP0HGNg {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqYnP0HGNg .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYnP0HGNg .mbr-section-title {
  margin: 0;
}
.cid-vqYnP0HGNg .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYnP0HGNg .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYnP0HGNg .card-img {
  text-align: left;
}
.cid-vqYnP0HGNg .row-item {
  padding-bottom: 2rem;
}
.cid-vqYnP0HGNg .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYnP0HGNg .card-img,
  .cid-vqYnP0HGNg .mbr-text,
  .cid-vqYnP0HGNg .mbr-card-title,
  .cid-vqYnP0HGNg .mbr-section-subtitle,
  .cid-vqYnP0HGNg .mbr-section-title,
  .cid-vqYnP0HGNg .underline {
    text-align: center !important;
  }
}
.cid-vqYnP0HGNg .mbr-section-title,
.cid-vqYnP0HGNg .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYnP0HGNg .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYnP0HGNg .mbr-card-title,
.cid-vqYnP0HGNg .card-img {
  text-align: center;
}
.cid-vqYnP0VG2p {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #232323;
}
.cid-vqYnP0VG2p .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-vqYnP0VG2p h4,
.cid-vqYnP0VG2p h5 {
  text-align: center;
}
.cid-vqYnP0VG2p p {
  text-align: center;
}
.cid-vqYnP0VG2p .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-vqYnP0VG2p .card-img {
  font-size: 3rem;
}
.cid-vqYnP0VG2p .date span {
  display: inline-block;
  background-color: #012f83;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-vqYomyFc4S {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqYomyFc4S .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vqYomyFc4S .mbr-text {
  color: #e43f3f;
}
.cid-vqYnP1fgsi {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqYnP1fgsi .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYnP1fgsi .mbr-section-title {
  margin: 0;
}
.cid-vqYnP1fgsi .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYnP1fgsi .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYnP1fgsi .card-img {
  text-align: left;
}
.cid-vqYnP1fgsi .row-item {
  padding-bottom: 2rem;
}
.cid-vqYnP1fgsi .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYnP1fgsi .card-img,
  .cid-vqYnP1fgsi .mbr-text,
  .cid-vqYnP1fgsi .mbr-card-title,
  .cid-vqYnP1fgsi .mbr-section-subtitle,
  .cid-vqYnP1fgsi .mbr-section-title,
  .cid-vqYnP1fgsi .underline {
    text-align: center !important;
  }
}
.cid-vqYnP1fgsi .mbr-section-title,
.cid-vqYnP1fgsi .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYnP1fgsi .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYnP1fgsi .mbr-card-title,
.cid-vqYnP1fgsi .card-img {
  text-align: center;
}
.cid-vqYnP1srSP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vqYnP1srSP img,
.cid-vqYnP1srSP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vqYnP1srSP .item:focus,
.cid-vqYnP1srSP span:focus {
  outline: none;
}
.cid-vqYnP1srSP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqYnP1srSP .item {
    margin-bottom: 1rem;
  }
}
.cid-vqYnP1srSP .item-wrapper {
  position: relative;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqYnP1srSP .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vqYnP1srSP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqYnP1srSP .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqYnP1srSP .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vqYnP1srSP .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vqYnP1srSP .mbr-section-title {
  color: #232323;
}
.cid-vqYnP1srSP .mbr-text,
.cid-vqYnP1srSP .mbr-section-btn {
  text-align: center;
}
.cid-vqYnP1srSP .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vqYnP1srSP .content-head {
  max-width: 800px;
}
.cid-vqYnP1srSP .mbr-text,
.cid-vqYnP1srSP .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vqYolxJDpT {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqYolxJDpT .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vqYolxJDpT .mbr-text {
  color: #e43f3f;
}
.cid-vqYnP1KGAz {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqYnP1KGAz .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYnP1KGAz .mbr-section-title {
  margin: 0;
}
.cid-vqYnP1KGAz .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYnP1KGAz .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYnP1KGAz .card-img {
  text-align: left;
}
.cid-vqYnP1KGAz .row-item {
  padding-bottom: 2rem;
}
.cid-vqYnP1KGAz .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYnP1KGAz .card-img,
  .cid-vqYnP1KGAz .mbr-text,
  .cid-vqYnP1KGAz .mbr-card-title,
  .cid-vqYnP1KGAz .mbr-section-subtitle,
  .cid-vqYnP1KGAz .mbr-section-title,
  .cid-vqYnP1KGAz .underline {
    text-align: center !important;
  }
}
.cid-vqYnP1KGAz .mbr-section-title,
.cid-vqYnP1KGAz .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYnP1KGAz .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYnP1KGAz .mbr-card-title,
.cid-vqYnP1KGAz .card-img {
  text-align: center;
}
.cid-vqYnP1V8p7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vqYnP1V8p7 img,
.cid-vqYnP1V8p7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vqYnP1V8p7 .item:focus,
.cid-vqYnP1V8p7 span:focus {
  outline: none;
}
.cid-vqYnP1V8p7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqYnP1V8p7 .item {
    margin-bottom: 1rem;
  }
}
.cid-vqYnP1V8p7 .item-wrapper {
  position: relative;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqYnP1V8p7 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vqYnP1V8p7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqYnP1V8p7 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqYnP1V8p7 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vqYnP1V8p7 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vqYnP1V8p7 .mbr-section-title {
  color: #232323;
}
.cid-vqYnP1V8p7 .mbr-text,
.cid-vqYnP1V8p7 .mbr-section-btn {
  text-align: center;
}
.cid-vqYnP1V8p7 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vqYnP1V8p7 .content-head {
  max-width: 800px;
}
.cid-vqYnP1V8p7 .mbr-text,
.cid-vqYnP1V8p7 .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vqYnP29Cxd {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqYnP29Cxd .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vqYnP29Cxd .mbr-text {
  color: #e43f3f;
}
.cid-vqYnP2fMAU {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqYnP2fMAU .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYnP2fMAU .mbr-section-title {
  margin: 0;
}
.cid-vqYnP2fMAU .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYnP2fMAU .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYnP2fMAU .card-img {
  text-align: left;
}
.cid-vqYnP2fMAU .row-item {
  padding-bottom: 2rem;
}
.cid-vqYnP2fMAU .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYnP2fMAU .card-img,
  .cid-vqYnP2fMAU .mbr-text,
  .cid-vqYnP2fMAU .mbr-card-title,
  .cid-vqYnP2fMAU .mbr-section-subtitle,
  .cid-vqYnP2fMAU .mbr-section-title,
  .cid-vqYnP2fMAU .underline {
    text-align: center !important;
  }
}
.cid-vqYnP2fMAU .mbr-section-title,
.cid-vqYnP2fMAU .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYnP2fMAU .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYnP2fMAU .mbr-card-title,
.cid-vqYnP2fMAU .card-img {
  text-align: center;
}
.cid-vqYnP2sEH7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vqYnP2sEH7 img,
.cid-vqYnP2sEH7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vqYnP2sEH7 .item:focus,
.cid-vqYnP2sEH7 span:focus {
  outline: none;
}
.cid-vqYnP2sEH7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqYnP2sEH7 .item {
    margin-bottom: 1rem;
  }
}
.cid-vqYnP2sEH7 .item-wrapper {
  position: relative;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqYnP2sEH7 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vqYnP2sEH7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqYnP2sEH7 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqYnP2sEH7 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vqYnP2sEH7 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vqYnP2sEH7 .mbr-section-title {
  color: #232323;
}
.cid-vqYnP2sEH7 .mbr-text,
.cid-vqYnP2sEH7 .mbr-section-btn {
  text-align: center;
}
.cid-vqYnP2sEH7 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vqYnP2sEH7 .content-head {
  max-width: 800px;
}
.cid-vqYnP2sEH7 .mbr-text,
.cid-vqYnP2sEH7 .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vqYohrdgPL {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqYohrdgPL .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vqYohrdgPL .mbr-text {
  color: #e43f3f;
}
.cid-vqYnP2MTnz {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqYnP2MTnz .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYnP2MTnz .mbr-section-title {
  margin: 0;
}
.cid-vqYnP2MTnz .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYnP2MTnz .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYnP2MTnz .card-img {
  text-align: left;
}
.cid-vqYnP2MTnz .row-item {
  padding-bottom: 2rem;
}
.cid-vqYnP2MTnz .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYnP2MTnz .card-img,
  .cid-vqYnP2MTnz .mbr-text,
  .cid-vqYnP2MTnz .mbr-card-title,
  .cid-vqYnP2MTnz .mbr-section-subtitle,
  .cid-vqYnP2MTnz .mbr-section-title,
  .cid-vqYnP2MTnz .underline {
    text-align: center !important;
  }
}
.cid-vqYnP2MTnz .mbr-section-title,
.cid-vqYnP2MTnz .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYnP2MTnz .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYnP2MTnz .mbr-card-title,
.cid-vqYnP2MTnz .card-img {
  text-align: center;
}
.cid-vqYnP2Z1uF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vqYnP2Z1uF img,
.cid-vqYnP2Z1uF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vqYnP2Z1uF .item:focus,
.cid-vqYnP2Z1uF span:focus {
  outline: none;
}
.cid-vqYnP2Z1uF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqYnP2Z1uF .item {
    margin-bottom: 1rem;
  }
}
.cid-vqYnP2Z1uF .item-wrapper {
  position: relative;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqYnP2Z1uF .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vqYnP2Z1uF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqYnP2Z1uF .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqYnP2Z1uF .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vqYnP2Z1uF .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vqYnP2Z1uF .mbr-section-title {
  color: #232323;
}
.cid-vqYnP2Z1uF .mbr-text,
.cid-vqYnP2Z1uF .mbr-section-btn {
  text-align: center;
}
.cid-vqYnP2Z1uF .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vqYnP2Z1uF .content-head {
  max-width: 800px;
}
.cid-vqYnP2Z1uF .mbr-text,
.cid-vqYnP2Z1uF .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vqYoiV6uuY {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqYoiV6uuY .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vqYoiV6uuY .mbr-text {
  color: #e43f3f;
}
.cid-vqYnP39b9q {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqYnP39b9q .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYnP39b9q .mbr-section-title {
  margin: 0;
}
.cid-vqYnP39b9q .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYnP39b9q .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYnP39b9q .card-img {
  text-align: left;
}
.cid-vqYnP39b9q .row-item {
  padding-bottom: 2rem;
}
.cid-vqYnP39b9q .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYnP39b9q .card-img,
  .cid-vqYnP39b9q .mbr-text,
  .cid-vqYnP39b9q .mbr-card-title,
  .cid-vqYnP39b9q .mbr-section-subtitle,
  .cid-vqYnP39b9q .mbr-section-title,
  .cid-vqYnP39b9q .underline {
    text-align: center !important;
  }
}
.cid-vqYnP39b9q .mbr-section-title,
.cid-vqYnP39b9q .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqYnP39b9q .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqYnP3mYSj {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqYnP3mYSj h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqYnP3mYSj .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqYnP3mYSj .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vqYnP3mYSj .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vqYnP3mYSj .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqYnP3mYSj .panel-group {
  width: 100%;
}
.cid-vqYnP3mYSj .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqYnP3mYSj .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqYnP3mYSj .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqYnP3mYSj .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqYnP3mYSj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqYnP3mYSj .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqYnP3mYSj .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqYnP3mYSj .card .panel-body {
  background: #fafafa;
}
.cid-vqYnP3mYSj .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vqYnP3mYSj .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqYnP3mYSj .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqYnP3mYSj .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vqYnP3mYSj .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqYnP3mYSj .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vqYnP3ynuD {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #353535;
}
.cid-vqYnP3ynuD img {
  width: 120px;
  margin: auto;
}
.cid-vqYnP3ynuD .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vqYnP3ynuD .card {
    max-width: 12.5%;
  }
}
.cid-vqYnP3ynuD .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYnP3ynuD .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqYnP3Mvsv {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqYnP3Mvsv .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYnP3Mvsv .mbr-section-title {
  margin: 0;
}
.cid-vqYnP3Mvsv .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYnP3Mvsv .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYnP3Mvsv .card-img {
  text-align: left;
}
.cid-vqYnP3Mvsv .row-item {
  padding-bottom: 2rem;
}
.cid-vqYnP3Mvsv .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYnP3Mvsv .card-img,
  .cid-vqYnP3Mvsv .mbr-text,
  .cid-vqYnP3Mvsv .mbr-card-title,
  .cid-vqYnP3Mvsv .mbr-section-subtitle,
  .cid-vqYnP3Mvsv .mbr-section-title,
  .cid-vqYnP3Mvsv .underline {
    text-align: center !important;
  }
}
.cid-vqYnP3Mvsv .mbr-section-title,
.cid-vqYnP3Mvsv .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqYnP3Mvsv .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqYnP44lY3 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqYnP44lY3 h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqYnP44lY3 .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqYnP44lY3 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vqYnP44lY3 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vqYnP44lY3 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqYnP44lY3 .panel-group {
  width: 100%;
}
.cid-vqYnP44lY3 .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqYnP44lY3 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqYnP44lY3 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqYnP44lY3 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqYnP44lY3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqYnP44lY3 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqYnP44lY3 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqYnP44lY3 .card .panel-body {
  background: #fafafa;
}
.cid-vqYnP44lY3 .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqYnP44lY3 .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqYnP44lY3 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqYnP44lY3 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vqYnP44lY3 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vqYnP4KpJd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-vqYnP4KpJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqYnP4KpJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqYnP4KpJd .media-container-row {
  justify-content: space-between;
}
.cid-vqYnP4KpJd .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vqYnP4KpJd .text-content {
    max-width: none;
  }
}
.cid-vqYnP4KpJd .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #767676;
  border: 2px solid #767676;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vqYnP4KpJd .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vqYnP4KpJd .mbr-iconfont-social:hover {
  background-color: #767676;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vqYnP4KpJd .icons {
    justify-content: center !important;
  }
  .cid-vqYnP4KpJd .text-content * {
    text-align: center;
  }
}
.cid-vqYnP4KpJd .mbr-section-title {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqYnP69N2d {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqYnP69N2d .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYnP69N2d .mbr-section-title {
  margin: 0;
}
.cid-vqYnP69N2d .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYnP69N2d .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYnP69N2d .card-img {
  text-align: left;
}
.cid-vqYnP69N2d .row-item {
  padding-bottom: 2rem;
}
.cid-vqYnP69N2d .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYnP69N2d .card-img,
  .cid-vqYnP69N2d .mbr-text,
  .cid-vqYnP69N2d .mbr-card-title,
  .cid-vqYnP69N2d .mbr-section-subtitle,
  .cid-vqYnP69N2d .mbr-section-title,
  .cid-vqYnP69N2d .underline {
    text-align: center !important;
  }
}
.cid-vqYnP69N2d .mbr-section-title,
.cid-vqYnP69N2d .underline {
  text-align: center;
  color: #012f83;
}
.cid-vqYnP69N2d .mbr-section-subtitle {
  text-align: center;
}
.cid-vqYnP6m33A {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqYnP6m33A .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vqYnP6m33A form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vqYnP6m33A form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vqYnP6m33A form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vqYnP6AG18 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vqYnP6AG18 .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqYnP6AG18 .input-form .form1 {
  width: 100%;
}
.cid-vqYnP6AG18 .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vqYnP6AG18 .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vqYnP6AG18 .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vqYnP6AG18 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vqYnP6AG18 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vqYnP6AG18 .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vqYnP6AG18 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vqYnP6AG18 .social-media {
    padding: 0;
    display: block;
  }
  .cid-vqYnP6AG18 .subtext-1,
  .cid-vqYnP6AG18 .subtext-2 {
    text-align: center !important;
  }
  .cid-vqYnP6AG18 .form-text {
    text-align: center!important;
  }
  .cid-vqYnP6AG18 .input-form div {
    width: 100%;
  }
  .cid-vqYnP6AG18 .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vqYnP6AG18 .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vqYnP6AG18 .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vqYnP6AG18 .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vqYnP6AG18 .mbr-title,
.cid-vqYnP6AG18 .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vqYnP6AG18 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vqYnP6LRBR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vqYnP6LRBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqYnP6LRBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqYnP6LRBR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqYnP6LRBR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqYnP6LRBR .row {
    text-align: center;
  }
  .cid-vqYnP6LRBR .row > div {
    margin: auto;
  }
  .cid-vqYnP6LRBR .social-row {
    justify-content: center;
  }
}
.cid-vqYnP6LRBR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqYnP6LRBR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vqYnP6LRBR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqYnP6LRBR .list {
    margin-bottom: 0rem;
  }
}
.cid-vqYnP6LRBR .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqYnP6LRBR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vqYnP6LRBR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vqYnP6LRBR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vqYnP6LRBR .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqYwViS9Ew {
  z-index: 1000;
  width: 100%;
}
.cid-vqYwViS9Ew nav.navbar {
  position: fixed;
}
.cid-vqYwViS9Ew .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-vqYwViS9Ew .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqYwViS9Ew .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqYwViS9Ew .dropdown-item:hover,
.cid-vqYwViS9Ew .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vqYwViS9Ew .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqYwViS9Ew .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqYwViS9Ew .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqYwViS9Ew .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqYwViS9Ew .nav-link {
  position: relative;
}
.cid-vqYwViS9Ew .container {
  display: flex;
  margin: auto;
}
.cid-vqYwViS9Ew .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqYwViS9Ew .dropdown-menu,
.cid-vqYwViS9Ew .navbar.opened {
  background: #00328c !important;
}
.cid-vqYwViS9Ew .nav-item:focus,
.cid-vqYwViS9Ew .nav-link:focus {
  outline: none;
}
.cid-vqYwViS9Ew .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqYwViS9Ew .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqYwViS9Ew .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqYwViS9Ew .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqYwViS9Ew .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqYwViS9Ew .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqYwViS9Ew .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vqYwViS9Ew .navbar.opened {
  transition: all 0.3s;
}
.cid-vqYwViS9Ew .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqYwViS9Ew .navbar .navbar-logo img {
  width: auto;
}
.cid-vqYwViS9Ew .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqYwViS9Ew .navbar.collapsed {
  justify-content: center;
}
.cid-vqYwViS9Ew .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqYwViS9Ew .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqYwViS9Ew .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vqYwViS9Ew .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqYwViS9Ew .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqYwViS9Ew .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-vqYwViS9Ew .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqYwViS9Ew .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqYwViS9Ew .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqYwViS9Ew .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqYwViS9Ew .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqYwViS9Ew .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqYwViS9Ew .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqYwViS9Ew .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-vqYwViS9Ew .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqYwViS9Ew .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqYwViS9Ew .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqYwViS9Ew .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqYwViS9Ew .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqYwViS9Ew .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqYwViS9Ew .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqYwViS9Ew .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqYwViS9Ew .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqYwViS9Ew .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqYwViS9Ew .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqYwViS9Ew .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqYwViS9Ew .dropdown-item.active,
.cid-vqYwViS9Ew .dropdown-item:active {
  background-color: transparent;
}
.cid-vqYwViS9Ew .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqYwViS9Ew .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqYwViS9Ew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqYwViS9Ew .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vqYwViS9Ew .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqYwViS9Ew .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqYwViS9Ew ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqYwViS9Ew .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqYwViS9Ew button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqYwViS9Ew button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqYwViS9Ew button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqYwViS9Ew button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqYwViS9Ew button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqYwViS9Ew button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqYwViS9Ew nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqYwViS9Ew nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqYwViS9Ew nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqYwViS9Ew nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqYwViS9Ew .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqYwViS9Ew a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqYwViS9Ew .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-vqYwViS9Ew .navbar {
    height: 70px;
  }
  .cid-vqYwViS9Ew .navbar.opened {
    height: auto;
  }
  .cid-vqYwViS9Ew .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqYwVj30l9 .modal-body .close {
  background: #1b1b1b;
}
.cid-vqYwVj30l9 .modal-body .close span {
  font-style: normal;
}
.cid-vqYwVj30l9 .carousel-inner > .active,
.cid-vqYwVj30l9 .carousel-inner > .next,
.cid-vqYwVj30l9 .carousel-inner > .prev {
  display: table;
}
.cid-vqYwVj30l9 .carousel-control .icon-next,
.cid-vqYwVj30l9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vqYwVj30l9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqYwVj30l9 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqYwVj30l9 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vqYwVj30l9 .boxed-slider > div {
  position: relative;
}
.cid-vqYwVj30l9 .container img {
  width: 100%;
}
.cid-vqYwVj30l9 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vqYwVj30l9 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqYwVj30l9 .mbr-table-cell {
  padding: 0;
}
.cid-vqYwVj30l9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vqYwVj30l9 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqYwVj30l9 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqYwVj30l9 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vqYwVj30l9 .carousel-item .container {
    width: 100%;
  }
}
.cid-vqYwVj30l9 .carousel-item-next.carousel-item-left,
.cid-vqYwVj30l9 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vqYwVj30l9 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
}
.cid-vqYwVj30l9 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-vqYwVj30l9 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-vqYwVj30l9 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-vqYwVj30l9 .mbr-slider .carousel-control:hover {
  background-color: #00328c;
}
@media (max-width: 767px) {
  .cid-vqYwVj30l9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vqYwVj30l9 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vqYwVj30l9 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vqYwVj30l9 .mbr-slider .carousel-indicators li.active,
.cid-vqYwVj30l9 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #00328c;
}
.cid-vqYwVj30l9 .mbr-slider .carousel-indicators li::after,
.cid-vqYwVj30l9 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vqYwVj30l9 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vqYwVj30l9 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vqYwVj30l9 .mbr-slider > .container img {
  width: 100%;
}
.cid-vqYwVj30l9 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqYwVj30l9 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vqYwVj30l9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqYwVj30l9 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqYwVj30l9 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vqYwVj30l9 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vqYwVj30l9 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vqYwVj30l9 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vqYwVj30l9 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vqYwVj30l9 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqYwVj30l9 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vqYwVj30l9 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vqYwVj30l9 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vqYwVj30l9 H2 {
  text-align: left;
}
.cid-vqYwVj30l9 P {
  text-align: justify;
}
.cid-vqYwVjaqPO {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vqYwVjaqPO .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYwVjaqPO .mbr-section-title {
  margin: 0;
}
.cid-vqYwVjaqPO .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYwVjaqPO .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYwVjaqPO .card-img {
  text-align: left;
}
.cid-vqYwVjaqPO .row-item {
  padding-bottom: 2rem;
}
.cid-vqYwVjaqPO .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYwVjaqPO .card-img,
  .cid-vqYwVjaqPO .mbr-text,
  .cid-vqYwVjaqPO .mbr-card-title,
  .cid-vqYwVjaqPO .mbr-section-subtitle,
  .cid-vqYwVjaqPO .mbr-section-title,
  .cid-vqYwVjaqPO .underline {
    text-align: center !important;
  }
}
.cid-vqYwVjaqPO .mbr-section-title,
.cid-vqYwVjaqPO .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqYwVjaqPO .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqYwVjp9L2 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vqYwVjp9L2 .container {
    max-width: 1400px;
  }
}
.cid-vqYwVjp9L2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vqYwVjp9L2 .card-wrapper {
  margin-top: 3rem;
}
.cid-vqYwVjp9L2 .row {
  justify-content: center;
}
.cid-vqYwVjp9L2 .card-title,
.cid-vqYwVjp9L2 .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vqYwVjp9L2 .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vqYwVjp9L2 .mbr-section-title {
  color: #000000;
}
.cid-vqYwVjB5Eo {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqYwVjB5Eo .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYwVjB5Eo .mbr-section-title {
  margin: 0;
}
.cid-vqYwVjB5Eo .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYwVjB5Eo .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYwVjB5Eo .card-img {
  text-align: left;
}
.cid-vqYwVjB5Eo .row-item {
  padding-bottom: 2rem;
}
.cid-vqYwVjB5Eo .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vqYwVjB5Eo .card-img,
  .cid-vqYwVjB5Eo .mbr-text,
  .cid-vqYwVjB5Eo .mbr-card-title,
  .cid-vqYwVjB5Eo .mbr-section-subtitle,
  .cid-vqYwVjB5Eo .mbr-section-title,
  .cid-vqYwVjB5Eo .underline {
    text-align: center !important;
  }
}
.cid-vqYwVjB5Eo .mbr-section-title,
.cid-vqYwVjB5Eo .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqYwVjB5Eo .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqYwVjB5Eo .mbr-card-title,
.cid-vqYwVjB5Eo .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vqYwVkNcGI {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqYwVkNcGI .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYwVkNcGI .mbr-section-title {
  margin: 0;
}
.cid-vqYwVkNcGI .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYwVkNcGI .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYwVkNcGI .card-img {
  text-align: left;
}
.cid-vqYwVkNcGI .row-item {
  padding-bottom: 2rem;
}
.cid-vqYwVkNcGI .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYwVkNcGI .card-img,
  .cid-vqYwVkNcGI .mbr-text,
  .cid-vqYwVkNcGI .mbr-card-title,
  .cid-vqYwVkNcGI .mbr-section-subtitle,
  .cid-vqYwVkNcGI .mbr-section-title,
  .cid-vqYwVkNcGI .underline {
    text-align: center !important;
  }
}
.cid-vqYwVkNcGI .mbr-section-title,
.cid-vqYwVkNcGI .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYwVkNcGI .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYwVkNcGI .mbr-card-title,
.cid-vqYwVkNcGI .card-img {
  text-align: center;
}
.cid-vqYwVmj0MU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vqYwVmj0MU img,
.cid-vqYwVmj0MU .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vqYwVmj0MU .item:focus,
.cid-vqYwVmj0MU span:focus {
  outline: none;
}
.cid-vqYwVmj0MU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqYwVmj0MU .item {
    margin-bottom: 1rem;
  }
}
.cid-vqYwVmj0MU .item-wrapper {
  position: relative;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqYwVmj0MU .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vqYwVmj0MU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqYwVmj0MU .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqYwVmj0MU .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vqYwVmj0MU .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vqYwVmj0MU .mbr-section-title {
  color: #232323;
}
.cid-vqYwVmj0MU .mbr-text,
.cid-vqYwVmj0MU .mbr-section-btn {
  text-align: center;
}
.cid-vqYwVmj0MU .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vqYwVmj0MU .content-head {
  max-width: 800px;
}
.cid-vqYwVmj0MU .mbr-text,
.cid-vqYwVmj0MU .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vqYwVmC6f0 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqYwVmC6f0 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYwVmC6f0 .mbr-section-title {
  margin: 0;
}
.cid-vqYwVmC6f0 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYwVmC6f0 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYwVmC6f0 .card-img {
  text-align: left;
}
.cid-vqYwVmC6f0 .row-item {
  padding-bottom: 2rem;
}
.cid-vqYwVmC6f0 .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYwVmC6f0 .card-img,
  .cid-vqYwVmC6f0 .mbr-text,
  .cid-vqYwVmC6f0 .mbr-card-title,
  .cid-vqYwVmC6f0 .mbr-section-subtitle,
  .cid-vqYwVmC6f0 .mbr-section-title,
  .cid-vqYwVmC6f0 .underline {
    text-align: center !important;
  }
}
.cid-vqYwVmC6f0 .mbr-section-title,
.cid-vqYwVmC6f0 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqYwVmC6f0 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqYwVmQaRE {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqYwVmQaRE h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqYwVmQaRE .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqYwVmQaRE .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vqYwVmQaRE .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vqYwVmQaRE .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqYwVmQaRE .panel-group {
  width: 100%;
}
.cid-vqYwVmQaRE .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqYwVmQaRE .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqYwVmQaRE .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqYwVmQaRE .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqYwVmQaRE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqYwVmQaRE .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqYwVmQaRE .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqYwVmQaRE .card .panel-body {
  background: #fafafa;
}
.cid-vqYwVmQaRE .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vqYwVmQaRE .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqYwVmQaRE .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqYwVmQaRE .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vqYwVmQaRE .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqYwVmQaRE .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vqYwVn0tjG {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #353535;
}
.cid-vqYwVn0tjG img {
  width: 120px;
  margin: auto;
}
.cid-vqYwVn0tjG .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vqYwVn0tjG .card {
    max-width: 12.5%;
  }
}
.cid-vqYwVn0tjG .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vqYwVn0tjG .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqYwVnadf7 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqYwVnadf7 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYwVnadf7 .mbr-section-title {
  margin: 0;
}
.cid-vqYwVnadf7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYwVnadf7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYwVnadf7 .card-img {
  text-align: left;
}
.cid-vqYwVnadf7 .row-item {
  padding-bottom: 2rem;
}
.cid-vqYwVnadf7 .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYwVnadf7 .card-img,
  .cid-vqYwVnadf7 .mbr-text,
  .cid-vqYwVnadf7 .mbr-card-title,
  .cid-vqYwVnadf7 .mbr-section-subtitle,
  .cid-vqYwVnadf7 .mbr-section-title,
  .cid-vqYwVnadf7 .underline {
    text-align: center !important;
  }
}
.cid-vqYwVnadf7 .mbr-section-title,
.cid-vqYwVnadf7 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqYwVnadf7 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqYwVnr99R {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqYwVnr99R h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqYwVnr99R .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqYwVnr99R .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vqYwVnr99R .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vqYwVnr99R .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqYwVnr99R .panel-group {
  width: 100%;
}
.cid-vqYwVnr99R .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqYwVnr99R .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqYwVnr99R .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqYwVnr99R .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqYwVnr99R .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqYwVnr99R .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqYwVnr99R .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqYwVnr99R .card .panel-body {
  background: #fafafa;
}
.cid-vqYwVnr99R .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqYwVnr99R .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqYwVnr99R .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqYwVnr99R .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vqYwVnr99R .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vqYwVnJyuV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-vqYwVnJyuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqYwVnJyuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqYwVnJyuV .media-container-row {
  justify-content: space-between;
}
.cid-vqYwVnJyuV .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vqYwVnJyuV .text-content {
    max-width: none;
  }
}
.cid-vqYwVnJyuV .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #767676;
  border: 2px solid #767676;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vqYwVnJyuV .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vqYwVnJyuV .mbr-iconfont-social:hover {
  background-color: #767676;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vqYwVnJyuV .icons {
    justify-content: center !important;
  }
  .cid-vqYwVnJyuV .text-content * {
    text-align: center;
  }
}
.cid-vqYwVnJyuV .mbr-section-title {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqYwVo29xD {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqYwVo29xD .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqYwVo29xD .mbr-section-title {
  margin: 0;
}
.cid-vqYwVo29xD .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqYwVo29xD .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqYwVo29xD .card-img {
  text-align: left;
}
.cid-vqYwVo29xD .row-item {
  padding-bottom: 2rem;
}
.cid-vqYwVo29xD .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqYwVo29xD .card-img,
  .cid-vqYwVo29xD .mbr-text,
  .cid-vqYwVo29xD .mbr-card-title,
  .cid-vqYwVo29xD .mbr-section-subtitle,
  .cid-vqYwVo29xD .mbr-section-title,
  .cid-vqYwVo29xD .underline {
    text-align: center !important;
  }
}
.cid-vqYwVo29xD .mbr-section-title,
.cid-vqYwVo29xD .underline {
  text-align: center;
  color: #012f83;
}
.cid-vqYwVo29xD .mbr-section-subtitle {
  text-align: center;
}
.cid-vqYwVog9Ob {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqYwVog9Ob .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vqYwVog9Ob form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vqYwVog9Ob form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vqYwVog9Ob form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vqYwVoqCBH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vqYwVoqCBH .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqYwVoqCBH .input-form .form1 {
  width: 100%;
}
.cid-vqYwVoqCBH .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vqYwVoqCBH .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vqYwVoqCBH .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vqYwVoqCBH .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vqYwVoqCBH .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vqYwVoqCBH .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vqYwVoqCBH {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vqYwVoqCBH .social-media {
    padding: 0;
    display: block;
  }
  .cid-vqYwVoqCBH .subtext-1,
  .cid-vqYwVoqCBH .subtext-2 {
    text-align: center !important;
  }
  .cid-vqYwVoqCBH .form-text {
    text-align: center!important;
  }
  .cid-vqYwVoqCBH .input-form div {
    width: 100%;
  }
  .cid-vqYwVoqCBH .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vqYwVoqCBH .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vqYwVoqCBH .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vqYwVoqCBH .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vqYwVoqCBH .mbr-title,
.cid-vqYwVoqCBH .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vqYwVoqCBH .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vqYwVoE56a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vqYwVoE56a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqYwVoE56a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqYwVoE56a .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqYwVoE56a .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqYwVoE56a .row {
    text-align: center;
  }
  .cid-vqYwVoE56a .row > div {
    margin: auto;
  }
  .cid-vqYwVoE56a .social-row {
    justify-content: center;
  }
}
.cid-vqYwVoE56a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqYwVoE56a .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vqYwVoE56a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqYwVoE56a .list {
    margin-bottom: 0rem;
  }
}
.cid-vqYwVoE56a .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqYwVoE56a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vqYwVoE56a .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vqYwVoE56a div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vqYwVoE56a .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqNMQl0a3x {
  z-index: 1000;
  width: 100%;
}
.cid-vqNMQl0a3x nav.navbar {
  position: fixed;
}
.cid-vqNMQl0a3x .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-vqNMQl0a3x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqNMQl0a3x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqNMQl0a3x .dropdown-item:hover,
.cid-vqNMQl0a3x .dropdown-item:focus {
  background: #00328c !important;
  color: white !important;
}
.cid-vqNMQl0a3x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqNMQl0a3x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqNMQl0a3x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqNMQl0a3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqNMQl0a3x .nav-link {
  position: relative;
}
.cid-vqNMQl0a3x .container {
  display: flex;
  margin: auto;
}
.cid-vqNMQl0a3x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqNMQl0a3x .dropdown-menu,
.cid-vqNMQl0a3x .navbar.opened {
  background: #00328c !important;
}
.cid-vqNMQl0a3x .nav-item:focus,
.cid-vqNMQl0a3x .nav-link:focus {
  outline: none;
}
.cid-vqNMQl0a3x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqNMQl0a3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqNMQl0a3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqNMQl0a3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqNMQl0a3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqNMQl0a3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqNMQl0a3x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 50, 140, 0.8);
}
.cid-vqNMQl0a3x .navbar.opened {
  transition: all 0.3s;
}
.cid-vqNMQl0a3x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqNMQl0a3x .navbar .navbar-logo img {
  width: auto;
}
.cid-vqNMQl0a3x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqNMQl0a3x .navbar.collapsed {
  justify-content: center;
}
.cid-vqNMQl0a3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqNMQl0a3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqNMQl0a3x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vqNMQl0a3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqNMQl0a3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqNMQl0a3x .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-vqNMQl0a3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqNMQl0a3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqNMQl0a3x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqNMQl0a3x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqNMQl0a3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqNMQl0a3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqNMQl0a3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqNMQl0a3x .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-vqNMQl0a3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqNMQl0a3x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqNMQl0a3x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqNMQl0a3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqNMQl0a3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqNMQl0a3x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqNMQl0a3x .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqNMQl0a3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqNMQl0a3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqNMQl0a3x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqNMQl0a3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqNMQl0a3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqNMQl0a3x .dropdown-item.active,
.cid-vqNMQl0a3x .dropdown-item:active {
  background-color: transparent;
}
.cid-vqNMQl0a3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqNMQl0a3x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqNMQl0a3x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqNMQl0a3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00328c;
}
.cid-vqNMQl0a3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqNMQl0a3x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqNMQl0a3x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqNMQl0a3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqNMQl0a3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqNMQl0a3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqNMQl0a3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqNMQl0a3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqNMQl0a3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqNMQl0a3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqNMQl0a3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqNMQl0a3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqNMQl0a3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqNMQl0a3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqNMQl0a3x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqNMQl0a3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqNMQl0a3x .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-vqNMQl0a3x .navbar {
    height: 70px;
  }
  .cid-vqNMQl0a3x .navbar.opened {
    height: auto;
  }
  .cid-vqNMQl0a3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqNMQlaazA .modal-body .close {
  background: #1b1b1b;
}
.cid-vqNMQlaazA .modal-body .close span {
  font-style: normal;
}
.cid-vqNMQlaazA .carousel-inner > .active,
.cid-vqNMQlaazA .carousel-inner > .next,
.cid-vqNMQlaazA .carousel-inner > .prev {
  display: table;
}
.cid-vqNMQlaazA .carousel-control .icon-next,
.cid-vqNMQlaazA .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vqNMQlaazA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqNMQlaazA .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqNMQlaazA .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vqNMQlaazA .boxed-slider > div {
  position: relative;
}
.cid-vqNMQlaazA .container img {
  width: 100%;
}
.cid-vqNMQlaazA .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vqNMQlaazA .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqNMQlaazA .mbr-table-cell {
  padding: 0;
}
.cid-vqNMQlaazA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vqNMQlaazA .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqNMQlaazA .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqNMQlaazA .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vqNMQlaazA .carousel-item .container {
    width: 100%;
  }
}
.cid-vqNMQlaazA .carousel-item-next.carousel-item-left,
.cid-vqNMQlaazA .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vqNMQlaazA .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
}
.cid-vqNMQlaazA .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-vqNMQlaazA .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-vqNMQlaazA .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-vqNMQlaazA .mbr-slider .carousel-control:hover {
  background-color: #00328c;
}
@media (max-width: 767px) {
  .cid-vqNMQlaazA .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vqNMQlaazA .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vqNMQlaazA .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vqNMQlaazA .mbr-slider .carousel-indicators li.active,
.cid-vqNMQlaazA .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #00328c;
}
.cid-vqNMQlaazA .mbr-slider .carousel-indicators li::after,
.cid-vqNMQlaazA .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vqNMQlaazA .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vqNMQlaazA .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vqNMQlaazA .mbr-slider > .container img {
  width: 100%;
}
.cid-vqNMQlaazA .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqNMQlaazA .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vqNMQlaazA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqNMQlaazA .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqNMQlaazA .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vqNMQlaazA .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vqNMQlaazA .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vqNMQlaazA .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vqNMQlaazA .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vqNMQlaazA .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqNMQlaazA .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vqNMQlaazA .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vqNMQlaazA .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vqNMQlaazA H2 {
  text-align: left;
}
.cid-vqNMQlaazA P {
  text-align: justify;
}
.cid-vqNMQlhNn0 {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vqNMQlhNn0 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqNMQlhNn0 .mbr-section-title {
  margin: 0;
}
.cid-vqNMQlhNn0 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqNMQlhNn0 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqNMQlhNn0 .card-img {
  text-align: left;
}
.cid-vqNMQlhNn0 .row-item {
  padding-bottom: 2rem;
}
.cid-vqNMQlhNn0 .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqNMQlhNn0 .card-img,
  .cid-vqNMQlhNn0 .mbr-text,
  .cid-vqNMQlhNn0 .mbr-card-title,
  .cid-vqNMQlhNn0 .mbr-section-subtitle,
  .cid-vqNMQlhNn0 .mbr-section-title,
  .cid-vqNMQlhNn0 .underline {
    text-align: center !important;
  }
}
.cid-vqNMQlhNn0 .mbr-section-title,
.cid-vqNMQlhNn0 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqNMQlhNn0 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqNMQlt7ot {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gi-2-1408x768.png");
}
@media (min-width: 1500px) {
  .cid-vqNMQlt7ot .container {
    max-width: 1400px;
  }
}
.cid-vqNMQlt7ot .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-vqNMQlt7ot .card-wrapper {
  margin-top: 3rem;
}
.cid-vqNMQlt7ot .row {
  justify-content: center;
}
.cid-vqNMQlt7ot .card-title,
.cid-vqNMQlt7ot .iconfont-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vqNMQlt7ot .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vqNMQlt7ot .mbr-section-title {
  color: #000000;
}
.cid-vqNMQlAkGe {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqNMQlAkGe .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqNMQlAkGe .mbr-section-title {
  margin: 0;
}
.cid-vqNMQlAkGe .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqNMQlAkGe .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqNMQlAkGe .card-img {
  text-align: left;
}
.cid-vqNMQlAkGe .row-item {
  padding-bottom: 2rem;
}
.cid-vqNMQlAkGe .row-item:hover .card-img .mbr-iconfont {
  color: #012f83 !important;
}
@media (max-width: 767px) {
  .cid-vqNMQlAkGe .card-img,
  .cid-vqNMQlAkGe .mbr-text,
  .cid-vqNMQlAkGe .mbr-card-title,
  .cid-vqNMQlAkGe .mbr-section-subtitle,
  .cid-vqNMQlAkGe .mbr-section-title,
  .cid-vqNMQlAkGe .underline {
    text-align: center !important;
  }
}
.cid-vqNMQlAkGe .mbr-section-title,
.cid-vqNMQlAkGe .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqNMQlAkGe .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqNMQlAkGe .mbr-card-title,
.cid-vqNMQlAkGe .card-img {
  text-align: justify;
  color: #012f83;
}
.cid-vqNMQm7nTu {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vqNMQm7nTu .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqNMQm7nTu .mbr-section-title {
  margin: 0;
}
.cid-vqNMQm7nTu .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqNMQm7nTu .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqNMQm7nTu .card-img {
  text-align: left;
}
.cid-vqNMQm7nTu .row-item {
  padding-bottom: 2rem;
}
.cid-vqNMQm7nTu .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqNMQm7nTu .card-img,
  .cid-vqNMQm7nTu .mbr-text,
  .cid-vqNMQm7nTu .mbr-card-title,
  .cid-vqNMQm7nTu .mbr-section-subtitle,
  .cid-vqNMQm7nTu .mbr-section-title,
  .cid-vqNMQm7nTu .underline {
    text-align: center !important;
  }
}
.cid-vqNMQm7nTu .mbr-section-title,
.cid-vqNMQm7nTu .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-vqNMQm7nTu .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vqNMQm7nTu .mbr-card-title,
.cid-vqNMQm7nTu .card-img {
  text-align: center;
}
.cid-vqNMQmhvoF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vqNMQmhvoF img,
.cid-vqNMQmhvoF .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vqNMQmhvoF .item:focus,
.cid-vqNMQmhvoF span:focus {
  outline: none;
}
.cid-vqNMQmhvoF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqNMQmhvoF .item {
    margin-bottom: 1rem;
  }
}
.cid-vqNMQmhvoF .item-wrapper {
  position: relative;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqNMQmhvoF .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vqNMQmhvoF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqNMQmhvoF .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqNMQmhvoF .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vqNMQmhvoF .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vqNMQmhvoF .mbr-section-title {
  color: #232323;
}
.cid-vqNMQmhvoF .mbr-text,
.cid-vqNMQmhvoF .mbr-section-btn {
  text-align: center;
}
.cid-vqNMQmhvoF .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vqNMQmhvoF .content-head {
  max-width: 800px;
}
.cid-vqNMQmhvoF .mbr-text,
.cid-vqNMQmhvoF .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vqNMQmvDf2 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqNMQmvDf2 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqNMQmvDf2 .mbr-section-title {
  margin: 0;
}
.cid-vqNMQmvDf2 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqNMQmvDf2 .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqNMQmvDf2 .card-img {
  text-align: left;
}
.cid-vqNMQmvDf2 .row-item {
  padding-bottom: 2rem;
}
.cid-vqNMQmvDf2 .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqNMQmvDf2 .card-img,
  .cid-vqNMQmvDf2 .mbr-text,
  .cid-vqNMQmvDf2 .mbr-card-title,
  .cid-vqNMQmvDf2 .mbr-section-subtitle,
  .cid-vqNMQmvDf2 .mbr-section-title,
  .cid-vqNMQmvDf2 .underline {
    text-align: center !important;
  }
}
.cid-vqNMQmvDf2 .mbr-section-title,
.cid-vqNMQmvDf2 .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqNMQmvDf2 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqNMQmF2UB {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqNMQmF2UB h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqNMQmF2UB .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqNMQmF2UB .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
}
.cid-vqNMQmF2UB .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
}
.cid-vqNMQmF2UB .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqNMQmF2UB .panel-group {
  width: 100%;
}
.cid-vqNMQmF2UB .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqNMQmF2UB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqNMQmF2UB .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqNMQmF2UB .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqNMQmF2UB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqNMQmF2UB .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqNMQmF2UB .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqNMQmF2UB .card .panel-body {
  background: #fafafa;
}
.cid-vqNMQmF2UB .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vqNMQmF2UB .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqNMQmF2UB .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqNMQmF2UB .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vqNMQmF2UB .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqNMQmF2UB .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-vqNMQmU7Iu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-vqNMQmU7Iu img {
  width: 120px;
  margin: auto;
}
.cid-vqNMQmU7Iu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vqNMQmU7Iu .card {
    max-width: 12.5%;
  }
}
.cid-vqNMQmU7Iu .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vqNMQmU7Iu .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqNMQn2Toq {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqNMQn2Toq .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqNMQn2Toq .mbr-section-title {
  margin: 0;
}
.cid-vqNMQn2Toq .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqNMQn2Toq .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqNMQn2Toq .card-img {
  text-align: left;
}
.cid-vqNMQn2Toq .row-item {
  padding-bottom: 2rem;
}
.cid-vqNMQn2Toq .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqNMQn2Toq .card-img,
  .cid-vqNMQn2Toq .mbr-text,
  .cid-vqNMQn2Toq .mbr-card-title,
  .cid-vqNMQn2Toq .mbr-section-subtitle,
  .cid-vqNMQn2Toq .mbr-section-title,
  .cid-vqNMQn2Toq .underline {
    text-align: center !important;
  }
}
.cid-vqNMQn2Toq .mbr-section-title,
.cid-vqNMQn2Toq .underline {
  text-align: justify;
  color: #012f83;
}
.cid-vqNMQn2Toq .mbr-section-subtitle {
  text-align: justify;
}
.cid-vqNMQnbr7g {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vqNMQnbr7g h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqNMQnbr7g .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-vqNMQnbr7g .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00328c;
  text-align: justify;
}
.cid-vqNMQnbr7g .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #00328c;
  text-align: justify;
}
.cid-vqNMQnbr7g .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vqNMQnbr7g .panel-group {
  width: 100%;
}
.cid-vqNMQnbr7g .card {
  border-bottom: 1px solid #fafafa;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vqNMQnbr7g .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqNMQnbr7g .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #00328c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqNMQnbr7g .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vqNMQnbr7g .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqNMQnbr7g .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-vqNMQnbr7g .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vqNMQnbr7g .card .panel-body {
  background: #fafafa;
}
.cid-vqNMQnbr7g .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqNMQnbr7g .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqNMQnbr7g .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vqNMQnbr7g .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vqNMQnbr7g .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vqNMQnFSTQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-vqNMQnFSTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqNMQnFSTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqNMQnFSTQ .media-container-row {
  justify-content: space-between;
}
.cid-vqNMQnFSTQ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vqNMQnFSTQ .text-content {
    max-width: none;
  }
}
.cid-vqNMQnFSTQ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #767676;
  border: 2px solid #767676;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vqNMQnFSTQ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vqNMQnFSTQ .mbr-iconfont-social:hover {
  background-color: #767676;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vqNMQnFSTQ .icons {
    justify-content: center !important;
  }
  .cid-vqNMQnFSTQ .text-content * {
    text-align: center;
  }
}
.cid-vqNMQnFSTQ .mbr-section-title {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqNMQoODLc {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vqNMQoODLc .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vqNMQoODLc .mbr-section-title {
  margin: 0;
}
.cid-vqNMQoODLc .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vqNMQoODLc .underline .line {
  width: 3rem;
  height: 2px;
  background: #0049cf;
  display: inline-block;
}
.cid-vqNMQoODLc .card-img {
  text-align: left;
}
.cid-vqNMQoODLc .row-item {
  padding-bottom: 2rem;
}
.cid-vqNMQoODLc .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vqNMQoODLc .card-img,
  .cid-vqNMQoODLc .mbr-text,
  .cid-vqNMQoODLc .mbr-card-title,
  .cid-vqNMQoODLc .mbr-section-subtitle,
  .cid-vqNMQoODLc .mbr-section-title,
  .cid-vqNMQoODLc .underline {
    text-align: center !important;
  }
}
.cid-vqNMQoODLc .mbr-section-title,
.cid-vqNMQoODLc .underline {
  text-align: center;
  color: #012f83;
}
.cid-vqNMQoODLc .mbr-section-subtitle {
  text-align: center;
}
.cid-vqNMQoYQi5 {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vqNMQoYQi5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vqNMQoYQi5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vqNMQoYQi5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vqNMQoYQi5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vqNMQp5Ubw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-vqNMQp5Ubw .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqNMQp5Ubw .input-form .form1 {
  width: 100%;
}
.cid-vqNMQp5Ubw .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-vqNMQp5Ubw .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-vqNMQp5Ubw .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-vqNMQp5Ubw .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vqNMQp5Ubw .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00328c, #012f83);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-vqNMQp5Ubw .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-vqNMQp5Ubw {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vqNMQp5Ubw .social-media {
    padding: 0;
    display: block;
  }
  .cid-vqNMQp5Ubw .subtext-1,
  .cid-vqNMQp5Ubw .subtext-2 {
    text-align: center !important;
  }
  .cid-vqNMQp5Ubw .form-text {
    text-align: center!important;
  }
  .cid-vqNMQp5Ubw .input-form div {
    width: 100%;
  }
  .cid-vqNMQp5Ubw .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-vqNMQp5Ubw .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-vqNMQp5Ubw .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-vqNMQp5Ubw .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-vqNMQp5Ubw .mbr-title,
.cid-vqNMQp5Ubw .underline {
  text-align: center;
  color: #ffffff;
}
.cid-vqNMQp5Ubw .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vqNMQpcRoY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012f83;
}
.cid-vqNMQpcRoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqNMQpcRoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqNMQpcRoY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqNMQpcRoY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqNMQpcRoY .row {
    text-align: center;
  }
  .cid-vqNMQpcRoY .row > div {
    margin: auto;
  }
  .cid-vqNMQpcRoY .social-row {
    justify-content: center;
  }
}
.cid-vqNMQpcRoY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqNMQpcRoY .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vqNMQpcRoY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqNMQpcRoY .list {
    margin-bottom: 0rem;
  }
}
.cid-vqNMQpcRoY .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vqNMQpcRoY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vqNMQpcRoY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vqNMQpcRoY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vqNMQpcRoY .mbr-section-subtitle {
  text-align: justify;
}
