.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b82929 !important;
}
.bg-success {
  background-color: #18356a !important;
}
.bg-info {
  background-color: #245c9c !important;
}
.bg-warning {
  background-color: #d82c2c !important;
}
.bg-danger {
  background-color: #ff5500 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b82929 !important;
  border-color: #b82929 !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: #711919 !important;
  border-color: #711919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #711919 !important;
  border-color: #711919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd816 !important;
  border-color: #ffd816 !important;
  color: #161200 !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: #be9e00 !important;
  border-color: #be9e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #161200 !important;
  background-color: #be9e00 !important;
  border-color: #be9e00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #245c9c !important;
  border-color: #245c9c !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: #143256 !important;
  border-color: #143256 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #143256 !important;
  border-color: #143256 !important;
}
.btn-success,
.btn-success:active {
  background-color: #18356a !important;
  border-color: #18356a !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: #081223 !important;
  border-color: #081223 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #081223 !important;
  border-color: #081223 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d82c2c !important;
  border-color: #d82c2c !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: #921b1b !important;
  border-color: #921b1b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #921b1b !important;
  border-color: #921b1b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5500 !important;
  border-color: #ff5500 !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: #a83800 !important;
  border-color: #a83800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a83800 !important;
  border-color: #a83800 !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: #b82929;
  color: #b82929;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #711919 !important;
  background-color: transparent!important;
  border-color: #711919 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b82929 !important;
  border-color: #b82929 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd816;
  color: #ffd816;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9e00 !important;
  background-color: transparent!important;
  border-color: #be9e00 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #161200 !important;
  background-color: #ffd816 !important;
  border-color: #ffd816 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #245c9c;
  color: #245c9c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #143256 !important;
  background-color: transparent!important;
  border-color: #143256 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #245c9c !important;
  border-color: #245c9c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #18356a;
  color: #18356a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #081223 !important;
  background-color: transparent!important;
  border-color: #081223 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #18356a !important;
  border-color: #18356a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d82c2c;
  color: #d82c2c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #921b1b !important;
  background-color: transparent!important;
  border-color: #921b1b !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d82c2c !important;
  border-color: #d82c2c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff5500;
  color: #ff5500;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a83800 !important;
  background-color: transparent!important;
  border-color: #a83800 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5500 !important;
  border-color: #ff5500 !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: #b82929 !important;
}
.text-secondary {
  color: #ffd816 !important;
}
.text-success {
  color: #18356a !important;
}
.text-info {
  color: #245c9c !important;
}
.text-warning {
  color: #d82c2c !important;
}
.text-danger {
  color: #ff5500 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #651616 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #af9200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #050b17 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #112b49 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #851919 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993300 !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: #b82929;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #245c9c;
}
.alert-warning {
  background-color: #d82c2c;
}
.alert-danger {
  background-color: #ff5500;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b82929;
  border-color: #b82929;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b82929;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e27e7e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3169d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #649cdb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8d8d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffddcc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #b82929 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #b82929;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b82929;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b82929;
}
.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: #b82929;
  border-bottom-color: #b82929;
}
.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: #b82929 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd816 !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='%23b82929' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tB0YZQqaCG .navbar-dropdown {
  position: relative !important;
}
.cid-tB0YZQqaCG .navbar-dropdown {
  position: absolute !important;
}
.cid-tB0YZQqaCG .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-tB0YZQqaCG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB0YZQqaCG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB0YZQqaCG .dropdown-item:hover,
.cid-tB0YZQqaCG .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-tB0YZQqaCG .dropdown-item:hover span {
  color: white;
}
.cid-tB0YZQqaCG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB0YZQqaCG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB0YZQqaCG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB0YZQqaCG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB0YZQqaCG .nav-link {
  position: relative;
}
.cid-tB0YZQqaCG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tB0YZQqaCG .container {
    flex-wrap: wrap;
  }
}
.cid-tB0YZQqaCG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tB0YZQqaCG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tB0YZQqaCG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB0YZQqaCG .dropdown-menu,
.cid-tB0YZQqaCG .navbar.opened {
  background: #ffffff !important;
}
.cid-tB0YZQqaCG .nav-item:focus,
.cid-tB0YZQqaCG .nav-link:focus {
  outline: none;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB0YZQqaCG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB0YZQqaCG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB0YZQqaCG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-tB0YZQqaCG .navbar.opened {
  transition: all 0.3s;
}
.cid-tB0YZQqaCG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB0YZQqaCG .navbar .navbar-logo img {
  width: auto;
}
.cid-tB0YZQqaCG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB0YZQqaCG .navbar.collapsed {
  justify-content: center;
}
.cid-tB0YZQqaCG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB0YZQqaCG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB0YZQqaCG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB0YZQqaCG .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-tB0YZQqaCG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB0YZQqaCG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB0YZQqaCG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB0YZQqaCG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB0YZQqaCG .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-tB0YZQqaCG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB0YZQqaCG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB0YZQqaCG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB0YZQqaCG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB0YZQqaCG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB0YZQqaCG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB0YZQqaCG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB0YZQqaCG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB0YZQqaCG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB0YZQqaCG .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-tB0YZQqaCG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB0YZQqaCG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB0YZQqaCG .dropdown-item.active,
.cid-tB0YZQqaCG .dropdown-item:active {
  background-color: transparent;
}
.cid-tB0YZQqaCG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB0YZQqaCG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB0YZQqaCG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB0YZQqaCG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tB0YZQqaCG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB0YZQqaCG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB0YZQqaCG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB0YZQqaCG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB0YZQqaCG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB0YZQqaCG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB0YZQqaCG .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-tB0YZQqaCG .navbar {
    height: 70px;
  }
  .cid-tB0YZQqaCG .navbar.opened {
    height: auto;
  }
  .cid-tB0YZQqaCG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYjrDZqGqY {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #032738;
}
.cid-uYjrDZqGqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjrDZqGqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYjrDZqGqY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYjrDZqGqY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYjrDZqGqY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYjrDZqGqY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uYjrDZqGqY .mbr-text,
.cid-uYjrDZqGqY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tB9ez4cVTX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tB9ez4cVTX img,
.cid-tB9ez4cVTX .item-img {
  width: 100%;
}
.cid-tB9ez4cVTX .item:focus,
.cid-tB9ez4cVTX span:focus {
  outline: none;
}
.cid-tB9ez4cVTX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tB9ez4cVTX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tB9ez4cVTX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tB9ez4cVTX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tB9ez4cVTX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tB9ez4cVTX .mbr-section-title {
  color: #000000;
}
.cid-tB9ez4cVTX .mbr-text,
.cid-tB9ez4cVTX .mbr-section-btn {
  text-align: center;
}
.cid-tB9ez4cVTX .item-title {
  text-align: center;
}
.cid-tB9ez4cVTX .item-subtitle {
  text-align: center;
}
.cid-tXvT5DjIyL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #032738;
}
.cid-tXvT5DjIyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXvT5DjIyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXvT5DjIyL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYjs3uVvLw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uYjs3uVvLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjs3uVvLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYjs3uVvLw .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYjs3uVvLw .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYjs3uVvLw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYjs3uVvLw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYjs3uVvLw .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYjs3uVvLw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYjs3uVvLw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYjs3uVvLw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYjs3uVvLw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYjs3uVvLw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tB83YwBUMj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #032738;
}
.cid-tB83YwBUMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB83YwBUMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB83YwBUMj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tQGVG1ktEL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYjrmkpwWD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uYjrmkpwWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjrmkpwWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYjrmkpwWD .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-uYjrmkpwWD .currentcost {
  color: #e43f3f;
}
.cid-uYjrmkpwWD .card-wrapper {
  border-radius: 4px;
  background: #eaeaea;
}
@media (min-width: 992px) {
  .cid-uYjrmkpwWD .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uYjrmkpwWD .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYjrmkpwWD .text-box {
    padding: 1rem;
  }
}
.cid-uYjrmkpwWD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYjrmkpwWD .mbr-text,
.cid-uYjrmkpwWD .cost,
.cid-uYjrmkpwWD .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tB85bPoWQz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #032738;
}
.cid-tB85bPoWQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB85bPoWQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB85bPoWQz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYjAf5GCJf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYjyT8TKw6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e0900a;
}
.cid-uYjyT8TKw6 .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYjyT8TKw6 .mbr-text {
  color: #ffffff;
}
.cid-tPOyKLFyGI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-tPOyKLFyGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPOyKLFyGI .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-tPOyKLFyGI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPOyKLFyGI .row {
  flex-direction: row-reverse;
}
.cid-tPOyKLFyGI img {
  width: 100%;
}
.cid-tB85MvgqdZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #032738;
}
.cid-tB85MvgqdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB85MvgqdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB85MvgqdZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tB1AZH7rno {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u779QQw4bB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u779QQw4bB .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-u779QQw4bB .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-u779QQw4bB .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-u779QQw4bB .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #15963c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utyQ87JFm5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-utyQ87JFm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utyQ87JFm5 .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-utyQ87JFm5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utyQ87JFm5 .row {
  flex-direction: row-reverse;
}
.cid-utyQ87JFm5 img {
  width: 100%;
}
.cid-tXvTa3f0oo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #032738;
}
.cid-tXvTa3f0oo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXvTa3f0oo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXvTa3f0oo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXvSH2ZHr5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXvSH2ZHr5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tXvSH2ZHr5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tXvSH2ZHr5 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #032738;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tXvSH2ZHr5 .mbr-text {
  color: #000000;
}
.cid-uYFYkqWm42 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uYFYkqWm42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFYkqWm42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFYkqWm42 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYFYkqWm42 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYFYkqWm42 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #15963c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYFYkqWm42 .list {
  color: #000000;
}
.cid-up1WEOvN8Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #032738;
}
.cid-up1WEOvN8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1WEOvN8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1WEOvN8Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-up1WwYyi7q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-up1WwYyi7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1WwYyi7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1WwYyi7q .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-up1WwYyi7q .mbr-section-title,
.cid-up1WwYyi7q .mbr-section-subtitle {
  text-align: center;
}
.cid-up1WwYyi7q .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-up1WwYyi7q .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-up1WwYyi7q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-up1WwYyi7q .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-up1WwYyi7q .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up1WwYyi7q .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-up1WwYyi7q .mbr-section-title {
  color: #1b1b1b;
}
.cid-uYjyOav8uH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e0900a;
}
.cid-uYjyOav8uH .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYjyOav8uH .mbr-text {
  color: #ffffff;
}
.cid-tPOHAOO1qi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-tPOHAOO1qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPOHAOO1qi .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-tPOHAOO1qi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPOHAOO1qi .row {
  flex-direction: row-reverse;
}
.cid-tPOHAOO1qi img {
  width: 100%;
}
.cid-u0Xv7M0tL1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0Xv7M0tL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Xv7M0tL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Xv7M0tL1 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u0Xv7M0tL1 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u0Xv7M0tL1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u0Xv7M0tL1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u0Xv7M0tL1 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u0Xv7M0tL1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u0Xv7M0tL1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u0Xv7M0tL1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u0Xv7M0tL1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0Xv7M0tL1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u0Xv7M0tL1 .card-title {
  color: #000000;
}
.cid-u0Xv7M0tL1 .mbr-text,
.cid-u0Xv7M0tL1 .social-row {
  color: #000000;
}
.cid-tB88MG5MRU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #032738;
}
.cid-tB88MG5MRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB88MG5MRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB88MG5MRU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8jvZJFr3f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8jvZJFr3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jvZJFr3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8jvZJFr3f .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u8jvZJFr3f .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8jvZJFr3f .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #b82929;
}
.cid-u8jvZJFr3f .panel-body,
.cid-u8jvZJFr3f .card-header {
  padding: 1rem 0;
}
.cid-u8jvZJFr3f .panel-title-edit {
  color: #000000;
}
.cid-uYjC4KNrbF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYjC4KNrbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjC4KNrbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYjC4KNrbF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uYjC4KNrbF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYjC4KNrbF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #b82929;
}
.cid-uYjC4KNrbF .panel-body,
.cid-uYjC4KNrbF .card-header {
  padding: 1rem 0;
}
.cid-uYjC4KNrbF .panel-title-edit {
  color: #000000;
}
.cid-up201mP7XP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-up201mP7XP .mbr-fallback-image.disabled {
  display: none;
}
.cid-up201mP7XP .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-up201mP7XP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-up201mP7XP .row {
  flex-direction: row-reverse;
}
.cid-up201mP7XP img {
  width: 100%;
}
.cid-tB7b1ZT912 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB7b1ZT912 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7b1ZT912 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7b1ZT912 .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-tB7b1ZT912 .currentcost {
  color: #000000;
  text-align: left;
}
.cid-tB7b1ZT912 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tB7b1ZT912 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tB7b1ZT912 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tB7b1ZT912 .text-box {
    padding: 1rem;
  }
}
.cid-tB7b1ZT912 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB7b1ZT912 H5 {
  color: #000000;
  text-align: left;
}
.cid-tB7b1ZT912 .mbr-text,
.cid-tB7b1ZT912 .cost,
.cid-tB7b1ZT912 .mbr-section-btn {
  color: #ffffff;
}
.cid-tB7ggl8pAB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-utySvdV9o2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #032738;
}
.cid-utySvdV9o2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utySvdV9o2 .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-utySvdV9o2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utySvdV9o2 .row {
  flex-direction: row-reverse;
}
.cid-utySvdV9o2 img {
  width: 100%;
}
.cid-tB7Yu884tX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #032738;
}
.cid-tB7Yu884tX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7Yu884tX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7Yu884tX ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tB7Yu884tX li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tB7Yu884tX ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tB7Yu884tX .list {
  color: #ffffff;
}
.cid-up1Y5IZVvj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-up1Y5IZVvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1Y5IZVvj .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-up1Y5IZVvj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-up1Y5IZVvj .row {
  flex-direction: row-reverse;
}
.cid-up1Y5IZVvj img {
  width: 100%;
}
.cid-uYjrWAA0r8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uYjrWAA0r8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjrWAA0r8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYjrWAA0r8 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYjrWAA0r8 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYjrWAA0r8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYjrWAA0r8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYjrWAA0r8 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYjrWAA0r8 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYjrWAA0r8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYjrWAA0r8 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYjrWAA0r8 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYjrWAA0r8 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tB7Zpny08V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #032738;
}
.cid-tB7Zpny08V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7Zpny08V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7Zpny08V .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tB7Zpny08V .mbr-section-title {
  color: #ffffff;
}
.cid-tBuMPzdHFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBuMPzdHFY .mbr-section-title {
  text-align: center;
}
.cid-tBuMj9hDkk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBuMj9hDkk .mbr-section-title {
  text-align: center;
}
.cid-tBuOj1XZ1f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBuOj1XZ1f .mbr-section-title {
  text-align: center;
}
.cid-uYjNS2NrO7 .navbar-dropdown {
  position: relative !important;
}
.cid-uYjNS2NrO7 .navbar-dropdown {
  position: absolute !important;
}
.cid-uYjNS2NrO7 .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-uYjNS2NrO7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYjNS2NrO7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYjNS2NrO7 .dropdown-item:hover,
.cid-uYjNS2NrO7 .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYjNS2NrO7 .dropdown-item:hover span {
  color: white;
}
.cid-uYjNS2NrO7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYjNS2NrO7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYjNS2NrO7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYjNS2NrO7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYjNS2NrO7 .nav-link {
  position: relative;
}
.cid-uYjNS2NrO7 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYjNS2NrO7 .container {
    flex-wrap: wrap;
  }
}
.cid-uYjNS2NrO7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYjNS2NrO7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYjNS2NrO7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYjNS2NrO7 .dropdown-menu,
.cid-uYjNS2NrO7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uYjNS2NrO7 .nav-item:focus,
.cid-uYjNS2NrO7 .nav-link:focus {
  outline: none;
}
.cid-uYjNS2NrO7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYjNS2NrO7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYjNS2NrO7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYjNS2NrO7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYjNS2NrO7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYjNS2NrO7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYjNS2NrO7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYjNS2NrO7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYjNS2NrO7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYjNS2NrO7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYjNS2NrO7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYjNS2NrO7 .navbar.collapsed {
  justify-content: center;
}
.cid-uYjNS2NrO7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYjNS2NrO7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYjNS2NrO7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYjNS2NrO7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYjNS2NrO7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYjNS2NrO7 .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-uYjNS2NrO7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYjNS2NrO7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYjNS2NrO7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYjNS2NrO7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYjNS2NrO7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYjNS2NrO7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYjNS2NrO7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYjNS2NrO7 .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-uYjNS2NrO7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYjNS2NrO7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYjNS2NrO7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYjNS2NrO7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYjNS2NrO7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYjNS2NrO7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYjNS2NrO7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYjNS2NrO7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYjNS2NrO7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYjNS2NrO7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYjNS2NrO7 .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-uYjNS2NrO7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYjNS2NrO7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYjNS2NrO7 .dropdown-item.active,
.cid-uYjNS2NrO7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYjNS2NrO7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYjNS2NrO7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYjNS2NrO7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYjNS2NrO7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYjNS2NrO7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYjNS2NrO7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYjNS2NrO7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYjNS2NrO7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYjNS2NrO7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYjNS2NrO7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYjNS2NrO7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYjNS2NrO7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjNS2NrO7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjNS2NrO7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYjNS2NrO7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjNS2NrO7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYjNS2NrO7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYjNS2NrO7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjNS2NrO7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYjNS2NrO7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYjNS2NrO7 .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-uYjNS2NrO7 .navbar {
    height: 70px;
  }
  .cid-uYjNS2NrO7 .navbar.opened {
    height: auto;
  }
  .cid-uYjNS2NrO7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYjNS4JfBR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYjNS4JfBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjNS4JfBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYjNS4JfBR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYjNS6xUPz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYjNS6IMcK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYjNS6IMcK .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYjNS6IMcK .mbr-text {
  color: #ffffff;
}
.cid-uYjNS6UT76 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYjNS6UT76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjNS6UT76 .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-uYjNS6UT76 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYjNS6UT76 .row {
  flex-direction: row-reverse;
}
.cid-uYjNS6UT76 img {
  width: 100%;
}
.cid-uYjNSbD3rL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYjNSbD3rL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjNSbD3rL .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-uYjNSbD3rL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYjNSbD3rL .row {
  flex-direction: row-reverse;
}
.cid-uYjNSbD3rL img {
  width: 100%;
}
.cid-uYjNSdybKu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYjNSdybKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjNSdybKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYjNSdybKu .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYjNSdybKu .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYjNSdybKu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYjNSdybKu .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYjNSdybKu .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYjNSdybKu .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYjNSdybKu .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYjNSdybKu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYjNSdybKu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYjNSdybKu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYjNSdWogT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYjNSdWogT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjNSdWogT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYjNSdWogT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYjNSdWogT .mbr-section-title {
  color: #ffffff;
}
.cid-uYGvrE1LMA .navbar-dropdown {
  position: relative !important;
}
.cid-uYGvrE1LMA .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGvrE1LMA .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-uYGvrE1LMA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGvrE1LMA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGvrE1LMA .dropdown-item:hover,
.cid-uYGvrE1LMA .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGvrE1LMA .dropdown-item:hover span {
  color: white;
}
.cid-uYGvrE1LMA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGvrE1LMA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGvrE1LMA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGvrE1LMA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGvrE1LMA .nav-link {
  position: relative;
}
.cid-uYGvrE1LMA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGvrE1LMA .container {
    flex-wrap: wrap;
  }
}
.cid-uYGvrE1LMA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGvrE1LMA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGvrE1LMA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGvrE1LMA .dropdown-menu,
.cid-uYGvrE1LMA .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGvrE1LMA .nav-item:focus,
.cid-uYGvrE1LMA .nav-link:focus {
  outline: none;
}
.cid-uYGvrE1LMA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGvrE1LMA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGvrE1LMA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGvrE1LMA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGvrE1LMA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGvrE1LMA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGvrE1LMA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGvrE1LMA .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGvrE1LMA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGvrE1LMA .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGvrE1LMA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGvrE1LMA .navbar.collapsed {
  justify-content: center;
}
.cid-uYGvrE1LMA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGvrE1LMA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGvrE1LMA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGvrE1LMA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGvrE1LMA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGvrE1LMA .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-uYGvrE1LMA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGvrE1LMA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGvrE1LMA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGvrE1LMA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGvrE1LMA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGvrE1LMA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGvrE1LMA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGvrE1LMA .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-uYGvrE1LMA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGvrE1LMA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGvrE1LMA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGvrE1LMA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGvrE1LMA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGvrE1LMA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGvrE1LMA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGvrE1LMA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGvrE1LMA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGvrE1LMA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGvrE1LMA .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-uYGvrE1LMA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGvrE1LMA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGvrE1LMA .dropdown-item.active,
.cid-uYGvrE1LMA .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGvrE1LMA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGvrE1LMA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGvrE1LMA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGvrE1LMA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGvrE1LMA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGvrE1LMA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGvrE1LMA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGvrE1LMA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGvrE1LMA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGvrE1LMA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGvrE1LMA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGvrE1LMA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGvrE1LMA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGvrE1LMA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGvrE1LMA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGvrE1LMA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGvrE1LMA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGvrE1LMA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGvrE1LMA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGvrE1LMA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGvrE1LMA .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-uYGvrE1LMA .navbar {
    height: 70px;
  }
  .cid-uYGvrE1LMA .navbar.opened {
    height: auto;
  }
  .cid-uYGvrE1LMA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGvrEmaAP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGvrEmaAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvrEmaAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGvrEmaAP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGvrEGq6G {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGvrEQv1e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGvrEQv1e .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGvrEQv1e .mbr-text {
  color: #ffffff;
}
.cid-uYGvrF0pkb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGvrF0pkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvrF0pkb .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-uYGvrF0pkb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGvrF0pkb .row {
  flex-direction: row-reverse;
}
.cid-uYGvrF0pkb img {
  width: 100%;
}
.cid-uYGvrFgJiB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGvrFgJiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvrFgJiB .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-uYGvrFgJiB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGvrFgJiB .row {
  flex-direction: row-reverse;
}
.cid-uYGvrFgJiB img {
  width: 100%;
}
.cid-uYGvrFtVLH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGvrFtVLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvrFtVLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGvrFtVLH .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGvrFtVLH .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGvrFtVLH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGvrFtVLH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGvrFtVLH .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGvrFtVLH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGvrFtVLH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGvrFtVLH .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGvrFtVLH .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGvrFtVLH .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGvrFMQHP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGvrFMQHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvrFMQHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGvrFMQHP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGvrFMQHP .mbr-section-title {
  color: #ffffff;
}
.cid-uYGvCL3eGX .navbar-dropdown {
  position: relative !important;
}
.cid-uYGvCL3eGX .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGvCL3eGX .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-uYGvCL3eGX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGvCL3eGX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGvCL3eGX .dropdown-item:hover,
.cid-uYGvCL3eGX .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGvCL3eGX .dropdown-item:hover span {
  color: white;
}
.cid-uYGvCL3eGX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGvCL3eGX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGvCL3eGX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGvCL3eGX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGvCL3eGX .nav-link {
  position: relative;
}
.cid-uYGvCL3eGX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGvCL3eGX .container {
    flex-wrap: wrap;
  }
}
.cid-uYGvCL3eGX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGvCL3eGX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGvCL3eGX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGvCL3eGX .dropdown-menu,
.cid-uYGvCL3eGX .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGvCL3eGX .nav-item:focus,
.cid-uYGvCL3eGX .nav-link:focus {
  outline: none;
}
.cid-uYGvCL3eGX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGvCL3eGX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGvCL3eGX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGvCL3eGX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGvCL3eGX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGvCL3eGX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGvCL3eGX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGvCL3eGX .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGvCL3eGX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGvCL3eGX .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGvCL3eGX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGvCL3eGX .navbar.collapsed {
  justify-content: center;
}
.cid-uYGvCL3eGX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGvCL3eGX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGvCL3eGX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGvCL3eGX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGvCL3eGX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGvCL3eGX .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-uYGvCL3eGX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGvCL3eGX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGvCL3eGX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGvCL3eGX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGvCL3eGX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGvCL3eGX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGvCL3eGX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGvCL3eGX .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-uYGvCL3eGX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGvCL3eGX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGvCL3eGX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGvCL3eGX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGvCL3eGX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGvCL3eGX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGvCL3eGX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGvCL3eGX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGvCL3eGX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGvCL3eGX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGvCL3eGX .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-uYGvCL3eGX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGvCL3eGX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGvCL3eGX .dropdown-item.active,
.cid-uYGvCL3eGX .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGvCL3eGX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGvCL3eGX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGvCL3eGX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGvCL3eGX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGvCL3eGX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGvCL3eGX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGvCL3eGX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGvCL3eGX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGvCL3eGX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGvCL3eGX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGvCL3eGX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGvCL3eGX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGvCL3eGX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGvCL3eGX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGvCL3eGX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGvCL3eGX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGvCL3eGX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGvCL3eGX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGvCL3eGX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGvCL3eGX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGvCL3eGX .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-uYGvCL3eGX .navbar {
    height: 70px;
  }
  .cid-uYGvCL3eGX .navbar.opened {
    height: auto;
  }
  .cid-uYGvCL3eGX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGvCLpY88 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGvCLpY88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvCLpY88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGvCLpY88 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGvCLE1Tg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGvCLQhgt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGvCLQhgt .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGvCLQhgt .mbr-text {
  color: #ffffff;
}
.cid-uYGvCM1F4w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGvCM1F4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvCM1F4w .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-uYGvCM1F4w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGvCM1F4w .row {
  flex-direction: row-reverse;
}
.cid-uYGvCM1F4w img {
  width: 100%;
}
.cid-uYGvCMevI7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGvCMevI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvCMevI7 .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-uYGvCMevI7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGvCMevI7 .row {
  flex-direction: row-reverse;
}
.cid-uYGvCMevI7 img {
  width: 100%;
}
.cid-uYGvCMrFFP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGvCMrFFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvCMrFFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGvCMrFFP .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGvCMrFFP .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGvCMrFFP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGvCMrFFP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGvCMrFFP .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGvCMrFFP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGvCMrFFP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGvCMrFFP .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGvCMrFFP .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGvCMrFFP .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGvCMONHF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGvCMONHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvCMONHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGvCMONHF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGvCMONHF .mbr-section-title {
  color: #ffffff;
}
.cid-uYGvM7ITuA .navbar-dropdown {
  position: relative !important;
}
.cid-uYGvM7ITuA .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGvM7ITuA .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-uYGvM7ITuA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGvM7ITuA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGvM7ITuA .dropdown-item:hover,
.cid-uYGvM7ITuA .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGvM7ITuA .dropdown-item:hover span {
  color: white;
}
.cid-uYGvM7ITuA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGvM7ITuA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGvM7ITuA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGvM7ITuA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGvM7ITuA .nav-link {
  position: relative;
}
.cid-uYGvM7ITuA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGvM7ITuA .container {
    flex-wrap: wrap;
  }
}
.cid-uYGvM7ITuA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGvM7ITuA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGvM7ITuA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGvM7ITuA .dropdown-menu,
.cid-uYGvM7ITuA .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGvM7ITuA .nav-item:focus,
.cid-uYGvM7ITuA .nav-link:focus {
  outline: none;
}
.cid-uYGvM7ITuA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGvM7ITuA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGvM7ITuA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGvM7ITuA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGvM7ITuA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGvM7ITuA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGvM7ITuA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGvM7ITuA .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGvM7ITuA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGvM7ITuA .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGvM7ITuA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGvM7ITuA .navbar.collapsed {
  justify-content: center;
}
.cid-uYGvM7ITuA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGvM7ITuA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGvM7ITuA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGvM7ITuA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGvM7ITuA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGvM7ITuA .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-uYGvM7ITuA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGvM7ITuA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGvM7ITuA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGvM7ITuA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGvM7ITuA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGvM7ITuA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGvM7ITuA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGvM7ITuA .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-uYGvM7ITuA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGvM7ITuA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGvM7ITuA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGvM7ITuA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGvM7ITuA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGvM7ITuA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGvM7ITuA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGvM7ITuA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGvM7ITuA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGvM7ITuA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGvM7ITuA .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-uYGvM7ITuA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGvM7ITuA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGvM7ITuA .dropdown-item.active,
.cid-uYGvM7ITuA .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGvM7ITuA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGvM7ITuA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGvM7ITuA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGvM7ITuA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGvM7ITuA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGvM7ITuA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGvM7ITuA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGvM7ITuA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGvM7ITuA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGvM7ITuA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGvM7ITuA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGvM7ITuA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGvM7ITuA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGvM7ITuA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGvM7ITuA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGvM7ITuA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGvM7ITuA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGvM7ITuA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGvM7ITuA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGvM7ITuA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGvM7ITuA .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-uYGvM7ITuA .navbar {
    height: 70px;
  }
  .cid-uYGvM7ITuA .navbar.opened {
    height: auto;
  }
  .cid-uYGvM7ITuA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGvM8f0JP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGvM8f0JP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvM8f0JP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGvM8f0JP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGvM8GlAt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGvM8VglE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGvM8VglE .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGvM8VglE .mbr-text {
  color: #ffffff;
}
.cid-uYGvM984a8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGvM984a8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvM984a8 .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-uYGvM984a8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGvM984a8 .row {
  flex-direction: row-reverse;
}
.cid-uYGvM984a8 img {
  width: 100%;
}
.cid-uYGvM9tUcz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGvM9tUcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvM9tUcz .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-uYGvM9tUcz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGvM9tUcz .row {
  flex-direction: row-reverse;
}
.cid-uYGvM9tUcz img {
  width: 100%;
}
.cid-uYGvM9MeOA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGvM9MeOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvM9MeOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGvM9MeOA .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGvM9MeOA .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGvM9MeOA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGvM9MeOA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGvM9MeOA .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGvM9MeOA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGvM9MeOA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGvM9MeOA .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGvM9MeOA .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGvM9MeOA .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGvMahEun {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGvMahEun .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvMahEun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGvMahEun .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGvMahEun .mbr-section-title {
  color: #ffffff;
}
.cid-uYGvXEwY9j .navbar-dropdown {
  position: relative !important;
}
.cid-uYGvXEwY9j .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGvXEwY9j .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-uYGvXEwY9j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGvXEwY9j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGvXEwY9j .dropdown-item:hover,
.cid-uYGvXEwY9j .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGvXEwY9j .dropdown-item:hover span {
  color: white;
}
.cid-uYGvXEwY9j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGvXEwY9j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGvXEwY9j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGvXEwY9j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGvXEwY9j .nav-link {
  position: relative;
}
.cid-uYGvXEwY9j .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGvXEwY9j .container {
    flex-wrap: wrap;
  }
}
.cid-uYGvXEwY9j .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGvXEwY9j .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGvXEwY9j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGvXEwY9j .dropdown-menu,
.cid-uYGvXEwY9j .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGvXEwY9j .nav-item:focus,
.cid-uYGvXEwY9j .nav-link:focus {
  outline: none;
}
.cid-uYGvXEwY9j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGvXEwY9j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGvXEwY9j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGvXEwY9j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGvXEwY9j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGvXEwY9j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGvXEwY9j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGvXEwY9j .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGvXEwY9j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGvXEwY9j .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGvXEwY9j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGvXEwY9j .navbar.collapsed {
  justify-content: center;
}
.cid-uYGvXEwY9j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGvXEwY9j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGvXEwY9j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGvXEwY9j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGvXEwY9j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGvXEwY9j .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-uYGvXEwY9j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGvXEwY9j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGvXEwY9j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGvXEwY9j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGvXEwY9j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGvXEwY9j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGvXEwY9j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGvXEwY9j .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-uYGvXEwY9j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGvXEwY9j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGvXEwY9j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGvXEwY9j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGvXEwY9j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGvXEwY9j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGvXEwY9j .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGvXEwY9j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGvXEwY9j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGvXEwY9j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGvXEwY9j .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-uYGvXEwY9j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGvXEwY9j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGvXEwY9j .dropdown-item.active,
.cid-uYGvXEwY9j .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGvXEwY9j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGvXEwY9j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGvXEwY9j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGvXEwY9j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGvXEwY9j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGvXEwY9j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGvXEwY9j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGvXEwY9j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGvXEwY9j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGvXEwY9j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGvXEwY9j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGvXEwY9j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGvXEwY9j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGvXEwY9j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGvXEwY9j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGvXEwY9j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGvXEwY9j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGvXEwY9j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGvXEwY9j .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGvXEwY9j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGvXEwY9j .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-uYGvXEwY9j .navbar {
    height: 70px;
  }
  .cid-uYGvXEwY9j .navbar.opened {
    height: auto;
  }
  .cid-uYGvXEwY9j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGvXEVZbY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGvXEVZbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvXEVZbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGvXEVZbY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGvXFeTMy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGvXFqbd4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGvXFqbd4 .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGvXFqbd4 .mbr-text {
  color: #ffffff;
}
.cid-uYGvXFCHzy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGvXFCHzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvXFCHzy .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-uYGvXFCHzy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGvXFCHzy .row {
  flex-direction: row-reverse;
}
.cid-uYGvXFCHzy img {
  width: 100%;
}
.cid-uYGvXFTpGT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGvXFTpGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvXFTpGT .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-uYGvXFTpGT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGvXFTpGT .row {
  flex-direction: row-reverse;
}
.cid-uYGvXFTpGT img {
  width: 100%;
}
.cid-uYGvXGa3ov {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGvXGa3ov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvXGa3ov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGvXGa3ov .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGvXGa3ov .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGvXGa3ov .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGvXGa3ov .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGvXGa3ov .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGvXGa3ov .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGvXGa3ov .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGvXGa3ov .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGvXGa3ov .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGvXGa3ov .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGvXGBdb0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGvXGBdb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGvXGBdb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGvXGBdb0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGvXGBdb0 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGw8DtTTR .navbar-dropdown {
  position: relative !important;
}
.cid-uYGw8DtTTR .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGw8DtTTR .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-uYGw8DtTTR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGw8DtTTR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGw8DtTTR .dropdown-item:hover,
.cid-uYGw8DtTTR .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGw8DtTTR .dropdown-item:hover span {
  color: white;
}
.cid-uYGw8DtTTR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGw8DtTTR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGw8DtTTR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGw8DtTTR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGw8DtTTR .nav-link {
  position: relative;
}
.cid-uYGw8DtTTR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGw8DtTTR .container {
    flex-wrap: wrap;
  }
}
.cid-uYGw8DtTTR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGw8DtTTR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGw8DtTTR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGw8DtTTR .dropdown-menu,
.cid-uYGw8DtTTR .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGw8DtTTR .nav-item:focus,
.cid-uYGw8DtTTR .nav-link:focus {
  outline: none;
}
.cid-uYGw8DtTTR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGw8DtTTR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGw8DtTTR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGw8DtTTR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGw8DtTTR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGw8DtTTR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGw8DtTTR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGw8DtTTR .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGw8DtTTR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGw8DtTTR .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGw8DtTTR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGw8DtTTR .navbar.collapsed {
  justify-content: center;
}
.cid-uYGw8DtTTR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGw8DtTTR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGw8DtTTR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGw8DtTTR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGw8DtTTR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGw8DtTTR .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-uYGw8DtTTR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGw8DtTTR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGw8DtTTR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGw8DtTTR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGw8DtTTR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGw8DtTTR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGw8DtTTR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGw8DtTTR .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-uYGw8DtTTR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGw8DtTTR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGw8DtTTR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGw8DtTTR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGw8DtTTR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGw8DtTTR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGw8DtTTR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGw8DtTTR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGw8DtTTR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGw8DtTTR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGw8DtTTR .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-uYGw8DtTTR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGw8DtTTR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGw8DtTTR .dropdown-item.active,
.cid-uYGw8DtTTR .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGw8DtTTR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGw8DtTTR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGw8DtTTR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGw8DtTTR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGw8DtTTR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGw8DtTTR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGw8DtTTR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGw8DtTTR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGw8DtTTR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGw8DtTTR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGw8DtTTR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGw8DtTTR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGw8DtTTR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGw8DtTTR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGw8DtTTR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGw8DtTTR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGw8DtTTR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGw8DtTTR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGw8DtTTR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGw8DtTTR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGw8DtTTR .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-uYGw8DtTTR .navbar {
    height: 70px;
  }
  .cid-uYGw8DtTTR .navbar.opened {
    height: auto;
  }
  .cid-uYGw8DtTTR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGw8DUGir {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGw8DUGir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGw8DUGir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGw8DUGir .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGw8Eeqly {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGw8ErhtZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGw8ErhtZ .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGw8ErhtZ .mbr-text {
  color: #ffffff;
}
.cid-uYGw8ECviC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGw8ECviC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGw8ECviC .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-uYGw8ECviC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGw8ECviC .row {
  flex-direction: row-reverse;
}
.cid-uYGw8ECviC img {
  width: 100%;
}
.cid-uYGw8EU7Bx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGw8EU7Bx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGw8EU7Bx .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-uYGw8EU7Bx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGw8EU7Bx .row {
  flex-direction: row-reverse;
}
.cid-uYGw8EU7Bx img {
  width: 100%;
}
.cid-uYGw8FdcFa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGw8FdcFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGw8FdcFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGw8FdcFa .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGw8FdcFa .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGw8FdcFa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGw8FdcFa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGw8FdcFa .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGw8FdcFa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGw8FdcFa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGw8FdcFa .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGw8FdcFa .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGw8FdcFa .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGw8FFY3N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGw8FFY3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGw8FFY3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGw8FFY3N .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGw8FFY3N .mbr-section-title {
  color: #ffffff;
}
.cid-uYGwjyLUPS .navbar-dropdown {
  position: relative !important;
}
.cid-uYGwjyLUPS .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGwjyLUPS .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-uYGwjyLUPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGwjyLUPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGwjyLUPS .dropdown-item:hover,
.cid-uYGwjyLUPS .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGwjyLUPS .dropdown-item:hover span {
  color: white;
}
.cid-uYGwjyLUPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGwjyLUPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGwjyLUPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGwjyLUPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGwjyLUPS .nav-link {
  position: relative;
}
.cid-uYGwjyLUPS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGwjyLUPS .container {
    flex-wrap: wrap;
  }
}
.cid-uYGwjyLUPS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGwjyLUPS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGwjyLUPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGwjyLUPS .dropdown-menu,
.cid-uYGwjyLUPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGwjyLUPS .nav-item:focus,
.cid-uYGwjyLUPS .nav-link:focus {
  outline: none;
}
.cid-uYGwjyLUPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGwjyLUPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGwjyLUPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGwjyLUPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGwjyLUPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGwjyLUPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGwjyLUPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGwjyLUPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGwjyLUPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGwjyLUPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGwjyLUPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGwjyLUPS .navbar.collapsed {
  justify-content: center;
}
.cid-uYGwjyLUPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGwjyLUPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGwjyLUPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGwjyLUPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGwjyLUPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGwjyLUPS .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-uYGwjyLUPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGwjyLUPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGwjyLUPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGwjyLUPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGwjyLUPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGwjyLUPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGwjyLUPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGwjyLUPS .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-uYGwjyLUPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGwjyLUPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGwjyLUPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGwjyLUPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGwjyLUPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGwjyLUPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGwjyLUPS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGwjyLUPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGwjyLUPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGwjyLUPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGwjyLUPS .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-uYGwjyLUPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGwjyLUPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGwjyLUPS .dropdown-item.active,
.cid-uYGwjyLUPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGwjyLUPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGwjyLUPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGwjyLUPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGwjyLUPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGwjyLUPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGwjyLUPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGwjyLUPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGwjyLUPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGwjyLUPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGwjyLUPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGwjyLUPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGwjyLUPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGwjyLUPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGwjyLUPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGwjyLUPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGwjyLUPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGwjyLUPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGwjyLUPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGwjyLUPS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGwjyLUPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGwjyLUPS .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-uYGwjyLUPS .navbar {
    height: 70px;
  }
  .cid-uYGwjyLUPS .navbar.opened {
    height: auto;
  }
  .cid-uYGwjyLUPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGwjzcUaS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGwjzcUaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGwjzcUaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGwjzcUaS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGwjzxTh8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGwjzXet5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGwjzXet5 .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGwjzXet5 .mbr-text {
  color: #ffffff;
}
.cid-uYGwjA6dAI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGwjA6dAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGwjA6dAI .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-uYGwjA6dAI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGwjA6dAI .row {
  flex-direction: row-reverse;
}
.cid-uYGwjA6dAI img {
  width: 100%;
}
.cid-uYGwjAhzQs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGwjAhzQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGwjAhzQs .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-uYGwjAhzQs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGwjAhzQs .row {
  flex-direction: row-reverse;
}
.cid-uYGwjAhzQs img {
  width: 100%;
}
.cid-uYGwjAs6rl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGwjAs6rl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGwjAs6rl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGwjAs6rl .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGwjAs6rl .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGwjAs6rl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGwjAs6rl .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGwjAs6rl .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGwjAs6rl .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGwjAs6rl .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGwjAs6rl .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGwjAs6rl .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGwjAs6rl .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGwjAJLWX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGwjAJLWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGwjAJLWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGwjAJLWX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGwjAJLWX .mbr-section-title {
  color: #ffffff;
}
.cid-uYGAON7MXe .navbar-dropdown {
  position: relative !important;
}
.cid-uYGAON7MXe .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGAON7MXe .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-uYGAON7MXe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGAON7MXe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGAON7MXe .dropdown-item:hover,
.cid-uYGAON7MXe .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGAON7MXe .dropdown-item:hover span {
  color: white;
}
.cid-uYGAON7MXe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGAON7MXe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGAON7MXe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGAON7MXe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGAON7MXe .nav-link {
  position: relative;
}
.cid-uYGAON7MXe .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGAON7MXe .container {
    flex-wrap: wrap;
  }
}
.cid-uYGAON7MXe .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGAON7MXe .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGAON7MXe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGAON7MXe .dropdown-menu,
.cid-uYGAON7MXe .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGAON7MXe .nav-item:focus,
.cid-uYGAON7MXe .nav-link:focus {
  outline: none;
}
.cid-uYGAON7MXe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGAON7MXe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGAON7MXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGAON7MXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGAON7MXe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGAON7MXe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGAON7MXe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGAON7MXe .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGAON7MXe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGAON7MXe .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGAON7MXe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGAON7MXe .navbar.collapsed {
  justify-content: center;
}
.cid-uYGAON7MXe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGAON7MXe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGAON7MXe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGAON7MXe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGAON7MXe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGAON7MXe .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-uYGAON7MXe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGAON7MXe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGAON7MXe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGAON7MXe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGAON7MXe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGAON7MXe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGAON7MXe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGAON7MXe .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-uYGAON7MXe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGAON7MXe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGAON7MXe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGAON7MXe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGAON7MXe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGAON7MXe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGAON7MXe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGAON7MXe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGAON7MXe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGAON7MXe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGAON7MXe .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-uYGAON7MXe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGAON7MXe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGAON7MXe .dropdown-item.active,
.cid-uYGAON7MXe .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGAON7MXe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGAON7MXe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGAON7MXe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGAON7MXe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGAON7MXe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGAON7MXe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGAON7MXe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGAON7MXe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGAON7MXe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGAON7MXe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGAON7MXe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGAON7MXe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGAON7MXe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGAON7MXe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGAON7MXe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGAON7MXe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGAON7MXe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGAON7MXe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGAON7MXe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGAON7MXe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGAON7MXe .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-uYGAON7MXe .navbar {
    height: 70px;
  }
  .cid-uYGAON7MXe .navbar.opened {
    height: auto;
  }
  .cid-uYGAON7MXe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGAONpCGd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGAONpCGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGAONpCGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGAONpCGd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGAONCXe9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGAONLi29 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGAONLi29 .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGAONLi29 .mbr-text {
  color: #ffffff;
}
.cid-uYGAONUiUs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGAONUiUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGAONUiUs .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-uYGAONUiUs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGAONUiUs .row {
  flex-direction: row-reverse;
}
.cid-uYGAONUiUs img {
  width: 100%;
}
.cid-uYGAOO5jiY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGAOO5jiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGAOO5jiY .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-uYGAOO5jiY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGAOO5jiY .row {
  flex-direction: row-reverse;
}
.cid-uYGAOO5jiY img {
  width: 100%;
}
.cid-uYGAOOg64u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGAOOg64u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGAOOg64u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGAOOg64u .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGAOOg64u .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGAOOg64u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGAOOg64u .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGAOOg64u .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGAOOg64u .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGAOOg64u .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGAOOg64u .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGAOOg64u .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGAOOg64u .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGAOOAj64 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGAOOAj64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGAOOAj64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGAOOAj64 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGAOOAj64 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGB3MEn0t .navbar-dropdown {
  position: relative !important;
}
.cid-uYGB3MEn0t .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGB3MEn0t .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-uYGB3MEn0t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGB3MEn0t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGB3MEn0t .dropdown-item:hover,
.cid-uYGB3MEn0t .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGB3MEn0t .dropdown-item:hover span {
  color: white;
}
.cid-uYGB3MEn0t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGB3MEn0t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGB3MEn0t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGB3MEn0t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGB3MEn0t .nav-link {
  position: relative;
}
.cid-uYGB3MEn0t .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGB3MEn0t .container {
    flex-wrap: wrap;
  }
}
.cid-uYGB3MEn0t .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGB3MEn0t .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGB3MEn0t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGB3MEn0t .dropdown-menu,
.cid-uYGB3MEn0t .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGB3MEn0t .nav-item:focus,
.cid-uYGB3MEn0t .nav-link:focus {
  outline: none;
}
.cid-uYGB3MEn0t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGB3MEn0t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGB3MEn0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGB3MEn0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGB3MEn0t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGB3MEn0t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGB3MEn0t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGB3MEn0t .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGB3MEn0t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGB3MEn0t .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGB3MEn0t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGB3MEn0t .navbar.collapsed {
  justify-content: center;
}
.cid-uYGB3MEn0t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGB3MEn0t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGB3MEn0t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGB3MEn0t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGB3MEn0t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGB3MEn0t .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-uYGB3MEn0t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGB3MEn0t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGB3MEn0t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGB3MEn0t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGB3MEn0t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGB3MEn0t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGB3MEn0t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGB3MEn0t .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-uYGB3MEn0t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGB3MEn0t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGB3MEn0t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGB3MEn0t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGB3MEn0t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGB3MEn0t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGB3MEn0t .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGB3MEn0t .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGB3MEn0t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGB3MEn0t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGB3MEn0t .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-uYGB3MEn0t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGB3MEn0t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGB3MEn0t .dropdown-item.active,
.cid-uYGB3MEn0t .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGB3MEn0t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGB3MEn0t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGB3MEn0t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGB3MEn0t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGB3MEn0t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGB3MEn0t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGB3MEn0t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGB3MEn0t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGB3MEn0t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGB3MEn0t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGB3MEn0t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGB3MEn0t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGB3MEn0t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGB3MEn0t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGB3MEn0t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGB3MEn0t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGB3MEn0t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGB3MEn0t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGB3MEn0t .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGB3MEn0t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGB3MEn0t .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-uYGB3MEn0t .navbar {
    height: 70px;
  }
  .cid-uYGB3MEn0t .navbar.opened {
    height: auto;
  }
  .cid-uYGB3MEn0t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGB3MUBuz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGB3MUBuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGB3MUBuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGB3MUBuz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGB3N5CO8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGB3NevNU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGB3NevNU .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGB3NevNU .mbr-text {
  color: #ffffff;
}
.cid-uYGB3NmcjZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGB3NmcjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGB3NmcjZ .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-uYGB3NmcjZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGB3NmcjZ .row {
  flex-direction: row-reverse;
}
.cid-uYGB3NmcjZ img {
  width: 100%;
}
.cid-uYGB3NwQWS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGB3NwQWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGB3NwQWS .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-uYGB3NwQWS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGB3NwQWS .row {
  flex-direction: row-reverse;
}
.cid-uYGB3NwQWS img {
  width: 100%;
}
.cid-uYGB3NHU0L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGB3NHU0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGB3NHU0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGB3NHU0L .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGB3NHU0L .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGB3NHU0L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGB3NHU0L .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGB3NHU0L .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGB3NHU0L .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGB3NHU0L .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGB3NHU0L .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGB3NHU0L .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGB3NHU0L .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGB3NXP9K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGB3NXP9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGB3NXP9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGB3NXP9K .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGB3NXP9K .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJ9aDoRg .navbar-dropdown {
  position: relative !important;
}
.cid-uYGJ9aDoRg .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGJ9aDoRg .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-uYGJ9aDoRg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJ9aDoRg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGJ9aDoRg .dropdown-item:hover,
.cid-uYGJ9aDoRg .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGJ9aDoRg .dropdown-item:hover span {
  color: white;
}
.cid-uYGJ9aDoRg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJ9aDoRg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJ9aDoRg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJ9aDoRg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJ9aDoRg .nav-link {
  position: relative;
}
.cid-uYGJ9aDoRg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGJ9aDoRg .container {
    flex-wrap: wrap;
  }
}
.cid-uYGJ9aDoRg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGJ9aDoRg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGJ9aDoRg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGJ9aDoRg .dropdown-menu,
.cid-uYGJ9aDoRg .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGJ9aDoRg .nav-item:focus,
.cid-uYGJ9aDoRg .nav-link:focus {
  outline: none;
}
.cid-uYGJ9aDoRg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJ9aDoRg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGJ9aDoRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJ9aDoRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJ9aDoRg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJ9aDoRg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJ9aDoRg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGJ9aDoRg .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJ9aDoRg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGJ9aDoRg .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGJ9aDoRg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJ9aDoRg .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJ9aDoRg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJ9aDoRg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJ9aDoRg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGJ9aDoRg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJ9aDoRg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJ9aDoRg .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-uYGJ9aDoRg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJ9aDoRg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJ9aDoRg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJ9aDoRg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJ9aDoRg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJ9aDoRg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJ9aDoRg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJ9aDoRg .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-uYGJ9aDoRg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJ9aDoRg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJ9aDoRg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJ9aDoRg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGJ9aDoRg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJ9aDoRg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGJ9aDoRg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGJ9aDoRg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGJ9aDoRg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGJ9aDoRg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGJ9aDoRg .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-uYGJ9aDoRg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGJ9aDoRg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJ9aDoRg .dropdown-item.active,
.cid-uYGJ9aDoRg .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJ9aDoRg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJ9aDoRg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJ9aDoRg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJ9aDoRg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGJ9aDoRg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGJ9aDoRg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJ9aDoRg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGJ9aDoRg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGJ9aDoRg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGJ9aDoRg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGJ9aDoRg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGJ9aDoRg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGJ9aDoRg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGJ9aDoRg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGJ9aDoRg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJ9aDoRg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJ9aDoRg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJ9aDoRg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJ9aDoRg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGJ9aDoRg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJ9aDoRg .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-uYGJ9aDoRg .navbar {
    height: 70px;
  }
  .cid-uYGJ9aDoRg .navbar.opened {
    height: auto;
  }
  .cid-uYGJ9aDoRg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJ9aXaec {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGJ9aXaec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJ9aXaec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJ9aXaec .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGJ9bc5rx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGJ9bm3zk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGJ9bm3zk .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGJ9bm3zk .mbr-text {
  color: #ffffff;
}
.cid-uYGJ9bvHps {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGJ9bvHps .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJ9bvHps .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-uYGJ9bvHps .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGJ9bvHps .row {
  flex-direction: row-reverse;
}
.cid-uYGJ9bvHps img {
  width: 100%;
}
.cid-uYGJ9bHf3u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGJ9bHf3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJ9bHf3u .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-uYGJ9bHf3u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGJ9bHf3u .row {
  flex-direction: row-reverse;
}
.cid-uYGJ9bHf3u img {
  width: 100%;
}
.cid-uYGJ9bSmxv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGJ9bSmxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJ9bSmxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJ9bSmxv .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGJ9bSmxv .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGJ9bSmxv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGJ9bSmxv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGJ9bSmxv .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGJ9bSmxv .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGJ9bSmxv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGJ9bSmxv .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGJ9bSmxv .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGJ9bSmxv .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGJ9ccQbG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGJ9ccQbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJ9ccQbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJ9ccQbG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJ9ccQbG .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJtLQQIw .navbar-dropdown {
  position: relative !important;
}
.cid-uYGJtLQQIw .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGJtLQQIw .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-uYGJtLQQIw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJtLQQIw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGJtLQQIw .dropdown-item:hover,
.cid-uYGJtLQQIw .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGJtLQQIw .dropdown-item:hover span {
  color: white;
}
.cid-uYGJtLQQIw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJtLQQIw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJtLQQIw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJtLQQIw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJtLQQIw .nav-link {
  position: relative;
}
.cid-uYGJtLQQIw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGJtLQQIw .container {
    flex-wrap: wrap;
  }
}
.cid-uYGJtLQQIw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGJtLQQIw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGJtLQQIw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGJtLQQIw .dropdown-menu,
.cid-uYGJtLQQIw .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGJtLQQIw .nav-item:focus,
.cid-uYGJtLQQIw .nav-link:focus {
  outline: none;
}
.cid-uYGJtLQQIw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJtLQQIw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGJtLQQIw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJtLQQIw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJtLQQIw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJtLQQIw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJtLQQIw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGJtLQQIw .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJtLQQIw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGJtLQQIw .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGJtLQQIw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJtLQQIw .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJtLQQIw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJtLQQIw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJtLQQIw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGJtLQQIw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJtLQQIw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJtLQQIw .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-uYGJtLQQIw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJtLQQIw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJtLQQIw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJtLQQIw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJtLQQIw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJtLQQIw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJtLQQIw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJtLQQIw .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-uYGJtLQQIw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJtLQQIw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJtLQQIw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJtLQQIw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGJtLQQIw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJtLQQIw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGJtLQQIw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGJtLQQIw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGJtLQQIw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGJtLQQIw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGJtLQQIw .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-uYGJtLQQIw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGJtLQQIw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJtLQQIw .dropdown-item.active,
.cid-uYGJtLQQIw .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJtLQQIw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJtLQQIw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJtLQQIw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJtLQQIw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGJtLQQIw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGJtLQQIw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJtLQQIw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGJtLQQIw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGJtLQQIw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGJtLQQIw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGJtLQQIw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGJtLQQIw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGJtLQQIw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGJtLQQIw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGJtLQQIw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJtLQQIw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJtLQQIw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJtLQQIw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJtLQQIw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGJtLQQIw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJtLQQIw .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-uYGJtLQQIw .navbar {
    height: 70px;
  }
  .cid-uYGJtLQQIw .navbar.opened {
    height: auto;
  }
  .cid-uYGJtLQQIw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJtMbuxT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGJtMbuxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJtMbuxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJtMbuxT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGJtMqD72 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGJtMAU7R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGJtMAU7R .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGJtMAU7R .mbr-text {
  color: #ffffff;
}
.cid-uYGJtMJfsF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGJtMJfsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJtMJfsF .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-uYGJtMJfsF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGJtMJfsF .row {
  flex-direction: row-reverse;
}
.cid-uYGJtMJfsF img {
  width: 100%;
}
.cid-uYGJtMUDhq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGJtMUDhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJtMUDhq .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-uYGJtMUDhq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGJtMUDhq .row {
  flex-direction: row-reverse;
}
.cid-uYGJtMUDhq img {
  width: 100%;
}
.cid-uYGJtN60Ts {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGJtN60Ts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJtN60Ts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJtN60Ts .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGJtN60Ts .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGJtN60Ts .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGJtN60Ts .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGJtN60Ts .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGJtN60Ts .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGJtN60Ts .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGJtN60Ts .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGJtN60Ts .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGJtN60Ts .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGJtNn2oM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGJtNn2oM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJtNn2oM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJtNn2oM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJtNn2oM .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKH25T8X .navbar-dropdown {
  position: relative !important;
}
.cid-uYGKH25T8X .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGKH25T8X .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-uYGKH25T8X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKH25T8X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGKH25T8X .dropdown-item:hover,
.cid-uYGKH25T8X .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGKH25T8X .dropdown-item:hover span {
  color: white;
}
.cid-uYGKH25T8X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKH25T8X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKH25T8X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKH25T8X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKH25T8X .nav-link {
  position: relative;
}
.cid-uYGKH25T8X .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGKH25T8X .container {
    flex-wrap: wrap;
  }
}
.cid-uYGKH25T8X .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGKH25T8X .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGKH25T8X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGKH25T8X .dropdown-menu,
.cid-uYGKH25T8X .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGKH25T8X .nav-item:focus,
.cid-uYGKH25T8X .nav-link:focus {
  outline: none;
}
.cid-uYGKH25T8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKH25T8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGKH25T8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKH25T8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKH25T8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKH25T8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKH25T8X .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGKH25T8X .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKH25T8X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGKH25T8X .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGKH25T8X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKH25T8X .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKH25T8X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKH25T8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKH25T8X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGKH25T8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKH25T8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKH25T8X .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-uYGKH25T8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKH25T8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKH25T8X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKH25T8X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKH25T8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKH25T8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKH25T8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKH25T8X .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-uYGKH25T8X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKH25T8X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKH25T8X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKH25T8X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGKH25T8X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKH25T8X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGKH25T8X .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGKH25T8X .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGKH25T8X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGKH25T8X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGKH25T8X .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-uYGKH25T8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGKH25T8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKH25T8X .dropdown-item.active,
.cid-uYGKH25T8X .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKH25T8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKH25T8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKH25T8X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKH25T8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGKH25T8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGKH25T8X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKH25T8X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGKH25T8X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGKH25T8X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGKH25T8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGKH25T8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGKH25T8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGKH25T8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGKH25T8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGKH25T8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKH25T8X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKH25T8X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKH25T8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKH25T8X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGKH25T8X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKH25T8X .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-uYGKH25T8X .navbar {
    height: 70px;
  }
  .cid-uYGKH25T8X .navbar.opened {
    height: auto;
  }
  .cid-uYGKH25T8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKH2vLhG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGKH2vLhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKH2vLhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKH2vLhG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGKH368GV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGKH3huTm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGKH3huTm .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGKH3huTm .mbr-text {
  color: #ffffff;
}
.cid-uYGKH3rtF2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGKH3rtF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKH3rtF2 .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-uYGKH3rtF2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGKH3rtF2 .row {
  flex-direction: row-reverse;
}
.cid-uYGKH3rtF2 img {
  width: 100%;
}
.cid-uYGKH3ClNP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGKH3ClNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKH3ClNP .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-uYGKH3ClNP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGKH3ClNP .row {
  flex-direction: row-reverse;
}
.cid-uYGKH3ClNP img {
  width: 100%;
}
.cid-uYGKH3Nh02 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGKH3Nh02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKH3Nh02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKH3Nh02 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGKH3Nh02 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGKH3Nh02 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGKH3Nh02 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGKH3Nh02 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGKH3Nh02 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGKH3Nh02 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGKH3Nh02 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGKH3Nh02 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGKH3Nh02 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGKH45Lpk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGKH45Lpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKH45Lpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKH45Lpk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKH45Lpk .mbr-section-title {
  color: #ffffff;
}
.cid-uYGLlYJIAl .navbar-dropdown {
  position: relative !important;
}
.cid-uYGLlYJIAl .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGLlYJIAl .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-uYGLlYJIAl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGLlYJIAl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGLlYJIAl .dropdown-item:hover,
.cid-uYGLlYJIAl .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGLlYJIAl .dropdown-item:hover span {
  color: white;
}
.cid-uYGLlYJIAl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGLlYJIAl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGLlYJIAl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGLlYJIAl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGLlYJIAl .nav-link {
  position: relative;
}
.cid-uYGLlYJIAl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGLlYJIAl .container {
    flex-wrap: wrap;
  }
}
.cid-uYGLlYJIAl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGLlYJIAl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGLlYJIAl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGLlYJIAl .dropdown-menu,
.cid-uYGLlYJIAl .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGLlYJIAl .nav-item:focus,
.cid-uYGLlYJIAl .nav-link:focus {
  outline: none;
}
.cid-uYGLlYJIAl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGLlYJIAl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGLlYJIAl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGLlYJIAl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLlYJIAl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGLlYJIAl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGLlYJIAl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGLlYJIAl .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGLlYJIAl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGLlYJIAl .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGLlYJIAl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGLlYJIAl .navbar.collapsed {
  justify-content: center;
}
.cid-uYGLlYJIAl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGLlYJIAl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGLlYJIAl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGLlYJIAl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGLlYJIAl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGLlYJIAl .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-uYGLlYJIAl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGLlYJIAl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGLlYJIAl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGLlYJIAl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGLlYJIAl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGLlYJIAl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGLlYJIAl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGLlYJIAl .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-uYGLlYJIAl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGLlYJIAl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGLlYJIAl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGLlYJIAl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGLlYJIAl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGLlYJIAl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGLlYJIAl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGLlYJIAl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGLlYJIAl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGLlYJIAl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGLlYJIAl .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-uYGLlYJIAl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGLlYJIAl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGLlYJIAl .dropdown-item.active,
.cid-uYGLlYJIAl .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGLlYJIAl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGLlYJIAl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGLlYJIAl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGLlYJIAl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGLlYJIAl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGLlYJIAl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLlYJIAl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGLlYJIAl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGLlYJIAl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGLlYJIAl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGLlYJIAl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGLlYJIAl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGLlYJIAl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGLlYJIAl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGLlYJIAl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLlYJIAl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGLlYJIAl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGLlYJIAl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLlYJIAl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGLlYJIAl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGLlYJIAl .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-uYGLlYJIAl .navbar {
    height: 70px;
  }
  .cid-uYGLlYJIAl .navbar.opened {
    height: auto;
  }
  .cid-uYGLlYJIAl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGLlZ4u97 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGLlZ4u97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLlZ4u97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLlZ4u97 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGLlZm39L {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGLlZwFuu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGLlZwFuu .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGLlZwFuu .mbr-text {
  color: #ffffff;
}
.cid-uYGLlZGdE1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGLlZGdE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLlZGdE1 .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-uYGLlZGdE1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGLlZGdE1 .row {
  flex-direction: row-reverse;
}
.cid-uYGLlZGdE1 img {
  width: 100%;
}
.cid-uYGLlZR1k6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGLlZR1k6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLlZR1k6 .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-uYGLlZR1k6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGLlZR1k6 .row {
  flex-direction: row-reverse;
}
.cid-uYGLlZR1k6 img {
  width: 100%;
}
.cid-uYGLm04gJe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGLm04gJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLm04gJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLm04gJe .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGLm04gJe .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGLm04gJe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGLm04gJe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGLm04gJe .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGLm04gJe .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGLm04gJe .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGLm04gJe .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGLm04gJe .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGLm04gJe .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGLm0mTMy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGLm0mTMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLm0mTMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLm0mTMy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLm0mTMy .mbr-section-title {
  color: #ffffff;
}
.cid-uYGLTHXDT1 .navbar-dropdown {
  position: relative !important;
}
.cid-uYGLTHXDT1 .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGLTHXDT1 .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-uYGLTHXDT1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGLTHXDT1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGLTHXDT1 .dropdown-item:hover,
.cid-uYGLTHXDT1 .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGLTHXDT1 .dropdown-item:hover span {
  color: white;
}
.cid-uYGLTHXDT1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGLTHXDT1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGLTHXDT1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGLTHXDT1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGLTHXDT1 .nav-link {
  position: relative;
}
.cid-uYGLTHXDT1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGLTHXDT1 .container {
    flex-wrap: wrap;
  }
}
.cid-uYGLTHXDT1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGLTHXDT1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGLTHXDT1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGLTHXDT1 .dropdown-menu,
.cid-uYGLTHXDT1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGLTHXDT1 .nav-item:focus,
.cid-uYGLTHXDT1 .nav-link:focus {
  outline: none;
}
.cid-uYGLTHXDT1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGLTHXDT1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGLTHXDT1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGLTHXDT1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLTHXDT1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGLTHXDT1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGLTHXDT1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGLTHXDT1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGLTHXDT1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGLTHXDT1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGLTHXDT1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGLTHXDT1 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGLTHXDT1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGLTHXDT1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGLTHXDT1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGLTHXDT1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGLTHXDT1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGLTHXDT1 .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-uYGLTHXDT1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGLTHXDT1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGLTHXDT1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGLTHXDT1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGLTHXDT1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGLTHXDT1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGLTHXDT1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGLTHXDT1 .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-uYGLTHXDT1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGLTHXDT1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGLTHXDT1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGLTHXDT1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGLTHXDT1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGLTHXDT1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGLTHXDT1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGLTHXDT1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGLTHXDT1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGLTHXDT1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGLTHXDT1 .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-uYGLTHXDT1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGLTHXDT1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGLTHXDT1 .dropdown-item.active,
.cid-uYGLTHXDT1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGLTHXDT1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGLTHXDT1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGLTHXDT1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGLTHXDT1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGLTHXDT1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGLTHXDT1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLTHXDT1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGLTHXDT1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGLTHXDT1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGLTHXDT1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGLTHXDT1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGLTHXDT1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGLTHXDT1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGLTHXDT1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGLTHXDT1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLTHXDT1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGLTHXDT1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGLTHXDT1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLTHXDT1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGLTHXDT1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGLTHXDT1 .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-uYGLTHXDT1 .navbar {
    height: 70px;
  }
  .cid-uYGLTHXDT1 .navbar.opened {
    height: auto;
  }
  .cid-uYGLTHXDT1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGLTIrVKq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGLTIrVKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLTIrVKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLTIrVKq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGLTIIluf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGLTITtdr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGLTITtdr .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGLTITtdr .mbr-text {
  color: #ffffff;
}
.cid-uYGLTJ5THB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGLTJ5THB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLTJ5THB .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-uYGLTJ5THB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGLTJ5THB .row {
  flex-direction: row-reverse;
}
.cid-uYGLTJ5THB img {
  width: 100%;
}
.cid-uYGLTJB4un {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGLTJB4un .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLTJB4un .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-uYGLTJB4un .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGLTJB4un .row {
  flex-direction: row-reverse;
}
.cid-uYGLTJB4un img {
  width: 100%;
}
.cid-uYGLTJYxUf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGLTJYxUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLTJYxUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLTJYxUf .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGLTJYxUf .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGLTJYxUf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGLTJYxUf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGLTJYxUf .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGLTJYxUf .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGLTJYxUf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGLTJYxUf .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGLTJYxUf .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGLTJYxUf .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGLTKeOvJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGLTKeOvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLTKeOvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLTKeOvJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLTKeOvJ .mbr-section-title {
  color: #ffffff;
}
.cid-uYGM3xFSvX .navbar-dropdown {
  position: relative !important;
}
.cid-uYGM3xFSvX .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGM3xFSvX .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-uYGM3xFSvX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGM3xFSvX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGM3xFSvX .dropdown-item:hover,
.cid-uYGM3xFSvX .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGM3xFSvX .dropdown-item:hover span {
  color: white;
}
.cid-uYGM3xFSvX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGM3xFSvX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGM3xFSvX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGM3xFSvX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGM3xFSvX .nav-link {
  position: relative;
}
.cid-uYGM3xFSvX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGM3xFSvX .container {
    flex-wrap: wrap;
  }
}
.cid-uYGM3xFSvX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGM3xFSvX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGM3xFSvX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGM3xFSvX .dropdown-menu,
.cid-uYGM3xFSvX .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGM3xFSvX .nav-item:focus,
.cid-uYGM3xFSvX .nav-link:focus {
  outline: none;
}
.cid-uYGM3xFSvX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGM3xFSvX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGM3xFSvX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGM3xFSvX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGM3xFSvX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGM3xFSvX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGM3xFSvX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGM3xFSvX .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGM3xFSvX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGM3xFSvX .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGM3xFSvX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGM3xFSvX .navbar.collapsed {
  justify-content: center;
}
.cid-uYGM3xFSvX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGM3xFSvX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGM3xFSvX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGM3xFSvX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGM3xFSvX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGM3xFSvX .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-uYGM3xFSvX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGM3xFSvX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGM3xFSvX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGM3xFSvX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGM3xFSvX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGM3xFSvX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGM3xFSvX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGM3xFSvX .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-uYGM3xFSvX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGM3xFSvX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGM3xFSvX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGM3xFSvX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGM3xFSvX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGM3xFSvX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGM3xFSvX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGM3xFSvX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGM3xFSvX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGM3xFSvX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGM3xFSvX .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-uYGM3xFSvX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGM3xFSvX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGM3xFSvX .dropdown-item.active,
.cid-uYGM3xFSvX .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGM3xFSvX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGM3xFSvX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGM3xFSvX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGM3xFSvX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGM3xFSvX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGM3xFSvX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGM3xFSvX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGM3xFSvX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGM3xFSvX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGM3xFSvX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGM3xFSvX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGM3xFSvX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGM3xFSvX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGM3xFSvX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGM3xFSvX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGM3xFSvX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGM3xFSvX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGM3xFSvX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGM3xFSvX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGM3xFSvX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGM3xFSvX .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-uYGM3xFSvX .navbar {
    height: 70px;
  }
  .cid-uYGM3xFSvX .navbar.opened {
    height: auto;
  }
  .cid-uYGM3xFSvX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGM3xY2cb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGM3xY2cb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGM3xY2cb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGM3xY2cb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGM3yfD2F {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGM3yrktJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGM3yrktJ .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGM3yrktJ .mbr-text {
  color: #ffffff;
}
.cid-uYGM3yAlXb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGM3yAlXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGM3yAlXb .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-uYGM3yAlXb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGM3yAlXb .row {
  flex-direction: row-reverse;
}
.cid-uYGM3yAlXb img {
  width: 100%;
}
.cid-uYGM3yPrdi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGM3yPrdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGM3yPrdi .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-uYGM3yPrdi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGM3yPrdi .row {
  flex-direction: row-reverse;
}
.cid-uYGM3yPrdi img {
  width: 100%;
}
.cid-uYGM3z1YnO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGM3z1YnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGM3z1YnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGM3z1YnO .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGM3z1YnO .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGM3z1YnO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGM3z1YnO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGM3z1YnO .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGM3z1YnO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGM3z1YnO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGM3z1YnO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGM3z1YnO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGM3z1YnO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGM3zj8l4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGM3zj8l4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGM3zj8l4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGM3zj8l4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGM3zj8l4 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGMZgykny .navbar-dropdown {
  position: relative !important;
}
.cid-uYGMZgykny .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGMZgykny .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-uYGMZgykny .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGMZgykny .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGMZgykny .dropdown-item:hover,
.cid-uYGMZgykny .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGMZgykny .dropdown-item:hover span {
  color: white;
}
.cid-uYGMZgykny .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGMZgykny .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGMZgykny .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGMZgykny .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGMZgykny .nav-link {
  position: relative;
}
.cid-uYGMZgykny .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGMZgykny .container {
    flex-wrap: wrap;
  }
}
.cid-uYGMZgykny .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGMZgykny .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGMZgykny .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGMZgykny .dropdown-menu,
.cid-uYGMZgykny .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGMZgykny .nav-item:focus,
.cid-uYGMZgykny .nav-link:focus {
  outline: none;
}
.cid-uYGMZgykny .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGMZgykny .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGMZgykny .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGMZgykny .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGMZgykny .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGMZgykny .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGMZgykny .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGMZgykny .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGMZgykny .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGMZgykny .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGMZgykny .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGMZgykny .navbar.collapsed {
  justify-content: center;
}
.cid-uYGMZgykny .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGMZgykny .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGMZgykny .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGMZgykny .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGMZgykny .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGMZgykny .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-uYGMZgykny .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGMZgykny .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGMZgykny .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGMZgykny .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGMZgykny .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGMZgykny .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGMZgykny .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGMZgykny .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-uYGMZgykny .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGMZgykny .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGMZgykny .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGMZgykny .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGMZgykny .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGMZgykny .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGMZgykny .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGMZgykny .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGMZgykny .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGMZgykny .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGMZgykny .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-uYGMZgykny .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGMZgykny .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGMZgykny .dropdown-item.active,
.cid-uYGMZgykny .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGMZgykny .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGMZgykny .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGMZgykny .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGMZgykny .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGMZgykny .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGMZgykny .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGMZgykny ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGMZgykny .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGMZgykny button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGMZgykny button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGMZgykny button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGMZgykny button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGMZgykny button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGMZgykny button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGMZgykny nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGMZgykny nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGMZgykny nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGMZgykny nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGMZgykny .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGMZgykny a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGMZgykny .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-uYGMZgykny .navbar {
    height: 70px;
  }
  .cid-uYGMZgykny .navbar.opened {
    height: auto;
  }
  .cid-uYGMZgykny .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGMZgQ5VO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGMZgQ5VO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGMZgQ5VO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGMZgQ5VO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGMZh4Aky {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGMZhcyI3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGMZhcyI3 .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGMZhcyI3 .mbr-text {
  color: #ffffff;
}
.cid-uYGMZhlw5w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGMZhlw5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGMZhlw5w .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-uYGMZhlw5w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGMZhlw5w .row {
  flex-direction: row-reverse;
}
.cid-uYGMZhlw5w img {
  width: 100%;
}
.cid-uYGMZhyaPN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGMZhyaPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGMZhyaPN .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-uYGMZhyaPN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGMZhyaPN .row {
  flex-direction: row-reverse;
}
.cid-uYGMZhyaPN img {
  width: 100%;
}
.cid-uYGMZhJEMg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGMZhJEMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGMZhJEMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGMZhJEMg .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGMZhJEMg .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGMZhJEMg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGMZhJEMg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGMZhJEMg .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGMZhJEMg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGMZhJEMg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGMZhJEMg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGMZhJEMg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGMZhJEMg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGMZhZIKz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGMZhZIKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGMZhZIKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGMZhZIKz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGMZhZIKz .mbr-section-title {
  color: #ffffff;
}
.cid-uYGN78WjDM .navbar-dropdown {
  position: relative !important;
}
.cid-uYGN78WjDM .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGN78WjDM .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-uYGN78WjDM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGN78WjDM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGN78WjDM .dropdown-item:hover,
.cid-uYGN78WjDM .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGN78WjDM .dropdown-item:hover span {
  color: white;
}
.cid-uYGN78WjDM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGN78WjDM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGN78WjDM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGN78WjDM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGN78WjDM .nav-link {
  position: relative;
}
.cid-uYGN78WjDM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGN78WjDM .container {
    flex-wrap: wrap;
  }
}
.cid-uYGN78WjDM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGN78WjDM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGN78WjDM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGN78WjDM .dropdown-menu,
.cid-uYGN78WjDM .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGN78WjDM .nav-item:focus,
.cid-uYGN78WjDM .nav-link:focus {
  outline: none;
}
.cid-uYGN78WjDM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGN78WjDM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGN78WjDM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGN78WjDM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGN78WjDM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGN78WjDM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGN78WjDM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGN78WjDM .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGN78WjDM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGN78WjDM .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGN78WjDM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGN78WjDM .navbar.collapsed {
  justify-content: center;
}
.cid-uYGN78WjDM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGN78WjDM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGN78WjDM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGN78WjDM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGN78WjDM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGN78WjDM .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-uYGN78WjDM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGN78WjDM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGN78WjDM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGN78WjDM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGN78WjDM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGN78WjDM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGN78WjDM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGN78WjDM .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-uYGN78WjDM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGN78WjDM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGN78WjDM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGN78WjDM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGN78WjDM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGN78WjDM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGN78WjDM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGN78WjDM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGN78WjDM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGN78WjDM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGN78WjDM .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-uYGN78WjDM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGN78WjDM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGN78WjDM .dropdown-item.active,
.cid-uYGN78WjDM .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGN78WjDM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGN78WjDM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGN78WjDM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGN78WjDM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGN78WjDM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGN78WjDM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGN78WjDM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGN78WjDM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGN78WjDM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGN78WjDM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGN78WjDM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGN78WjDM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGN78WjDM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGN78WjDM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGN78WjDM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGN78WjDM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGN78WjDM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGN78WjDM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGN78WjDM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGN78WjDM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGN78WjDM .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-uYGN78WjDM .navbar {
    height: 70px;
  }
  .cid-uYGN78WjDM .navbar.opened {
    height: auto;
  }
  .cid-uYGN78WjDM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGN79hBVU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGN79hBVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGN79hBVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGN79hBVU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGN79xkc5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGN79I1ja {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGN79I1ja .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGN79I1ja .mbr-text {
  color: #ffffff;
}
.cid-uYGN79RPfj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGN79RPfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGN79RPfj .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-uYGN79RPfj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGN79RPfj .row {
  flex-direction: row-reverse;
}
.cid-uYGN79RPfj img {
  width: 100%;
}
.cid-uYGN7a2Wx2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGN7a2Wx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGN7a2Wx2 .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-uYGN7a2Wx2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGN7a2Wx2 .row {
  flex-direction: row-reverse;
}
.cid-uYGN7a2Wx2 img {
  width: 100%;
}
.cid-uYGN7adsov {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGN7adsov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGN7adsov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGN7adsov .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGN7adsov .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGN7adsov .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGN7adsov .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGN7adsov .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGN7adsov .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGN7adsov .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGN7adsov .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGN7adsov .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGN7adsov .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGN7axDUp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGN7axDUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGN7axDUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGN7axDUp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGN7axDUp .mbr-section-title {
  color: #ffffff;
}
.cid-uYGNhx5DyH .navbar-dropdown {
  position: relative !important;
}
.cid-uYGNhx5DyH .navbar-dropdown {
  position: absolute !important;
}
.cid-uYGNhx5DyH .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-uYGNhx5DyH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGNhx5DyH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYGNhx5DyH .dropdown-item:hover,
.cid-uYGNhx5DyH .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uYGNhx5DyH .dropdown-item:hover span {
  color: white;
}
.cid-uYGNhx5DyH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGNhx5DyH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGNhx5DyH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGNhx5DyH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGNhx5DyH .nav-link {
  position: relative;
}
.cid-uYGNhx5DyH .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGNhx5DyH .container {
    flex-wrap: wrap;
  }
}
.cid-uYGNhx5DyH .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYGNhx5DyH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYGNhx5DyH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYGNhx5DyH .dropdown-menu,
.cid-uYGNhx5DyH .navbar.opened {
  background: #ffffff !important;
}
.cid-uYGNhx5DyH .nav-item:focus,
.cid-uYGNhx5DyH .nav-link:focus {
  outline: none;
}
.cid-uYGNhx5DyH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGNhx5DyH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGNhx5DyH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGNhx5DyH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGNhx5DyH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGNhx5DyH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGNhx5DyH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uYGNhx5DyH .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGNhx5DyH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYGNhx5DyH .navbar .navbar-logo img {
  width: auto;
}
.cid-uYGNhx5DyH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGNhx5DyH .navbar.collapsed {
  justify-content: center;
}
.cid-uYGNhx5DyH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGNhx5DyH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGNhx5DyH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYGNhx5DyH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGNhx5DyH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGNhx5DyH .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-uYGNhx5DyH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGNhx5DyH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGNhx5DyH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGNhx5DyH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGNhx5DyH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGNhx5DyH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGNhx5DyH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGNhx5DyH .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-uYGNhx5DyH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGNhx5DyH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGNhx5DyH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGNhx5DyH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYGNhx5DyH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGNhx5DyH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYGNhx5DyH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYGNhx5DyH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYGNhx5DyH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYGNhx5DyH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYGNhx5DyH .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-uYGNhx5DyH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYGNhx5DyH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGNhx5DyH .dropdown-item.active,
.cid-uYGNhx5DyH .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGNhx5DyH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGNhx5DyH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGNhx5DyH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGNhx5DyH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYGNhx5DyH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYGNhx5DyH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGNhx5DyH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYGNhx5DyH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYGNhx5DyH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYGNhx5DyH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uYGNhx5DyH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYGNhx5DyH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGNhx5DyH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYGNhx5DyH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYGNhx5DyH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGNhx5DyH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGNhx5DyH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGNhx5DyH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGNhx5DyH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYGNhx5DyH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGNhx5DyH .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-uYGNhx5DyH .navbar {
    height: 70px;
  }
  .cid-uYGNhx5DyH .navbar.opened {
    height: auto;
  }
  .cid-uYGNhx5DyH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGNhxo1nH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGNhxo1nH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGNhxo1nH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGNhxo1nH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYGNhxDCMP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGNhxMDqX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #304ca4;
}
.cid-uYGNhxMDqX .line {
  background-color: #304ca4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGNhxMDqX .mbr-text {
  color: #ffffff;
}
.cid-uYGNhxVzg0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGNhxVzg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGNhxVzg0 .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-uYGNhxVzg0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGNhxVzg0 .row {
  flex-direction: row-reverse;
}
.cid-uYGNhxVzg0 img {
  width: 100%;
}
.cid-uYGNhy5IJX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #180c4c;
}
.cid-uYGNhy5IJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGNhy5IJX .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-uYGNhy5IJX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGNhy5IJX .row {
  flex-direction: row-reverse;
}
.cid-uYGNhy5IJX img {
  width: 100%;
}
.cid-uYGNhygtTq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGNhygtTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGNhygtTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGNhygtTq .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYGNhygtTq .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uYGNhygtTq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGNhygtTq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uYGNhygtTq .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYGNhygtTq .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uYGNhygtTq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYGNhygtTq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYGNhygtTq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYGNhygtTq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYGNhyxwgm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYGNhyxwgm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGNhyxwgm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGNhyxwgm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYGNhyxwgm .mbr-section-title {
  color: #ffffff;
}
