.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.75rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.48rem;
    font-size: calc( 0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #022565 !important;
}
.bg-success {
  background-color: #00adee !important;
}
.bg-info {
  background-color: #00adee !important;
}
.bg-warning {
  background-color: #f0ff00 !important;
}
.bg-danger {
  background-color: #fc0000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #022565 !important;
  border-color: #022565 !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: #000610 !important;
  border-color: #000610 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000610 !important;
  border-color: #000610 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00adee !important;
  border-color: #00adee !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: #006e97 !important;
  border-color: #006e97 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #006e97 !important;
  border-color: #006e97 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00adee !important;
  border-color: #00adee !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: #006e97 !important;
  border-color: #006e97 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #006e97 !important;
  border-color: #006e97 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f0ff00 !important;
  border-color: #f0ff00 !important;
  color: #000000 !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: #9ea800 !important;
  border-color: #9ea800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #9ea800 !important;
  border-color: #9ea800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fc0000 !important;
  border-color: #fc0000 !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: #a50000 !important;
  border-color: #a50000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a50000 !important;
  border-color: #a50000 !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: #022565;
  color: #022565;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000610 !important;
  background-color: transparent!important;
  border-color: #000610 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #022565 !important;
  border-color: #022565 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: #a80000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #00adee;
  color: #00adee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #006e97 !important;
  background-color: transparent!important;
  border-color: #006e97 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00adee !important;
  border-color: #00adee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00adee;
  color: #00adee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #006e97 !important;
  background-color: transparent!important;
  border-color: #006e97 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00adee !important;
  border-color: #00adee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f0ff00;
  color: #f0ff00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9ea800 !important;
  background-color: transparent!important;
  border-color: #9ea800 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #f0ff00 !important;
  border-color: #f0ff00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fc0000;
  color: #fc0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a50000 !important;
  background-color: transparent!important;
  border-color: #a50000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fc0000 !important;
  border-color: #fc0000 !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: #022565 !important;
}
.text-secondary {
  color: #ff0000 !important;
}
.text-success {
  color: #00adee !important;
}
.text-info {
  color: #00adee !important;
}
.text-warning {
  color: #f0ff00 !important;
}
.text-danger {
  color: #fc0000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #990000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #006388 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #006388 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #909900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #960000 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #022565;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00adee;
}
.alert-warning {
  background-color: #f0ff00;
}
.alert-danger {
  background-color: #fc0000;
}
.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: #022565;
  border-color: #022565;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #022565;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0453e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bbecff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bbecff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcffcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffc9c9;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.75rem;
}
.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: #022565 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.75rem;
}
blockquote {
  border-color: #022565;
}
/* 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: #022565;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #022565;
}
.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: #022565;
  border-bottom-color: #022565;
}
.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: #022565 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff0000 !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='%23022565' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-urPAhGoSOV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-urPAhGoSOV nav.navbar {
  position: fixed;
}
.cid-urPAhGoSOV .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-urPAhGoSOV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urPAhGoSOV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urPAhGoSOV .dropdown-item:hover,
.cid-urPAhGoSOV .dropdown-item:focus {
  background: #022565 !important;
  color: white !important;
}
.cid-urPAhGoSOV .dropdown-item:hover span {
  color: white;
}
.cid-urPAhGoSOV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urPAhGoSOV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urPAhGoSOV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urPAhGoSOV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urPAhGoSOV .nav-link {
  position: relative;
}
.cid-urPAhGoSOV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urPAhGoSOV .container {
    flex-wrap: wrap;
  }
}
.cid-urPAhGoSOV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urPAhGoSOV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-urPAhGoSOV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urPAhGoSOV .dropdown-menu,
.cid-urPAhGoSOV .navbar.opened {
  background: #ffffff !important;
}
.cid-urPAhGoSOV .nav-item:focus,
.cid-urPAhGoSOV .nav-link:focus {
  outline: none;
}
.cid-urPAhGoSOV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urPAhGoSOV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urPAhGoSOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urPAhGoSOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urPAhGoSOV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urPAhGoSOV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urPAhGoSOV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-urPAhGoSOV .navbar.opened {
  transition: all 0.3s;
}
.cid-urPAhGoSOV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urPAhGoSOV .navbar .navbar-logo img {
  width: auto;
}
.cid-urPAhGoSOV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urPAhGoSOV .navbar.collapsed {
  justify-content: center;
}
.cid-urPAhGoSOV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urPAhGoSOV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urPAhGoSOV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urPAhGoSOV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urPAhGoSOV .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-urPAhGoSOV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urPAhGoSOV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urPAhGoSOV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urPAhGoSOV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urPAhGoSOV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urPAhGoSOV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urPAhGoSOV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urPAhGoSOV .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-urPAhGoSOV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urPAhGoSOV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urPAhGoSOV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urPAhGoSOV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urPAhGoSOV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urPAhGoSOV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urPAhGoSOV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urPAhGoSOV .navbar.navbar-short {
  min-height: 60px;
}
.cid-urPAhGoSOV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urPAhGoSOV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urPAhGoSOV .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-urPAhGoSOV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urPAhGoSOV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urPAhGoSOV .dropdown-item.active,
.cid-urPAhGoSOV .dropdown-item:active {
  background-color: transparent;
}
.cid-urPAhGoSOV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urPAhGoSOV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urPAhGoSOV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urPAhGoSOV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-urPAhGoSOV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urPAhGoSOV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urPAhGoSOV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urPAhGoSOV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urPAhGoSOV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urPAhGoSOV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-urPAhGoSOV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urPAhGoSOV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urPAhGoSOV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urPAhGoSOV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urPAhGoSOV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urPAhGoSOV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urPAhGoSOV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urPAhGoSOV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urPAhGoSOV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urPAhGoSOV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urPAhGoSOV .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-urPAhGoSOV .navbar {
    height: 70px;
  }
  .cid-urPAhGoSOV .navbar.opened {
    height: auto;
  }
  .cid-urPAhGoSOV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNuWUtzvyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSGviLJylO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-urPAfuz5xS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-urPAfuz5xS nav.navbar {
  position: fixed;
}
.cid-urPAfuz5xS .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-urPAfuz5xS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urPAfuz5xS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urPAfuz5xS .dropdown-item:hover,
.cid-urPAfuz5xS .dropdown-item:focus {
  background: #022565 !important;
  color: white !important;
}
.cid-urPAfuz5xS .dropdown-item:hover span {
  color: white;
}
.cid-urPAfuz5xS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urPAfuz5xS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urPAfuz5xS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urPAfuz5xS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urPAfuz5xS .nav-link {
  position: relative;
}
.cid-urPAfuz5xS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urPAfuz5xS .container {
    flex-wrap: wrap;
  }
}
.cid-urPAfuz5xS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urPAfuz5xS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-urPAfuz5xS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urPAfuz5xS .dropdown-menu,
.cid-urPAfuz5xS .navbar.opened {
  background: #ffffff !important;
}
.cid-urPAfuz5xS .nav-item:focus,
.cid-urPAfuz5xS .nav-link:focus {
  outline: none;
}
.cid-urPAfuz5xS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urPAfuz5xS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urPAfuz5xS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urPAfuz5xS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urPAfuz5xS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urPAfuz5xS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urPAfuz5xS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-urPAfuz5xS .navbar.opened {
  transition: all 0.3s;
}
.cid-urPAfuz5xS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urPAfuz5xS .navbar .navbar-logo img {
  width: auto;
}
.cid-urPAfuz5xS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urPAfuz5xS .navbar.collapsed {
  justify-content: center;
}
.cid-urPAfuz5xS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urPAfuz5xS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urPAfuz5xS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urPAfuz5xS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urPAfuz5xS .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-urPAfuz5xS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urPAfuz5xS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urPAfuz5xS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urPAfuz5xS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urPAfuz5xS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urPAfuz5xS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urPAfuz5xS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urPAfuz5xS .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-urPAfuz5xS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urPAfuz5xS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urPAfuz5xS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urPAfuz5xS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urPAfuz5xS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urPAfuz5xS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urPAfuz5xS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urPAfuz5xS .navbar.navbar-short {
  min-height: 60px;
}
.cid-urPAfuz5xS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urPAfuz5xS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urPAfuz5xS .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-urPAfuz5xS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urPAfuz5xS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urPAfuz5xS .dropdown-item.active,
.cid-urPAfuz5xS .dropdown-item:active {
  background-color: transparent;
}
.cid-urPAfuz5xS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urPAfuz5xS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urPAfuz5xS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urPAfuz5xS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-urPAfuz5xS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urPAfuz5xS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urPAfuz5xS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urPAfuz5xS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urPAfuz5xS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urPAfuz5xS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-urPAfuz5xS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urPAfuz5xS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urPAfuz5xS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urPAfuz5xS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urPAfuz5xS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urPAfuz5xS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urPAfuz5xS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urPAfuz5xS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urPAfuz5xS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urPAfuz5xS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urPAfuz5xS .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-urPAfuz5xS .navbar {
    height: 70px;
  }
  .cid-urPAfuz5xS .navbar.opened {
    height: auto;
  }
  .cid-urPAfuz5xS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNuWEtvjwA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSGviLJylO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-urPAbcRJPx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-urPAbcRJPx nav.navbar {
  position: fixed;
}
.cid-urPAbcRJPx .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-urPAbcRJPx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urPAbcRJPx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urPAbcRJPx .dropdown-item:hover,
.cid-urPAbcRJPx .dropdown-item:focus {
  background: #022565 !important;
  color: white !important;
}
.cid-urPAbcRJPx .dropdown-item:hover span {
  color: white;
}
.cid-urPAbcRJPx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urPAbcRJPx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urPAbcRJPx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urPAbcRJPx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urPAbcRJPx .nav-link {
  position: relative;
}
.cid-urPAbcRJPx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urPAbcRJPx .container {
    flex-wrap: wrap;
  }
}
.cid-urPAbcRJPx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urPAbcRJPx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-urPAbcRJPx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urPAbcRJPx .dropdown-menu,
.cid-urPAbcRJPx .navbar.opened {
  background: #ffffff !important;
}
.cid-urPAbcRJPx .nav-item:focus,
.cid-urPAbcRJPx .nav-link:focus {
  outline: none;
}
.cid-urPAbcRJPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urPAbcRJPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urPAbcRJPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urPAbcRJPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urPAbcRJPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urPAbcRJPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urPAbcRJPx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-urPAbcRJPx .navbar.opened {
  transition: all 0.3s;
}
.cid-urPAbcRJPx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urPAbcRJPx .navbar .navbar-logo img {
  width: auto;
}
.cid-urPAbcRJPx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urPAbcRJPx .navbar.collapsed {
  justify-content: center;
}
.cid-urPAbcRJPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urPAbcRJPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urPAbcRJPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urPAbcRJPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urPAbcRJPx .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-urPAbcRJPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urPAbcRJPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urPAbcRJPx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urPAbcRJPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urPAbcRJPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urPAbcRJPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urPAbcRJPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urPAbcRJPx .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-urPAbcRJPx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urPAbcRJPx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urPAbcRJPx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urPAbcRJPx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urPAbcRJPx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urPAbcRJPx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urPAbcRJPx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urPAbcRJPx .navbar.navbar-short {
  min-height: 60px;
}
.cid-urPAbcRJPx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urPAbcRJPx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urPAbcRJPx .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-urPAbcRJPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urPAbcRJPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urPAbcRJPx .dropdown-item.active,
.cid-urPAbcRJPx .dropdown-item:active {
  background-color: transparent;
}
.cid-urPAbcRJPx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urPAbcRJPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urPAbcRJPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urPAbcRJPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-urPAbcRJPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urPAbcRJPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urPAbcRJPx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urPAbcRJPx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urPAbcRJPx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urPAbcRJPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-urPAbcRJPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urPAbcRJPx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urPAbcRJPx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urPAbcRJPx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urPAbcRJPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urPAbcRJPx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urPAbcRJPx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urPAbcRJPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urPAbcRJPx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urPAbcRJPx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urPAbcRJPx .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-urPAbcRJPx .navbar {
    height: 70px;
  }
  .cid-urPAbcRJPx .navbar.opened {
    height: auto;
  }
  .cid-urPAbcRJPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNuWl3XojU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSGviLJylO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ulHgKhLean {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulHgKhLean nav.navbar {
  position: fixed;
}
.cid-ulHgKhLean .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-ulHgKhLean .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulHgKhLean .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulHgKhLean .dropdown-item:hover,
.cid-ulHgKhLean .dropdown-item:focus {
  background: #022565 !important;
  color: white !important;
}
.cid-ulHgKhLean .dropdown-item:hover span {
  color: white;
}
.cid-ulHgKhLean .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulHgKhLean .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulHgKhLean .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulHgKhLean .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulHgKhLean .nav-link {
  position: relative;
}
.cid-ulHgKhLean .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulHgKhLean .container {
    flex-wrap: wrap;
  }
}
.cid-ulHgKhLean .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulHgKhLean .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulHgKhLean .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulHgKhLean .dropdown-menu,
.cid-ulHgKhLean .navbar.opened {
  background: #ffffff !important;
}
.cid-ulHgKhLean .nav-item:focus,
.cid-ulHgKhLean .nav-link:focus {
  outline: none;
}
.cid-ulHgKhLean .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulHgKhLean .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulHgKhLean .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulHgKhLean .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulHgKhLean .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulHgKhLean .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulHgKhLean .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ulHgKhLean .navbar.opened {
  transition: all 0.3s;
}
.cid-ulHgKhLean .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulHgKhLean .navbar .navbar-logo img {
  width: auto;
}
.cid-ulHgKhLean .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulHgKhLean .navbar.collapsed {
  justify-content: center;
}
.cid-ulHgKhLean .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulHgKhLean .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ulHgKhLean .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulHgKhLean .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulHgKhLean .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-ulHgKhLean .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulHgKhLean .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulHgKhLean .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulHgKhLean .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulHgKhLean .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulHgKhLean .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulHgKhLean .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulHgKhLean .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-ulHgKhLean .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulHgKhLean .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulHgKhLean .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulHgKhLean .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulHgKhLean .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulHgKhLean .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulHgKhLean .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulHgKhLean .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulHgKhLean .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulHgKhLean .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulHgKhLean .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-ulHgKhLean .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulHgKhLean .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulHgKhLean .dropdown-item.active,
.cid-ulHgKhLean .dropdown-item:active {
  background-color: transparent;
}
.cid-ulHgKhLean .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulHgKhLean .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulHgKhLean .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulHgKhLean .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulHgKhLean .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulHgKhLean .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulHgKhLean ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulHgKhLean .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulHgKhLean button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulHgKhLean button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulHgKhLean button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulHgKhLean button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulHgKhLean button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulHgKhLean button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulHgKhLean nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulHgKhLean nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulHgKhLean nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulHgKhLean nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulHgKhLean .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulHgKhLean a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulHgKhLean .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-ulHgKhLean .navbar {
    height: 70px;
  }
  .cid-ulHgKhLean .navbar.opened {
    height: auto;
  }
  .cid-ulHgKhLean .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNuK3CuqEq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #022565;
}
.cid-tNuK3CuqEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNuK3CuqEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNuK3CuqEq .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tNuK3CuqEq .mbr-section-title {
  color: #ffffff;
}
.cid-tAlQvUSxUw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e2ecff;
}
.cid-tAlQvUSxUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAlQvUSxUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAlQvUSxUw .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tAlQvUSxUw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAlQvUSxUw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tAlQvUSxUw .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tAlQvUSxUw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAlQvUSxUw .mbr-section-title {
  color: #022565;
  text-align: justify;
}
.cid-tAlQvUSxUw .mbr-text,
.cid-tAlQvUSxUw .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-ulHhz32bAF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00143a;
}
.cid-ulHhz32bAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHhz32bAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulHhz32bAF .mbr-section-title {
  color: #fafafa;
}
.cid-ulHhz32bAF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urOJhG32J0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cfcfcf;
}
.cid-urOJhG32J0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOJhG32J0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOJhG32J0 .img-wrapper {
  text-align: center;
}
.cid-urOJhG32J0 img {
  margin: auto;
  width: 200px;
  padding-bottom: 2rem;
  align: center;
}
.cid-urOJhG32J0 .row {
  align-items: flex-start;
}
.cid-urOJhG32J0 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-urOJhG32J0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-urOJhG32J0 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urOJhG32J0 .card-wrapper {
    padding: 1rem;
  }
}
.cid-urOJhG32J0 .card-title {
  text-align: center;
}
.cid-ulHhRHI2XR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00143a;
}
.cid-ulHhRHI2XR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHhRHI2XR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulHhRHI2XR .mbr-section-title {
  color: #ffffff;
}
.cid-ux6Z0sApC4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ux6Z0sApC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux6Z0sApC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux6Z0sApC4 .img-wrapper {
  text-align: center;
}
.cid-ux6Z0sApC4 img {
  margin: auto;
  width: 200px;
  padding-bottom: 2rem;
  align: center;
}
.cid-ux6Z0sApC4 .row {
  align-items: flex-start;
}
.cid-ux6Z0sApC4 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-ux6Z0sApC4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ux6Z0sApC4 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ux6Z0sApC4 .card-wrapper {
    padding: 1rem;
  }
}
.cid-ux6Z0sApC4 .card-title {
  text-align: center;
}
.cid-tmM7UNv2HW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #022565;
}
.cid-tmM7UNv2HW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmM7UNv2HW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmM7UNv2HW .mbr-section-title {
  color: #ffffff;
}
.cid-tmM7UNv2HW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urOKnxXa3v {
  background-color: #ffffff;
}
.cid-urOKnxXa3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOKnxXa3v .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-urOKnxXa3v .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urOKnxXa3v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-urOKnxXa3v .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-urOKnxXa3v .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkrnvek7VK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #022565;
}
.cid-tkrnvek7VK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkrnvek7VK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkrnvek7VK .mbr-section-title {
  color: #ffffff;
}
.cid-tkrnvek7VK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tmMb4o0soG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8fffe;
}
.cid-tmMb4o0soG .mbr-text {
  text-align: left;
}
.cid-urPfB3etXU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #022565;
}
.cid-urPfB3etXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-urPfB3etXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPfB3etXU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urPfwGHQF3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #e2ecff;
}
.cid-urPfwGHQF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urPfwGHQF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPfwGHQF3 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-urPfwGHQF3 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-urPfwGHQF3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urPfwGHQF3 .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-urPfwGHQF3 .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-urPfwGHQF3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urPfwGHQF3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-urPfwGHQF3 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-urPfwGHQF3 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urPfwGHQF3 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-urPfwGHQF3 .card-title {
  color: #002363;
}
.cid-urPfwGHQF3 .card-subtitle {
  color: #e43f3f;
}
.cid-veufpflrkY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #e2ecff;
}
.cid-veufpflrkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veufpflrkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veufpflrkY .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-veufpflrkY .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-veufpflrkY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-veufpflrkY .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-veufpflrkY .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-veufpflrkY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-veufpflrkY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-veufpflrkY .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-veufpflrkY .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veufpflrkY .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-veufpflrkY .card-title {
  color: #002363;
}
.cid-veufpflrkY .card-subtitle {
  color: #e43f3f;
}
.cid-ulHhHIrZhp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #022565;
}
.cid-ulHhHIrZhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHhHIrZhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulHhHIrZhp .mbr-section-title {
  color: #faff00;
}
.cid-ulHhHIrZhp .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uaWE4GHvMq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaWE4GHvMq .item {
  padding-bottom: 2rem;
}
.cid-uaWE4GHvMq .item-wrapper {
  position: relative;
}
.cid-uaWE4GHvMq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uaWE4GHvMq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uaWE4GHvMq .carousel-control,
.cid-uaWE4GHvMq .close {
  background: #1b1b1b;
}
.cid-uaWE4GHvMq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaWE4GHvMq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaWE4GHvMq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaWE4GHvMq .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaWE4GHvMq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaWE4GHvMq .close::before {
  content: '\e91a';
}
.cid-uaWE4GHvMq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaWE4GHvMq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uaWE4GHvMq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaWE4GHvMq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaWE4GHvMq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaWE4GHvMq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaWE4GHvMq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uaWE4GHvMq .carousel-indicators li.active,
.cid-uaWE4GHvMq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaWE4GHvMq .carousel-indicators li::after,
.cid-uaWE4GHvMq .carousel-indicators li::before {
  content: none;
}
.cid-uaWE4GHvMq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaWE4GHvMq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaWE4GHvMq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaWE4GHvMq .carousel-indicators {
    display: none;
  }
}
.cid-uaWE4GHvMq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaWE4GHvMq .carousel-inner > .active {
  display: block;
}
.cid-uaWE4GHvMq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaWE4GHvMq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaWE4GHvMq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaWE4GHvMq .carousel-control,
  .cid-uaWE4GHvMq .carousel-indicators,
  .cid-uaWE4GHvMq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaWE4GHvMq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaWE4GHvMq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaWE4GHvMq .carousel-indicators .active,
.cid-uaWE4GHvMq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaWE4GHvMq .carousel-indicators .active {
  background: #fff;
}
.cid-uaWE4GHvMq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaWE4GHvMq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaWE4GHvMq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaWE4GHvMq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaWE4GHvMq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaWE4GHvMq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaWE4GHvMq .carousel {
  width: 100%;
}
.cid-uaWE4GHvMq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaWE4GHvMq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaWE4GHvMq .modal.fade .modal-dialog,
.cid-uaWE4GHvMq .modal.in .modal-dialog {
  transform: none;
}
.cid-uaWE4GHvMq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaWE4GHvMq H6 {
  text-align: center;
}
.cid-uaWE4GHvMq H3 {
  color: #3f6c5b;
}
.cid-uaWE4GHvMq .JCB_Price {
  border: 0px solid #7a7a7a;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
}
.cid-uaWeyAdgGb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaWeyAdgGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaWeyAdgGb .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-uaWeyAdgGb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaWeyAdgGb .row {
  flex-direction: row-reverse;
}
.cid-uaWeyAdgGb img {
  width: 100%;
}
.cid-tiri2sXcvc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #022565;
}
.cid-tiri2sXcvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiri2sXcvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiri2sXcvc .mbr-section-title {
  color: #ffffff;
}
.cid-tiri4o4oTW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8fffe;
}
.cid-tiri4o4oTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiri4o4oTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiri4o4oTW .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-tiri4o4oTW .item {
    margin-bottom: 4rem;
  }
}
.cid-tiri4o4oTW .item:last-child .icon-box:before {
  display: none;
}
.cid-tiri4o4oTW .item.last .icon-box:before {
  display: none;
}
.cid-tiri4o4oTW .icon-box {
  background: #022565;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tiri4o4oTW .icon-box {
    margin-right: 1rem;
  }
}
.cid-tiri4o4oTW .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 42px;
  left: 50%;
  top: 150%;
  color: #022565;
  transform: translate(-50%, 0);
}
.cid-tiri4o4oTW span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tiri4o4oTW .card {
    margin-bottom: 2rem;
  }
  .cid-tiri4o4oTW .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tiri4o4oTW .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tiri4o4oTW .icon-box::before {
    top: 114%;
  }
}
.cid-tiri4o4oTW .icon-title {
  color: #232323;
}
.cid-tiri4o4oTW .mbr-text,
.cid-tiri4o4oTW .mbr-section-btn {
  text-align: left;
}
.cid-tho79nNs1t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #022565;
}
.cid-tho79nNs1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tho79nNs1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tho79nNs1t .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulHmA4abJQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulHmA4abJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHmA4abJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulHmA4abJQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulHmA4abJQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulHmYLPNbT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #022565;
}
.cid-ulHmYLPNbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHmYLPNbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulHmYLPNbT .mbr-section-title {
  color: #faff00;
}
.cid-ulHmYLPNbT .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ux6OcHpnxX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2ecff;
}
.cid-ux6OcHpnxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux6OcHpnxX .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-ux6OcHpnxX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ux6OcHpnxX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ux6OcHpnxX .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ux6OcHpnxX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ux6OcHpnxX .mbr-section-title {
  color: #00143a;
}
.cid-ux6WmcBj5P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ux6WmcBj5P .item {
  padding-bottom: 2rem;
}
.cid-ux6WmcBj5P .item-wrapper {
  position: relative;
}
.cid-ux6WmcBj5P .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ux6WmcBj5P .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ux6WmcBj5P .carousel-control,
.cid-ux6WmcBj5P .close {
  background: #1b1b1b;
}
.cid-ux6WmcBj5P .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ux6WmcBj5P .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ux6WmcBj5P .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ux6WmcBj5P .carousel-control-next span {
  margin-left: 5px;
}
.cid-ux6WmcBj5P .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ux6WmcBj5P .close::before {
  content: '\e91a';
}
.cid-ux6WmcBj5P .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ux6WmcBj5P .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ux6WmcBj5P .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ux6WmcBj5P .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ux6WmcBj5P .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ux6WmcBj5P .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ux6WmcBj5P .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ux6WmcBj5P .carousel-indicators li.active,
.cid-ux6WmcBj5P .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ux6WmcBj5P .carousel-indicators li::after,
.cid-ux6WmcBj5P .carousel-indicators li::before {
  content: none;
}
.cid-ux6WmcBj5P .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ux6WmcBj5P .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ux6WmcBj5P .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ux6WmcBj5P .carousel-indicators {
    display: none;
  }
}
.cid-ux6WmcBj5P .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ux6WmcBj5P .carousel-inner > .active {
  display: block;
}
.cid-ux6WmcBj5P .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ux6WmcBj5P .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ux6WmcBj5P .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ux6WmcBj5P .carousel-control,
  .cid-ux6WmcBj5P .carousel-indicators,
  .cid-ux6WmcBj5P .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ux6WmcBj5P .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ux6WmcBj5P .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ux6WmcBj5P .carousel-indicators .active,
.cid-ux6WmcBj5P .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ux6WmcBj5P .carousel-indicators .active {
  background: #fff;
}
.cid-ux6WmcBj5P .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ux6WmcBj5P .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ux6WmcBj5P .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ux6WmcBj5P .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ux6WmcBj5P .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ux6WmcBj5P .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ux6WmcBj5P .carousel {
  width: 100%;
}
.cid-ux6WmcBj5P .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ux6WmcBj5P .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ux6WmcBj5P .modal.fade .modal-dialog,
.cid-ux6WmcBj5P .modal.in .modal-dialog {
  transform: none;
}
.cid-ux6WmcBj5P .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ux6WmcBj5P H6 {
  text-align: center;
}
.cid-ux6WmcBj5P H3 {
  color: #3f6c5b;
}
.cid-ux6WmcBj5P .JCB_Price {
  border: 0px solid #7a7a7a;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
}
.cid-ulHnduUbfh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulHnduUbfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHnduUbfh .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-ulHnduUbfh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulHnduUbfh .row {
  flex-direction: row-reverse;
}
.cid-ulHnduUbfh img {
  width: 100%;
}
.cid-ulHohiDI5y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #022565;
}
.cid-ulHohiDI5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHohiDI5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulHohiDI5y .mbr-section-title {
  color: #fafafa;
}
.cid-ulHofWjDtF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e2ecff;
}
.cid-ulHofWjDtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHofWjDtF .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-ulHofWjDtF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulHofWjDtF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulHofWjDtF .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulHofWjDtF .mbr-section-title {
  color: #00adee;
}
.cid-ulHofWjDtF .mbr-text {
  color: #000000;
}
.cid-ulHpFsw6Qd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #022565;
}
.cid-ulHpFsw6Qd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHpFsw6Qd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulHpFsw6Qd .mbr-section-title {
  color: #ffffff;
}
.cid-ulHpFsw6Qd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNuRFla0WG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNuRFla0WG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNuRFla0WG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNuRFla0WG .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #022565;
  margin-left: 1rem;
}
.cid-tNuRFla0WG .panel-group {
  border: none;
}
.cid-tNuRFla0WG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNuRFla0WG .panel-body,
.cid-tNuRFla0WG .card-header {
  padding: 1rem 0;
}
.cid-tNuRFla0WG .panel-title-edit {
  color: #000000;
  text-align: right;
}
.cid-tNuRFla0WG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNuRFla0WG H3 {
  color: #fe7a2c;
}
.cid-ub2hcOPDzc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #04122c;
}
.cid-ub2hcOPDzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2hcOPDzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2hcOPDzc .mbr-section-title {
  color: #fafafa;
}
.cid-ub2hcOPDzc .mbr-section-subtitle {
  color: #00adee;
}
.cid-ub2hJojAJB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ub2hJojAJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2hJojAJB .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-ub2hJojAJB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub2hJojAJB .row {
  flex-direction: row-reverse;
}
.cid-ub2hJojAJB img {
  width: 100%;
}
.cid-ub2hJojAJB .mbr-description {
  color: #051a39;
}
.cid-ub2jU2C51D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ub2jU2C51D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2jU2C51D .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-ub2jU2C51D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub2jU2C51D .row {
  flex-direction: row-reverse;
}
.cid-ub2jU2C51D img {
  width: 100%;
}
.cid-tSGvrT1Twd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tSGvrT1Twd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGvrT1Twd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSGvrT1Twd .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tSGvrT1Twd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tSGvrT1Twd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tSGviLJylO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
