.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'MyriadPro-Regular';
  font-size: 2.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'MyriadPro-Regular';
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'MyriadPro-Regular';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'MyriadPro-Regular';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'MyriadPro-Regular';
  font-size: 1.3rem;
  line-height: 1.3;
}
.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.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3d67c8 !important;
}
.bg-success {
  background-color: #073cb5 !important;
}
.bg-info {
  background-color: #3d67c8 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #dcdcdc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3d67c8 !important;
  border-color: #3d67c8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #6586d3 !important;
  border-color: #6586d3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6586d3 !important;
  border-color: #6586d3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #3d67c8 !important;
  border-color: #3d67c8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #6586d3 !important;
  border-color: #6586d3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6586d3 !important;
  border-color: #6586d3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #073cb5 !important;
  border-color: #073cb5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #094ce6 !important;
  border-color: #094ce6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #094ce6 !important;
  border-color: #094ce6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dcdcdc !important;
  border-color: #dcdcdc !important;
  color: #5d5d5d !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #5d5d5d !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3d67c8;
  color: #3d67c8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #274488 !important;
  background-color: transparent !important;
  border-color: #274488 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d67c8 !important;
  border-color: #3d67c8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3d67c8;
  color: #3d67c8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #274488 !important;
  background-color: transparent !important;
  border-color: #274488 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3d67c8 !important;
  border-color: #3d67c8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #073cb5;
  color: #073cb5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #042062 !important;
  background-color: transparent !important;
  border-color: #042062 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #073cb5 !important;
  border-color: #073cb5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dcdcdc;
  color: #dcdcdc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b1b1b1 !important;
  background-color: transparent !important;
  border-color: #b1b1b1 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #5d5d5d !important;
  background-color: #dcdcdc !important;
  border-color: #dcdcdc !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: #3d67c8 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #073cb5 !important;
}
.text-info {
  color: #3d67c8 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #dcdcdc !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #233e7c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #031b53 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #233e7c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a9a9a9 !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: #3d67c8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3d67c8;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #dcdcdc;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3d67c8;
  border-color: #3d67c8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3d67c8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a0b5e4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #447bf8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a0b5e4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'MyriadPro-Regular';
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #3d67c8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'MyriadPro-Regular';
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #3d67c8;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3d67c8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3d67c8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3d67c8;
  border-bottom-color: #3d67c8;
}
.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: #3d67c8 !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: #ffffff !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='%233d67c8' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uPHJ71C2fu .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uPHJ71C2fu {
    flex-wrap: wrap;
  }
  .cid-uPHJ71C2fu .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uPHJ71C2fu .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uPHJ71C2fu .dropdown:hover > .dropdown-menu,
  .cid-uPHJ71C2fu .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uPHJ71C2fu .dropdown-submenu:hover,
  .cid-uPHJ71C2fu .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown:hover > .dropdown-toggle::after,
  .cid-uPHJ71C2fu .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uPHJ71C2fu .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uPHJ71C2fu .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uPHJ71C2fu .btn {
  padding: 0.3rem 2rem;
}
.cid-uPHJ71C2fu .nav-link {
  position: relative;
}
.cid-uPHJ71C2fu .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uPHJ71C2fu .nav-link:hover:before {
  width: 100%;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHJ71C2fu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHJ71C2fu .dropdown-item:hover,
.cid-uPHJ71C2fu .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uPHJ71C2fu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHJ71C2fu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHJ71C2fu .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHJ71C2fu .container {
  display: flex;
  margin: auto;
}
.cid-uPHJ71C2fu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHJ71C2fu .dropdown-menu,
.cid-uPHJ71C2fu .navbar.opened {
  background: #000000 !important;
}
.cid-uPHJ71C2fu .nav-item:focus,
.cid-uPHJ71C2fu .nav-link:focus {
  outline: none;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHJ71C2fu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHJ71C2fu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHJ71C2fu .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uPHJ71C2fu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uPHJ71C2fu .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHJ71C2fu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHJ71C2fu .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHJ71C2fu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uPHJ71C2fu .navbar.collapsed {
  justify-content: center;
}
.cid-uPHJ71C2fu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHJ71C2fu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHJ71C2fu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHJ71C2fu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uPHJ71C2fu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPHJ71C2fu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHJ71C2fu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHJ71C2fu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHJ71C2fu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPHJ71C2fu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHJ71C2fu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPHJ71C2fu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHJ71C2fu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHJ71C2fu .dropdown-item.active,
.cid-uPHJ71C2fu .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHJ71C2fu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHJ71C2fu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPHJ71C2fu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHJ71C2fu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHJ71C2fu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHJ71C2fu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHJ71C2fu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPHJ71C2fu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar {
    height: 70px;
  }
  .cid-uPHJ71C2fu .navbar.opened {
    height: auto;
  }
  .cid-uPHJ71C2fu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSeYdXH7w2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeYdXH7w2 .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uSeYdXH7w2 .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uSeYdXH7w2 .mbr-section-title {
  color: #131313;
}
.cid-uSeYdXH7w2 .mbr-section-title a {
  pointer-events: none;
}
.cid-uSeYdXH7w2 .mbr-section-subtitle {
  margin-top: 12px;
  color: #131313;
}
.cid-uSeYdXH7w2 .card-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: nowrap;
  gap: 8%;
  padding-bottom: 40px;
  border-bottom: 2px solid #7198f4;
}
@media (max-width: 991px) {
  .cid-uSeYdXH7w2 .card-row {
    gap: 5px;
    padding: 0 10px 15px;
    overflow: visible;
    -webkit-overflow-scrolling: auto;
    scroll-snap-type: none;
  }
}
.cid-uSeYdXH7w2 .card {
  transition: all 0.3s;
  opacity: 0.5;
  flex: 0 0 auto;
  width: 14%;
  max-width: none;
  padding: 0 !important;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uSeYdXH7w2 .card {
    width: calc(29.33%);
    margin: 0 2px !important;
    padding: 5px !important;
  }
}
@media (max-width: 767px) {
  .cid-uSeYdXH7w2 .card {
    width: calc(30.33%);
  }
}
@media (max-width: 575px) {
  .cid-uSeYdXH7w2 .card {
    width: calc(31.33%);
  }
}
.cid-uSeYdXH7w2 .card:hover {
  opacity: 1;
}
.cid-uSeYdXH7w2 .card.active {
  opacity: 1;
}
.cid-uSeYdXH7w2 .card img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uSeYdXH7w2 .card img {
    max-height: 12vw;
    transform: scale(0.9);
  }
}
@media (max-width: 767px) {
  .cid-uSeYdXH7w2 .card img {
    max-height: 14vw;
    transform: scale(0.85);
  }
}
@media (max-width: 575px) {
  .cid-uSeYdXH7w2 .card img {
    max-height: 16vw;
    transform: scale(0.8);
  }
}
.cid-uTc9AU3xeW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTc9AU3xeW .underline .line {
  width: 2rem;
  height: 1px;
  background: #1f54d1;
  display: inline-block;
}
.cid-uTc9AU3xeW .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uTc9AU3xeW .title {
    width: 100% !important;
  }
}
.cid-uTc9AU3xeW .mbr-section-title {
  color: #1f54d1;
}
.cid-uTc9AU3xeW .hytera-highlight {
  color: #000000;
  font-weight: bold;
}
.cid-uTc9AU3xeW .img-circle {
  height: 1.2em;
  vertical-align: middle;
  margin-left: 0.2em;
}
.cid-uTc9AU3xeW .brand-logo {
  height: 1em;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.75rem;
  margin-bottom: 0.4rem;
}
.cid-uTPABpOsUb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTPABpOsUb .item:focus,
.cid-uTPABpOsUb span:focus {
  outline: none;
}
.cid-uTPABpOsUb .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uTPABpOsUb .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTPABpOsUb .item-subtitle {
  margin-bottom: 12px;
}
.cid-uTPABpOsUb .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  will-change: transform;
  height: 500px;
}
.cid-uTPABpOsUb .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uTPABpOsUb .item-content {
  padding: 0 1.5rem;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-uTPABpOsUb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uTPABpOsUb .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTPABpOsUb .mbr-section-btn .btn-secondary-outline .active,
.cid-uTPABpOsUb .mbr-section-btn .btn-secondary-outline:focus {
  color: #3d67c8 !important;
}
.cid-uTPABpOsUb .item-img {
  overflow: hidden;
  width: calc(100% - 120px);
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-uTPABpOsUb .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uTPABpOsUb .item-content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-uTPABpOsUb .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-uTPABpOsUb .item-img {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  .cid-uTPABpOsUb .item-img img {
    max-height: 300px;
  }
  .cid-uTPABpOsUb .item-content {
    position: static;
    padding: 0;
    width: 100%;
    max-width: none ;
    height: auto;
  }
  .cid-uTPABpOsUb .item-wrapper {
    height: auto;
  }
}
.cid-uTciIQayhF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTciIQayhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTciIQayhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTciIQayhF .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uTciIQayhF .row {
    margin: 0;
  }
}
.cid-uTciIQayhF .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTciIQayhF .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uTciIQayhF .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTciIQayhF .content-wrapper {
    padding: 24px;
  }
}
.cid-uTciIQayhF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTciIQayhF .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uTciIQayhF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTciIQayhF .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uTciIQayhF .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uTciIQayhF .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uTciIQayhF .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTciIQayhF .items {
    border-top: 1px solid #000000;
  }
}
.cid-uTciIQayhF .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTciIQayhF .items .item {
    padding: 24px;
  }
}
.cid-uTciIQayhF .items .item:last-child {
  border: none;
}
.cid-uTciIQayhF .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uTciIQayhF .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uTciIQayhF .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uTciIQayhF .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uTciIQayhF .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTciIQayhF .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uTciIQayhF .card-title {
  color: #F9F6E0;
}
.cid-uTciIQayhF .card-number {
  color: #E0B548;
}
.cid-uTciIQayhF .card-text {
  color: #232323;
}
.cid-uTciIQayhF .mbr-section-title,
.cid-uTciIQayhF .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uTciIQayhF .card-title,
.cid-uTciIQayhF .title-wrapper {
  color: #1f54d1;
}
.cid-uTc9YWvJbq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTc9YWvJbq .underline .line {
  width: 2rem;
  height: 1px;
  background: #1f54d1;
  display: inline-block;
}
.cid-uTc9YWvJbq .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uTc9YWvJbq .title {
    width: 100% !important;
  }
}
.cid-uTc9YWvJbq .mbr-section-title {
  color: #1f54d1;
  text-align: center;
}
.cid-uTc9YWvJbq .hytera-highlight {
  color: #56db00;
  font-weight: bold;
}
.cid-uTc9YWvJbq .hytera-logo {
  height: 1em;
  vertical-align: middle;
  margin: 0 5px;
}
.cid-uTc9YWvJbq .brand-logo {
  height: 1.8em;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.1rem;
  margin-bottom: 1.5rem;
}
.cid-uTc1UDArp7 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTc1UDArp7 .item:focus,
.cid-uTc1UDArp7 span:focus {
  outline: none;
}
.cid-uTc1UDArp7 .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uTc1UDArp7 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTc1UDArp7 .item-subtitle {
  margin-bottom: 12px;
}
.cid-uTc1UDArp7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  will-change: transform;
  height: 500px;
}
.cid-uTc1UDArp7 .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uTc1UDArp7 .item-content {
  padding: 0 1.5rem;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-uTc1UDArp7 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uTc1UDArp7 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTc1UDArp7 .mbr-section-btn .btn-secondary-outline .active,
.cid-uTc1UDArp7 .mbr-section-btn .btn-secondary-outline:focus {
  color: #3d67c8 !important;
}
.cid-uTc1UDArp7 .item-img {
  overflow: hidden;
  width: calc(100% - 120px);
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-uTc1UDArp7 .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uTc1UDArp7 .item-content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-uTc1UDArp7 .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-uTc1UDArp7 .item-img {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  .cid-uTc1UDArp7 .item-img img {
    max-height: 300px;
  }
  .cid-uTc1UDArp7 .item-content {
    position: static;
    padding: 0;
    width: 100%;
    max-width: none ;
    height: auto;
  }
  .cid-uTc1UDArp7 .item-wrapper {
    height: auto;
  }
}
.cid-tJS9NNcTLZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 12px;
  }
}
.cid-tJS9NNcTLZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tJS9NNcTLZ .social-row .soc-item {
  margin: 8px;
}
.cid-tJS9NNcTLZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJS9NNcTLZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-tJS9NNcTLZ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-tJS9NNcTLZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJS9NNcTLZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJS9NNcTLZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJS9NNcTLZ .header-menu li p {
  margin: 0;
}
.cid-tJS9NNcTLZ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tJS9NNcTLZ .mbr-section-title {
  color: #ffffff;
}
.cid-uPHJ71C2fu .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uPHJ71C2fu {
    flex-wrap: wrap;
  }
  .cid-uPHJ71C2fu .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uPHJ71C2fu .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uPHJ71C2fu .dropdown:hover > .dropdown-menu,
  .cid-uPHJ71C2fu .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uPHJ71C2fu .dropdown-submenu:hover,
  .cid-uPHJ71C2fu .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown:hover > .dropdown-toggle::after,
  .cid-uPHJ71C2fu .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uPHJ71C2fu .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uPHJ71C2fu .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uPHJ71C2fu .btn {
  padding: 0.3rem 2rem;
}
.cid-uPHJ71C2fu .nav-link {
  position: relative;
}
.cid-uPHJ71C2fu .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uPHJ71C2fu .nav-link:hover:before {
  width: 100%;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHJ71C2fu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHJ71C2fu .dropdown-item:hover,
.cid-uPHJ71C2fu .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uPHJ71C2fu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHJ71C2fu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHJ71C2fu .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHJ71C2fu .container {
  display: flex;
  margin: auto;
}
.cid-uPHJ71C2fu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHJ71C2fu .dropdown-menu,
.cid-uPHJ71C2fu .navbar.opened {
  background: #000000 !important;
}
.cid-uPHJ71C2fu .nav-item:focus,
.cid-uPHJ71C2fu .nav-link:focus {
  outline: none;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHJ71C2fu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHJ71C2fu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHJ71C2fu .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uPHJ71C2fu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uPHJ71C2fu .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHJ71C2fu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHJ71C2fu .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHJ71C2fu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uPHJ71C2fu .navbar.collapsed {
  justify-content: center;
}
.cid-uPHJ71C2fu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHJ71C2fu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHJ71C2fu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHJ71C2fu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uPHJ71C2fu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPHJ71C2fu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHJ71C2fu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHJ71C2fu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHJ71C2fu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPHJ71C2fu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHJ71C2fu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPHJ71C2fu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHJ71C2fu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHJ71C2fu .dropdown-item.active,
.cid-uPHJ71C2fu .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHJ71C2fu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHJ71C2fu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPHJ71C2fu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHJ71C2fu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHJ71C2fu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHJ71C2fu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHJ71C2fu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPHJ71C2fu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar {
    height: 70px;
  }
  .cid-uPHJ71C2fu .navbar.opened {
    height: auto;
  }
  .cid-uPHJ71C2fu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSwBOW2r31 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uSwBOW2r31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwBOW2r31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwBOW2r31 .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uSwBOW2r31 .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uSwBOW2r31.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uSwBOW2r31 .row {
  position: relative;
  z-index: 3;
}
.cid-uSwBOW2r31 .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uSwBOW2r31 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSwBOW2r31 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uSwBOW2r31 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uSwBOW2r31 .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uSwBOW2r31 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uSwBOW2r31 .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uSwBOW2r31 .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uSwBOW2r31 .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uSwDjoxnk5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uSwDjoxnk5 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-uSwDjoxnk5 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uSwDjoxnk5 .image-block:hover:before {
  opacity: 0;
}
.cid-uSwDjoxnk5 .image-block:hover .wrap {
  opacity: 1;
}
.cid-uSwDjoxnk5 .image-block:hover img {
  transform: scale(1.05);
}
.cid-uSwDjoxnk5 h4 {
  letter-spacing: 2px;
}
.cid-uSwDjoxnk5 figcaption {
  position: relative;
}
.cid-uSwDjoxnk5 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uSwDjoxnk5 img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uSwDjoxnk5 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uSwDjoxnk5 .wrap {
    opacity: 1!important;
  }
  .cid-uSwDjoxnk5 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uSwJHGVwr8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSwJHGVwr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwJHGVwr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSwJHGVwr8 .container {
    padding: 0 30px;
  }
}
.cid-uSwJHGVwr8 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSwJHGVwr8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSwJHGVwr8 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSwJHGVwr8 .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uSwJHGVwr8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSwJHGVwr8 .mbr-section-title {
  color: #ffffff;
}
.cid-uSwJHGVwr8 .mbr-text {
  color: #232323;
}
.cid-uSwJHGVwr8 .mbr-section-title,
.cid-uSwJHGVwr8 .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-uSTV8W8Tp2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSTV8W8Tp2 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSTV8W8Tp2 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uSTV8W8Tp2 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uSTV8W8Tp2 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uSTV8W8Tp2 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uSTV8W8Tp2 li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uSTV8W8Tp2 li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uSTV8W8Tp2 img {
  width: 90%;
}
.cid-uSTV8W8Tp2 .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uSTV8W8Tp2 .b {
  max-width: 598px;
}
.cid-uSTV8W8Tp2 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uSTV8W8Tp2 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uSTV8W8Tp2 .t {
    padding-top: 90px;
  }
  .cid-uSTV8W8Tp2 .b {
    max-width: initial;
  }
  .cid-uSTV8W8Tp2 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uSTV8W8Tp2 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uSTV8W8Tp2 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uSTV8W8Tp2 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uSTV8W8Tp2 .btn {
  margin-top: 20px;
}
.cid-uSTV8W8Tp2 .t {
  max-width: 542px;
}
.cid-uSTWU3XvM2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSTWU3XvM2 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSTWU3XvM2 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uSTWU3XvM2 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uSTWU3XvM2 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uSTWU3XvM2 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uSTWU3XvM2 li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uSTWU3XvM2 li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uSTWU3XvM2 img {
  width: 90%;
}
.cid-uSTWU3XvM2 .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uSTWU3XvM2 .b {
  max-width: 598px;
}
.cid-uSTWU3XvM2 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uSTWU3XvM2 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uSTWU3XvM2 .t {
    padding-top: 90px;
  }
  .cid-uSTWU3XvM2 .b {
    max-width: initial;
  }
  .cid-uSTWU3XvM2 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uSTWU3XvM2 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uSTWU3XvM2 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uSTWU3XvM2 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uSTWU3XvM2 .btn {
  margin-top: 20px;
}
.cid-uSTWU3XvM2 .row {
  flex-direction: row-reverse;
}
.cid-uSTWU3XvM2 .t {
  max-width: 542px;
}
.cid-uSU0cRXcFh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uSU0cRXcFh .mbr-text {
  color: #716c80;
}
.cid-uSU0cRXcFh .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uSU0cRXcFh .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uSU0cRXcFh .card-wrapper:hover .ico2 {
  color: #3d67c8 !important;
}
.cid-uSU0cRXcFh .card-wrapper:hover .cardcolor:hover {
  box-shadow: 0 5px 15px rgba(31, 84, 209, 0.2);
}
.cid-uSU0cRXcFh .ico2 {
  color: #3d67c8 !important;
  transition: all 0.6s;
}
.cid-uSU0cRXcFh .text-info:hover {
  color: inherit!important;
}
.cid-uSU0cRXcFh .card-box {
  padding: 0rem 1rem;
}
.cid-uSU0cRXcFh .ico1 {
  font-size: 2.5rem !important;
}
.cid-uSU0cRXcFh h3,
.cid-uSU0cRXcFh h4 {
  padding: 0;
  margin: 0;
}
.cid-uSU0cRXcFh .card-title,
.cid-uSU0cRXcFh .card-img {
  color: #57468b;
}
.cid-uSU0cRXcFh .card-title {
  color: #1f54d1;
}
.cid-uSU0cRXcFh .card-img {
  width: auto;
}
.cid-uSU0cRXcFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSU0cRXcFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTQRqV6rC {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uSTQRqV6rC .mbr-section-subtitle {
  color: #767676;
}
.cid-uSTQRqV6rC .container-table {
  margin: 0 auto;
}
.cid-uSTQRqV6rC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uSTQRqV6rC .dataTables_wrapper {
  display: block;
}
.cid-uSTQRqV6rC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uSTQRqV6rC table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uSTQRqV6rC table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-uSTQRqV6rC table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uSTQRqV6rC table td {
  border-top: 1px solid #cccccc;
}
.cid-uSTQRqV6rC table td:hover {
  color: #3d67c8;
}
.cid-uSTQRqV6rC table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-uSTQRqV6rC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uSTQRqV6rC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uSTQRqV6rC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uSTQRqV6rC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uSTQRqV6rC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uSTQRqV6rC .dataTables_filter {
    text-align: center;
  }
  .cid-uSTQRqV6rC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uSTQRqV6rC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTQRqV6rC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTQRqV6rC .mbr-section-title {
  color: #1f54d1;
}
.cid-tJS9NNcTLZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 12px;
  }
}
.cid-tJS9NNcTLZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tJS9NNcTLZ .social-row .soc-item {
  margin: 8px;
}
.cid-tJS9NNcTLZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJS9NNcTLZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-tJS9NNcTLZ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-tJS9NNcTLZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJS9NNcTLZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJS9NNcTLZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJS9NNcTLZ .header-menu li p {
  margin: 0;
}
.cid-tJS9NNcTLZ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tJS9NNcTLZ .mbr-section-title {
  color: #ffffff;
}
.cid-uPHJ71C2fu .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uPHJ71C2fu {
    flex-wrap: wrap;
  }
  .cid-uPHJ71C2fu .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uPHJ71C2fu .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uPHJ71C2fu .dropdown:hover > .dropdown-menu,
  .cid-uPHJ71C2fu .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uPHJ71C2fu .dropdown-submenu:hover,
  .cid-uPHJ71C2fu .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown:hover > .dropdown-toggle::after,
  .cid-uPHJ71C2fu .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uPHJ71C2fu .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uPHJ71C2fu .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uPHJ71C2fu .btn {
  padding: 0.3rem 2rem;
}
.cid-uPHJ71C2fu .nav-link {
  position: relative;
}
.cid-uPHJ71C2fu .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uPHJ71C2fu .nav-link:hover:before {
  width: 100%;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHJ71C2fu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHJ71C2fu .dropdown-item:hover,
.cid-uPHJ71C2fu .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uPHJ71C2fu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHJ71C2fu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHJ71C2fu .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHJ71C2fu .container {
  display: flex;
  margin: auto;
}
.cid-uPHJ71C2fu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHJ71C2fu .dropdown-menu,
.cid-uPHJ71C2fu .navbar.opened {
  background: #000000 !important;
}
.cid-uPHJ71C2fu .nav-item:focus,
.cid-uPHJ71C2fu .nav-link:focus {
  outline: none;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHJ71C2fu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHJ71C2fu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHJ71C2fu .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uPHJ71C2fu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uPHJ71C2fu .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHJ71C2fu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHJ71C2fu .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHJ71C2fu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uPHJ71C2fu .navbar.collapsed {
  justify-content: center;
}
.cid-uPHJ71C2fu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHJ71C2fu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHJ71C2fu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHJ71C2fu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uPHJ71C2fu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPHJ71C2fu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHJ71C2fu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHJ71C2fu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHJ71C2fu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPHJ71C2fu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHJ71C2fu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPHJ71C2fu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHJ71C2fu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHJ71C2fu .dropdown-item.active,
.cid-uPHJ71C2fu .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHJ71C2fu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHJ71C2fu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPHJ71C2fu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHJ71C2fu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHJ71C2fu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHJ71C2fu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHJ71C2fu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPHJ71C2fu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar {
    height: 70px;
  }
  .cid-uPHJ71C2fu .navbar.opened {
    height: auto;
  }
  .cid-uPHJ71C2fu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTPH7DMmGU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uTPH7DMmGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPH7DMmGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPH7DMmGU .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uTPH7DMmGU .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uTPH7DMmGU.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uTPH7DMmGU .row {
  position: relative;
  z-index: 3;
}
.cid-uTPH7DMmGU .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uTPH7DMmGU .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTPH7DMmGU .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTPH7DMmGU .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTPH7DMmGU .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uTPH7DMmGU .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uTPH7DMmGU .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uTPH7DMmGU .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uTPH7DMmGU .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uTcnfRgx3M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTcnfRgx3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnfRgx3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcnfRgx3M .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uTcnfRgx3M .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uTcnfRgx3M .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uTcnfRgx3M .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uTcnfRgx3M .container {
    padding: 0 24px;
  }
}
.cid-uTcnfRgx3M .row {
  justify-content: center;
}
.cid-uTcnfRgx3M .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTcnfRgx3M .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uTcnfRgx3M .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uTcnfRgx3M .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #1f54d1;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uTcnfRgx3M .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  border-color: #000000;
}
.cid-uTcnfRgx3M .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTcnfRgx3M .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uTcnfRgx3M .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uTcnfRgx3M .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTcnfRgx3M .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uTcnfRgx3M .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uTcnfRgx3M .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uTcnfRgx3M .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTcnfRgx3M .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uTcnfRgx3M .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTcnfRgx3M .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uTcnfRgx3M .tabs-wrapper {
  text-align: center;
}
.cid-uTcnfRgx3M .item-title {
  color: #18212d;
}
.cid-uTcnfRgx3M .item-text {
  color: #000000;
}
.cid-uTclZsU6Nl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTclZsU6Nl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTclZsU6Nl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTclZsU6Nl .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uTclZsU6Nl .row {
    margin: 0;
  }
}
.cid-uTclZsU6Nl .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTclZsU6Nl .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uTclZsU6Nl .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTclZsU6Nl .content-wrapper {
    padding: 24px;
  }
}
.cid-uTclZsU6Nl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTclZsU6Nl .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uTclZsU6Nl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTclZsU6Nl .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uTclZsU6Nl .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uTclZsU6Nl .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uTclZsU6Nl .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTclZsU6Nl .items {
    border-top: 1px solid #000000;
  }
}
.cid-uTclZsU6Nl .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTclZsU6Nl .items .item {
    padding: 24px;
  }
}
.cid-uTclZsU6Nl .items .item:last-child {
  border: none;
}
.cid-uTclZsU6Nl .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uTclZsU6Nl .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uTclZsU6Nl .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uTclZsU6Nl .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uTclZsU6Nl .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTclZsU6Nl .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uTclZsU6Nl .card-title {
  color: #F9F6E0;
}
.cid-uTclZsU6Nl .card-number {
  color: #E0B548;
}
.cid-uTclZsU6Nl .card-text {
  color: #232323;
}
.cid-uTclZsU6Nl .mbr-section-title,
.cid-uTclZsU6Nl .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uTclZsU6Nl .card-title,
.cid-uTclZsU6Nl .title-wrapper {
  color: #1f54d1;
}
.cid-uSwe5k98qh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSwe5k98qh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwe5k98qh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwe5k98qh .row {
  justify-content: center;
}
.cid-uSwe5k98qh .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uSwe5k98qh .row {
    padding: 0 12px;
  }
}
.cid-uSwe5k98qh .item-wrap {
  z-index: 1;
}
.cid-uSwe5k98qh .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-uSwe5k98qh .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-uSwe5k98qh .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-uSwe5k98qh .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-uSwe5k98qh .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-uSwe5k98qh .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #1f54d1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSwe5k98qh .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-uSwe5k98qh .mbr-section-title,
.cid-uSwe5k98qh .mbr-iconfont {
  color: #181818;
}
.cid-uSwe5k98qh .mbr-text {
  color: #181818;
}
.cid-uSfrA2ykVx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #1f54d1, #ffffff, #ffffff);
}
.cid-uSfrA2ykVx .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uSfrA2ykVx img {
  width: 100%;
  transform: scale(2);
  height: 230px;
  z-index: 0;
  border-radius: 30px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSfrA2ykVx img {
    transform: scale(1) translateX(0);
  }
}
.cid-uSfrA2ykVx .card-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uSfrA2ykVx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uSfrA2ykVx .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-uSfrA2ykVx .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uSfrA2ykVx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSfrA2ykVx .mbr-section-title,
.cid-uSfrA2ykVx .mbr-section-subtitle,
.cid-uSfrA2ykVx .mbr-text,
.cid-uSfrA2ykVx .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSfrA2ykVx .col-12 {
  position: relative;
}
.cid-uSfrA2ykVx .mbr-section-title {
  color: #1f54d1;
}
.cid-uSfrA2ykVx .mbr-text,
.cid-uSfrA2ykVx .mbr-section-btn {
  color: #263d5a;
}
.cid-uSfrA2ykVx .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uSwmxVnStg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uSwmxVnStg .content {
    text-align: center;
  }
  .cid-uSwmxVnStg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uSwmxVnStg .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uSwmxVnStg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSwmxVnStg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSwmxVnStg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSwmxVnStg .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uSwmxVnStg .google-map {
    width: 100%;
  }
}
.cid-uSwmxVnStg H3 {
  color: #1f54d1;
}
.cid-uSwmxVnStg P {
  color: #1f54d1;
}
.cid-uSwoFxqo3N {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uSwoFxqo3N .mbr-section-title {
  margin-bottom: 0;
  color: #1f54d1;
}
.cid-uSwoFxqo3N .subscribe__form {
  margin-top: 50px;
}
.cid-uSwoFxqo3N .form-group {
  margin-bottom: 0;
}
.cid-uSwoFxqo3N .dragArea .form-control {
  color: #000000;
  margin-bottom: 30px;
  border: 2px solid rgba(35, 35, 35, 0.4) !important;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-uSwoFxqo3N .dragArea textarea {
  margin-bottom: 40px !important;
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-uSwoFxqo3N .dragArea input::placeholder {
  color: #000000;
  opacity: .6;
}
.cid-uSwoFxqo3N .dragArea textarea::placeholder {
  color: #000000;
  opacity: .6;
}
.cid-uSwoFxqo3N .dragArea .form-check {
  margin-bottom: 20px;
}
.cid-uSwoFxqo3N .dragArea .form-check input[type="checkbox"] + label:before {
  content: "";
  border: 2px solid rgba(35, 35, 35, 0.4) !important;
  border-radius: 6px;
  transition: all .25s;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 20px;
  margin-right: 10px;
}
.cid-uSwoFxqo3N .dragArea .form-check input[type="checkbox"]:checked + label:before {
  border-color: #073cb5 !important;
  background-color: #073cb5 !important;
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.296 32.296' style='enable-background:new 0 0 32.296 32.296;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23030104;' d='M31.923,9.14L13.417,27.642c-0.496,0.494-1.299,0.494-1.793,0L0.37,16.316 c-0.494-0.496-0.494-1.302,0-1.795l2.689-2.687c0.496-0.495,1.299-0.495,1.793,0l7.678,7.729L27.438,4.654 c0.494-0.494,1.297-0.494,1.795,0l2.689,2.691C32.421,7.84,32.421,8.646,31.923,9.14z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.cid-uSwoFxqo3N .dragArea .form-check-input {
  display: none;
  margin-top: .6rem;
}
.cid-uSwoFxqo3N .dragArea .form-check-label {
  font-size: 16px;
  line-height: 24px;
}
.cid-uSwoFxqo3N .dragArea .input-group-btn .btn {
  font-weight: 500;
}
.cid-uSwoFxqo3N .info__bottom {
  margin-top: 55px;
  width: 100%;
}
.cid-uSwoFxqo3N .info__bottom .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSwoFxqo3N .info__bottom .text:before {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid rgba(35, 35, 35, 0.2) !important;
}
.cid-uSwoFxqo3N .info__bottom .text:after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid rgba(35, 35, 35, 0.2) !important;
}
.cid-uSwoFxqo3N .info__bottom .text .mbr-text {
  margin: 0 10px;
  letter-spacing: 2px;
}
.cid-uSwoFxqo3N .tel {
  transition: all .25s;
  margin-top: 35px;
  color: #717171;
  text-align: center;
}
.cid-uSwoFxqo3N .tel:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-uSwoFxqo3N .form-group {
    text-align: center;
  }
  .cid-uSwoFxqo3N .form-check {
    padding-left: 0;
  }
  .cid-uSwoFxqo3N .input-group-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uSwoFxqo3N .row:first-child {
    margin: 0;
  }
}
.cid-uSwoFxqo3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwoFxqo3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwoFxqo3N LABEL {
  color: #000000;
}
.cid-uSwoFxqo3N .mbr-text {
  color: #717171;
}
.cid-uFHrTR21dz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uFHrTR21dz .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uFHrTR21dz .container {
    padding: 0 12px;
  }
}
.cid-uFHrTR21dz .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFHrTR21dz .social-row .soc-item {
  margin: 8px;
}
.cid-uFHrTR21dz .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFHrTR21dz .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uFHrTR21dz .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uFHrTR21dz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFHrTR21dz .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFHrTR21dz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFHrTR21dz .header-menu li p {
  margin: 0;
}
.cid-uFHrTR21dz .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFHrTR21dz .mbr-section-title {
  color: #ffffff;
}
.cid-uPHJ71C2fu .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uPHJ71C2fu {
    flex-wrap: wrap;
  }
  .cid-uPHJ71C2fu .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uPHJ71C2fu .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uPHJ71C2fu .dropdown:hover > .dropdown-menu,
  .cid-uPHJ71C2fu .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uPHJ71C2fu .dropdown-submenu:hover,
  .cid-uPHJ71C2fu .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown:hover > .dropdown-toggle::after,
  .cid-uPHJ71C2fu .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uPHJ71C2fu .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uPHJ71C2fu .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uPHJ71C2fu .btn {
  padding: 0.3rem 2rem;
}
.cid-uPHJ71C2fu .nav-link {
  position: relative;
}
.cid-uPHJ71C2fu .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uPHJ71C2fu .nav-link:hover:before {
  width: 100%;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHJ71C2fu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHJ71C2fu .dropdown-item:hover,
.cid-uPHJ71C2fu .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uPHJ71C2fu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHJ71C2fu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHJ71C2fu .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHJ71C2fu .container {
  display: flex;
  margin: auto;
}
.cid-uPHJ71C2fu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHJ71C2fu .dropdown-menu,
.cid-uPHJ71C2fu .navbar.opened {
  background: #000000 !important;
}
.cid-uPHJ71C2fu .nav-item:focus,
.cid-uPHJ71C2fu .nav-link:focus {
  outline: none;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHJ71C2fu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHJ71C2fu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHJ71C2fu .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uPHJ71C2fu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uPHJ71C2fu .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHJ71C2fu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHJ71C2fu .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHJ71C2fu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uPHJ71C2fu .navbar.collapsed {
  justify-content: center;
}
.cid-uPHJ71C2fu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHJ71C2fu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHJ71C2fu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHJ71C2fu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uPHJ71C2fu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPHJ71C2fu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHJ71C2fu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHJ71C2fu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHJ71C2fu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPHJ71C2fu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHJ71C2fu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPHJ71C2fu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHJ71C2fu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHJ71C2fu .dropdown-item.active,
.cid-uPHJ71C2fu .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHJ71C2fu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHJ71C2fu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPHJ71C2fu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHJ71C2fu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHJ71C2fu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHJ71C2fu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHJ71C2fu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPHJ71C2fu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar {
    height: 70px;
  }
  .cid-uPHJ71C2fu .navbar.opened {
    height: auto;
  }
  .cid-uPHJ71C2fu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSUB2NC0Js {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/feature4.jpg");
}
.cid-uSUB2NC0Js .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uSUB2NC0Js textarea {
  min-height: 200px;
}
.cid-uSUB2NC0Js .btn {
  padding: 1rem 3rem;
}
.cid-uSUB2NC0Js .form-control,
.cid-uSUB2NC0Js .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-uSUB2NC0Js .form-control::-webkit-input-placeholder,
.cid-uSUB2NC0Js .field-input::-webkit-input-placeholder,
.cid-uSUB2NC0Js .form-control::-webkit-input-placeholder,
.cid-uSUB2NC0Js .field-input::-webkit-input-placeholder {
  color: #a6a99c;
}
.cid-uSUB2NC0Js .form-control:-moz-placeholder,
.cid-uSUB2NC0Js .field-input:-moz-placeholder,
.cid-uSUB2NC0Js .form-control:-moz-placeholder,
.cid-uSUB2NC0Js .field-input:-moz-placeholder {
  color: #a6a99c;
}
.cid-uSUB2NC0Js .form-control:hover,
.cid-uSUB2NC0Js .field-input:hover,
.cid-uSUB2NC0Js .form-control:focus,
.cid-uSUB2NC0Js .field-input:focus {
  background-color: #ffffff;
  border-color: #ceced2 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uSUB2NC0Js .form-control:hover::-webkit-input-placeholder,
.cid-uSUB2NC0Js .field-input:hover::-webkit-input-placeholder,
.cid-uSUB2NC0Js .form-control:focus::-webkit-input-placeholder,
.cid-uSUB2NC0Js .field-input:focus::-webkit-input-placeholder,
.cid-uSUB2NC0Js .form-control:hover::-webkit-input-placeholder,
.cid-uSUB2NC0Js .field-input:hover::-webkit-input-placeholder,
.cid-uSUB2NC0Js .form-control:focus::-webkit-input-placeholder,
.cid-uSUB2NC0Js .field-input:focus::-webkit-input-placeholder {
  color: #ceced2;
}
.cid-uSUB2NC0Js .form-control:hover:-moz-placeholder,
.cid-uSUB2NC0Js .field-input:hover:-moz-placeholder,
.cid-uSUB2NC0Js .form-control:focus:-moz-placeholder,
.cid-uSUB2NC0Js .field-input:focus:-moz-placeholder,
.cid-uSUB2NC0Js .form-control:hover:-moz-placeholder,
.cid-uSUB2NC0Js .field-input:hover:-moz-placeholder,
.cid-uSUB2NC0Js .form-control:focus:-moz-placeholder,
.cid-uSUB2NC0Js .field-input:focus:-moz-placeholder {
  color: #ceced2;
}
.cid-uSUB2NC0Js .jq-number__spin:hover,
.cid-uSUB2NC0Js .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ceced2 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uSUB2NC0Js .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uSUB2NC0Js .jq-selectbox li,
.cid-uSUB2NC0Js .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uSUB2NC0Js .jq-selectbox li:hover,
.cid-uSUB2NC0Js .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uSUB2NC0Js .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uSUB2NC0Js .jq-number__spin.minus:hover:after,
.cid-uSUB2NC0Js .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uSUB2NC0Js .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uSUB2NC0Js .jq-number__spin.minus:after,
.cid-uSUB2NC0Js .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uSUB2NC0Js input::-webkit-clear-button {
  display: none;
}
.cid-uSUB2NC0Js input::-webkit-inner-spin-button {
  display: none;
}
.cid-uSUB2NC0Js input::-webkit-outer-spin-button {
  display: none;
}
.cid-uSUB2NC0Js input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uSUB2NC0Js .mbr-section-title {
  color: #1f54d1;
}
.cid-uwDZra1vby {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #073cb5;
}
@media (max-width: 991px) {
  .cid-uwDZra1vby .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uwDZra1vby .container {
    padding: 0 12px;
  }
}
.cid-uwDZra1vby .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwDZra1vby .social-row .soc-item {
  margin: 8px;
}
.cid-uwDZra1vby .social-row .soc-item a:hover .mbr-iconfont,
.cid-uwDZra1vby .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uwDZra1vby .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uwDZra1vby .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uwDZra1vby .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uwDZra1vby .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uwDZra1vby .header-menu li p {
  margin: 0;
}
.cid-uwDZra1vby .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uwDZra1vby .mbr-section-title {
  color: #ffffff;
}
.cid-uPHJ71C2fu .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uPHJ71C2fu {
    flex-wrap: wrap;
  }
  .cid-uPHJ71C2fu .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uPHJ71C2fu .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uPHJ71C2fu .dropdown:hover > .dropdown-menu,
  .cid-uPHJ71C2fu .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uPHJ71C2fu .dropdown-submenu:hover,
  .cid-uPHJ71C2fu .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uPHJ71C2fu .dropdown:hover > .dropdown-toggle::after,
  .cid-uPHJ71C2fu .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uPHJ71C2fu .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uPHJ71C2fu .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uPHJ71C2fu .btn {
  padding: 0.3rem 2rem;
}
.cid-uPHJ71C2fu .nav-link {
  position: relative;
}
.cid-uPHJ71C2fu .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uPHJ71C2fu .nav-link:hover:before {
  width: 100%;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHJ71C2fu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHJ71C2fu .dropdown-item:hover,
.cid-uPHJ71C2fu .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uPHJ71C2fu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHJ71C2fu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHJ71C2fu .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHJ71C2fu .container {
  display: flex;
  margin: auto;
}
.cid-uPHJ71C2fu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHJ71C2fu .dropdown-menu,
.cid-uPHJ71C2fu .navbar.opened {
  background: #000000 !important;
}
.cid-uPHJ71C2fu .nav-item:focus,
.cid-uPHJ71C2fu .nav-link:focus {
  outline: none;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHJ71C2fu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHJ71C2fu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHJ71C2fu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHJ71C2fu .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uPHJ71C2fu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uPHJ71C2fu .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHJ71C2fu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHJ71C2fu .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHJ71C2fu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uPHJ71C2fu .navbar.collapsed {
  justify-content: center;
}
.cid-uPHJ71C2fu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHJ71C2fu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uPHJ71C2fu .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHJ71C2fu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHJ71C2fu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHJ71C2fu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uPHJ71C2fu .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uPHJ71C2fu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPHJ71C2fu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHJ71C2fu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHJ71C2fu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHJ71C2fu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHJ71C2fu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPHJ71C2fu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHJ71C2fu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPHJ71C2fu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHJ71C2fu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHJ71C2fu .dropdown-item.active,
.cid-uPHJ71C2fu .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHJ71C2fu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHJ71C2fu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHJ71C2fu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPHJ71C2fu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHJ71C2fu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHJ71C2fu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHJ71C2fu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHJ71C2fu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHJ71C2fu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHJ71C2fu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHJ71C2fu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPHJ71C2fu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHJ71C2fu .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-uPHJ71C2fu .navbar {
    height: 70px;
  }
  .cid-uPHJ71C2fu .navbar.opened {
    height: auto;
  }
  .cid-uPHJ71C2fu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSUmFvsw9x {
  background-color: #e7e7e7;
}
.cid-uSUmFvsw9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUmFvsw9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUmFvsw9x .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uSUmFvsw9x .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uSUmFvsw9x .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uSUmFvsw9x .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSUmFvsw9x .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.cid-uSUmFvsw9x .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSUmFvsw9x .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSUmFvsw9x .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uSUmFvsw9x .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uSUmFvsw9x .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uSUmFvsw9x .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uSUmFvsw9x .mbr-section-title {
  color: #000000;
}
.cid-uSUmFvsw9x .mbr-text {
  color: #000000;
}
.cid-uSUmFvsw9x .mbr-section-title,
.cid-uSUmFvsw9x .mbr-section-btn {
  color: #1f54d1;
}
.cid-uGlWr18NSp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #073cb5;
}
@media (max-width: 991px) {
  .cid-uGlWr18NSp .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uGlWr18NSp .container {
    padding: 0 12px;
  }
}
.cid-uGlWr18NSp .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGlWr18NSp .social-row .soc-item {
  margin: 8px;
}
.cid-uGlWr18NSp .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGlWr18NSp .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGlWr18NSp .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uGlWr18NSp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGlWr18NSp .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGlWr18NSp .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGlWr18NSp .header-menu li p {
  margin: 0;
}
.cid-uGlWr18NSp .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uGlWr18NSp .mbr-section-title {
  color: #ffffff;
}
.cid-uSUqSL8xha .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uSUqSL8xha {
    flex-wrap: wrap;
  }
  .cid-uSUqSL8xha .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uSUqSL8xha .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uSUqSL8xha .dropdown:hover > .dropdown-menu,
  .cid-uSUqSL8xha .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uSUqSL8xha .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uSUqSL8xha .dropdown-submenu:hover,
  .cid-uSUqSL8xha .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uSUqSL8xha .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uSUqSL8xha .dropdown:hover > .dropdown-toggle::after,
  .cid-uSUqSL8xha .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uSUqSL8xha .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uSUqSL8xha .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uSUqSL8xha .btn {
  padding: 0.3rem 2rem;
}
.cid-uSUqSL8xha .nav-link {
  position: relative;
}
.cid-uSUqSL8xha .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uSUqSL8xha .nav-link:hover:before {
  width: 100%;
}
.cid-uSUqSL8xha .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-uSUqSL8xha .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSUqSL8xha .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSUqSL8xha .dropdown-item:hover,
.cid-uSUqSL8xha .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uSUqSL8xha .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSUqSL8xha .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSUqSL8xha .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uSUqSL8xha .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSUqSL8xha .container {
  display: flex;
  margin: auto;
}
.cid-uSUqSL8xha .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSUqSL8xha .dropdown-menu,
.cid-uSUqSL8xha .navbar.opened {
  background: #000000 !important;
}
.cid-uSUqSL8xha .nav-item:focus,
.cid-uSUqSL8xha .nav-link:focus {
  outline: none;
}
.cid-uSUqSL8xha .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSUqSL8xha .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSUqSL8xha .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSUqSL8xha .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSUqSL8xha .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSUqSL8xha .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSUqSL8xha .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uSUqSL8xha .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uSUqSL8xha .navbar.opened {
  transition: all 0.3s;
}
.cid-uSUqSL8xha .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSUqSL8xha .navbar .navbar-logo img {
  width: auto;
}
.cid-uSUqSL8xha .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uSUqSL8xha .navbar.collapsed {
  justify-content: center;
}
.cid-uSUqSL8xha .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSUqSL8xha .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSUqSL8xha .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uSUqSL8xha .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uSUqSL8xha .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uSUqSL8xha .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uSUqSL8xha .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSUqSL8xha .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSUqSL8xha .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-uSUqSL8xha .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSUqSL8xha .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSUqSL8xha .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSUqSL8xha .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSUqSL8xha .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uSUqSL8xha .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uSUqSL8xha .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uSUqSL8xha .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uSUqSL8xha .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSUqSL8xha .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSUqSL8xha .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSUqSL8xha .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-uSUqSL8xha .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSUqSL8xha .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSUqSL8xha .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSUqSL8xha .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSUqSL8xha .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSUqSL8xha .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSUqSL8xha .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSUqSL8xha .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSUqSL8xha .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSUqSL8xha .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-uSUqSL8xha .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSUqSL8xha .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSUqSL8xha .dropdown-item.active,
.cid-uSUqSL8xha .dropdown-item:active {
  background-color: transparent;
}
.cid-uSUqSL8xha .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSUqSL8xha .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSUqSL8xha .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSUqSL8xha .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uSUqSL8xha .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSUqSL8xha .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSUqSL8xha ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSUqSL8xha .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSUqSL8xha button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSUqSL8xha button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uSUqSL8xha button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSUqSL8xha button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSUqSL8xha button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSUqSL8xha button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSUqSL8xha nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSUqSL8xha nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSUqSL8xha nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSUqSL8xha nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSUqSL8xha .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSUqSL8xha a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSUqSL8xha .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-uSUqSL8xha .navbar {
    height: 70px;
  }
  .cid-uSUqSL8xha .navbar.opened {
    height: auto;
  }
  .cid-uSUqSL8xha .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSUqSM1YAl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uSUqSM1YAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUqSM1YAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUqSM1YAl .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uSUqSM1YAl .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uSUqSM1YAl.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uSUqSM1YAl .row {
  position: relative;
  z-index: 3;
}
.cid-uSUqSM1YAl .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uSUqSM1YAl .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSUqSM1YAl .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uSUqSM1YAl .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uSUqSM1YAl .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uSUqSM1YAl .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uSUqSM1YAl .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uSUqSM1YAl .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uSUqSM1YAl .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uSUqSMB5tX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uSUqSMB5tX .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-uSUqSMB5tX .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uSUqSMB5tX .image-block:hover:before {
  opacity: 0;
}
.cid-uSUqSMB5tX .image-block:hover .wrap {
  opacity: 1;
}
.cid-uSUqSMB5tX .image-block:hover img {
  transform: scale(1.05);
}
.cid-uSUqSMB5tX h4 {
  letter-spacing: 2px;
}
.cid-uSUqSMB5tX figcaption {
  position: relative;
}
.cid-uSUqSMB5tX figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uSUqSMB5tX img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uSUqSMB5tX .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uSUqSMB5tX .wrap {
    opacity: 1!important;
  }
  .cid-uSUqSMB5tX .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uSUqSNn4MG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSUqSNn4MG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUqSNn4MG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSUqSNn4MG .container {
    padding: 0 30px;
  }
}
.cid-uSUqSNn4MG .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSUqSNn4MG .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSUqSNn4MG .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSUqSNn4MG .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uSUqSNn4MG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSUqSNn4MG .mbr-section-title {
  color: #ffffff;
}
.cid-uSUqSNn4MG .mbr-text {
  color: #232323;
}
.cid-uSUqSNn4MG .mbr-section-title,
.cid-uSUqSNn4MG .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-uSUszQp8rO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSUszQp8rO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUszQp8rO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uSUszQp8rO .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uSUszQp8rO .row {
    margin: 0;
  }
}
.cid-uSUszQp8rO .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSUszQp8rO .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uSUszQp8rO .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSUszQp8rO .content-wrapper {
    padding: 24px;
  }
}
.cid-uSUszQp8rO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uSUszQp8rO .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uSUszQp8rO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSUszQp8rO .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uSUszQp8rO .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uSUszQp8rO .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uSUszQp8rO .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uSUszQp8rO .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uSUszQp8rO .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uSUszQp8rO .items .item {
    padding: 24px;
  }
}
.cid-uSUszQp8rO .items .item:last-child {
  border: none;
}
.cid-uSUszQp8rO .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uSUszQp8rO .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uSUszQp8rO .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uSUszQp8rO .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uSUszQp8rO .mbr-section-title {
  color: #F9F6E0;
}
.cid-uSUszQp8rO .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uSUszQp8rO .card-title {
  color: #F9F6E0;
}
.cid-uSUszQp8rO .card-number {
  color: #E0B548;
}
.cid-uSUszQp8rO .card-text {
  color: #000000;
}
.cid-uSUszQp8rO .mbr-section-title,
.cid-uSUszQp8rO .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uSUszQp8rO .card-title,
.cid-uSUszQp8rO .title-wrapper {
  color: #000000;
}
.cid-uSUszQp8rO .card-number,
.cid-uSUszQp8rO .title-wrapper {
  color: #1f54d1;
}
.cid-uSUqSO47Mw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSUqSO47Mw .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSUqSO47Mw .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uSUqSO47Mw .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uSUqSO47Mw .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uSUqSO47Mw ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uSUqSO47Mw li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uSUqSO47Mw li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uSUqSO47Mw img {
  width: 90%;
}
.cid-uSUqSO47Mw .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uSUqSO47Mw .b {
  max-width: 598px;
}
.cid-uSUqSO47Mw .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uSUqSO47Mw .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uSUqSO47Mw .t {
    padding-top: 90px;
  }
  .cid-uSUqSO47Mw .b {
    max-width: initial;
  }
  .cid-uSUqSO47Mw .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uSUqSO47Mw .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uSUqSO47Mw .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uSUqSO47Mw .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uSUqSO47Mw .btn {
  margin-top: 20px;
}
.cid-uSUqSO47Mw .t {
  max-width: 542px;
}
.cid-uSUqSOD3zV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSUqSOD3zV .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSUqSOD3zV .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uSUqSOD3zV .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uSUqSOD3zV .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uSUqSOD3zV ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uSUqSOD3zV li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uSUqSOD3zV li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uSUqSOD3zV img {
  width: 90%;
}
.cid-uSUqSOD3zV .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uSUqSOD3zV .b {
  max-width: 598px;
}
.cid-uSUqSOD3zV .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uSUqSOD3zV .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uSUqSOD3zV .t {
    padding-top: 90px;
  }
  .cid-uSUqSOD3zV .b {
    max-width: initial;
  }
  .cid-uSUqSOD3zV .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uSUqSOD3zV .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uSUqSOD3zV .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uSUqSOD3zV .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uSUqSOD3zV .btn {
  margin-top: 20px;
}
.cid-uSUqSOD3zV .row {
  flex-direction: row-reverse;
}
.cid-uSUqSOD3zV .t {
  max-width: 542px;
}
.cid-uSUqSPaU3f {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uSUqSPaU3f .mbr-text {
  color: #716c80;
}
.cid-uSUqSPaU3f .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uSUqSPaU3f .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uSUqSPaU3f .card-wrapper:hover .ico2 {
  color: #3d67c8 !important;
}
.cid-uSUqSPaU3f .ico2 {
  color: #3d67c8 !important;
  transition: all 0.6s;
}
.cid-uSUqSPaU3f .text-info:hover {
  color: inherit!important;
}
.cid-uSUqSPaU3f .card-box {
  padding: 0rem 1rem;
}
.cid-uSUqSPaU3f .ico1 {
  font-size: 2.5rem !important;
}
.cid-uSUqSPaU3f h3,
.cid-uSUqSPaU3f h4 {
  padding: 0;
  margin: 0;
}
.cid-uSUqSPaU3f .card-title,
.cid-uSUqSPaU3f .card-img {
  color: #57468b;
}
.cid-uSUqSPaU3f .card-title {
  color: #1f54d1;
}
.cid-uSUqSPaU3f .card-img {
  width: auto;
}
.cid-uSUqSPaU3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUqSPaU3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUqSPMT58 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uSUqSPMT58 .mbr-section-subtitle {
  color: #767676;
}
.cid-uSUqSPMT58 .container-table {
  margin: 0 auto;
}
.cid-uSUqSPMT58 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uSUqSPMT58 .dataTables_wrapper {
  display: block;
}
.cid-uSUqSPMT58 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uSUqSPMT58 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uSUqSPMT58 table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-uSUqSPMT58 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uSUqSPMT58 table td {
  border-top: 1px solid #cccccc;
}
.cid-uSUqSPMT58 table td:hover {
  color: #3d67c8;
}
.cid-uSUqSPMT58 table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-uSUqSPMT58 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uSUqSPMT58 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uSUqSPMT58 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uSUqSPMT58 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uSUqSPMT58 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uSUqSPMT58 .dataTables_filter {
    text-align: center;
  }
  .cid-uSUqSPMT58 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uSUqSPMT58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUqSPMT58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUqSPMT58 .mbr-section-title {
  color: #1f54d1;
}
.cid-uSUqSQN2DL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uSUqSQN2DL .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uSUqSQN2DL .container {
    padding: 0 12px;
  }
}
.cid-uSUqSQN2DL .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUqSQN2DL .social-row .soc-item {
  margin: 8px;
}
.cid-uSUqSQN2DL .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUqSQN2DL .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSUqSQN2DL .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uSUqSQN2DL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUqSQN2DL .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUqSQN2DL .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUqSQN2DL .header-menu li p {
  margin: 0;
}
.cid-uSUqSQN2DL .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uSUqSQN2DL .mbr-section-title {
  color: #ffffff;
}
.cid-uSUul3E2M0 .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uSUul3E2M0 {
    flex-wrap: wrap;
  }
  .cid-uSUul3E2M0 .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uSUul3E2M0 .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uSUul3E2M0 .dropdown:hover > .dropdown-menu,
  .cid-uSUul3E2M0 .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uSUul3E2M0 .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uSUul3E2M0 .dropdown-submenu:hover,
  .cid-uSUul3E2M0 .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uSUul3E2M0 .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uSUul3E2M0 .dropdown:hover > .dropdown-toggle::after,
  .cid-uSUul3E2M0 .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uSUul3E2M0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uSUul3E2M0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uSUul3E2M0 .btn {
  padding: 0.3rem 2rem;
}
.cid-uSUul3E2M0 .nav-link {
  position: relative;
}
.cid-uSUul3E2M0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uSUul3E2M0 .nav-link:hover:before {
  width: 100%;
}
.cid-uSUul3E2M0 .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-uSUul3E2M0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSUul3E2M0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSUul3E2M0 .dropdown-item:hover,
.cid-uSUul3E2M0 .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uSUul3E2M0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSUul3E2M0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSUul3E2M0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uSUul3E2M0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSUul3E2M0 .container {
  display: flex;
  margin: auto;
}
.cid-uSUul3E2M0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSUul3E2M0 .dropdown-menu,
.cid-uSUul3E2M0 .navbar.opened {
  background: #000000 !important;
}
.cid-uSUul3E2M0 .nav-item:focus,
.cid-uSUul3E2M0 .nav-link:focus {
  outline: none;
}
.cid-uSUul3E2M0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSUul3E2M0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSUul3E2M0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSUul3E2M0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSUul3E2M0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSUul3E2M0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSUul3E2M0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uSUul3E2M0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uSUul3E2M0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSUul3E2M0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSUul3E2M0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uSUul3E2M0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uSUul3E2M0 .navbar.collapsed {
  justify-content: center;
}
.cid-uSUul3E2M0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSUul3E2M0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSUul3E2M0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uSUul3E2M0 .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uSUul3E2M0 .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uSUul3E2M0 .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uSUul3E2M0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSUul3E2M0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSUul3E2M0 .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-uSUul3E2M0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSUul3E2M0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSUul3E2M0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSUul3E2M0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSUul3E2M0 .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uSUul3E2M0 .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uSUul3E2M0 .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uSUul3E2M0 .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uSUul3E2M0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSUul3E2M0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSUul3E2M0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSUul3E2M0 .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-uSUul3E2M0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSUul3E2M0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSUul3E2M0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSUul3E2M0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSUul3E2M0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSUul3E2M0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSUul3E2M0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSUul3E2M0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSUul3E2M0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSUul3E2M0 .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-uSUul3E2M0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSUul3E2M0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSUul3E2M0 .dropdown-item.active,
.cid-uSUul3E2M0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSUul3E2M0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSUul3E2M0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSUul3E2M0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSUul3E2M0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uSUul3E2M0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSUul3E2M0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSUul3E2M0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSUul3E2M0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSUul3E2M0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSUul3E2M0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uSUul3E2M0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSUul3E2M0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSUul3E2M0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSUul3E2M0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSUul3E2M0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSUul3E2M0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSUul3E2M0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSUul3E2M0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSUul3E2M0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSUul3E2M0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSUul3E2M0 .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-uSUul3E2M0 .navbar {
    height: 70px;
  }
  .cid-uSUul3E2M0 .navbar.opened {
    height: auto;
  }
  .cid-uSUul3E2M0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSUul4InDx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uSUul4InDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUul4InDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUul4InDx .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uSUul4InDx .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uSUul4InDx.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uSUul4InDx .row {
  position: relative;
  z-index: 3;
}
.cid-uSUul4InDx .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uSUul4InDx .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSUul4InDx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uSUul4InDx .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uSUul4InDx .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uSUul4InDx .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uSUul4InDx .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uSUul4InDx .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uSUul4InDx .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uSUul5B9PR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uSUul5B9PR .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-uSUul5B9PR .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uSUul5B9PR .image-block:hover:before {
  opacity: 0;
}
.cid-uSUul5B9PR .image-block:hover .wrap {
  opacity: 1;
}
.cid-uSUul5B9PR .image-block:hover img {
  transform: scale(1.05);
}
.cid-uSUul5B9PR h4 {
  letter-spacing: 2px;
}
.cid-uSUul5B9PR figcaption {
  position: relative;
}
.cid-uSUul5B9PR figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uSUul5B9PR img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uSUul5B9PR .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uSUul5B9PR .wrap {
    opacity: 1!important;
  }
  .cid-uSUul5B9PR .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uSUul6uRSt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSUul6uRSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUul6uRSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSUul6uRSt .container {
    padding: 0 30px;
  }
}
.cid-uSUul6uRSt .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSUul6uRSt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSUul6uRSt .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSUul6uRSt .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uSUul6uRSt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSUul6uRSt .mbr-section-title {
  color: #ffffff;
}
.cid-uSUul6uRSt .mbr-text {
  color: #232323;
}
.cid-uSUul6uRSt .mbr-section-title,
.cid-uSUul6uRSt .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-uSUul7iPNa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSUul7iPNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUul7iPNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uSUul7iPNa .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uSUul7iPNa .row {
    margin: 0;
  }
}
.cid-uSUul7iPNa .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSUul7iPNa .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uSUul7iPNa .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSUul7iPNa .content-wrapper {
    padding: 24px;
  }
}
.cid-uSUul7iPNa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uSUul7iPNa .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uSUul7iPNa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSUul7iPNa .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uSUul7iPNa .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uSUul7iPNa .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uSUul7iPNa .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uSUul7iPNa .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uSUul7iPNa .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uSUul7iPNa .items .item {
    padding: 24px;
  }
}
.cid-uSUul7iPNa .items .item:last-child {
  border: none;
}
.cid-uSUul7iPNa .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uSUul7iPNa .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uSUul7iPNa .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uSUul7iPNa .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uSUul7iPNa .mbr-section-title {
  color: #F9F6E0;
}
.cid-uSUul7iPNa .mbr-text {
  color: #8c8c95;
  text-align: right;
}
.cid-uSUul7iPNa .card-title {
  color: #F9F6E0;
}
.cid-uSUul7iPNa .card-number {
  color: #E0B548;
}
.cid-uSUul7iPNa .card-text {
  color: #000000;
}
.cid-uSUul7iPNa .mbr-section-title,
.cid-uSUul7iPNa .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uSUul7iPNa .card-title,
.cid-uSUul7iPNa .title-wrapper {
  color: #000000;
}
.cid-uSUul7iPNa .card-number,
.cid-uSUul7iPNa .title-wrapper {
  color: #1f54d1;
}
.cid-uSUul8f14l {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSUul8f14l .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSUul8f14l .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uSUul8f14l .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uSUul8f14l .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uSUul8f14l ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uSUul8f14l li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uSUul8f14l li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uSUul8f14l img {
  width: 90%;
}
.cid-uSUul8f14l .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uSUul8f14l .b {
  max-width: 598px;
}
.cid-uSUul8f14l .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uSUul8f14l .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uSUul8f14l .t {
    padding-top: 90px;
  }
  .cid-uSUul8f14l .b {
    max-width: initial;
  }
  .cid-uSUul8f14l .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uSUul8f14l .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uSUul8f14l .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uSUul8f14l .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uSUul8f14l .btn {
  margin-top: 20px;
}
.cid-uSUul8f14l .t {
  max-width: 542px;
}
.cid-uSUul9AwDa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uSUul9AwDa .mbr-text {
  color: #716c80;
}
.cid-uSUul9AwDa .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uSUul9AwDa .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uSUul9AwDa .card-wrapper:hover .ico2 {
  color: #3d67c8 !important;
}
.cid-uSUul9AwDa .ico2 {
  color: #3d67c8 !important;
  transition: all 0.6s;
}
.cid-uSUul9AwDa .text-info:hover {
  color: inherit!important;
}
.cid-uSUul9AwDa .card-box {
  padding: 0rem 1rem;
}
.cid-uSUul9AwDa .ico1 {
  font-size: 2.5rem !important;
}
.cid-uSUul9AwDa h3,
.cid-uSUul9AwDa h4 {
  padding: 0;
  margin: 0;
}
.cid-uSUul9AwDa .card-title,
.cid-uSUul9AwDa .card-img {
  color: #57468b;
}
.cid-uSUul9AwDa .card-title {
  color: #1f54d1;
}
.cid-uSUul9AwDa .card-img {
  width: auto;
}
.cid-uSUul9AwDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUul9AwDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUulajSS2 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uSUulajSS2 .mbr-section-subtitle {
  color: #767676;
}
.cid-uSUulajSS2 .container-table {
  margin: 0 auto;
}
.cid-uSUulajSS2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uSUulajSS2 .dataTables_wrapper {
  display: block;
}
.cid-uSUulajSS2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uSUulajSS2 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uSUulajSS2 table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-uSUulajSS2 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uSUulajSS2 table td {
  border-top: 1px solid #cccccc;
}
.cid-uSUulajSS2 table td:hover {
  color: #3d67c8;
}
.cid-uSUulajSS2 table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-uSUulajSS2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uSUulajSS2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uSUulajSS2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uSUulajSS2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uSUulajSS2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uSUulajSS2 .dataTables_filter {
    text-align: center;
  }
  .cid-uSUulajSS2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uSUulajSS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUulajSS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUulajSS2 .mbr-section-title {
  color: #1f54d1;
}
.cid-uSUulbpqju {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uSUulbpqju .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uSUulbpqju .container {
    padding: 0 12px;
  }
}
.cid-uSUulbpqju .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUulbpqju .social-row .soc-item {
  margin: 8px;
}
.cid-uSUulbpqju .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUulbpqju .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSUulbpqju .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uSUulbpqju .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUulbpqju .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUulbpqju .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUulbpqju .header-menu li p {
  margin: 0;
}
.cid-uSUulbpqju .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uSUulbpqju .mbr-section-title {
  color: #ffffff;
}
.cid-uSUxvFxWRE .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uSUxvFxWRE {
    flex-wrap: wrap;
  }
  .cid-uSUxvFxWRE .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uSUxvFxWRE .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uSUxvFxWRE .dropdown:hover > .dropdown-menu,
  .cid-uSUxvFxWRE .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uSUxvFxWRE .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uSUxvFxWRE .dropdown-submenu:hover,
  .cid-uSUxvFxWRE .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uSUxvFxWRE .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uSUxvFxWRE .dropdown:hover > .dropdown-toggle::after,
  .cid-uSUxvFxWRE .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uSUxvFxWRE .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uSUxvFxWRE .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uSUxvFxWRE .btn {
  padding: 0.3rem 2rem;
}
.cid-uSUxvFxWRE .nav-link {
  position: relative;
}
.cid-uSUxvFxWRE .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uSUxvFxWRE .nav-link:hover:before {
  width: 100%;
}
.cid-uSUxvFxWRE .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-uSUxvFxWRE .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSUxvFxWRE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSUxvFxWRE .dropdown-item:hover,
.cid-uSUxvFxWRE .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uSUxvFxWRE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSUxvFxWRE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSUxvFxWRE .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uSUxvFxWRE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSUxvFxWRE .container {
  display: flex;
  margin: auto;
}
.cid-uSUxvFxWRE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSUxvFxWRE .dropdown-menu,
.cid-uSUxvFxWRE .navbar.opened {
  background: #000000 !important;
}
.cid-uSUxvFxWRE .nav-item:focus,
.cid-uSUxvFxWRE .nav-link:focus {
  outline: none;
}
.cid-uSUxvFxWRE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSUxvFxWRE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSUxvFxWRE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSUxvFxWRE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSUxvFxWRE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSUxvFxWRE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSUxvFxWRE .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uSUxvFxWRE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uSUxvFxWRE .navbar.opened {
  transition: all 0.3s;
}
.cid-uSUxvFxWRE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSUxvFxWRE .navbar .navbar-logo img {
  width: auto;
}
.cid-uSUxvFxWRE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uSUxvFxWRE .navbar.collapsed {
  justify-content: center;
}
.cid-uSUxvFxWRE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSUxvFxWRE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSUxvFxWRE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uSUxvFxWRE .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uSUxvFxWRE .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uSUxvFxWRE .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uSUxvFxWRE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSUxvFxWRE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSUxvFxWRE .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-uSUxvFxWRE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSUxvFxWRE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSUxvFxWRE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSUxvFxWRE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSUxvFxWRE .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uSUxvFxWRE .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uSUxvFxWRE .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uSUxvFxWRE .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uSUxvFxWRE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSUxvFxWRE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSUxvFxWRE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSUxvFxWRE .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-uSUxvFxWRE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSUxvFxWRE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSUxvFxWRE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSUxvFxWRE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSUxvFxWRE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSUxvFxWRE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSUxvFxWRE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSUxvFxWRE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSUxvFxWRE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSUxvFxWRE .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-uSUxvFxWRE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSUxvFxWRE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSUxvFxWRE .dropdown-item.active,
.cid-uSUxvFxWRE .dropdown-item:active {
  background-color: transparent;
}
.cid-uSUxvFxWRE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSUxvFxWRE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSUxvFxWRE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSUxvFxWRE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uSUxvFxWRE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSUxvFxWRE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSUxvFxWRE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSUxvFxWRE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSUxvFxWRE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSUxvFxWRE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uSUxvFxWRE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSUxvFxWRE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSUxvFxWRE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSUxvFxWRE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSUxvFxWRE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSUxvFxWRE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSUxvFxWRE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSUxvFxWRE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSUxvFxWRE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSUxvFxWRE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSUxvFxWRE .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-uSUxvFxWRE .navbar {
    height: 70px;
  }
  .cid-uSUxvFxWRE .navbar.opened {
    height: auto;
  }
  .cid-uSUxvFxWRE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSUxvGG8k9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uSUxvGG8k9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUxvGG8k9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUxvGG8k9 .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uSUxvGG8k9 .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uSUxvGG8k9.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uSUxvGG8k9 .row {
  position: relative;
  z-index: 3;
}
.cid-uSUxvGG8k9 .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uSUxvGG8k9 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSUxvGG8k9 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uSUxvGG8k9 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uSUxvGG8k9 .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uSUxvGG8k9 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uSUxvGG8k9 .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uSUxvGG8k9 .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uSUxvGG8k9 .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uSUxvHh8on {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uSUxvHh8on .image-block {
  margin: auto;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.cid-uSUxvHh8on .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uSUxvHh8on .image-block:hover:before {
  opacity: 0;
}
.cid-uSUxvHh8on .image-block:hover .wrap {
  opacity: 1;
}
.cid-uSUxvHh8on .image-block:hover img {
  transform: scale(1.05);
}
.cid-uSUxvHh8on h4 {
  letter-spacing: 2px;
}
.cid-uSUxvHh8on figcaption {
  position: relative;
}
.cid-uSUxvHh8on figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uSUxvHh8on img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uSUxvHh8on .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uSUxvHh8on .wrap {
    opacity: 1!important;
  }
  .cid-uSUxvHh8on .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uSUxvHYsSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSUxvHYsSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUxvHYsSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSUxvHYsSp .container {
    padding: 0 30px;
  }
}
.cid-uSUxvHYsSp .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSUxvHYsSp .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSUxvHYsSp .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSUxvHYsSp .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uSUxvHYsSp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSUxvHYsSp .mbr-section-title {
  color: #ffffff;
}
.cid-uSUxvHYsSp .mbr-text {
  color: #232323;
}
.cid-uSUxvHYsSp .mbr-section-title,
.cid-uSUxvHYsSp .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-uSUxvIyRhp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSUxvIyRhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUxvIyRhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uSUxvIyRhp .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uSUxvIyRhp .row {
    margin: 0;
  }
}
.cid-uSUxvIyRhp .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSUxvIyRhp .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uSUxvIyRhp .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSUxvIyRhp .content-wrapper {
    padding: 24px;
  }
}
.cid-uSUxvIyRhp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uSUxvIyRhp .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uSUxvIyRhp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSUxvIyRhp .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uSUxvIyRhp .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uSUxvIyRhp .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uSUxvIyRhp .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uSUxvIyRhp .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uSUxvIyRhp .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uSUxvIyRhp .items .item {
    padding: 24px;
  }
}
.cid-uSUxvIyRhp .items .item:last-child {
  border: none;
}
.cid-uSUxvIyRhp .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uSUxvIyRhp .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uSUxvIyRhp .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uSUxvIyRhp .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uSUxvIyRhp .mbr-section-title {
  color: #F9F6E0;
}
.cid-uSUxvIyRhp .mbr-text {
  color: #8c8c95;
  text-align: right;
}
.cid-uSUxvIyRhp .card-title {
  color: #F9F6E0;
}
.cid-uSUxvIyRhp .card-number {
  color: #E0B548;
}
.cid-uSUxvIyRhp .card-text {
  color: #000000;
}
.cid-uSUxvIyRhp .mbr-section-title,
.cid-uSUxvIyRhp .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uSUxvIyRhp .card-title,
.cid-uSUxvIyRhp .title-wrapper {
  color: #000000;
}
.cid-uSUxvIyRhp .card-number,
.cid-uSUxvIyRhp .title-wrapper {
  color: #1f54d1;
}
.cid-uSUxvJiJB2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSUxvJiJB2 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSUxvJiJB2 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uSUxvJiJB2 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uSUxvJiJB2 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uSUxvJiJB2 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uSUxvJiJB2 li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uSUxvJiJB2 li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uSUxvJiJB2 img {
  width: 90%;
}
.cid-uSUxvJiJB2 .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uSUxvJiJB2 .b {
  max-width: 598px;
}
.cid-uSUxvJiJB2 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uSUxvJiJB2 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uSUxvJiJB2 .t {
    padding-top: 90px;
  }
  .cid-uSUxvJiJB2 .b {
    max-width: initial;
  }
  .cid-uSUxvJiJB2 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uSUxvJiJB2 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uSUxvJiJB2 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uSUxvJiJB2 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uSUxvJiJB2 .btn {
  margin-top: 20px;
}
.cid-uSUxvJiJB2 .t {
  max-width: 542px;
}
.cid-uSUxvMfEtP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uSUxvMfEtP .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uSUxvMfEtP .container {
    padding: 0 12px;
  }
}
.cid-uSUxvMfEtP .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUxvMfEtP .social-row .soc-item {
  margin: 8px;
}
.cid-uSUxvMfEtP .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUxvMfEtP .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSUxvMfEtP .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uSUxvMfEtP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUxvMfEtP .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUxvMfEtP .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUxvMfEtP .header-menu li p {
  margin: 0;
}
.cid-uSUxvMfEtP .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uSUxvMfEtP .mbr-section-title {
  color: #ffffff;
}
.cid-uSUyTJ7TII .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uSUyTJ7TII {
    flex-wrap: wrap;
  }
  .cid-uSUyTJ7TII .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uSUyTJ7TII .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uSUyTJ7TII .dropdown:hover > .dropdown-menu,
  .cid-uSUyTJ7TII .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uSUyTJ7TII .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uSUyTJ7TII .dropdown-submenu:hover,
  .cid-uSUyTJ7TII .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uSUyTJ7TII .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uSUyTJ7TII .dropdown:hover > .dropdown-toggle::after,
  .cid-uSUyTJ7TII .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uSUyTJ7TII .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uSUyTJ7TII .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uSUyTJ7TII .btn {
  padding: 0.3rem 2rem;
}
.cid-uSUyTJ7TII .nav-link {
  position: relative;
}
.cid-uSUyTJ7TII .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uSUyTJ7TII .nav-link:hover:before {
  width: 100%;
}
.cid-uSUyTJ7TII .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-uSUyTJ7TII .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSUyTJ7TII .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSUyTJ7TII .dropdown-item:hover,
.cid-uSUyTJ7TII .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uSUyTJ7TII .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSUyTJ7TII .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSUyTJ7TII .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uSUyTJ7TII .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSUyTJ7TII .container {
  display: flex;
  margin: auto;
}
.cid-uSUyTJ7TII .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSUyTJ7TII .dropdown-menu,
.cid-uSUyTJ7TII .navbar.opened {
  background: #000000 !important;
}
.cid-uSUyTJ7TII .nav-item:focus,
.cid-uSUyTJ7TII .nav-link:focus {
  outline: none;
}
.cid-uSUyTJ7TII .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSUyTJ7TII .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSUyTJ7TII .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSUyTJ7TII .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSUyTJ7TII .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSUyTJ7TII .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSUyTJ7TII .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uSUyTJ7TII .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uSUyTJ7TII .navbar.opened {
  transition: all 0.3s;
}
.cid-uSUyTJ7TII .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSUyTJ7TII .navbar .navbar-logo img {
  width: auto;
}
.cid-uSUyTJ7TII .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uSUyTJ7TII .navbar.collapsed {
  justify-content: center;
}
.cid-uSUyTJ7TII .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSUyTJ7TII .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSUyTJ7TII .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uSUyTJ7TII .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uSUyTJ7TII .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uSUyTJ7TII .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uSUyTJ7TII .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSUyTJ7TII .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSUyTJ7TII .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-uSUyTJ7TII .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSUyTJ7TII .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSUyTJ7TII .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSUyTJ7TII .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSUyTJ7TII .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uSUyTJ7TII .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uSUyTJ7TII .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uSUyTJ7TII .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uSUyTJ7TII .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSUyTJ7TII .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSUyTJ7TII .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSUyTJ7TII .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-uSUyTJ7TII .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSUyTJ7TII .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSUyTJ7TII .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSUyTJ7TII .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSUyTJ7TII .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSUyTJ7TII .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSUyTJ7TII .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSUyTJ7TII .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSUyTJ7TII .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSUyTJ7TII .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-uSUyTJ7TII .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSUyTJ7TII .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSUyTJ7TII .dropdown-item.active,
.cid-uSUyTJ7TII .dropdown-item:active {
  background-color: transparent;
}
.cid-uSUyTJ7TII .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSUyTJ7TII .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSUyTJ7TII .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSUyTJ7TII .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uSUyTJ7TII .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSUyTJ7TII .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSUyTJ7TII ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSUyTJ7TII .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSUyTJ7TII button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSUyTJ7TII button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uSUyTJ7TII button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSUyTJ7TII button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSUyTJ7TII button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSUyTJ7TII button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSUyTJ7TII nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSUyTJ7TII nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSUyTJ7TII nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSUyTJ7TII nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSUyTJ7TII .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSUyTJ7TII a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSUyTJ7TII .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-uSUyTJ7TII .navbar {
    height: 70px;
  }
  .cid-uSUyTJ7TII .navbar.opened {
    height: auto;
  }
  .cid-uSUyTJ7TII .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSUyTJPrvB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uSUyTJPrvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUyTJPrvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUyTJPrvB .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uSUyTJPrvB .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uSUyTJPrvB.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uSUyTJPrvB .row {
  position: relative;
  z-index: 3;
}
.cid-uSUyTJPrvB .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uSUyTJPrvB .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSUyTJPrvB .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uSUyTJPrvB .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uSUyTJPrvB .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uSUyTJPrvB .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uSUyTJPrvB .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uSUyTJPrvB .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uSUyTJPrvB .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uSUyTKqN4s {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uSUyTKqN4s .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.cid-uSUyTKqN4s .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uSUyTKqN4s .image-block:hover:before {
  opacity: 0;
}
.cid-uSUyTKqN4s .image-block:hover .wrap {
  opacity: 1;
}
.cid-uSUyTKqN4s .image-block:hover img {
  transform: scale(1.05);
}
.cid-uSUyTKqN4s h4 {
  letter-spacing: 2px;
}
.cid-uSUyTKqN4s figcaption {
  position: relative;
}
.cid-uSUyTKqN4s figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uSUyTKqN4s img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uSUyTKqN4s .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uSUyTKqN4s .wrap {
    opacity: 1!important;
  }
  .cid-uSUyTKqN4s .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uSUyTL6Rby {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSUyTL6Rby .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUyTL6Rby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSUyTL6Rby .container {
    padding: 0 30px;
  }
}
.cid-uSUyTL6Rby .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSUyTL6Rby .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSUyTL6Rby .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSUyTL6Rby .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uSUyTL6Rby .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSUyTL6Rby .mbr-section-title {
  color: #ffffff;
}
.cid-uSUyTL6Rby .mbr-text {
  color: #232323;
}
.cid-uSUyTL6Rby .mbr-section-title,
.cid-uSUyTL6Rby .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-uSUyTLHeIV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSUyTLHeIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUyTLHeIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uSUyTLHeIV .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uSUyTLHeIV .row {
    margin: 0;
  }
}
.cid-uSUyTLHeIV .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSUyTLHeIV .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uSUyTLHeIV .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSUyTLHeIV .content-wrapper {
    padding: 24px;
  }
}
.cid-uSUyTLHeIV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uSUyTLHeIV .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uSUyTLHeIV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSUyTLHeIV .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uSUyTLHeIV .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uSUyTLHeIV .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uSUyTLHeIV .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uSUyTLHeIV .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uSUyTLHeIV .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uSUyTLHeIV .items .item {
    padding: 24px;
  }
}
.cid-uSUyTLHeIV .items .item:last-child {
  border: none;
}
.cid-uSUyTLHeIV .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uSUyTLHeIV .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uSUyTLHeIV .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uSUyTLHeIV .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uSUyTLHeIV .mbr-section-title {
  color: #F9F6E0;
}
.cid-uSUyTLHeIV .mbr-text {
  color: #8c8c95;
  text-align: right;
}
.cid-uSUyTLHeIV .card-title {
  color: #F9F6E0;
}
.cid-uSUyTLHeIV .card-number {
  color: #E0B548;
}
.cid-uSUyTLHeIV .card-text {
  color: #000000;
}
.cid-uSUyTLHeIV .mbr-section-title,
.cid-uSUyTLHeIV .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uSUyTLHeIV .card-title,
.cid-uSUyTLHeIV .title-wrapper {
  color: #000000;
}
.cid-uSUyTLHeIV .card-number,
.cid-uSUyTLHeIV .title-wrapper {
  color: #1f54d1;
}
.cid-uSUyTMqEgn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSUyTMqEgn .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSUyTMqEgn .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uSUyTMqEgn .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uSUyTMqEgn .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uSUyTMqEgn ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uSUyTMqEgn li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uSUyTMqEgn li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uSUyTMqEgn img {
  width: 90%;
}
.cid-uSUyTMqEgn .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uSUyTMqEgn .b {
  max-width: 598px;
}
.cid-uSUyTMqEgn .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uSUyTMqEgn .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uSUyTMqEgn .t {
    padding-top: 90px;
  }
  .cid-uSUyTMqEgn .b {
    max-width: initial;
  }
  .cid-uSUyTMqEgn .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uSUyTMqEgn .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uSUyTMqEgn .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uSUyTMqEgn .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uSUyTMqEgn .btn {
  margin-top: 20px;
}
.cid-uSUyTMqEgn .t {
  max-width: 542px;
}
.cid-uSUyTN4BvC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uSUyTN4BvC .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uSUyTN4BvC .container {
    padding: 0 12px;
  }
}
.cid-uSUyTN4BvC .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUyTN4BvC .social-row .soc-item {
  margin: 8px;
}
.cid-uSUyTN4BvC .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUyTN4BvC .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSUyTN4BvC .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uSUyTN4BvC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUyTN4BvC .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUyTN4BvC .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUyTN4BvC .header-menu li p {
  margin: 0;
}
.cid-uSUyTN4BvC .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uSUyTN4BvC .mbr-section-title {
  color: #ffffff;
}
.cid-uSUzwJd3Kh .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uSUzwJd3Kh {
    flex-wrap: wrap;
  }
  .cid-uSUzwJd3Kh .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uSUzwJd3Kh .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uSUzwJd3Kh .dropdown:hover > .dropdown-menu,
  .cid-uSUzwJd3Kh .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uSUzwJd3Kh .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uSUzwJd3Kh .dropdown-submenu:hover,
  .cid-uSUzwJd3Kh .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uSUzwJd3Kh .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uSUzwJd3Kh .dropdown:hover > .dropdown-toggle::after,
  .cid-uSUzwJd3Kh .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uSUzwJd3Kh .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uSUzwJd3Kh .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uSUzwJd3Kh .btn {
  padding: 0.3rem 2rem;
}
.cid-uSUzwJd3Kh .nav-link {
  position: relative;
}
.cid-uSUzwJd3Kh .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uSUzwJd3Kh .nav-link:hover:before {
  width: 100%;
}
.cid-uSUzwJd3Kh .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-uSUzwJd3Kh .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSUzwJd3Kh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSUzwJd3Kh .dropdown-item:hover,
.cid-uSUzwJd3Kh .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uSUzwJd3Kh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSUzwJd3Kh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSUzwJd3Kh .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uSUzwJd3Kh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSUzwJd3Kh .container {
  display: flex;
  margin: auto;
}
.cid-uSUzwJd3Kh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSUzwJd3Kh .dropdown-menu,
.cid-uSUzwJd3Kh .navbar.opened {
  background: #000000 !important;
}
.cid-uSUzwJd3Kh .nav-item:focus,
.cid-uSUzwJd3Kh .nav-link:focus {
  outline: none;
}
.cid-uSUzwJd3Kh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSUzwJd3Kh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSUzwJd3Kh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSUzwJd3Kh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSUzwJd3Kh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSUzwJd3Kh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSUzwJd3Kh .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uSUzwJd3Kh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uSUzwJd3Kh .navbar.opened {
  transition: all 0.3s;
}
.cid-uSUzwJd3Kh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSUzwJd3Kh .navbar .navbar-logo img {
  width: auto;
}
.cid-uSUzwJd3Kh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uSUzwJd3Kh .navbar.collapsed {
  justify-content: center;
}
.cid-uSUzwJd3Kh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSUzwJd3Kh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSUzwJd3Kh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uSUzwJd3Kh .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uSUzwJd3Kh .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uSUzwJd3Kh .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uSUzwJd3Kh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSUzwJd3Kh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSUzwJd3Kh .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-uSUzwJd3Kh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSUzwJd3Kh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSUzwJd3Kh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSUzwJd3Kh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSUzwJd3Kh .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uSUzwJd3Kh .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uSUzwJd3Kh .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uSUzwJd3Kh .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uSUzwJd3Kh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSUzwJd3Kh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSUzwJd3Kh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSUzwJd3Kh .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-uSUzwJd3Kh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSUzwJd3Kh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSUzwJd3Kh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSUzwJd3Kh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSUzwJd3Kh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSUzwJd3Kh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSUzwJd3Kh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSUzwJd3Kh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSUzwJd3Kh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSUzwJd3Kh .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-uSUzwJd3Kh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSUzwJd3Kh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSUzwJd3Kh .dropdown-item.active,
.cid-uSUzwJd3Kh .dropdown-item:active {
  background-color: transparent;
}
.cid-uSUzwJd3Kh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSUzwJd3Kh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSUzwJd3Kh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSUzwJd3Kh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uSUzwJd3Kh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSUzwJd3Kh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSUzwJd3Kh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSUzwJd3Kh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSUzwJd3Kh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSUzwJd3Kh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uSUzwJd3Kh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSUzwJd3Kh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSUzwJd3Kh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSUzwJd3Kh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSUzwJd3Kh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSUzwJd3Kh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSUzwJd3Kh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSUzwJd3Kh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSUzwJd3Kh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSUzwJd3Kh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSUzwJd3Kh .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-uSUzwJd3Kh .navbar {
    height: 70px;
  }
  .cid-uSUzwJd3Kh .navbar.opened {
    height: auto;
  }
  .cid-uSUzwJd3Kh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSUzwK3cIl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uSUzwK3cIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUzwK3cIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUzwK3cIl .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uSUzwK3cIl .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uSUzwK3cIl.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uSUzwK3cIl .row {
  position: relative;
  z-index: 3;
}
.cid-uSUzwK3cIl .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uSUzwK3cIl .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSUzwK3cIl .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uSUzwK3cIl .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uSUzwK3cIl .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uSUzwK3cIl .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uSUzwK3cIl .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uSUzwK3cIl .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uSUzwK3cIl .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uSUzwKHPqs {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uSUzwKHPqs .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-uSUzwKHPqs .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uSUzwKHPqs .image-block:hover:before {
  opacity: 0;
}
.cid-uSUzwKHPqs .image-block:hover .wrap {
  opacity: 1;
}
.cid-uSUzwKHPqs .image-block:hover img {
  transform: scale(1.05);
}
.cid-uSUzwKHPqs h4 {
  letter-spacing: 2px;
}
.cid-uSUzwKHPqs figcaption {
  position: relative;
}
.cid-uSUzwKHPqs figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uSUzwKHPqs img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uSUzwKHPqs .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uSUzwKHPqs .wrap {
    opacity: 1!important;
  }
  .cid-uSUzwKHPqs .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uSUzwLqSf5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSUzwLqSf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUzwLqSf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSUzwLqSf5 .container {
    padding: 0 30px;
  }
}
.cid-uSUzwLqSf5 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSUzwLqSf5 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSUzwLqSf5 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSUzwLqSf5 .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uSUzwLqSf5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSUzwLqSf5 .mbr-section-title {
  color: #ffffff;
}
.cid-uSUzwLqSf5 .mbr-text {
  color: #232323;
}
.cid-uSUzwLqSf5 .mbr-section-title,
.cid-uSUzwLqSf5 .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-uSUzwM9S3U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSUzwM9S3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUzwM9S3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uSUzwM9S3U .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uSUzwM9S3U .row {
    margin: 0;
  }
}
.cid-uSUzwM9S3U .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSUzwM9S3U .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uSUzwM9S3U .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSUzwM9S3U .content-wrapper {
    padding: 24px;
  }
}
.cid-uSUzwM9S3U .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uSUzwM9S3U .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uSUzwM9S3U .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSUzwM9S3U .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uSUzwM9S3U .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uSUzwM9S3U .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uSUzwM9S3U .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uSUzwM9S3U .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uSUzwM9S3U .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uSUzwM9S3U .items .item {
    padding: 24px;
  }
}
.cid-uSUzwM9S3U .items .item:last-child {
  border: none;
}
.cid-uSUzwM9S3U .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uSUzwM9S3U .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uSUzwM9S3U .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uSUzwM9S3U .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uSUzwM9S3U .mbr-section-title {
  color: #F9F6E0;
}
.cid-uSUzwM9S3U .mbr-text {
  color: #8c8c95;
  text-align: right;
}
.cid-uSUzwM9S3U .card-title {
  color: #F9F6E0;
}
.cid-uSUzwM9S3U .card-number {
  color: #E0B548;
}
.cid-uSUzwM9S3U .card-text {
  color: #000000;
}
.cid-uSUzwM9S3U .mbr-section-title,
.cid-uSUzwM9S3U .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uSUzwM9S3U .card-title,
.cid-uSUzwM9S3U .title-wrapper {
  color: #000000;
}
.cid-uSUzwM9S3U .card-number,
.cid-uSUzwM9S3U .title-wrapper {
  color: #1f54d1;
}
.cid-uSUzwMR5TU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSUzwMR5TU .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSUzwMR5TU .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uSUzwMR5TU .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uSUzwMR5TU .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uSUzwMR5TU ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uSUzwMR5TU li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uSUzwMR5TU li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uSUzwMR5TU img {
  width: 90%;
}
.cid-uSUzwMR5TU .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uSUzwMR5TU .b {
  max-width: 598px;
}
.cid-uSUzwMR5TU .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uSUzwMR5TU .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uSUzwMR5TU .t {
    padding-top: 90px;
  }
  .cid-uSUzwMR5TU .b {
    max-width: initial;
  }
  .cid-uSUzwMR5TU .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uSUzwMR5TU .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uSUzwMR5TU .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uSUzwMR5TU .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uSUzwMR5TU .btn {
  margin-top: 20px;
}
.cid-uSUzwMR5TU .t {
  max-width: 542px;
}
.cid-uSUzwNC7zY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uSUzwNC7zY .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uSUzwNC7zY .container {
    padding: 0 12px;
  }
}
.cid-uSUzwNC7zY .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUzwNC7zY .social-row .soc-item {
  margin: 8px;
}
.cid-uSUzwNC7zY .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUzwNC7zY .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSUzwNC7zY .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uSUzwNC7zY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUzwNC7zY .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUzwNC7zY .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUzwNC7zY .header-menu li p {
  margin: 0;
}
.cid-uSUzwNC7zY .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uSUzwNC7zY .mbr-section-title {
  color: #ffffff;
}
.cid-uTyBELbk6Q .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uTyBELbk6Q {
    flex-wrap: wrap;
  }
  .cid-uTyBELbk6Q .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uTyBELbk6Q .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uTyBELbk6Q .dropdown:hover > .dropdown-menu,
  .cid-uTyBELbk6Q .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uTyBELbk6Q .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uTyBELbk6Q .dropdown-submenu:hover,
  .cid-uTyBELbk6Q .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uTyBELbk6Q .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uTyBELbk6Q .dropdown:hover > .dropdown-toggle::after,
  .cid-uTyBELbk6Q .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uTyBELbk6Q .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uTyBELbk6Q .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uTyBELbk6Q .btn {
  padding: 0.3rem 2rem;
}
.cid-uTyBELbk6Q .nav-link {
  position: relative;
}
.cid-uTyBELbk6Q .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uTyBELbk6Q .nav-link:hover:before {
  width: 100%;
}
.cid-uTyBELbk6Q .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-uTyBELbk6Q .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTyBELbk6Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTyBELbk6Q .dropdown-item:hover,
.cid-uTyBELbk6Q .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uTyBELbk6Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTyBELbk6Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTyBELbk6Q .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uTyBELbk6Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTyBELbk6Q .container {
  display: flex;
  margin: auto;
}
.cid-uTyBELbk6Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTyBELbk6Q .dropdown-menu,
.cid-uTyBELbk6Q .navbar.opened {
  background: #000000 !important;
}
.cid-uTyBELbk6Q .nav-item:focus,
.cid-uTyBELbk6Q .nav-link:focus {
  outline: none;
}
.cid-uTyBELbk6Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTyBELbk6Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTyBELbk6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTyBELbk6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTyBELbk6Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTyBELbk6Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTyBELbk6Q .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uTyBELbk6Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uTyBELbk6Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uTyBELbk6Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTyBELbk6Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uTyBELbk6Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uTyBELbk6Q .navbar.collapsed {
  justify-content: center;
}
.cid-uTyBELbk6Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTyBELbk6Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTyBELbk6Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uTyBELbk6Q .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uTyBELbk6Q .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uTyBELbk6Q .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uTyBELbk6Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTyBELbk6Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTyBELbk6Q .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-uTyBELbk6Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTyBELbk6Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTyBELbk6Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTyBELbk6Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTyBELbk6Q .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uTyBELbk6Q .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uTyBELbk6Q .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uTyBELbk6Q .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uTyBELbk6Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTyBELbk6Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTyBELbk6Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTyBELbk6Q .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-uTyBELbk6Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTyBELbk6Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTyBELbk6Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTyBELbk6Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTyBELbk6Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTyBELbk6Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTyBELbk6Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTyBELbk6Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTyBELbk6Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTyBELbk6Q .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-uTyBELbk6Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTyBELbk6Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTyBELbk6Q .dropdown-item.active,
.cid-uTyBELbk6Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uTyBELbk6Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTyBELbk6Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTyBELbk6Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTyBELbk6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uTyBELbk6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTyBELbk6Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTyBELbk6Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTyBELbk6Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTyBELbk6Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTyBELbk6Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uTyBELbk6Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTyBELbk6Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTyBELbk6Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTyBELbk6Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTyBELbk6Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTyBELbk6Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTyBELbk6Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTyBELbk6Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTyBELbk6Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTyBELbk6Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTyBELbk6Q .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-uTyBELbk6Q .navbar {
    height: 70px;
  }
  .cid-uTyBELbk6Q .navbar.opened {
    height: auto;
  }
  .cid-uTyBELbk6Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTyBELyAIU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uTyBELyAIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyBELyAIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyBELyAIU .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uTyBELyAIU .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uTyBELyAIU.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uTyBELyAIU .row {
  position: relative;
  z-index: 3;
}
.cid-uTyBELyAIU .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uTyBELyAIU .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTyBELyAIU .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTyBELyAIU .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTyBELyAIU .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uTyBELyAIU .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uTyBELyAIU .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uTyBELyAIU .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uTyBELyAIU .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uTyBELR4qA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uTyBELR4qA .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-uTyBELR4qA .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uTyBELR4qA .image-block:hover:before {
  opacity: 0;
}
.cid-uTyBELR4qA .image-block:hover .wrap {
  opacity: 1;
}
.cid-uTyBELR4qA .image-block:hover img {
  transform: scale(1.05);
}
.cid-uTyBELR4qA h4 {
  letter-spacing: 2px;
}
.cid-uTyBELR4qA figcaption {
  position: relative;
}
.cid-uTyBELR4qA figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uTyBELR4qA img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uTyBELR4qA .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uTyBELR4qA .wrap {
    opacity: 1!important;
  }
  .cid-uTyBELR4qA .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uTyBEMcp9S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTyBEMcp9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyBEMcp9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTyBEMcp9S .container {
    padding: 0 30px;
  }
}
.cid-uTyBEMcp9S .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTyBEMcp9S .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTyBEMcp9S .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTyBEMcp9S .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uTyBEMcp9S .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTyBEMcp9S .mbr-section-title {
  color: #ffffff;
}
.cid-uTyBEMcp9S .mbr-text {
  color: #232323;
}
.cid-uTyBEMcp9S .mbr-section-title,
.cid-uTyBEMcp9S .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-uTFveBzlCJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/2222-2000x902.png");
}
.cid-uTFveBzlCJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uTFveBzlCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFveBzlCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFveBzlCJ .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uTFveBzlCJ .image-wrap {
    height: 300px;
  }
}
.cid-uTySZSbhbp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTySZSbhbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTySZSbhbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTySZSbhbp .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uTySZSbhbp .row {
    margin: 0;
  }
}
.cid-uTySZSbhbp .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTySZSbhbp .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uTySZSbhbp .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTySZSbhbp .content-wrapper {
    padding: 24px;
  }
}
.cid-uTySZSbhbp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTySZSbhbp .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uTySZSbhbp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTySZSbhbp .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uTySZSbhbp .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uTySZSbhbp .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uTySZSbhbp .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTySZSbhbp .items {
    border-top: 1px solid #000000;
  }
}
.cid-uTySZSbhbp .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTySZSbhbp .items .item {
    padding: 24px;
  }
}
.cid-uTySZSbhbp .items .item:last-child {
  border: none;
}
.cid-uTySZSbhbp .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uTySZSbhbp .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uTySZSbhbp .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uTySZSbhbp .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uTySZSbhbp .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTySZSbhbp .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uTySZSbhbp .card-title {
  color: #F9F6E0;
}
.cid-uTySZSbhbp .card-number {
  color: #E0B548;
}
.cid-uTySZSbhbp .card-text {
  color: #232323;
}
.cid-uTySZSbhbp .mbr-section-title,
.cid-uTySZSbhbp .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uTySZSbhbp .card-title,
.cid-uTySZSbhbp .title-wrapper {
  color: #1f54d1;
}
.cid-uTyBEMUR2Z {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uTyBEMUR2Z .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uTyBEMUR2Z .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uTyBEMUR2Z .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uTyBEMUR2Z .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uTyBEMUR2Z ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uTyBEMUR2Z li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uTyBEMUR2Z li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uTyBEMUR2Z img {
  width: 90%;
}
.cid-uTyBEMUR2Z .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uTyBEMUR2Z .b {
  max-width: 598px;
}
.cid-uTyBEMUR2Z .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uTyBEMUR2Z .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uTyBEMUR2Z .t {
    padding-top: 90px;
  }
  .cid-uTyBEMUR2Z .b {
    max-width: initial;
  }
  .cid-uTyBEMUR2Z .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uTyBEMUR2Z .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uTyBEMUR2Z .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uTyBEMUR2Z .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uTyBEMUR2Z .btn {
  margin-top: 20px;
}
.cid-uTyBEMUR2Z .t {
  max-width: 542px;
}
.cid-uTyBENkpO1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTyBENkpO1 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uTyBENkpO1 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uTyBENkpO1 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uTyBENkpO1 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uTyBENkpO1 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uTyBENkpO1 li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uTyBENkpO1 li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uTyBENkpO1 img {
  width: 90%;
}
.cid-uTyBENkpO1 .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uTyBENkpO1 .b {
  max-width: 598px;
}
.cid-uTyBENkpO1 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uTyBENkpO1 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uTyBENkpO1 .t {
    padding-top: 90px;
  }
  .cid-uTyBENkpO1 .b {
    max-width: initial;
  }
  .cid-uTyBENkpO1 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uTyBENkpO1 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uTyBENkpO1 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uTyBENkpO1 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uTyBENkpO1 .btn {
  margin-top: 20px;
}
.cid-uTyBENkpO1 .row {
  flex-direction: row-reverse;
}
.cid-uTyBENkpO1 .t {
  max-width: 542px;
}
.cid-uTyBENFPCM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTyBENFPCM .mbr-text {
  color: #716c80;
}
.cid-uTyBENFPCM .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uTyBENFPCM .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uTyBENFPCM .card-wrapper:hover .ico2 {
  color: #3d67c8 !important;
}
.cid-uTyBENFPCM .ico2 {
  color: #3d67c8 !important;
  transition: all 0.6s;
}
.cid-uTyBENFPCM .text-info:hover {
  color: inherit!important;
}
.cid-uTyBENFPCM .card-box {
  padding: 0rem 1rem;
}
.cid-uTyBENFPCM .ico1 {
  font-size: 2.5rem !important;
}
.cid-uTyBENFPCM h3,
.cid-uTyBENFPCM h4 {
  padding: 0;
  margin: 0;
}
.cid-uTyBENFPCM .card-title,
.cid-uTyBENFPCM .card-img {
  color: #57468b;
}
.cid-uTyBENFPCM .card-title {
  color: #1f54d1;
}
.cid-uTyBENFPCM .card-img {
  width: auto;
}
.cid-uTyBENFPCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyBENFPCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyBEO4fg6 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uTyBEO4fg6 .mbr-section-subtitle {
  color: #767676;
}
.cid-uTyBEO4fg6 .container-table {
  margin: 0 auto;
}
.cid-uTyBEO4fg6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uTyBEO4fg6 .dataTables_wrapper {
  display: block;
}
.cid-uTyBEO4fg6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uTyBEO4fg6 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uTyBEO4fg6 table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-uTyBEO4fg6 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uTyBEO4fg6 table td {
  border-top: 1px solid #cccccc;
}
.cid-uTyBEO4fg6 table td:hover {
  color: #3d67c8;
}
.cid-uTyBEO4fg6 table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-uTyBEO4fg6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uTyBEO4fg6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uTyBEO4fg6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uTyBEO4fg6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uTyBEO4fg6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uTyBEO4fg6 .dataTables_filter {
    text-align: center;
  }
  .cid-uTyBEO4fg6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uTyBEO4fg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyBEO4fg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyBEO4fg6 .mbr-section-title {
  color: #1f54d1;
}
.cid-uTyBEO4fg6 .body-item {
  text-align: left;
}
.cid-uTyBEMvTZE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTyBEMvTZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyBEMvTZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTyBEMvTZE .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uTyBEMvTZE .row {
    margin: 0;
  }
}
.cid-uTyBEMvTZE .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTyBEMvTZE .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uTyBEMvTZE .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTyBEMvTZE .content-wrapper {
    padding: 24px;
  }
}
.cid-uTyBEMvTZE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTyBEMvTZE .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uTyBEMvTZE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTyBEMvTZE .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uTyBEMvTZE .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uTyBEMvTZE .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uTyBEMvTZE .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uTyBEMvTZE .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uTyBEMvTZE .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uTyBEMvTZE .items .item {
    padding: 24px;
  }
}
.cid-uTyBEMvTZE .items .item:last-child {
  border: none;
}
.cid-uTyBEMvTZE .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uTyBEMvTZE .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uTyBEMvTZE .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uTyBEMvTZE .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uTyBEMvTZE .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTyBEMvTZE .mbr-text {
  color: #8c8c95;
  text-align: right;
}
.cid-uTyBEMvTZE .card-title {
  color: #F9F6E0;
}
.cid-uTyBEMvTZE .card-number {
  color: #E0B548;
}
.cid-uTyBEMvTZE .card-text {
  color: #000000;
}
.cid-uTyBEMvTZE .mbr-section-title,
.cid-uTyBEMvTZE .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uTyBEMvTZE .card-title,
.cid-uTyBEMvTZE .title-wrapper {
  color: #000000;
}
.cid-uTyBEMvTZE .card-number,
.cid-uTyBEMvTZE .title-wrapper {
  color: #1f54d1;
}
.cid-uTyBEOyns5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uTyBEOyns5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uTyBEOyns5 .container {
    padding: 0 12px;
  }
}
.cid-uTyBEOyns5 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTyBEOyns5 .social-row .soc-item {
  margin: 8px;
}
.cid-uTyBEOyns5 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTyBEOyns5 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uTyBEOyns5 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uTyBEOyns5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTyBEOyns5 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTyBEOyns5 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTyBEOyns5 .header-menu li p {
  margin: 0;
}
.cid-uTyBEOyns5 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTyBEOyns5 .mbr-section-title {
  color: #ffffff;
}
.cid-uTEN3R3ZaO .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uTEN3R3ZaO {
    flex-wrap: wrap;
  }
  .cid-uTEN3R3ZaO .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uTEN3R3ZaO .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uTEN3R3ZaO .dropdown:hover > .dropdown-menu,
  .cid-uTEN3R3ZaO .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uTEN3R3ZaO .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uTEN3R3ZaO .dropdown-submenu:hover,
  .cid-uTEN3R3ZaO .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uTEN3R3ZaO .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uTEN3R3ZaO .dropdown:hover > .dropdown-toggle::after,
  .cid-uTEN3R3ZaO .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uTEN3R3ZaO .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uTEN3R3ZaO .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uTEN3R3ZaO .btn {
  padding: 0.3rem 2rem;
}
.cid-uTEN3R3ZaO .nav-link {
  position: relative;
}
.cid-uTEN3R3ZaO .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uTEN3R3ZaO .nav-link:hover:before {
  width: 100%;
}
.cid-uTEN3R3ZaO .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-uTEN3R3ZaO .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTEN3R3ZaO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTEN3R3ZaO .dropdown-item:hover,
.cid-uTEN3R3ZaO .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uTEN3R3ZaO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTEN3R3ZaO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTEN3R3ZaO .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uTEN3R3ZaO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTEN3R3ZaO .container {
  display: flex;
  margin: auto;
}
.cid-uTEN3R3ZaO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTEN3R3ZaO .dropdown-menu,
.cid-uTEN3R3ZaO .navbar.opened {
  background: #000000 !important;
}
.cid-uTEN3R3ZaO .nav-item:focus,
.cid-uTEN3R3ZaO .nav-link:focus {
  outline: none;
}
.cid-uTEN3R3ZaO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTEN3R3ZaO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTEN3R3ZaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTEN3R3ZaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTEN3R3ZaO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTEN3R3ZaO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTEN3R3ZaO .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uTEN3R3ZaO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uTEN3R3ZaO .navbar.opened {
  transition: all 0.3s;
}
.cid-uTEN3R3ZaO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTEN3R3ZaO .navbar .navbar-logo img {
  width: auto;
}
.cid-uTEN3R3ZaO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uTEN3R3ZaO .navbar.collapsed {
  justify-content: center;
}
.cid-uTEN3R3ZaO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTEN3R3ZaO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTEN3R3ZaO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uTEN3R3ZaO .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uTEN3R3ZaO .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uTEN3R3ZaO .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uTEN3R3ZaO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTEN3R3ZaO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTEN3R3ZaO .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-uTEN3R3ZaO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTEN3R3ZaO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTEN3R3ZaO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTEN3R3ZaO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTEN3R3ZaO .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uTEN3R3ZaO .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uTEN3R3ZaO .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uTEN3R3ZaO .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uTEN3R3ZaO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTEN3R3ZaO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTEN3R3ZaO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTEN3R3ZaO .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-uTEN3R3ZaO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTEN3R3ZaO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTEN3R3ZaO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTEN3R3ZaO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTEN3R3ZaO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTEN3R3ZaO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTEN3R3ZaO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTEN3R3ZaO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTEN3R3ZaO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTEN3R3ZaO .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-uTEN3R3ZaO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTEN3R3ZaO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTEN3R3ZaO .dropdown-item.active,
.cid-uTEN3R3ZaO .dropdown-item:active {
  background-color: transparent;
}
.cid-uTEN3R3ZaO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTEN3R3ZaO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTEN3R3ZaO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTEN3R3ZaO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uTEN3R3ZaO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTEN3R3ZaO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTEN3R3ZaO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTEN3R3ZaO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTEN3R3ZaO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTEN3R3ZaO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uTEN3R3ZaO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTEN3R3ZaO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEN3R3ZaO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEN3R3ZaO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTEN3R3ZaO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEN3R3ZaO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTEN3R3ZaO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTEN3R3ZaO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEN3R3ZaO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTEN3R3ZaO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTEN3R3ZaO .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-uTEN3R3ZaO .navbar {
    height: 70px;
  }
  .cid-uTEN3R3ZaO .navbar.opened {
    height: auto;
  }
  .cid-uTEN3R3ZaO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTEN3Rpzfo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uTEN3Rpzfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEN3Rpzfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEN3Rpzfo .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uTEN3Rpzfo .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uTEN3Rpzfo.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uTEN3Rpzfo .row {
  position: relative;
  z-index: 3;
}
.cid-uTEN3Rpzfo .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uTEN3Rpzfo .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTEN3Rpzfo .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTEN3Rpzfo .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTEN3Rpzfo .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uTEN3Rpzfo .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uTEN3Rpzfo .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uTEN3Rpzfo .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uTEN3Rpzfo .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uTEN3RHeds {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uTEN3RHeds .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-uTEN3RHeds .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uTEN3RHeds .image-block:hover:before {
  opacity: 0;
}
.cid-uTEN3RHeds .image-block:hover .wrap {
  opacity: 1;
}
.cid-uTEN3RHeds .image-block:hover img {
  transform: scale(1.05);
}
.cid-uTEN3RHeds h4 {
  letter-spacing: 2px;
}
.cid-uTEN3RHeds figcaption {
  position: relative;
}
.cid-uTEN3RHeds figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uTEN3RHeds img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uTEN3RHeds .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uTEN3RHeds .wrap {
    opacity: 1!important;
  }
  .cid-uTEN3RHeds .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uTEN3S5iRj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEN3S5iRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEN3S5iRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTEN3S5iRj .container {
    padding: 0 30px;
  }
}
.cid-uTEN3S5iRj .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTEN3S5iRj .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTEN3S5iRj .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTEN3S5iRj .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uTEN3S5iRj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTEN3S5iRj .mbr-section-title {
  color: #ffffff;
}
.cid-uTEN3S5iRj .mbr-text {
  color: #232323;
}
.cid-uTEN3S5iRj .mbr-section-title,
.cid-uTEN3S5iRj .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-uTLqHkqs6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/-2000x901.png");
}
.cid-uTLqHkqs6y .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uTLqHkqs6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLqHkqs6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLqHkqs6y .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uTLqHkqs6y .image-wrap {
    height: 300px;
  }
}
.cid-uTEN3SoH9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEN3SoH9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEN3SoH9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTEN3SoH9x .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uTEN3SoH9x .row {
    margin: 0;
  }
}
.cid-uTEN3SoH9x .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTEN3SoH9x .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uTEN3SoH9x .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTEN3SoH9x .content-wrapper {
    padding: 24px;
  }
}
.cid-uTEN3SoH9x .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTEN3SoH9x .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uTEN3SoH9x .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTEN3SoH9x .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uTEN3SoH9x .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uTEN3SoH9x .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uTEN3SoH9x .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTEN3SoH9x .items {
    border-top: 1px solid #000000;
  }
}
.cid-uTEN3SoH9x .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTEN3SoH9x .items .item {
    padding: 24px;
  }
}
.cid-uTEN3SoH9x .items .item:last-child {
  border: none;
}
.cid-uTEN3SoH9x .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uTEN3SoH9x .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uTEN3SoH9x .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uTEN3SoH9x .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uTEN3SoH9x .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTEN3SoH9x .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uTEN3SoH9x .card-title {
  color: #F9F6E0;
}
.cid-uTEN3SoH9x .card-number {
  color: #E0B548;
}
.cid-uTEN3SoH9x .card-text {
  color: #232323;
}
.cid-uTEN3SoH9x .mbr-section-title,
.cid-uTEN3SoH9x .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uTEN3SoH9x .card-title,
.cid-uTEN3SoH9x .title-wrapper {
  color: #1f54d1;
}
.cid-uTEN3ST8Ym {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uTEN3ST8Ym .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uTEN3ST8Ym .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uTEN3ST8Ym .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uTEN3ST8Ym .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uTEN3ST8Ym ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uTEN3ST8Ym li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uTEN3ST8Ym li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uTEN3ST8Ym img {
  width: 90%;
}
.cid-uTEN3ST8Ym .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uTEN3ST8Ym .b {
  max-width: 598px;
}
.cid-uTEN3ST8Ym .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uTEN3ST8Ym .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uTEN3ST8Ym .t {
    padding-top: 90px;
  }
  .cid-uTEN3ST8Ym .b {
    max-width: initial;
  }
  .cid-uTEN3ST8Ym .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uTEN3ST8Ym .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uTEN3ST8Ym .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uTEN3ST8Ym .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uTEN3ST8Ym .btn {
  margin-top: 20px;
}
.cid-uTEN3ST8Ym .t {
  max-width: 542px;
}
.cid-uTEN3TgHZ9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTEN3TgHZ9 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uTEN3TgHZ9 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uTEN3TgHZ9 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uTEN3TgHZ9 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uTEN3TgHZ9 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uTEN3TgHZ9 li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uTEN3TgHZ9 li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uTEN3TgHZ9 img {
  width: 90%;
}
.cid-uTEN3TgHZ9 .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uTEN3TgHZ9 .b {
  max-width: 598px;
}
.cid-uTEN3TgHZ9 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uTEN3TgHZ9 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uTEN3TgHZ9 .t {
    padding-top: 90px;
  }
  .cid-uTEN3TgHZ9 .b {
    max-width: initial;
  }
  .cid-uTEN3TgHZ9 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uTEN3TgHZ9 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uTEN3TgHZ9 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uTEN3TgHZ9 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uTEN3TgHZ9 .btn {
  margin-top: 20px;
}
.cid-uTEN3TgHZ9 .row {
  flex-direction: row-reverse;
}
.cid-uTEN3TgHZ9 .t {
  max-width: 542px;
}
.cid-uTEN3TDs2u {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTEN3TDs2u .mbr-text {
  color: #716c80;
}
.cid-uTEN3TDs2u .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uTEN3TDs2u .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uTEN3TDs2u .card-wrapper:hover .ico2 {
  color: #3d67c8 !important;
}
.cid-uTEN3TDs2u .ico2 {
  color: #3d67c8 !important;
  transition: all 0.6s;
}
.cid-uTEN3TDs2u .text-info:hover {
  color: inherit!important;
}
.cid-uTEN3TDs2u .card-box {
  padding: 0rem 1rem;
}
.cid-uTEN3TDs2u .ico1 {
  font-size: 2.5rem !important;
}
.cid-uTEN3TDs2u h3,
.cid-uTEN3TDs2u h4 {
  padding: 0;
  margin: 0;
}
.cid-uTEN3TDs2u .card-title,
.cid-uTEN3TDs2u .card-img {
  color: #57468b;
}
.cid-uTEN3TDs2u .card-title {
  color: #1f54d1;
}
.cid-uTEN3TDs2u .card-img {
  width: auto;
}
.cid-uTEN3TDs2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEN3TDs2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEN3U7y7r {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uTEN3U7y7r .mbr-section-subtitle {
  color: #767676;
}
.cid-uTEN3U7y7r .container-table {
  margin: 0 auto;
}
.cid-uTEN3U7y7r .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uTEN3U7y7r .dataTables_wrapper {
  display: block;
}
.cid-uTEN3U7y7r .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uTEN3U7y7r table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uTEN3U7y7r table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-uTEN3U7y7r table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uTEN3U7y7r table td {
  border-top: 1px solid #cccccc;
}
.cid-uTEN3U7y7r table td:hover {
  color: #3d67c8;
}
.cid-uTEN3U7y7r table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-uTEN3U7y7r .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uTEN3U7y7r .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uTEN3U7y7r .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uTEN3U7y7r .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uTEN3U7y7r .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uTEN3U7y7r .dataTables_filter {
    text-align: center;
  }
  .cid-uTEN3U7y7r .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uTEN3U7y7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEN3U7y7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEN3U7y7r .mbr-section-title {
  color: #1f54d1;
}
.cid-uTEN3U7y7r .body-item {
  text-align: left;
}
.cid-uTEN3V3Vpu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEN3V3Vpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEN3V3Vpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTEN3V3Vpu .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uTEN3V3Vpu .row {
    margin: 0;
  }
}
.cid-uTEN3V3Vpu .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTEN3V3Vpu .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uTEN3V3Vpu .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTEN3V3Vpu .content-wrapper {
    padding: 24px;
  }
}
.cid-uTEN3V3Vpu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTEN3V3Vpu .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uTEN3V3Vpu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTEN3V3Vpu .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uTEN3V3Vpu .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uTEN3V3Vpu .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uTEN3V3Vpu .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uTEN3V3Vpu .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uTEN3V3Vpu .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uTEN3V3Vpu .items .item {
    padding: 24px;
  }
}
.cid-uTEN3V3Vpu .items .item:last-child {
  border: none;
}
.cid-uTEN3V3Vpu .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uTEN3V3Vpu .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uTEN3V3Vpu .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uTEN3V3Vpu .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uTEN3V3Vpu .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTEN3V3Vpu .mbr-text {
  color: #8c8c95;
  text-align: right;
}
.cid-uTEN3V3Vpu .card-title {
  color: #F9F6E0;
}
.cid-uTEN3V3Vpu .card-number {
  color: #E0B548;
}
.cid-uTEN3V3Vpu .card-text {
  color: #000000;
}
.cid-uTEN3V3Vpu .mbr-section-title,
.cid-uTEN3V3Vpu .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uTEN3V3Vpu .card-title,
.cid-uTEN3V3Vpu .title-wrapper {
  color: #000000;
}
.cid-uTEN3V3Vpu .card-number,
.cid-uTEN3V3Vpu .title-wrapper {
  color: #1f54d1;
}
.cid-uTEN3VOppD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uTEN3VOppD .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uTEN3VOppD .container {
    padding: 0 12px;
  }
}
.cid-uTEN3VOppD .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTEN3VOppD .social-row .soc-item {
  margin: 8px;
}
.cid-uTEN3VOppD .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTEN3VOppD .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uTEN3VOppD .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uTEN3VOppD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTEN3VOppD .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTEN3VOppD .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTEN3VOppD .header-menu li p {
  margin: 0;
}
.cid-uTEN3VOppD .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTEN3VOppD .mbr-section-title {
  color: #ffffff;
}
.cid-uTEYccp2xp .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uTEYccp2xp {
    flex-wrap: wrap;
  }
  .cid-uTEYccp2xp .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uTEYccp2xp .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uTEYccp2xp .dropdown:hover > .dropdown-menu,
  .cid-uTEYccp2xp .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uTEYccp2xp .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uTEYccp2xp .dropdown-submenu:hover,
  .cid-uTEYccp2xp .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uTEYccp2xp .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uTEYccp2xp .dropdown:hover > .dropdown-toggle::after,
  .cid-uTEYccp2xp .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uTEYccp2xp .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uTEYccp2xp .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uTEYccp2xp .btn {
  padding: 0.3rem 2rem;
}
.cid-uTEYccp2xp .nav-link {
  position: relative;
}
.cid-uTEYccp2xp .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uTEYccp2xp .nav-link:hover:before {
  width: 100%;
}
.cid-uTEYccp2xp .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-uTEYccp2xp .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTEYccp2xp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTEYccp2xp .dropdown-item:hover,
.cid-uTEYccp2xp .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uTEYccp2xp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTEYccp2xp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTEYccp2xp .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uTEYccp2xp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTEYccp2xp .container {
  display: flex;
  margin: auto;
}
.cid-uTEYccp2xp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTEYccp2xp .dropdown-menu,
.cid-uTEYccp2xp .navbar.opened {
  background: #000000 !important;
}
.cid-uTEYccp2xp .nav-item:focus,
.cid-uTEYccp2xp .nav-link:focus {
  outline: none;
}
.cid-uTEYccp2xp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTEYccp2xp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTEYccp2xp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTEYccp2xp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTEYccp2xp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTEYccp2xp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTEYccp2xp .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uTEYccp2xp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uTEYccp2xp .navbar.opened {
  transition: all 0.3s;
}
.cid-uTEYccp2xp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTEYccp2xp .navbar .navbar-logo img {
  width: auto;
}
.cid-uTEYccp2xp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uTEYccp2xp .navbar.collapsed {
  justify-content: center;
}
.cid-uTEYccp2xp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTEYccp2xp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTEYccp2xp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uTEYccp2xp .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uTEYccp2xp .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uTEYccp2xp .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uTEYccp2xp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTEYccp2xp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTEYccp2xp .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-uTEYccp2xp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTEYccp2xp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTEYccp2xp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTEYccp2xp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTEYccp2xp .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uTEYccp2xp .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uTEYccp2xp .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uTEYccp2xp .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uTEYccp2xp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTEYccp2xp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTEYccp2xp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTEYccp2xp .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-uTEYccp2xp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTEYccp2xp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTEYccp2xp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTEYccp2xp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTEYccp2xp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTEYccp2xp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTEYccp2xp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTEYccp2xp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTEYccp2xp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTEYccp2xp .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-uTEYccp2xp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTEYccp2xp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTEYccp2xp .dropdown-item.active,
.cid-uTEYccp2xp .dropdown-item:active {
  background-color: transparent;
}
.cid-uTEYccp2xp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTEYccp2xp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTEYccp2xp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTEYccp2xp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uTEYccp2xp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTEYccp2xp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTEYccp2xp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTEYccp2xp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTEYccp2xp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTEYccp2xp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uTEYccp2xp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTEYccp2xp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEYccp2xp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEYccp2xp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTEYccp2xp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEYccp2xp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTEYccp2xp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTEYccp2xp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEYccp2xp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTEYccp2xp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTEYccp2xp .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-uTEYccp2xp .navbar {
    height: 70px;
  }
  .cid-uTEYccp2xp .navbar.opened {
    height: auto;
  }
  .cid-uTEYccp2xp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTEYccMbSW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uTEYccMbSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEYccMbSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEYccMbSW .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uTEYccMbSW .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uTEYccMbSW.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uTEYccMbSW .row {
  position: relative;
  z-index: 3;
}
.cid-uTEYccMbSW .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uTEYccMbSW .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTEYccMbSW .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTEYccMbSW .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTEYccMbSW .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uTEYccMbSW .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uTEYccMbSW .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uTEYccMbSW .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uTEYccMbSW .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uTEYcd7A1p {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uTEYcd7A1p .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-uTEYcd7A1p .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uTEYcd7A1p .image-block:hover:before {
  opacity: 0;
}
.cid-uTEYcd7A1p .image-block:hover .wrap {
  opacity: 1;
}
.cid-uTEYcd7A1p .image-block:hover img {
  transform: scale(1.05);
}
.cid-uTEYcd7A1p h4 {
  letter-spacing: 2px;
}
.cid-uTEYcd7A1p figcaption {
  position: relative;
}
.cid-uTEYcd7A1p figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uTEYcd7A1p img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uTEYcd7A1p .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uTEYcd7A1p .wrap {
    opacity: 1!important;
  }
  .cid-uTEYcd7A1p .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uTEYcdvpRt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEYcdvpRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEYcdvpRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTEYcdvpRt .container {
    padding: 0 30px;
  }
}
.cid-uTEYcdvpRt .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTEYcdvpRt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTEYcdvpRt .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTEYcdvpRt .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uTEYcdvpRt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTEYcdvpRt .mbr-section-title {
  color: #ffffff;
}
.cid-uTEYcdvpRt .mbr-text {
  color: #232323;
}
.cid-uTEYcdvpRt .mbr-section-title,
.cid-uTEYcdvpRt .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-uTFiwifFWh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/222-1-2000x902.png");
}
.cid-uTFiwifFWh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uTFiwifFWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFiwifFWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFiwifFWh .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uTFiwifFWh .image-wrap {
    height: 300px;
  }
}
.cid-uTEYcdSNps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEYcdSNps .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEYcdSNps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTEYcdSNps .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uTEYcdSNps .row {
    margin: 0;
  }
}
.cid-uTEYcdSNps .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTEYcdSNps .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uTEYcdSNps .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTEYcdSNps .content-wrapper {
    padding: 24px;
  }
}
.cid-uTEYcdSNps .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTEYcdSNps .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uTEYcdSNps .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTEYcdSNps .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uTEYcdSNps .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uTEYcdSNps .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uTEYcdSNps .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTEYcdSNps .items {
    border-top: 1px solid #000000;
  }
}
.cid-uTEYcdSNps .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTEYcdSNps .items .item {
    padding: 24px;
  }
}
.cid-uTEYcdSNps .items .item:last-child {
  border: none;
}
.cid-uTEYcdSNps .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uTEYcdSNps .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uTEYcdSNps .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uTEYcdSNps .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uTEYcdSNps .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTEYcdSNps .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uTEYcdSNps .card-title {
  color: #F9F6E0;
}
.cid-uTEYcdSNps .card-number {
  color: #E0B548;
}
.cid-uTEYcdSNps .card-text {
  color: #232323;
}
.cid-uTEYcdSNps .mbr-section-title,
.cid-uTEYcdSNps .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uTEYcdSNps .card-title,
.cid-uTEYcdSNps .title-wrapper {
  color: #1f54d1;
}
.cid-uTEYcepvZm {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uTEYcepvZm .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uTEYcepvZm .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uTEYcepvZm .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uTEYcepvZm .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uTEYcepvZm ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uTEYcepvZm li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uTEYcepvZm li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uTEYcepvZm img {
  width: 90%;
}
.cid-uTEYcepvZm .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uTEYcepvZm .b {
  max-width: 598px;
}
.cid-uTEYcepvZm .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uTEYcepvZm .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uTEYcepvZm .t {
    padding-top: 90px;
  }
  .cid-uTEYcepvZm .b {
    max-width: initial;
  }
  .cid-uTEYcepvZm .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uTEYcepvZm .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uTEYcepvZm .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uTEYcepvZm .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uTEYcepvZm .btn {
  margin-top: 20px;
}
.cid-uTEYcepvZm .t {
  max-width: 542px;
}
.cid-uTEYceOX6M {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTEYceOX6M .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uTEYceOX6M .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uTEYceOX6M .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uTEYceOX6M .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uTEYceOX6M ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uTEYceOX6M li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uTEYceOX6M li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uTEYceOX6M img {
  width: 90%;
}
.cid-uTEYceOX6M .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uTEYceOX6M .b {
  max-width: 598px;
}
.cid-uTEYceOX6M .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uTEYceOX6M .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uTEYceOX6M .t {
    padding-top: 90px;
  }
  .cid-uTEYceOX6M .b {
    max-width: initial;
  }
  .cid-uTEYceOX6M .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uTEYceOX6M .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uTEYceOX6M .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uTEYceOX6M .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uTEYceOX6M .btn {
  margin-top: 20px;
}
.cid-uTEYceOX6M .row {
  flex-direction: row-reverse;
}
.cid-uTEYceOX6M .t {
  max-width: 542px;
}
.cid-uTEYcffAma {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTEYcffAma .mbr-text {
  color: #716c80;
}
.cid-uTEYcffAma .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uTEYcffAma .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uTEYcffAma .card-wrapper:hover .ico2 {
  color: #3d67c8 !important;
}
.cid-uTEYcffAma .ico2 {
  color: #3d67c8 !important;
  transition: all 0.6s;
}
.cid-uTEYcffAma .text-info:hover {
  color: inherit!important;
}
.cid-uTEYcffAma .card-box {
  padding: 0rem 1rem;
}
.cid-uTEYcffAma .ico1 {
  font-size: 2.5rem !important;
}
.cid-uTEYcffAma h3,
.cid-uTEYcffAma h4 {
  padding: 0;
  margin: 0;
}
.cid-uTEYcffAma .card-title,
.cid-uTEYcffAma .card-img {
  color: #57468b;
}
.cid-uTEYcffAma .card-title {
  color: #1f54d1;
}
.cid-uTEYcffAma .card-img {
  width: auto;
}
.cid-uTEYcffAma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEYcffAma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEYcfLqGk {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uTEYcfLqGk .mbr-section-subtitle {
  color: #767676;
}
.cid-uTEYcfLqGk .container-table {
  margin: 0 auto;
}
.cid-uTEYcfLqGk .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uTEYcfLqGk .dataTables_wrapper {
  display: block;
}
.cid-uTEYcfLqGk .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uTEYcfLqGk table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uTEYcfLqGk table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-uTEYcfLqGk table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uTEYcfLqGk table td {
  border-top: 1px solid #cccccc;
}
.cid-uTEYcfLqGk table td:hover {
  color: #3d67c8;
}
.cid-uTEYcfLqGk table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-uTEYcfLqGk .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uTEYcfLqGk .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uTEYcfLqGk .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uTEYcfLqGk .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uTEYcfLqGk .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uTEYcfLqGk .dataTables_filter {
    text-align: center;
  }
  .cid-uTEYcfLqGk .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uTEYcfLqGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEYcfLqGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEYcfLqGk .mbr-section-title {
  color: #1f54d1;
}
.cid-uTEYcfLqGk .body-item {
  text-align: left;
}
.cid-uTEYcgAsc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEYcgAsc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEYcgAsc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTEYcgAsc2 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uTEYcgAsc2 .row {
    margin: 0;
  }
}
.cid-uTEYcgAsc2 .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTEYcgAsc2 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uTEYcgAsc2 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTEYcgAsc2 .content-wrapper {
    padding: 24px;
  }
}
.cid-uTEYcgAsc2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTEYcgAsc2 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uTEYcgAsc2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTEYcgAsc2 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uTEYcgAsc2 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uTEYcgAsc2 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uTEYcgAsc2 .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uTEYcgAsc2 .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uTEYcgAsc2 .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uTEYcgAsc2 .items .item {
    padding: 24px;
  }
}
.cid-uTEYcgAsc2 .items .item:last-child {
  border: none;
}
.cid-uTEYcgAsc2 .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uTEYcgAsc2 .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uTEYcgAsc2 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uTEYcgAsc2 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uTEYcgAsc2 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTEYcgAsc2 .mbr-text {
  color: #8c8c95;
  text-align: right;
}
.cid-uTEYcgAsc2 .card-title {
  color: #F9F6E0;
}
.cid-uTEYcgAsc2 .card-number {
  color: #E0B548;
}
.cid-uTEYcgAsc2 .card-text {
  color: #000000;
}
.cid-uTEYcgAsc2 .mbr-section-title,
.cid-uTEYcgAsc2 .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uTEYcgAsc2 .card-title,
.cid-uTEYcgAsc2 .title-wrapper {
  color: #000000;
}
.cid-uTEYcgAsc2 .card-number,
.cid-uTEYcgAsc2 .title-wrapper {
  color: #1f54d1;
}
.cid-uTEYchkJf5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uTEYchkJf5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uTEYchkJf5 .container {
    padding: 0 12px;
  }
}
.cid-uTEYchkJf5 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTEYchkJf5 .social-row .soc-item {
  margin: 8px;
}
.cid-uTEYchkJf5 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTEYchkJf5 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uTEYchkJf5 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uTEYchkJf5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTEYchkJf5 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTEYchkJf5 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTEYchkJf5 .header-menu li p {
  margin: 0;
}
.cid-uTEYchkJf5 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTEYchkJf5 .mbr-section-title {
  color: #ffffff;
}
.cid-uTPFUmqRgQ .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uTPFUmqRgQ {
    flex-wrap: wrap;
  }
  .cid-uTPFUmqRgQ .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uTPFUmqRgQ .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uTPFUmqRgQ .dropdown:hover > .dropdown-menu,
  .cid-uTPFUmqRgQ .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uTPFUmqRgQ .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uTPFUmqRgQ .dropdown-submenu:hover,
  .cid-uTPFUmqRgQ .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uTPFUmqRgQ .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uTPFUmqRgQ .dropdown:hover > .dropdown-toggle::after,
  .cid-uTPFUmqRgQ .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uTPFUmqRgQ .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uTPFUmqRgQ .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uTPFUmqRgQ .btn {
  padding: 0.3rem 2rem;
}
.cid-uTPFUmqRgQ .nav-link {
  position: relative;
}
.cid-uTPFUmqRgQ .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uTPFUmqRgQ .nav-link:hover:before {
  width: 100%;
}
.cid-uTPFUmqRgQ .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-uTPFUmqRgQ .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTPFUmqRgQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTPFUmqRgQ .dropdown-item:hover,
.cid-uTPFUmqRgQ .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uTPFUmqRgQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTPFUmqRgQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTPFUmqRgQ .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uTPFUmqRgQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTPFUmqRgQ .container {
  display: flex;
  margin: auto;
}
.cid-uTPFUmqRgQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTPFUmqRgQ .dropdown-menu,
.cid-uTPFUmqRgQ .navbar.opened {
  background: #000000 !important;
}
.cid-uTPFUmqRgQ .nav-item:focus,
.cid-uTPFUmqRgQ .nav-link:focus {
  outline: none;
}
.cid-uTPFUmqRgQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTPFUmqRgQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTPFUmqRgQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTPFUmqRgQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPFUmqRgQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTPFUmqRgQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTPFUmqRgQ .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uTPFUmqRgQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uTPFUmqRgQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uTPFUmqRgQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTPFUmqRgQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uTPFUmqRgQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uTPFUmqRgQ .navbar.collapsed {
  justify-content: center;
}
.cid-uTPFUmqRgQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTPFUmqRgQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTPFUmqRgQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uTPFUmqRgQ .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uTPFUmqRgQ .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uTPFUmqRgQ .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uTPFUmqRgQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTPFUmqRgQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTPFUmqRgQ .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-uTPFUmqRgQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTPFUmqRgQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTPFUmqRgQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTPFUmqRgQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTPFUmqRgQ .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uTPFUmqRgQ .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uTPFUmqRgQ .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uTPFUmqRgQ .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uTPFUmqRgQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTPFUmqRgQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTPFUmqRgQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTPFUmqRgQ .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-uTPFUmqRgQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTPFUmqRgQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTPFUmqRgQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTPFUmqRgQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTPFUmqRgQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTPFUmqRgQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTPFUmqRgQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTPFUmqRgQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTPFUmqRgQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTPFUmqRgQ .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-uTPFUmqRgQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTPFUmqRgQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTPFUmqRgQ .dropdown-item.active,
.cid-uTPFUmqRgQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uTPFUmqRgQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTPFUmqRgQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTPFUmqRgQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTPFUmqRgQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uTPFUmqRgQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTPFUmqRgQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTPFUmqRgQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTPFUmqRgQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTPFUmqRgQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTPFUmqRgQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uTPFUmqRgQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTPFUmqRgQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTPFUmqRgQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTPFUmqRgQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTPFUmqRgQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPFUmqRgQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTPFUmqRgQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTPFUmqRgQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPFUmqRgQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTPFUmqRgQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTPFUmqRgQ .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-uTPFUmqRgQ .navbar {
    height: 70px;
  }
  .cid-uTPFUmqRgQ .navbar.opened {
    height: auto;
  }
  .cid-uTPFUmqRgQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTPHhIgJAl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uTPHhIgJAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPHhIgJAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPHhIgJAl .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uTPHhIgJAl .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uTPHhIgJAl.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uTPHhIgJAl .row {
  position: relative;
  z-index: 3;
}
.cid-uTPHhIgJAl .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uTPHhIgJAl .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTPHhIgJAl .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTPHhIgJAl .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTPHhIgJAl .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uTPHhIgJAl .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uTPHhIgJAl .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uTPHhIgJAl .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uTPHhIgJAl .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uTPKSEBlld {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTPKSEBlld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPKSEBlld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTPKSEBlld .container {
    padding: 0 30px;
  }
}
.cid-uTPKSEBlld .row {
  justify-content: center;
}
.cid-uTPKSEBlld .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPKSEBlld .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPKSEBlld .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPKSEBlld .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTPKSEBlld .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTPKSEBlld .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTPKSEBlld .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPKSEBlld .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #3d6ad4;
}
.cid-uTPKSEBlld .mbr-section-title {
  color: #232323;
}
.cid-uTPKSEBlld .mbr-text {
  color: #144031;
}
.cid-uTPLnj6eSf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTPLnj6eSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPLnj6eSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTPLnj6eSf .container {
    padding: 0 30px;
  }
}
.cid-uTPLnj6eSf .row {
  justify-content: center;
}
.cid-uTPLnj6eSf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPLnj6eSf .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPLnj6eSf .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPLnj6eSf .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTPLnj6eSf .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTPLnj6eSf .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTPLnj6eSf .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPLnj6eSf .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #3d6ad4;
}
.cid-uTPLnj6eSf .mbr-section-title {
  color: #232323;
}
.cid-uTPLnj6eSf .mbr-text {
  color: #144031;
}
.cid-uTPMoMonlm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTPMoMonlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPMoMonlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTPMoMonlm .container {
    padding: 0 30px;
  }
}
.cid-uTPMoMonlm .row {
  justify-content: center;
}
.cid-uTPMoMonlm .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPMoMonlm .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPMoMonlm .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPMoMonlm .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTPMoMonlm .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTPMoMonlm .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTPMoMonlm .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPMoMonlm .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #3d6ad4;
}
.cid-uTPMoMonlm .mbr-section-title {
  color: #232323;
}
.cid-uTPMoMonlm .mbr-text {
  color: #144031;
}
.cid-uTPN3Jmuge {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTPN3Jmuge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPN3Jmuge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTPN3Jmuge .container {
    padding: 0 30px;
  }
}
.cid-uTPN3Jmuge .row {
  justify-content: center;
}
.cid-uTPN3Jmuge .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPN3Jmuge .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPN3Jmuge .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPN3Jmuge .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTPN3Jmuge .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTPN3Jmuge .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTPN3Jmuge .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPN3Jmuge .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #3d6ad4;
}
.cid-uTPN3Jmuge .mbr-section-title {
  color: #232323;
}
.cid-uTPN3Jmuge .mbr-text {
  color: #144031;
}
.cid-uTPNiNORY0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTPNiNORY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPNiNORY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTPNiNORY0 .container {
    padding: 0 30px;
  }
}
.cid-uTPNiNORY0 .row {
  justify-content: center;
}
.cid-uTPNiNORY0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPNiNORY0 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPNiNORY0 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPNiNORY0 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTPNiNORY0 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTPNiNORY0 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTPNiNORY0 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPNiNORY0 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #3d6ad4;
}
.cid-uTPNiNORY0 .mbr-section-title {
  color: #232323;
}
.cid-uTPNiNORY0 .mbr-text {
  color: #144031;
}
.cid-uTPQwHbN8R {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTPQwHbN8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPQwHbN8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTPQwHbN8R .container {
    padding: 0 30px;
  }
}
.cid-uTPQwHbN8R .row {
  justify-content: center;
}
.cid-uTPQwHbN8R .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPQwHbN8R .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPQwHbN8R .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPQwHbN8R .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTPQwHbN8R .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTPQwHbN8R .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTPQwHbN8R .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPQwHbN8R .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #3d6ad4;
}
.cid-uTPQwHbN8R .mbr-section-title {
  color: #232323;
}
.cid-uTPQwHbN8R .mbr-text {
  color: #144031;
}
.cid-uTPPERVLMB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTPPERVLMB .mbr-section-subtitle {
  color: #767676;
}
.cid-uTPPERVLMB .container-table {
  margin: 0 auto;
}
.cid-uTPPERVLMB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uTPPERVLMB .dataTables_wrapper {
  display: block;
}
.cid-uTPPERVLMB .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uTPPERVLMB .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uTPPERVLMB table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e1e8ff;
  margin-bottom: 0;
}
.cid-uTPPERVLMB table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e1e8ff;
  transition: all .2s;
}
.cid-uTPPERVLMB table th:hover {
  background: #e1e8ff;
  color: #000000;
}
.cid-uTPPERVLMB table td {
  border: 1px solid #e1e8ff;
}
.cid-uTPPERVLMB .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uTPPERVLMB .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uTPPERVLMB .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uTPPERVLMB .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uTPPERVLMB .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uTPPERVLMB .dataTables_filter {
    text-align: center;
  }
  .cid-uTPPERVLMB .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uTPPERVLMB .head-item {
  color: #57468b;
  text-align: center;
}
.cid-uTPPERVLMB .body-item {
  color: #000000;
  text-align: left;
}
.cid-uTPPERVLMB .mbr-section-title {
  color: #57468b;
  text-align: left;
}
.cid-uTPPERVLMB .head-item1 {
  color: #57468b;
}
.cid-uTPPERVLMB .body-item1 {
  color: #000000;
}
.cid-uTPPERVLMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPPERVLMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPQOuNKrh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTPQOuNKrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPQOuNKrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTPQOuNKrh .container {
    padding: 0 30px;
  }
}
.cid-uTPQOuNKrh .row {
  justify-content: center;
}
.cid-uTPQOuNKrh .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPQOuNKrh .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPQOuNKrh .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPQOuNKrh .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTPQOuNKrh .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTPQOuNKrh .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTPQOuNKrh .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPQOuNKrh .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #3d6ad4;
}
.cid-uTPQOuNKrh .mbr-section-title {
  color: #232323;
}
.cid-uTPQOuNKrh .mbr-text {
  color: #144031;
}
.cid-uTPR1GKluY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTPR1GKluY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPR1GKluY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTPR1GKluY .container {
    padding: 0 30px;
  }
}
.cid-uTPR1GKluY .row {
  justify-content: center;
}
.cid-uTPR1GKluY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPR1GKluY .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPR1GKluY .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPR1GKluY .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTPR1GKluY .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTPR1GKluY .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTPR1GKluY .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPR1GKluY .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #3d6ad4;
}
.cid-uTPR1GKluY .mbr-section-title {
  color: #232323;
}
.cid-uTPR1GKluY .mbr-text {
  color: #144031;
}
.cid-uTPRnNoXK8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTPRnNoXK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPRnNoXK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTPRnNoXK8 .container {
    padding: 0 30px;
  }
}
.cid-uTPRnNoXK8 .row {
  justify-content: center;
}
.cid-uTPRnNoXK8 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPRnNoXK8 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPRnNoXK8 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPRnNoXK8 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTPRnNoXK8 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTPRnNoXK8 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTPRnNoXK8 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPRnNoXK8 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #3d6ad4;
}
.cid-uTPRnNoXK8 .mbr-section-title {
  color: #232323;
}
.cid-uTPRnNoXK8 .mbr-text {
  color: #144031;
}
.cid-uTPRuPISJP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTPRuPISJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPRuPISJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTPRuPISJP .container {
    padding: 0 30px;
  }
}
.cid-uTPRuPISJP .row {
  justify-content: center;
}
.cid-uTPRuPISJP .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPRuPISJP .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPRuPISJP .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPRuPISJP .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTPRuPISJP .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTPRuPISJP .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTPRuPISJP .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPRuPISJP .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #3d6ad4;
}
.cid-uTPRuPISJP .mbr-section-title {
  color: #232323;
}
.cid-uTPRuPISJP .mbr-text {
  color: #144031;
}
.cid-uTPRCkYeqD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTPRCkYeqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPRCkYeqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTPRCkYeqD .container {
    padding: 0 30px;
  }
}
.cid-uTPRCkYeqD .row {
  justify-content: center;
}
.cid-uTPRCkYeqD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPRCkYeqD .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPRCkYeqD .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPRCkYeqD .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTPRCkYeqD .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTPRCkYeqD .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTPRCkYeqD .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPRCkYeqD .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #3d6ad4;
}
.cid-uTPRCkYeqD .mbr-section-title {
  color: #232323;
}
.cid-uTPRCkYeqD .mbr-text {
  color: #144031;
}
.cid-uTPRRKPtNB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTPRRKPtNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPRRKPtNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTPRRKPtNB .container {
    padding: 0 30px;
  }
}
.cid-uTPRRKPtNB .row {
  justify-content: center;
}
.cid-uTPRRKPtNB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPRRKPtNB .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPRRKPtNB .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTPRRKPtNB .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTPRRKPtNB .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTPRRKPtNB .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTPRRKPtNB .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPRRKPtNB .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #3d6ad4;
}
.cid-uTPRRKPtNB .mbr-section-title {
  color: #232323;
}
.cid-uTPRRKPtNB .mbr-text {
  color: #144031;
}
.cid-uTPFUpu47S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uTPFUpu47S .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uTPFUpu47S .container {
    padding: 0 12px;
  }
}
.cid-uTPFUpu47S .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTPFUpu47S .social-row .soc-item {
  margin: 8px;
}
.cid-uTPFUpu47S .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTPFUpu47S .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uTPFUpu47S .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uTPFUpu47S .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTPFUpu47S .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTPFUpu47S .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTPFUpu47S .header-menu li p {
  margin: 0;
}
.cid-uTPFUpu47S .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTPFUpu47S .mbr-section-title {
  color: #ffffff;
}
.cid-uUdiTT6v8G .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uUdiTT6v8G {
    flex-wrap: wrap;
  }
  .cid-uUdiTT6v8G .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uUdiTT6v8G .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uUdiTT6v8G .dropdown:hover > .dropdown-menu,
  .cid-uUdiTT6v8G .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uUdiTT6v8G .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uUdiTT6v8G .dropdown-submenu:hover,
  .cid-uUdiTT6v8G .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uUdiTT6v8G .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uUdiTT6v8G .dropdown:hover > .dropdown-toggle::after,
  .cid-uUdiTT6v8G .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uUdiTT6v8G .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uUdiTT6v8G .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uUdiTT6v8G .btn {
  padding: 0.3rem 2rem;
}
.cid-uUdiTT6v8G .nav-link {
  position: relative;
}
.cid-uUdiTT6v8G .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uUdiTT6v8G .nav-link:hover:before {
  width: 100%;
}
.cid-uUdiTT6v8G .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-uUdiTT6v8G .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUdiTT6v8G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUdiTT6v8G .dropdown-item:hover,
.cid-uUdiTT6v8G .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uUdiTT6v8G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUdiTT6v8G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUdiTT6v8G .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uUdiTT6v8G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUdiTT6v8G .container {
  display: flex;
  margin: auto;
}
.cid-uUdiTT6v8G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUdiTT6v8G .dropdown-menu,
.cid-uUdiTT6v8G .navbar.opened {
  background: #000000 !important;
}
.cid-uUdiTT6v8G .nav-item:focus,
.cid-uUdiTT6v8G .nav-link:focus {
  outline: none;
}
.cid-uUdiTT6v8G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUdiTT6v8G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUdiTT6v8G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUdiTT6v8G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUdiTT6v8G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUdiTT6v8G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUdiTT6v8G .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uUdiTT6v8G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uUdiTT6v8G .navbar.opened {
  transition: all 0.3s;
}
.cid-uUdiTT6v8G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUdiTT6v8G .navbar .navbar-logo img {
  width: auto;
}
.cid-uUdiTT6v8G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uUdiTT6v8G .navbar.collapsed {
  justify-content: center;
}
.cid-uUdiTT6v8G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUdiTT6v8G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUdiTT6v8G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uUdiTT6v8G .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uUdiTT6v8G .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uUdiTT6v8G .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uUdiTT6v8G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUdiTT6v8G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUdiTT6v8G .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-uUdiTT6v8G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUdiTT6v8G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUdiTT6v8G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUdiTT6v8G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUdiTT6v8G .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uUdiTT6v8G .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uUdiTT6v8G .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uUdiTT6v8G .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uUdiTT6v8G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUdiTT6v8G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUdiTT6v8G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUdiTT6v8G .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-uUdiTT6v8G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUdiTT6v8G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUdiTT6v8G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUdiTT6v8G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUdiTT6v8G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUdiTT6v8G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUdiTT6v8G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUdiTT6v8G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUdiTT6v8G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUdiTT6v8G .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-uUdiTT6v8G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUdiTT6v8G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUdiTT6v8G .dropdown-item.active,
.cid-uUdiTT6v8G .dropdown-item:active {
  background-color: transparent;
}
.cid-uUdiTT6v8G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUdiTT6v8G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUdiTT6v8G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUdiTT6v8G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUdiTT6v8G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUdiTT6v8G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUdiTT6v8G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUdiTT6v8G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUdiTT6v8G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUdiTT6v8G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uUdiTT6v8G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUdiTT6v8G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUdiTT6v8G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUdiTT6v8G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUdiTT6v8G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUdiTT6v8G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUdiTT6v8G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUdiTT6v8G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUdiTT6v8G .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUdiTT6v8G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUdiTT6v8G .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-uUdiTT6v8G .navbar {
    height: 70px;
  }
  .cid-uUdiTT6v8G .navbar.opened {
    height: auto;
  }
  .cid-uUdiTT6v8G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUdiTTuwSL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uUdiTTuwSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdiTTuwSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdiTTuwSL .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uUdiTTuwSL .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uUdiTTuwSL.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uUdiTTuwSL .row {
  position: relative;
  z-index: 3;
}
.cid-uUdiTTuwSL .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uUdiTTuwSL .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUdiTTuwSL .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uUdiTTuwSL .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uUdiTTuwSL .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uUdiTTuwSL .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uUdiTTuwSL .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uUdiTTuwSL .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uUdiTTuwSL .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uUdiTTR21Z {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUdiTTR21Z .image-block {
  margin: auto;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.cid-uUdiTTR21Z .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uUdiTTR21Z .image-block:hover:before {
  opacity: 0;
}
.cid-uUdiTTR21Z .image-block:hover .wrap {
  opacity: 1;
}
.cid-uUdiTTR21Z .image-block:hover img {
  transform: scale(1.05);
}
.cid-uUdiTTR21Z h4 {
  letter-spacing: 2px;
}
.cid-uUdiTTR21Z figcaption {
  position: relative;
}
.cid-uUdiTTR21Z figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uUdiTTR21Z img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uUdiTTR21Z .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uUdiTTR21Z .wrap {
    opacity: 1!important;
  }
  .cid-uUdiTTR21Z .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uUdiTUhKH4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUdiTUhKH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdiTUhKH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUdiTUhKH4 .container {
    padding: 0 30px;
  }
}
.cid-uUdiTUhKH4 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uUdiTUhKH4 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUdiTUhKH4 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUdiTUhKH4 .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uUdiTUhKH4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUdiTUhKH4 .mbr-section-title {
  color: #ffffff;
}
.cid-uUdiTUhKH4 .mbr-text {
  color: #232323;
}
.cid-uUdiTUhKH4 .mbr-section-title,
.cid-uUdiTUhKH4 .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-uUdiTUUNDP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUdiTUUNDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdiTUUNDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uUdiTUUNDP .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uUdiTUUNDP .row {
    margin: 0;
  }
}
.cid-uUdiTUUNDP .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uUdiTUUNDP .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uUdiTUUNDP .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUdiTUUNDP .content-wrapper {
    padding: 24px;
  }
}
.cid-uUdiTUUNDP .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUdiTUUNDP .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uUdiTUUNDP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUdiTUUNDP .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uUdiTUUNDP .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uUdiTUUNDP .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uUdiTUUNDP .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUdiTUUNDP .items {
    border-top: 1px solid #000000;
  }
}
.cid-uUdiTUUNDP .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUdiTUUNDP .items .item {
    padding: 24px;
  }
}
.cid-uUdiTUUNDP .items .item:last-child {
  border: none;
}
.cid-uUdiTUUNDP .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uUdiTUUNDP .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uUdiTUUNDP .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uUdiTUUNDP .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uUdiTUUNDP .mbr-section-title {
  color: #F9F6E0;
}
.cid-uUdiTUUNDP .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uUdiTUUNDP .card-title {
  color: #F9F6E0;
}
.cid-uUdiTUUNDP .card-number {
  color: #E0B548;
}
.cid-uUdiTUUNDP .card-text {
  color: #232323;
}
.cid-uUdiTUUNDP .mbr-section-title,
.cid-uUdiTUUNDP .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uUdiTUUNDP .card-title,
.cid-uUdiTUUNDP .title-wrapper {
  color: #1f54d1;
}
.cid-uUdiTVwXsy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUdiTVwXsy .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uUdiTVwXsy .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uUdiTVwXsy .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uUdiTVwXsy .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uUdiTVwXsy ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uUdiTVwXsy li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uUdiTVwXsy li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uUdiTVwXsy img {
  width: 90%;
}
.cid-uUdiTVwXsy .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uUdiTVwXsy .b {
  max-width: 598px;
}
.cid-uUdiTVwXsy .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uUdiTVwXsy .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uUdiTVwXsy .t {
    padding-top: 90px;
  }
  .cid-uUdiTVwXsy .b {
    max-width: initial;
  }
  .cid-uUdiTVwXsy .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uUdiTVwXsy .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uUdiTVwXsy .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uUdiTVwXsy .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uUdiTVwXsy .btn {
  margin-top: 20px;
}
.cid-uUdiTVwXsy .t {
  max-width: 542px;
}
.cid-uUdiTVWMYb {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUdiTVWMYb .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uUdiTVWMYb .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uUdiTVWMYb .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uUdiTVWMYb .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uUdiTVWMYb ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uUdiTVWMYb li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uUdiTVWMYb li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uUdiTVWMYb img {
  width: 90%;
}
.cid-uUdiTVWMYb .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uUdiTVWMYb .b {
  max-width: 598px;
}
.cid-uUdiTVWMYb .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uUdiTVWMYb .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uUdiTVWMYb .t {
    padding-top: 90px;
  }
  .cid-uUdiTVWMYb .b {
    max-width: initial;
  }
  .cid-uUdiTVWMYb .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uUdiTVWMYb .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uUdiTVWMYb .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uUdiTVWMYb .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uUdiTVWMYb .btn {
  margin-top: 20px;
}
.cid-uUdiTVWMYb .row {
  flex-direction: row-reverse;
}
.cid-uUdiTVWMYb .t {
  max-width: 542px;
}
.cid-uUdiTWkmzN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUdiTWkmzN .mbr-text {
  color: #716c80;
}
.cid-uUdiTWkmzN .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uUdiTWkmzN .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uUdiTWkmzN .card-wrapper:hover .ico2 {
  color: #3d67c8 !important;
}
.cid-uUdiTWkmzN .ico2 {
  color: #3d67c8 !important;
  transition: all 0.6s;
}
.cid-uUdiTWkmzN .text-info:hover {
  color: inherit!important;
}
.cid-uUdiTWkmzN .card-box {
  padding: 0rem 1rem;
}
.cid-uUdiTWkmzN .ico1 {
  font-size: 2.5rem !important;
}
.cid-uUdiTWkmzN h3,
.cid-uUdiTWkmzN h4 {
  padding: 0;
  margin: 0;
}
.cid-uUdiTWkmzN .card-title,
.cid-uUdiTWkmzN .card-img {
  color: #57468b;
}
.cid-uUdiTWkmzN .card-title {
  color: #1f54d1;
}
.cid-uUdiTWkmzN .card-img {
  width: auto;
}
.cid-uUdiTWkmzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdiTWkmzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdiTWNJoz {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uUdiTWNJoz .mbr-section-subtitle {
  color: #767676;
}
.cid-uUdiTWNJoz .container-table {
  margin: 0 auto;
}
.cid-uUdiTWNJoz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uUdiTWNJoz .dataTables_wrapper {
  display: block;
}
.cid-uUdiTWNJoz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uUdiTWNJoz table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uUdiTWNJoz table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-uUdiTWNJoz table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uUdiTWNJoz table td {
  border-top: 1px solid #cccccc;
}
.cid-uUdiTWNJoz table td:hover {
  color: #3d67c8;
}
.cid-uUdiTWNJoz table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-uUdiTWNJoz .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uUdiTWNJoz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uUdiTWNJoz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uUdiTWNJoz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uUdiTWNJoz .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uUdiTWNJoz .dataTables_filter {
    text-align: center;
  }
  .cid-uUdiTWNJoz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uUdiTWNJoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdiTWNJoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdiTWNJoz .mbr-section-title {
  color: #1f54d1;
}
.cid-uUdiTWNJoz .body-item {
  text-align: left;
}
.cid-uUdiTY24yw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUdiTY24yw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdiTY24yw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uUdiTY24yw .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uUdiTY24yw .row {
    margin: 0;
  }
}
.cid-uUdiTY24yw .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uUdiTY24yw .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uUdiTY24yw .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUdiTY24yw .content-wrapper {
    padding: 24px;
  }
}
.cid-uUdiTY24yw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUdiTY24yw .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uUdiTY24yw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUdiTY24yw .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uUdiTY24yw .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uUdiTY24yw .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uUdiTY24yw .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uUdiTY24yw .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uUdiTY24yw .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uUdiTY24yw .items .item {
    padding: 24px;
  }
}
.cid-uUdiTY24yw .items .item:last-child {
  border: none;
}
.cid-uUdiTY24yw .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uUdiTY24yw .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uUdiTY24yw .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uUdiTY24yw .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uUdiTY24yw .mbr-section-title {
  color: #F9F6E0;
}
.cid-uUdiTY24yw .mbr-text {
  color: #8c8c95;
  text-align: right;
}
.cid-uUdiTY24yw .card-title {
  color: #F9F6E0;
}
.cid-uUdiTY24yw .card-number {
  color: #E0B548;
}
.cid-uUdiTY24yw .card-text {
  color: #000000;
}
.cid-uUdiTY24yw .mbr-section-title,
.cid-uUdiTY24yw .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uUdiTY24yw .card-title,
.cid-uUdiTY24yw .title-wrapper {
  color: #000000;
}
.cid-uUdiTY24yw .card-number,
.cid-uUdiTY24yw .title-wrapper {
  color: #1f54d1;
}
.cid-uUdiTYKO0x {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uUdiTYKO0x .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUdiTYKO0x .container {
    padding: 0 12px;
  }
}
.cid-uUdiTYKO0x .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUdiTYKO0x .social-row .soc-item {
  margin: 8px;
}
.cid-uUdiTYKO0x .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUdiTYKO0x .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUdiTYKO0x .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uUdiTYKO0x .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUdiTYKO0x .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUdiTYKO0x .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUdiTYKO0x .header-menu li p {
  margin: 0;
}
.cid-uUdiTYKO0x .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUdiTYKO0x .mbr-section-title {
  color: #ffffff;
}
.cid-uUdjOkgY45 .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uUdjOkgY45 {
    flex-wrap: wrap;
  }
  .cid-uUdjOkgY45 .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uUdjOkgY45 .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uUdjOkgY45 .dropdown:hover > .dropdown-menu,
  .cid-uUdjOkgY45 .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uUdjOkgY45 .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uUdjOkgY45 .dropdown-submenu:hover,
  .cid-uUdjOkgY45 .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uUdjOkgY45 .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uUdjOkgY45 .dropdown:hover > .dropdown-toggle::after,
  .cid-uUdjOkgY45 .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uUdjOkgY45 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uUdjOkgY45 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uUdjOkgY45 .btn {
  padding: 0.3rem 2rem;
}
.cid-uUdjOkgY45 .nav-link {
  position: relative;
}
.cid-uUdjOkgY45 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uUdjOkgY45 .nav-link:hover:before {
  width: 100%;
}
.cid-uUdjOkgY45 .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-uUdjOkgY45 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUdjOkgY45 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUdjOkgY45 .dropdown-item:hover,
.cid-uUdjOkgY45 .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uUdjOkgY45 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUdjOkgY45 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUdjOkgY45 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uUdjOkgY45 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUdjOkgY45 .container {
  display: flex;
  margin: auto;
}
.cid-uUdjOkgY45 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUdjOkgY45 .dropdown-menu,
.cid-uUdjOkgY45 .navbar.opened {
  background: #000000 !important;
}
.cid-uUdjOkgY45 .nav-item:focus,
.cid-uUdjOkgY45 .nav-link:focus {
  outline: none;
}
.cid-uUdjOkgY45 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUdjOkgY45 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUdjOkgY45 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUdjOkgY45 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUdjOkgY45 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUdjOkgY45 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUdjOkgY45 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uUdjOkgY45 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uUdjOkgY45 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUdjOkgY45 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUdjOkgY45 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUdjOkgY45 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uUdjOkgY45 .navbar.collapsed {
  justify-content: center;
}
.cid-uUdjOkgY45 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUdjOkgY45 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUdjOkgY45 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uUdjOkgY45 .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uUdjOkgY45 .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uUdjOkgY45 .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uUdjOkgY45 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUdjOkgY45 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUdjOkgY45 .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-uUdjOkgY45 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUdjOkgY45 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUdjOkgY45 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUdjOkgY45 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUdjOkgY45 .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uUdjOkgY45 .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uUdjOkgY45 .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uUdjOkgY45 .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uUdjOkgY45 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUdjOkgY45 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUdjOkgY45 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUdjOkgY45 .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-uUdjOkgY45 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUdjOkgY45 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUdjOkgY45 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUdjOkgY45 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUdjOkgY45 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUdjOkgY45 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUdjOkgY45 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUdjOkgY45 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUdjOkgY45 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUdjOkgY45 .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-uUdjOkgY45 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUdjOkgY45 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUdjOkgY45 .dropdown-item.active,
.cid-uUdjOkgY45 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUdjOkgY45 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUdjOkgY45 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUdjOkgY45 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUdjOkgY45 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUdjOkgY45 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUdjOkgY45 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUdjOkgY45 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUdjOkgY45 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUdjOkgY45 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUdjOkgY45 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uUdjOkgY45 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUdjOkgY45 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUdjOkgY45 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUdjOkgY45 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUdjOkgY45 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUdjOkgY45 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUdjOkgY45 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUdjOkgY45 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUdjOkgY45 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUdjOkgY45 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUdjOkgY45 .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-uUdjOkgY45 .navbar {
    height: 70px;
  }
  .cid-uUdjOkgY45 .navbar.opened {
    height: auto;
  }
  .cid-uUdjOkgY45 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUdjOkEkDf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uUdjOkEkDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdjOkEkDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdjOkEkDf .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uUdjOkEkDf .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uUdjOkEkDf.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uUdjOkEkDf .row {
  position: relative;
  z-index: 3;
}
.cid-uUdjOkEkDf .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uUdjOkEkDf .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUdjOkEkDf .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uUdjOkEkDf .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uUdjOkEkDf .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uUdjOkEkDf .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uUdjOkEkDf .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uUdjOkEkDf .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uUdjOkEkDf .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uUdjOl48OQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUdjOl48OQ .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.cid-uUdjOl48OQ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uUdjOl48OQ .image-block:hover:before {
  opacity: 0;
}
.cid-uUdjOl48OQ .image-block:hover .wrap {
  opacity: 1;
}
.cid-uUdjOl48OQ .image-block:hover img {
  transform: scale(1.05);
}
.cid-uUdjOl48OQ h4 {
  letter-spacing: 2px;
}
.cid-uUdjOl48OQ figcaption {
  position: relative;
}
.cid-uUdjOl48OQ figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uUdjOl48OQ img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uUdjOl48OQ .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uUdjOl48OQ .wrap {
    opacity: 1!important;
  }
  .cid-uUdjOl48OQ .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uUdjOlskA1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUdjOlskA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdjOlskA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUdjOlskA1 .container {
    padding: 0 30px;
  }
}
.cid-uUdjOlskA1 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uUdjOlskA1 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUdjOlskA1 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUdjOlskA1 .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uUdjOlskA1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUdjOlskA1 .mbr-section-title {
  color: #ffffff;
}
.cid-uUdjOlskA1 .mbr-text {
  color: #232323;
}
.cid-uUdjOlskA1 .mbr-section-title,
.cid-uUdjOlskA1 .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-uUdjOlN6PY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/sibc4-2000x901.png");
}
.cid-uUdjOlN6PY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uUdjOlN6PY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdjOlN6PY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdjOlN6PY .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uUdjOlN6PY .image-wrap {
    height: 300px;
  }
}
.cid-uUdjOm7gZr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUdjOm7gZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdjOm7gZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uUdjOm7gZr .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uUdjOm7gZr .row {
    margin: 0;
  }
}
.cid-uUdjOm7gZr .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uUdjOm7gZr .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uUdjOm7gZr .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUdjOm7gZr .content-wrapper {
    padding: 24px;
  }
}
.cid-uUdjOm7gZr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUdjOm7gZr .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uUdjOm7gZr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUdjOm7gZr .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uUdjOm7gZr .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uUdjOm7gZr .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uUdjOm7gZr .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUdjOm7gZr .items {
    border-top: 1px solid #000000;
  }
}
.cid-uUdjOm7gZr .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUdjOm7gZr .items .item {
    padding: 24px;
  }
}
.cid-uUdjOm7gZr .items .item:last-child {
  border: none;
}
.cid-uUdjOm7gZr .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uUdjOm7gZr .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uUdjOm7gZr .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uUdjOm7gZr .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uUdjOm7gZr .mbr-section-title {
  color: #F9F6E0;
}
.cid-uUdjOm7gZr .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uUdjOm7gZr .card-title {
  color: #F9F6E0;
}
.cid-uUdjOm7gZr .card-number {
  color: #E0B548;
}
.cid-uUdjOm7gZr .card-text {
  color: #232323;
}
.cid-uUdjOm7gZr .mbr-section-title,
.cid-uUdjOm7gZr .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uUdjOm7gZr .card-title,
.cid-uUdjOm7gZr .title-wrapper {
  color: #1f54d1;
}
.cid-uUdjOmK3QU {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uUdjOmK3QU .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uUdjOmK3QU .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uUdjOmK3QU .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uUdjOmK3QU .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uUdjOmK3QU ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uUdjOmK3QU li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uUdjOmK3QU li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uUdjOmK3QU img {
  width: 90%;
}
.cid-uUdjOmK3QU .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uUdjOmK3QU .b {
  max-width: 598px;
}
.cid-uUdjOmK3QU .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uUdjOmK3QU .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uUdjOmK3QU .t {
    padding-top: 90px;
  }
  .cid-uUdjOmK3QU .b {
    max-width: initial;
  }
  .cid-uUdjOmK3QU .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uUdjOmK3QU .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uUdjOmK3QU .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uUdjOmK3QU .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uUdjOmK3QU .btn {
  margin-top: 20px;
}
.cid-uUdjOmK3QU .t {
  max-width: 542px;
}
.cid-uUdjOn7Ok1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUdjOn7Ok1 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uUdjOn7Ok1 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uUdjOn7Ok1 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uUdjOn7Ok1 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uUdjOn7Ok1 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uUdjOn7Ok1 li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uUdjOn7Ok1 li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uUdjOn7Ok1 img {
  width: 90%;
}
.cid-uUdjOn7Ok1 .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uUdjOn7Ok1 .b {
  max-width: 598px;
}
.cid-uUdjOn7Ok1 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uUdjOn7Ok1 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uUdjOn7Ok1 .t {
    padding-top: 90px;
  }
  .cid-uUdjOn7Ok1 .b {
    max-width: initial;
  }
  .cid-uUdjOn7Ok1 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uUdjOn7Ok1 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uUdjOn7Ok1 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uUdjOn7Ok1 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uUdjOn7Ok1 .btn {
  margin-top: 20px;
}
.cid-uUdjOn7Ok1 .row {
  flex-direction: row-reverse;
}
.cid-uUdjOn7Ok1 .t {
  max-width: 542px;
}
.cid-uUdjOnwVOE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUdjOnwVOE .mbr-text {
  color: #716c80;
}
.cid-uUdjOnwVOE .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uUdjOnwVOE .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uUdjOnwVOE .card-wrapper:hover .ico2 {
  color: #3d67c8 !important;
}
.cid-uUdjOnwVOE .ico2 {
  color: #3d67c8 !important;
  transition: all 0.6s;
}
.cid-uUdjOnwVOE .text-info:hover {
  color: inherit!important;
}
.cid-uUdjOnwVOE .card-box {
  padding: 0rem 1rem;
}
.cid-uUdjOnwVOE .ico1 {
  font-size: 2.5rem !important;
}
.cid-uUdjOnwVOE h3,
.cid-uUdjOnwVOE h4 {
  padding: 0;
  margin: 0;
}
.cid-uUdjOnwVOE .card-title,
.cid-uUdjOnwVOE .card-img {
  color: #57468b;
}
.cid-uUdjOnwVOE .card-title {
  color: #1f54d1;
}
.cid-uUdjOnwVOE .card-img {
  width: auto;
}
.cid-uUdjOnwVOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdjOnwVOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdjOnYZ96 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uUdjOnYZ96 .mbr-section-subtitle {
  color: #767676;
}
.cid-uUdjOnYZ96 .container-table {
  margin: 0 auto;
}
.cid-uUdjOnYZ96 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uUdjOnYZ96 .dataTables_wrapper {
  display: block;
}
.cid-uUdjOnYZ96 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uUdjOnYZ96 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uUdjOnYZ96 table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-uUdjOnYZ96 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uUdjOnYZ96 table td {
  border-top: 1px solid #cccccc;
}
.cid-uUdjOnYZ96 table td:hover {
  color: #3d67c8;
}
.cid-uUdjOnYZ96 table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-uUdjOnYZ96 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uUdjOnYZ96 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uUdjOnYZ96 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uUdjOnYZ96 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uUdjOnYZ96 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uUdjOnYZ96 .dataTables_filter {
    text-align: center;
  }
  .cid-uUdjOnYZ96 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uUdjOnYZ96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdjOnYZ96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdjOnYZ96 .mbr-section-title {
  color: #1f54d1;
}
.cid-uUdjOnYZ96 .body-item {
  text-align: left;
}
.cid-uUdC5NGPXq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUdC5NGPXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdC5NGPXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uUdC5NGPXq .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uUdC5NGPXq .row {
    margin: 0;
  }
}
.cid-uUdC5NGPXq .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uUdC5NGPXq .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uUdC5NGPXq .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUdC5NGPXq .content-wrapper {
    padding: 24px;
  }
}
.cid-uUdC5NGPXq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUdC5NGPXq .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uUdC5NGPXq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUdC5NGPXq .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uUdC5NGPXq .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uUdC5NGPXq .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uUdC5NGPXq .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUdC5NGPXq .items {
    border-top: 1px solid #000000;
  }
}
.cid-uUdC5NGPXq .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUdC5NGPXq .items .item {
    padding: 24px;
  }
}
.cid-uUdC5NGPXq .items .item:last-child {
  border: none;
}
.cid-uUdC5NGPXq .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uUdC5NGPXq .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uUdC5NGPXq .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uUdC5NGPXq .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uUdC5NGPXq .mbr-section-title {
  color: #F9F6E0;
}
.cid-uUdC5NGPXq .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uUdC5NGPXq .card-title {
  color: #F9F6E0;
}
.cid-uUdC5NGPXq .card-number {
  color: #E0B548;
}
.cid-uUdC5NGPXq .card-text {
  color: #232323;
}
.cid-uUdC5NGPXq .mbr-section-title,
.cid-uUdC5NGPXq .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uUdC5NGPXq .card-title,
.cid-uUdC5NGPXq .title-wrapper {
  color: #1f54d1;
}
.cid-uUdjOpSEaw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uUdjOpSEaw .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUdjOpSEaw .container {
    padding: 0 12px;
  }
}
.cid-uUdjOpSEaw .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUdjOpSEaw .social-row .soc-item {
  margin: 8px;
}
.cid-uUdjOpSEaw .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUdjOpSEaw .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUdjOpSEaw .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uUdjOpSEaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUdjOpSEaw .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUdjOpSEaw .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUdjOpSEaw .header-menu li p {
  margin: 0;
}
.cid-uUdjOpSEaw .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUdjOpSEaw .mbr-section-title {
  color: #ffffff;
}
.cid-uUeocWbtHP .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uUeocWbtHP {
    flex-wrap: wrap;
  }
  .cid-uUeocWbtHP .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uUeocWbtHP .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uUeocWbtHP .dropdown:hover > .dropdown-menu,
  .cid-uUeocWbtHP .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uUeocWbtHP .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uUeocWbtHP .dropdown-submenu:hover,
  .cid-uUeocWbtHP .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uUeocWbtHP .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uUeocWbtHP .dropdown:hover > .dropdown-toggle::after,
  .cid-uUeocWbtHP .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uUeocWbtHP .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uUeocWbtHP .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uUeocWbtHP .btn {
  padding: 0.3rem 2rem;
}
.cid-uUeocWbtHP .nav-link {
  position: relative;
}
.cid-uUeocWbtHP .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uUeocWbtHP .nav-link:hover:before {
  width: 100%;
}
.cid-uUeocWbtHP .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-uUeocWbtHP .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUeocWbtHP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUeocWbtHP .dropdown-item:hover,
.cid-uUeocWbtHP .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uUeocWbtHP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUeocWbtHP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUeocWbtHP .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uUeocWbtHP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUeocWbtHP .container {
  display: flex;
  margin: auto;
}
.cid-uUeocWbtHP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUeocWbtHP .dropdown-menu,
.cid-uUeocWbtHP .navbar.opened {
  background: #000000 !important;
}
.cid-uUeocWbtHP .nav-item:focus,
.cid-uUeocWbtHP .nav-link:focus {
  outline: none;
}
.cid-uUeocWbtHP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUeocWbtHP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUeocWbtHP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUeocWbtHP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUeocWbtHP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUeocWbtHP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUeocWbtHP .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uUeocWbtHP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uUeocWbtHP .navbar.opened {
  transition: all 0.3s;
}
.cid-uUeocWbtHP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUeocWbtHP .navbar .navbar-logo img {
  width: auto;
}
.cid-uUeocWbtHP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uUeocWbtHP .navbar.collapsed {
  justify-content: center;
}
.cid-uUeocWbtHP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUeocWbtHP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUeocWbtHP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uUeocWbtHP .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uUeocWbtHP .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uUeocWbtHP .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uUeocWbtHP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUeocWbtHP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUeocWbtHP .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-uUeocWbtHP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUeocWbtHP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUeocWbtHP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUeocWbtHP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUeocWbtHP .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uUeocWbtHP .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uUeocWbtHP .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uUeocWbtHP .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uUeocWbtHP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUeocWbtHP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUeocWbtHP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUeocWbtHP .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-uUeocWbtHP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUeocWbtHP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUeocWbtHP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUeocWbtHP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUeocWbtHP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUeocWbtHP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUeocWbtHP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUeocWbtHP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUeocWbtHP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUeocWbtHP .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-uUeocWbtHP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUeocWbtHP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUeocWbtHP .dropdown-item.active,
.cid-uUeocWbtHP .dropdown-item:active {
  background-color: transparent;
}
.cid-uUeocWbtHP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUeocWbtHP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUeocWbtHP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUeocWbtHP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUeocWbtHP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUeocWbtHP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUeocWbtHP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUeocWbtHP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUeocWbtHP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUeocWbtHP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uUeocWbtHP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUeocWbtHP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUeocWbtHP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUeocWbtHP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUeocWbtHP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUeocWbtHP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUeocWbtHP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUeocWbtHP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUeocWbtHP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUeocWbtHP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUeocWbtHP .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-uUeocWbtHP .navbar {
    height: 70px;
  }
  .cid-uUeocWbtHP .navbar.opened {
    height: auto;
  }
  .cid-uUeocWbtHP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUeocWDN6T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUeocWDN6T .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uUeocWDN6T .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uUeocWDN6T .mbr-section-title {
  color: #131313;
}
.cid-uUeocWDN6T .mbr-section-title a {
  pointer-events: none;
}
.cid-uUeocWDN6T .mbr-section-subtitle {
  margin-top: 12px;
  color: #131313;
}
.cid-uUeocWDN6T .card-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: nowrap;
  gap: 8%;
  padding-bottom: 40px;
  border-bottom: 2px solid #7198f4;
}
@media (max-width: 991px) {
  .cid-uUeocWDN6T .card-row {
    gap: 5px;
    padding: 0 10px 15px;
    overflow: visible;
    -webkit-overflow-scrolling: auto;
    scroll-snap-type: none;
  }
}
.cid-uUeocWDN6T .card {
  transition: all 0.3s;
  opacity: 0.5;
  flex: 0 0 auto;
  width: 14%;
  max-width: none;
  padding: 0 !important;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uUeocWDN6T .card {
    width: calc(29.33%);
    margin: 0 2px !important;
    padding: 5px !important;
  }
}
@media (max-width: 767px) {
  .cid-uUeocWDN6T .card {
    width: calc(30.33%);
  }
}
@media (max-width: 575px) {
  .cid-uUeocWDN6T .card {
    width: calc(31.33%);
  }
}
.cid-uUeocWDN6T .card:hover {
  opacity: 1;
}
.cid-uUeocWDN6T .card.active {
  opacity: 1;
}
.cid-uUeocWDN6T .card img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uUeocWDN6T .card img {
    max-height: 12vw;
    transform: scale(0.9);
  }
}
@media (max-width: 767px) {
  .cid-uUeocWDN6T .card img {
    max-height: 14vw;
    transform: scale(0.85);
  }
}
@media (max-width: 575px) {
  .cid-uUeocWDN6T .card img {
    max-height: 16vw;
    transform: scale(0.8);
  }
}
.cid-v161madHul {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v161madHul .item-wrapper {
  display: inline-flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-v161madHul .item-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.cid-v161madHul h4 {
  padding-right: 2rem;
  font-weight: 500;
  font-size: 1.2em;
  transition: all 0.3s;
}
.cid-v161madHul h4 a:hover {
  color: #3d67c8 !important;
}
@media (max-width: 767px) {
  .cid-v161madHul h4 {
    padding-right: 0rem;
    font-size: 1.1em;
  }
}
.cid-v161madHul .text-green {
  color: #9ACD32 !important;
}
.cid-v161madHul .mbr-section-item {
  text-align: center;
  color: #393193;
  font-size: 2em;
}
.cid-v161madHul .mbr-section-title,
.cid-v161madHul .mbr-section-btn,
.cid-v161madHul .align-wrapper {
  text-align: left;
  font-size: 1.1em;
}
.cid-v161madHul .mbr-fallback-image.disabled {
  display: none;
}
.cid-v161madHul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1024px) {
  .cid-v161madHul {
    font-size: 1.05rem;
  }
}
@media (max-width: 480px) {
  .cid-v161madHul {
    font-size: 1rem;
  }
  .cid-v161madHul .mbr-section-title,
  .cid-v161madHul .mbr-section-btn,
  .cid-v161madHul .align-wrapper {
    font-size: 1.05em;
  }
}
.cid-uUeocXzoZp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUeocXzoZp .underline .line {
  width: 2rem;
  height: 1px;
  background: #1f54d1;
  display: inline-block;
}
.cid-uUeocXzoZp .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUeocXzoZp .title {
    width: 100% !important;
  }
}
.cid-uUeocXzoZp .mbr-section-title {
  color: #1f54d1;
}
.cid-uUeocXWLKl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUeocXWLKl .item:focus,
.cid-uUeocXWLKl span:focus {
  outline: none;
}
.cid-uUeocXWLKl .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uUeocXWLKl .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uUeocXWLKl .item-subtitle {
  margin-bottom: 12px;
}
.cid-uUeocXWLKl .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  will-change: transform;
  height: 500px;
}
.cid-uUeocXWLKl .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uUeocXWLKl .item-content {
  padding: 0 1.5rem;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-uUeocXWLKl .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUeocXWLKl .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUeocXWLKl .mbr-section-btn .btn-secondary-outline .active,
.cid-uUeocXWLKl .mbr-section-btn .btn-secondary-outline:focus {
  color: #3d67c8 !important;
}
.cid-uUeocXWLKl .item-img {
  overflow: hidden;
  width: calc(100% - 120px);
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-uUeocXWLKl .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uUeocXWLKl .item-content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-uUeocXWLKl .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-uUeocXWLKl .item-img {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  .cid-uUeocXWLKl .item-img img {
    max-height: 300px;
  }
  .cid-uUeocXWLKl .item-content {
    position: static;
    padding: 0;
    width: 100%;
    max-width: none ;
    height: auto;
  }
  .cid-uUeocXWLKl .item-wrapper {
    height: auto;
  }
}
.cid-uUeocYqXtr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUeocYqXtr .underline .line {
  width: 2rem;
  height: 1px;
  background: #1f54d1;
  display: inline-block;
}
.cid-uUeocYqXtr .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUeocYqXtr .title {
    width: 100% !important;
  }
}
.cid-uUeocYqXtr .mbr-section-title {
  color: #1f54d1;
}
.cid-uUeocYOfBn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUeocYOfBn .item:focus,
.cid-uUeocYOfBn span:focus {
  outline: none;
}
.cid-uUeocYOfBn .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uUeocYOfBn .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uUeocYOfBn .item-subtitle {
  margin-bottom: 12px;
}
.cid-uUeocYOfBn .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  will-change: transform;
  height: 500px;
}
.cid-uUeocYOfBn .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uUeocYOfBn .item-content {
  padding: 0 1.5rem;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-uUeocYOfBn .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUeocYOfBn .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUeocYOfBn .mbr-section-btn .btn-secondary-outline .active,
.cid-uUeocYOfBn .mbr-section-btn .btn-secondary-outline:focus {
  color: #3d67c8 !important;
}
.cid-uUeocYOfBn .item-img {
  overflow: hidden;
  width: calc(100% - 120px);
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-uUeocYOfBn .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uUeocYOfBn .item-content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-uUeocYOfBn .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-uUeocYOfBn .item-img {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  .cid-uUeocYOfBn .item-img img {
    max-height: 300px;
  }
  .cid-uUeocYOfBn .item-content {
    position: static;
    padding: 0;
    width: 100%;
    max-width: none ;
    height: auto;
  }
  .cid-uUeocYOfBn .item-wrapper {
    height: auto;
  }
}
.cid-uUeocZmXER {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUeocZmXER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeocZmXER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uUeocZmXER .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uUeocZmXER .row {
    margin: 0;
  }
}
.cid-uUeocZmXER .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uUeocZmXER .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uUeocZmXER .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUeocZmXER .content-wrapper {
    padding: 24px;
  }
}
.cid-uUeocZmXER .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUeocZmXER .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uUeocZmXER .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUeocZmXER .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uUeocZmXER .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uUeocZmXER .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uUeocZmXER .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUeocZmXER .items {
    border-top: 1px solid #000000;
  }
}
.cid-uUeocZmXER .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUeocZmXER .items .item {
    padding: 24px;
  }
}
.cid-uUeocZmXER .items .item:last-child {
  border: none;
}
.cid-uUeocZmXER .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uUeocZmXER .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uUeocZmXER .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uUeocZmXER .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uUeocZmXER .mbr-section-title {
  color: #F9F6E0;
}
.cid-uUeocZmXER .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uUeocZmXER .card-title {
  color: #F9F6E0;
}
.cid-uUeocZmXER .card-number {
  color: #E0B548;
}
.cid-uUeocZmXER .card-text {
  color: #232323;
}
.cid-uUeocZmXER .mbr-section-title,
.cid-uUeocZmXER .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uUeocZmXER .card-title,
.cid-uUeocZmXER .title-wrapper {
  color: #1f54d1;
}
.cid-uUeocZRENn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uUeocZRENn .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUeocZRENn .container {
    padding: 0 12px;
  }
}
.cid-uUeocZRENn .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUeocZRENn .social-row .soc-item {
  margin: 8px;
}
.cid-uUeocZRENn .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUeocZRENn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUeocZRENn .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uUeocZRENn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUeocZRENn .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUeocZRENn .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUeocZRENn .header-menu li p {
  margin: 0;
}
.cid-uUeocZRENn .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUeocZRENn .mbr-section-title {
  color: #ffffff;
}
.cid-uTyAsdnruL .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uTyAsdnruL {
    flex-wrap: wrap;
  }
  .cid-uTyAsdnruL .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uTyAsdnruL .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uTyAsdnruL .dropdown:hover > .dropdown-menu,
  .cid-uTyAsdnruL .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uTyAsdnruL .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uTyAsdnruL .dropdown-submenu:hover,
  .cid-uTyAsdnruL .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uTyAsdnruL .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uTyAsdnruL .dropdown:hover > .dropdown-toggle::after,
  .cid-uTyAsdnruL .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uTyAsdnruL .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uTyAsdnruL .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uTyAsdnruL .btn {
  padding: 0.3rem 2rem;
}
.cid-uTyAsdnruL .nav-link {
  position: relative;
}
.cid-uTyAsdnruL .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uTyAsdnruL .nav-link:hover:before {
  width: 100%;
}
.cid-uTyAsdnruL .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-uTyAsdnruL .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTyAsdnruL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTyAsdnruL .dropdown-item:hover,
.cid-uTyAsdnruL .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uTyAsdnruL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTyAsdnruL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTyAsdnruL .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uTyAsdnruL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTyAsdnruL .container {
  display: flex;
  margin: auto;
}
.cid-uTyAsdnruL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTyAsdnruL .dropdown-menu,
.cid-uTyAsdnruL .navbar.opened {
  background: #000000 !important;
}
.cid-uTyAsdnruL .nav-item:focus,
.cid-uTyAsdnruL .nav-link:focus {
  outline: none;
}
.cid-uTyAsdnruL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTyAsdnruL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTyAsdnruL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTyAsdnruL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTyAsdnruL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTyAsdnruL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTyAsdnruL .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uTyAsdnruL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uTyAsdnruL .navbar.opened {
  transition: all 0.3s;
}
.cid-uTyAsdnruL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTyAsdnruL .navbar .navbar-logo img {
  width: auto;
}
.cid-uTyAsdnruL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uTyAsdnruL .navbar.collapsed {
  justify-content: center;
}
.cid-uTyAsdnruL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTyAsdnruL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTyAsdnruL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uTyAsdnruL .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uTyAsdnruL .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uTyAsdnruL .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uTyAsdnruL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTyAsdnruL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTyAsdnruL .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-uTyAsdnruL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTyAsdnruL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTyAsdnruL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTyAsdnruL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTyAsdnruL .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uTyAsdnruL .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uTyAsdnruL .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uTyAsdnruL .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uTyAsdnruL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTyAsdnruL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTyAsdnruL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTyAsdnruL .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-uTyAsdnruL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTyAsdnruL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTyAsdnruL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTyAsdnruL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTyAsdnruL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTyAsdnruL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTyAsdnruL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTyAsdnruL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTyAsdnruL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTyAsdnruL .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-uTyAsdnruL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTyAsdnruL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTyAsdnruL .dropdown-item.active,
.cid-uTyAsdnruL .dropdown-item:active {
  background-color: transparent;
}
.cid-uTyAsdnruL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTyAsdnruL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTyAsdnruL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTyAsdnruL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uTyAsdnruL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTyAsdnruL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTyAsdnruL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTyAsdnruL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTyAsdnruL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTyAsdnruL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uTyAsdnruL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTyAsdnruL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTyAsdnruL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTyAsdnruL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTyAsdnruL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTyAsdnruL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTyAsdnruL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTyAsdnruL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTyAsdnruL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTyAsdnruL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTyAsdnruL .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-uTyAsdnruL .navbar {
    height: 70px;
  }
  .cid-uTyAsdnruL .navbar.opened {
    height: auto;
  }
  .cid-uTyAsdnruL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTyAsdKrnC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTyAsdKrnC .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uTyAsdKrnC .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uTyAsdKrnC .mbr-section-title {
  color: #131313;
}
.cid-uTyAsdKrnC .mbr-section-title a {
  pointer-events: none;
}
.cid-uTyAsdKrnC .mbr-section-subtitle {
  margin-top: 12px;
  color: #131313;
}
.cid-uTyAsdKrnC .card-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: nowrap;
  gap: 8%;
  padding-bottom: 40px;
  border-bottom: 2px solid #7198f4;
}
@media (max-width: 991px) {
  .cid-uTyAsdKrnC .card-row {
    gap: 5px;
    padding: 0 10px 15px;
    overflow: visible;
    -webkit-overflow-scrolling: auto;
    scroll-snap-type: none;
  }
}
.cid-uTyAsdKrnC .card {
  transition: all 0.3s;
  opacity: 0.5;
  flex: 0 0 auto;
  width: 14%;
  max-width: none;
  padding: 0 !important;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uTyAsdKrnC .card {
    width: calc(29.33%);
    margin: 0 2px !important;
    padding: 5px !important;
  }
}
@media (max-width: 767px) {
  .cid-uTyAsdKrnC .card {
    width: calc(30.33%);
  }
}
@media (max-width: 575px) {
  .cid-uTyAsdKrnC .card {
    width: calc(31.33%);
  }
}
.cid-uTyAsdKrnC .card:hover {
  opacity: 1;
}
.cid-uTyAsdKrnC .card.active {
  opacity: 1;
}
.cid-uTyAsdKrnC .card img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uTyAsdKrnC .card img {
    max-height: 12vw;
    transform: scale(0.9);
  }
}
@media (max-width: 767px) {
  .cid-uTyAsdKrnC .card img {
    max-height: 14vw;
    transform: scale(0.85);
  }
}
@media (max-width: 575px) {
  .cid-uTyAsdKrnC .card img {
    max-height: 16vw;
    transform: scale(0.8);
  }
}
.cid-uUkPlX0BdL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUkPlX0BdL .item-wrapper {
  display: inline-flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uUkPlX0BdL .item-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.cid-uUkPlX0BdL h4 {
  padding-right: 2rem;
  font-weight: 500;
  font-size: 1.2em;
  transition: all 0.3s;
}
.cid-uUkPlX0BdL h4 a:hover {
  color: #3d67c8 !important;
}
@media (max-width: 767px) {
  .cid-uUkPlX0BdL h4 {
    padding-right: 0rem;
    font-size: 1.1em;
  }
}
.cid-uUkPlX0BdL .hytera-link:hover {
  color: #9ACD32 !important;
}
.cid-uUkPlX0BdL .mbr-section-item {
  text-align: center;
  color: #393193;
  font-size: 2em;
}
.cid-uUkPlX0BdL .mbr-section-title,
.cid-uUkPlX0BdL .mbr-section-btn,
.cid-uUkPlX0BdL .align-wrapper {
  text-align: left;
  font-size: 1.1em;
}
.cid-uUkPlX0BdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUkPlX0BdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1024px) {
  .cid-uUkPlX0BdL {
    font-size: 1.05rem;
  }
}
@media (max-width: 480px) {
  .cid-uUkPlX0BdL {
    font-size: 1rem;
  }
  .cid-uUkPlX0BdL .mbr-section-title,
  .cid-uUkPlX0BdL .mbr-section-btn,
  .cid-uUkPlX0BdL .align-wrapper {
    font-size: 1.05em;
  }
}
.cid-uTyAse5EuJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTyAse5EuJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #1f54d1;
  display: inline-block;
}
.cid-uTyAse5EuJ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uTyAse5EuJ .title {
    width: 100% !important;
  }
}
.cid-uTyAse5EuJ .mbr-section-title {
  color: #1f54d1;
}
.cid-uTyAsenq1t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTyAsenq1t .item:focus,
.cid-uTyAsenq1t span:focus {
  outline: none;
}
.cid-uTyAsenq1t .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uTyAsenq1t .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTyAsenq1t .item-subtitle {
  margin-bottom: 12px;
}
.cid-uTyAsenq1t .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  will-change: transform;
  height: 500px;
}
.cid-uTyAsenq1t .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uTyAsenq1t .item-content {
  padding: 0 1.5rem;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-uTyAsenq1t .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uTyAsenq1t .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTyAsenq1t .mbr-section-btn .btn-secondary-outline .active,
.cid-uTyAsenq1t .mbr-section-btn .btn-secondary-outline:focus {
  color: #3d67c8 !important;
}
.cid-uTyAsenq1t .item-img {
  overflow: hidden;
  width: calc(100% - 120px);
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-uTyAsenq1t .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uTyAsenq1t .item-content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-uTyAsenq1t .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-uTyAsenq1t .item-img {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  .cid-uTyAsenq1t .item-img img {
    max-height: 300px;
  }
  .cid-uTyAsenq1t .item-content {
    position: static;
    padding: 0;
    width: 100%;
    max-width: none ;
    height: auto;
  }
  .cid-uTyAsenq1t .item-wrapper {
    height: auto;
  }
}
.cid-uTyAsfeHzP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTyAsfeHzP .underline .line {
  width: 2rem;
  height: 1px;
  background: #1f54d1;
  display: inline-block;
}
.cid-uTyAsfeHzP .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uTyAsfeHzP .title {
    width: 100% !important;
  }
}
.cid-uTyAsfeHzP .mbr-section-title {
  color: #1f54d1;
}
.cid-uTyAsfAEvA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTyAsfAEvA .item:focus,
.cid-uTyAsfAEvA span:focus {
  outline: none;
}
.cid-uTyAsfAEvA .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uTyAsfAEvA .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTyAsfAEvA .item-subtitle {
  margin-bottom: 12px;
}
.cid-uTyAsfAEvA .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  will-change: transform;
  height: 500px;
}
.cid-uTyAsfAEvA .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uTyAsfAEvA .item-content {
  padding: 0 1.5rem;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-uTyAsfAEvA .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uTyAsfAEvA .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTyAsfAEvA .mbr-section-btn .btn-secondary-outline .active,
.cid-uTyAsfAEvA .mbr-section-btn .btn-secondary-outline:focus {
  color: #3d67c8 !important;
}
.cid-uTyAsfAEvA .item-img {
  overflow: hidden;
  width: calc(100% - 120px);
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-uTyAsfAEvA .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uTyAsfAEvA .item-content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-uTyAsfAEvA .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-uTyAsfAEvA .item-img {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  .cid-uTyAsfAEvA .item-img img {
    max-height: 300px;
  }
  .cid-uTyAsfAEvA .item-content {
    position: static;
    padding: 0;
    width: 100%;
    max-width: none ;
    height: auto;
  }
  .cid-uTyAsfAEvA .item-wrapper {
    height: auto;
  }
}
.cid-uUe3VDEr15 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUe3VDEr15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUe3VDEr15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uUe3VDEr15 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uUe3VDEr15 .row {
    margin: 0;
  }
}
.cid-uUe3VDEr15 .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uUe3VDEr15 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uUe3VDEr15 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUe3VDEr15 .content-wrapper {
    padding: 24px;
  }
}
.cid-uUe3VDEr15 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUe3VDEr15 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uUe3VDEr15 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUe3VDEr15 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uUe3VDEr15 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uUe3VDEr15 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uUe3VDEr15 .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUe3VDEr15 .items {
    border-top: 1px solid #000000;
  }
}
.cid-uUe3VDEr15 .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUe3VDEr15 .items .item {
    padding: 24px;
  }
}
.cid-uUe3VDEr15 .items .item:last-child {
  border: none;
}
.cid-uUe3VDEr15 .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uUe3VDEr15 .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uUe3VDEr15 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uUe3VDEr15 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uUe3VDEr15 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uUe3VDEr15 .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uUe3VDEr15 .card-title {
  color: #F9F6E0;
}
.cid-uUe3VDEr15 .card-number {
  color: #E0B548;
}
.cid-uUe3VDEr15 .card-text {
  color: #232323;
}
.cid-uUe3VDEr15 .mbr-section-title,
.cid-uUe3VDEr15 .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uUe3VDEr15 .card-title,
.cid-uUe3VDEr15 .title-wrapper {
  color: #1f54d1;
}
.cid-uTyAsg5qpV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uTyAsg5qpV .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uTyAsg5qpV .container {
    padding: 0 12px;
  }
}
.cid-uTyAsg5qpV .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTyAsg5qpV .social-row .soc-item {
  margin: 8px;
}
.cid-uTyAsg5qpV .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTyAsg5qpV .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uTyAsg5qpV .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uTyAsg5qpV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTyAsg5qpV .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTyAsg5qpV .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTyAsg5qpV .header-menu li p {
  margin: 0;
}
.cid-uTyAsg5qpV .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTyAsg5qpV .mbr-section-title {
  color: #ffffff;
}
.cid-uTW20ms39h .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uTW20ms39h {
    flex-wrap: wrap;
  }
  .cid-uTW20ms39h .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uTW20ms39h .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uTW20ms39h .dropdown:hover > .dropdown-menu,
  .cid-uTW20ms39h .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uTW20ms39h .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uTW20ms39h .dropdown-submenu:hover,
  .cid-uTW20ms39h .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uTW20ms39h .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uTW20ms39h .dropdown:hover > .dropdown-toggle::after,
  .cid-uTW20ms39h .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uTW20ms39h .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uTW20ms39h .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uTW20ms39h .btn {
  padding: 0.3rem 2rem;
}
.cid-uTW20ms39h .nav-link {
  position: relative;
}
.cid-uTW20ms39h .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uTW20ms39h .nav-link:hover:before {
  width: 100%;
}
.cid-uTW20ms39h .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-uTW20ms39h .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTW20ms39h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTW20ms39h .dropdown-item:hover,
.cid-uTW20ms39h .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uTW20ms39h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTW20ms39h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTW20ms39h .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uTW20ms39h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTW20ms39h .container {
  display: flex;
  margin: auto;
}
.cid-uTW20ms39h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTW20ms39h .dropdown-menu,
.cid-uTW20ms39h .navbar.opened {
  background: #000000 !important;
}
.cid-uTW20ms39h .nav-item:focus,
.cid-uTW20ms39h .nav-link:focus {
  outline: none;
}
.cid-uTW20ms39h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTW20ms39h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTW20ms39h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTW20ms39h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTW20ms39h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTW20ms39h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTW20ms39h .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uTW20ms39h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uTW20ms39h .navbar.opened {
  transition: all 0.3s;
}
.cid-uTW20ms39h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTW20ms39h .navbar .navbar-logo img {
  width: auto;
}
.cid-uTW20ms39h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uTW20ms39h .navbar.collapsed {
  justify-content: center;
}
.cid-uTW20ms39h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTW20ms39h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTW20ms39h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uTW20ms39h .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uTW20ms39h .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uTW20ms39h .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uTW20ms39h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTW20ms39h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTW20ms39h .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-uTW20ms39h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTW20ms39h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTW20ms39h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTW20ms39h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTW20ms39h .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uTW20ms39h .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uTW20ms39h .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uTW20ms39h .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uTW20ms39h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTW20ms39h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTW20ms39h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTW20ms39h .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-uTW20ms39h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTW20ms39h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTW20ms39h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTW20ms39h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTW20ms39h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTW20ms39h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTW20ms39h .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTW20ms39h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTW20ms39h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTW20ms39h .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-uTW20ms39h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTW20ms39h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTW20ms39h .dropdown-item.active,
.cid-uTW20ms39h .dropdown-item:active {
  background-color: transparent;
}
.cid-uTW20ms39h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTW20ms39h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTW20ms39h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTW20ms39h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uTW20ms39h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTW20ms39h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTW20ms39h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTW20ms39h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTW20ms39h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTW20ms39h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uTW20ms39h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTW20ms39h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTW20ms39h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTW20ms39h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTW20ms39h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTW20ms39h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTW20ms39h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTW20ms39h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTW20ms39h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTW20ms39h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTW20ms39h .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-uTW20ms39h .navbar {
    height: 70px;
  }
  .cid-uTW20ms39h .navbar.opened {
    height: auto;
  }
  .cid-uTW20ms39h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTW20nk322 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTW20nk322 .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uTW20nk322 .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uTW20nk322 .mbr-section-title {
  color: #131313;
}
.cid-uTW20nk322 .mbr-section-title a {
  pointer-events: none;
}
.cid-uTW20nk322 .mbr-section-subtitle {
  margin-top: 12px;
  color: #131313;
}
.cid-uTW20nk322 .card-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: nowrap;
  gap: 8%;
  padding-bottom: 40px;
  border-bottom: 2px solid #7198f4;
}
@media (max-width: 991px) {
  .cid-uTW20nk322 .card-row {
    gap: 5px;
    padding: 0 10px 15px;
    overflow: visible;
    -webkit-overflow-scrolling: auto;
    scroll-snap-type: none;
  }
}
.cid-uTW20nk322 .card {
  transition: all 0.3s;
  opacity: 0.5;
  flex: 0 0 auto;
  width: 14%;
  max-width: none;
  padding: 0 !important;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uTW20nk322 .card {
    width: calc(29.33%);
    margin: 0 2px !important;
    padding: 5px !important;
  }
}
@media (max-width: 767px) {
  .cid-uTW20nk322 .card {
    width: calc(30.33%);
  }
}
@media (max-width: 575px) {
  .cid-uTW20nk322 .card {
    width: calc(31.33%);
  }
}
.cid-uTW20nk322 .card:hover {
  opacity: 1;
}
.cid-uTW20nk322 .card.active {
  opacity: 1;
}
.cid-uTW20nk322 .card img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uTW20nk322 .card img {
    max-height: 12vw;
    transform: scale(0.9);
  }
}
@media (max-width: 767px) {
  .cid-uTW20nk322 .card img {
    max-height: 14vw;
    transform: scale(0.85);
  }
}
@media (max-width: 575px) {
  .cid-uTW20nk322 .card img {
    max-height: 16vw;
    transform: scale(0.8);
  }
}
.cid-uTW20o2F3D {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTW20o2F3D .underline .line {
  width: 2rem;
  height: 1px;
  background: #1f54d1;
  display: inline-block;
}
.cid-uTW20o2F3D .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uTW20o2F3D .title {
    width: 100% !important;
  }
}
.cid-uTW20o2F3D .mbr-section-title {
  color: #1f54d1;
}
.cid-uTW20oCxvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTW20oCxvM .item:focus,
.cid-uTW20oCxvM span:focus {
  outline: none;
}
.cid-uTW20oCxvM .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uTW20oCxvM .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTW20oCxvM .item-subtitle {
  margin-bottom: 12px;
}
.cid-uTW20oCxvM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  will-change: transform;
  height: 500px;
}
.cid-uTW20oCxvM .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uTW20oCxvM .item-content {
  padding: 0 1.5rem;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-uTW20oCxvM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uTW20oCxvM .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTW20oCxvM .mbr-section-btn .btn-secondary-outline .active,
.cid-uTW20oCxvM .mbr-section-btn .btn-secondary-outline:focus {
  color: #3d67c8 !important;
}
.cid-uTW20oCxvM .item-img {
  overflow: hidden;
  width: calc(100% - 120px);
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-uTW20oCxvM .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uTW20oCxvM .item-content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-uTW20oCxvM .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-uTW20oCxvM .item-img {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  .cid-uTW20oCxvM .item-img img {
    max-height: 300px;
  }
  .cid-uTW20oCxvM .item-content {
    position: static;
    padding: 0;
    width: 100%;
    max-width: none ;
    height: auto;
  }
  .cid-uTW20oCxvM .item-wrapper {
    height: auto;
  }
}
.cid-uTW20prwWd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTW20prwWd .underline .line {
  width: 2rem;
  height: 1px;
  background: #1f54d1;
  display: inline-block;
}
.cid-uTW20prwWd .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uTW20prwWd .title {
    width: 100% !important;
  }
}
.cid-uTW20prwWd .mbr-section-title {
  color: #1f54d1;
}
.cid-uTW20q6KXy {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTW20q6KXy .item:focus,
.cid-uTW20q6KXy span:focus {
  outline: none;
}
.cid-uTW20q6KXy .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uTW20q6KXy .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTW20q6KXy .item-subtitle {
  margin-bottom: 12px;
}
.cid-uTW20q6KXy .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  will-change: transform;
  height: 500px;
}
.cid-uTW20q6KXy .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uTW20q6KXy .item-content {
  padding: 0 1.5rem;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-uTW20q6KXy .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uTW20q6KXy .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTW20q6KXy .mbr-section-btn .btn-secondary-outline .active,
.cid-uTW20q6KXy .mbr-section-btn .btn-secondary-outline:focus {
  color: #3d67c8 !important;
}
.cid-uTW20q6KXy .item-img {
  overflow: hidden;
  width: calc(100% - 120px);
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-uTW20q6KXy .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uTW20q6KXy .item-content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-uTW20q6KXy .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-uTW20q6KXy .item-img {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  .cid-uTW20q6KXy .item-img img {
    max-height: 300px;
  }
  .cid-uTW20q6KXy .item-content {
    position: static;
    padding: 0;
    width: 100%;
    max-width: none ;
    height: auto;
  }
  .cid-uTW20q6KXy .item-wrapper {
    height: auto;
  }
}
.cid-uTW20qMgRw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uTW20qMgRw .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uTW20qMgRw .container {
    padding: 0 12px;
  }
}
.cid-uTW20qMgRw .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTW20qMgRw .social-row .soc-item {
  margin: 8px;
}
.cid-uTW20qMgRw .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTW20qMgRw .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uTW20qMgRw .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uTW20qMgRw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTW20qMgRw .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTW20qMgRw .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTW20qMgRw .header-menu li p {
  margin: 0;
}
.cid-uTW20qMgRw .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTW20qMgRw .mbr-section-title {
  color: #ffffff;
}
.cid-uUvUvFKhw4 .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uUvUvFKhw4 {
    flex-wrap: wrap;
  }
  .cid-uUvUvFKhw4 .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-uUvUvFKhw4 .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uUvUvFKhw4 .dropdown:hover > .dropdown-menu,
  .cid-uUvUvFKhw4 .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-uUvUvFKhw4 .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-uUvUvFKhw4 .dropdown-submenu:hover,
  .cid-uUvUvFKhw4 .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-uUvUvFKhw4 .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-uUvUvFKhw4 .dropdown:hover > .dropdown-toggle::after,
  .cid-uUvUvFKhw4 .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-uUvUvFKhw4 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uUvUvFKhw4 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uUvUvFKhw4 .btn {
  padding: 0.3rem 2rem;
}
.cid-uUvUvFKhw4 .nav-link {
  position: relative;
}
.cid-uUvUvFKhw4 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-uUvUvFKhw4 .nav-link:hover:before {
  width: 100%;
}
.cid-uUvUvFKhw4 .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-uUvUvFKhw4 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUvUvFKhw4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUvUvFKhw4 .dropdown-item:hover,
.cid-uUvUvFKhw4 .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-uUvUvFKhw4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUvUvFKhw4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUvUvFKhw4 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uUvUvFKhw4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUvUvFKhw4 .container {
  display: flex;
  margin: auto;
}
.cid-uUvUvFKhw4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUvUvFKhw4 .dropdown-menu,
.cid-uUvUvFKhw4 .navbar.opened {
  background: #000000 !important;
}
.cid-uUvUvFKhw4 .nav-item:focus,
.cid-uUvUvFKhw4 .nav-link:focus {
  outline: none;
}
.cid-uUvUvFKhw4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUvUvFKhw4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUvUvFKhw4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUvUvFKhw4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUvUvFKhw4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUvUvFKhw4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUvUvFKhw4 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uUvUvFKhw4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uUvUvFKhw4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUvUvFKhw4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUvUvFKhw4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUvUvFKhw4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uUvUvFKhw4 .navbar.collapsed {
  justify-content: center;
}
.cid-uUvUvFKhw4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUvUvFKhw4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUvUvFKhw4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-uUvUvFKhw4 .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-uUvUvFKhw4 .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-uUvUvFKhw4 .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-uUvUvFKhw4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUvUvFKhw4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUvUvFKhw4 .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-uUvUvFKhw4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUvUvFKhw4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUvUvFKhw4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUvUvFKhw4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUvUvFKhw4 .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-uUvUvFKhw4 .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-uUvUvFKhw4 .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-uUvUvFKhw4 .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-uUvUvFKhw4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUvUvFKhw4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUvUvFKhw4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUvUvFKhw4 .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-uUvUvFKhw4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUvUvFKhw4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUvUvFKhw4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUvUvFKhw4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUvUvFKhw4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUvUvFKhw4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUvUvFKhw4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUvUvFKhw4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUvUvFKhw4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUvUvFKhw4 .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-uUvUvFKhw4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUvUvFKhw4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUvUvFKhw4 .dropdown-item.active,
.cid-uUvUvFKhw4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUvUvFKhw4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUvUvFKhw4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUvUvFKhw4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUvUvFKhw4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUvUvFKhw4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUvUvFKhw4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUvUvFKhw4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUvUvFKhw4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUvUvFKhw4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUvUvFKhw4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-uUvUvFKhw4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUvUvFKhw4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUvUvFKhw4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUvUvFKhw4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUvUvFKhw4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUvUvFKhw4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUvUvFKhw4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUvUvFKhw4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUvUvFKhw4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUvUvFKhw4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUvUvFKhw4 .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-uUvUvFKhw4 .navbar {
    height: 70px;
  }
  .cid-uUvUvFKhw4 .navbar.opened {
    height: auto;
  }
  .cid-uUvUvFKhw4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUvUvGqtQ1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uUvUvGqtQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvUvGqtQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvUvGqtQ1 .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uUvUvGqtQ1 .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uUvUvGqtQ1.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uUvUvGqtQ1 .row {
  position: relative;
  z-index: 3;
}
.cid-uUvUvGqtQ1 .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uUvUvGqtQ1 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUvUvGqtQ1 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uUvUvGqtQ1 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uUvUvGqtQ1 .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uUvUvGqtQ1 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uUvUvGqtQ1 .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uUvUvGqtQ1 .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uUvUvGqtQ1 .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uUvUvGQT9b {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUvUvGQT9b .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-uUvUvGQT9b .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uUvUvGQT9b .image-block:hover:before {
  opacity: 0;
}
.cid-uUvUvGQT9b .image-block:hover .wrap {
  opacity: 1;
}
.cid-uUvUvGQT9b .image-block:hover img {
  transform: scale(1.05);
}
.cid-uUvUvGQT9b h4 {
  letter-spacing: 2px;
}
.cid-uUvUvGQT9b figcaption {
  position: relative;
}
.cid-uUvUvGQT9b figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uUvUvGQT9b img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uUvUvGQT9b .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uUvUvGQT9b .wrap {
    opacity: 1!important;
  }
  .cid-uUvUvGQT9b .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uUvUvHiht6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUvUvHiht6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvUvHiht6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUvUvHiht6 .container {
    padding: 0 30px;
  }
}
.cid-uUvUvHiht6 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uUvUvHiht6 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUvUvHiht6 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUvUvHiht6 .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uUvUvHiht6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUvUvHiht6 .mbr-section-title {
  color: #ffffff;
}
.cid-uUvUvHiht6 .mbr-text {
  color: #232323;
}
.cid-uUvUvHiht6 .mbr-section-title,
.cid-uUvUvHiht6 .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-uUvUvHE7nc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/sibp2-2000x902.png");
}
.cid-uUvUvHE7nc .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uUvUvHE7nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvUvHE7nc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvUvHE7nc .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uUvUvHE7nc .image-wrap {
    height: 300px;
  }
}
.cid-uUvUvI07hU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUvUvI07hU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvUvI07hU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uUvUvI07hU .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uUvUvI07hU .row {
    margin: 0;
  }
}
.cid-uUvUvI07hU .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uUvUvI07hU .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uUvUvI07hU .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUvUvI07hU .content-wrapper {
    padding: 24px;
  }
}
.cid-uUvUvI07hU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUvUvI07hU .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uUvUvI07hU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUvUvI07hU .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uUvUvI07hU .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uUvUvI07hU .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uUvUvI07hU .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUvUvI07hU .items {
    border-top: 1px solid #000000;
  }
}
.cid-uUvUvI07hU .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUvUvI07hU .items .item {
    padding: 24px;
  }
}
.cid-uUvUvI07hU .items .item:last-child {
  border: none;
}
.cid-uUvUvI07hU .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uUvUvI07hU .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uUvUvI07hU .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uUvUvI07hU .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uUvUvI07hU .mbr-section-title {
  color: #F9F6E0;
}
.cid-uUvUvI07hU .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uUvUvI07hU .card-title {
  color: #F9F6E0;
}
.cid-uUvUvI07hU .card-number {
  color: #E0B548;
}
.cid-uUvUvI07hU .card-text {
  color: #232323;
}
.cid-uUvUvI07hU .mbr-section-title,
.cid-uUvUvI07hU .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uUvUvI07hU .card-title,
.cid-uUvUvI07hU .title-wrapper {
  color: #1f54d1;
}
.cid-uUvUvIoWvh {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uUvUvIoWvh .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uUvUvIoWvh .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uUvUvIoWvh .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uUvUvIoWvh .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uUvUvIoWvh ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uUvUvIoWvh li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uUvUvIoWvh li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uUvUvIoWvh img {
  width: 90%;
}
.cid-uUvUvIoWvh .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uUvUvIoWvh .b {
  max-width: 598px;
}
.cid-uUvUvIoWvh .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uUvUvIoWvh .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uUvUvIoWvh .t {
    padding-top: 90px;
  }
  .cid-uUvUvIoWvh .b {
    max-width: initial;
  }
  .cid-uUvUvIoWvh .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uUvUvIoWvh .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uUvUvIoWvh .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uUvUvIoWvh .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uUvUvIoWvh .btn {
  margin-top: 20px;
}
.cid-uUvUvIoWvh .t {
  max-width: 542px;
}
.cid-uUvUvILVJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUvUvILVJ6 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uUvUvILVJ6 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-uUvUvILVJ6 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uUvUvILVJ6 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uUvUvILVJ6 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uUvUvILVJ6 li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-uUvUvILVJ6 li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uUvUvILVJ6 img {
  width: 90%;
}
.cid-uUvUvILVJ6 .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uUvUvILVJ6 .b {
  max-width: 598px;
}
.cid-uUvUvILVJ6 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uUvUvILVJ6 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uUvUvILVJ6 .t {
    padding-top: 90px;
  }
  .cid-uUvUvILVJ6 .b {
    max-width: initial;
  }
  .cid-uUvUvILVJ6 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uUvUvILVJ6 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uUvUvILVJ6 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uUvUvILVJ6 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uUvUvILVJ6 .btn {
  margin-top: 20px;
}
.cid-uUvUvILVJ6 .row {
  flex-direction: row-reverse;
}
.cid-uUvUvILVJ6 .t {
  max-width: 542px;
}
.cid-uUvUvILVJ6 .list {
  color: #163300;
}
.cid-uUvUvJ48M0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUvUvJ48M0 .mbr-text {
  color: #716c80;
}
.cid-uUvUvJ48M0 .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uUvUvJ48M0 .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uUvUvJ48M0 .card-wrapper:hover .ico2 {
  color: #3d67c8 !important;
}
.cid-uUvUvJ48M0 .ico2 {
  color: #3d67c8 !important;
  transition: all 0.6s;
}
.cid-uUvUvJ48M0 .text-info:hover {
  color: inherit!important;
}
.cid-uUvUvJ48M0 .card-box {
  padding: 0rem 1rem;
}
.cid-uUvUvJ48M0 .ico1 {
  font-size: 2.5rem !important;
}
.cid-uUvUvJ48M0 h3,
.cid-uUvUvJ48M0 h4 {
  padding: 0;
  margin: 0;
}
.cid-uUvUvJ48M0 .card-title,
.cid-uUvUvJ48M0 .card-img {
  color: #57468b;
}
.cid-uUvUvJ48M0 .card-title {
  color: #1f54d1;
}
.cid-uUvUvJ48M0 .card-img {
  width: auto;
}
.cid-uUvUvJ48M0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvUvJ48M0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvUvJxZoh {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uUvUvJxZoh .mbr-section-subtitle {
  color: #767676;
}
.cid-uUvUvJxZoh .container-table {
  margin: 0 auto;
}
.cid-uUvUvJxZoh .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uUvUvJxZoh .dataTables_wrapper {
  display: block;
}
.cid-uUvUvJxZoh .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uUvUvJxZoh table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uUvUvJxZoh table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-uUvUvJxZoh table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uUvUvJxZoh table td {
  border-top: 1px solid #cccccc;
}
.cid-uUvUvJxZoh table td:hover {
  color: #3d67c8;
}
.cid-uUvUvJxZoh table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-uUvUvJxZoh .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uUvUvJxZoh .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uUvUvJxZoh .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uUvUvJxZoh .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uUvUvJxZoh .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uUvUvJxZoh .dataTables_filter {
    text-align: center;
  }
  .cid-uUvUvJxZoh .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uUvUvJxZoh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvUvJxZoh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvUvJxZoh .mbr-section-title {
  color: #1f54d1;
}
.cid-uUvUvJxZoh .body-item {
  text-align: left;
}
.cid-uUvUvKkhET {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUvUvKkhET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvUvKkhET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uUvUvKkhET .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uUvUvKkhET .row {
    margin: 0;
  }
}
.cid-uUvUvKkhET .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uUvUvKkhET .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uUvUvKkhET .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUvUvKkhET .content-wrapper {
    padding: 24px;
  }
}
.cid-uUvUvKkhET .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUvUvKkhET .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uUvUvKkhET .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUvUvKkhET .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uUvUvKkhET .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uUvUvKkhET .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uUvUvKkhET .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUvUvKkhET .items {
    border-top: 1px solid #000000;
  }
}
.cid-uUvUvKkhET .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUvUvKkhET .items .item {
    padding: 24px;
  }
}
.cid-uUvUvKkhET .items .item:last-child {
  border: none;
}
.cid-uUvUvKkhET .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uUvUvKkhET .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uUvUvKkhET .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uUvUvKkhET .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uUvUvKkhET .mbr-section-title {
  color: #F9F6E0;
}
.cid-uUvUvKkhET .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uUvUvKkhET .card-title {
  color: #F9F6E0;
}
.cid-uUvUvKkhET .card-number {
  color: #E0B548;
}
.cid-uUvUvKkhET .card-text {
  color: #232323;
}
.cid-uUvUvKkhET .mbr-section-title,
.cid-uUvUvKkhET .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-uUvUvKkhET .card-title,
.cid-uUvUvKkhET .title-wrapper {
  color: #1f54d1;
}
.cid-uUvUvKM3Xu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uUvUvKM3Xu .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUvUvKM3Xu .container {
    padding: 0 12px;
  }
}
.cid-uUvUvKM3Xu .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUvUvKM3Xu .social-row .soc-item {
  margin: 8px;
}
.cid-uUvUvKM3Xu .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUvUvKM3Xu .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUvUvKM3Xu .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uUvUvKM3Xu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUvUvKM3Xu .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUvUvKM3Xu .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUvUvKM3Xu .header-menu li p {
  margin: 0;
}
.cid-uUvUvKM3Xu .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUvUvKM3Xu .mbr-section-title {
  color: #ffffff;
}
.cid-v16dyzzbGx .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-v16dyzzbGx {
    flex-wrap: wrap;
  }
  .cid-v16dyzzbGx .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-v16dyzzbGx .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-v16dyzzbGx .dropdown:hover > .dropdown-menu,
  .cid-v16dyzzbGx .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-v16dyzzbGx .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-v16dyzzbGx .dropdown-submenu:hover,
  .cid-v16dyzzbGx .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-v16dyzzbGx .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-v16dyzzbGx .dropdown:hover > .dropdown-toggle::after,
  .cid-v16dyzzbGx .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-v16dyzzbGx .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v16dyzzbGx .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v16dyzzbGx .btn {
  padding: 0.3rem 2rem;
}
.cid-v16dyzzbGx .nav-link {
  position: relative;
}
.cid-v16dyzzbGx .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-v16dyzzbGx .nav-link:hover:before {
  width: 100%;
}
.cid-v16dyzzbGx .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-v16dyzzbGx .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v16dyzzbGx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v16dyzzbGx .dropdown-item:hover,
.cid-v16dyzzbGx .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-v16dyzzbGx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v16dyzzbGx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v16dyzzbGx .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v16dyzzbGx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v16dyzzbGx .container {
  display: flex;
  margin: auto;
}
.cid-v16dyzzbGx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v16dyzzbGx .dropdown-menu,
.cid-v16dyzzbGx .navbar.opened {
  background: #000000 !important;
}
.cid-v16dyzzbGx .nav-item:focus,
.cid-v16dyzzbGx .nav-link:focus {
  outline: none;
}
.cid-v16dyzzbGx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v16dyzzbGx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v16dyzzbGx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v16dyzzbGx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v16dyzzbGx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v16dyzzbGx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v16dyzzbGx .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v16dyzzbGx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-v16dyzzbGx .navbar.opened {
  transition: all 0.3s;
}
.cid-v16dyzzbGx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v16dyzzbGx .navbar .navbar-logo img {
  width: auto;
}
.cid-v16dyzzbGx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v16dyzzbGx .navbar.collapsed {
  justify-content: center;
}
.cid-v16dyzzbGx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v16dyzzbGx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v16dyzzbGx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-v16dyzzbGx .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-v16dyzzbGx .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-v16dyzzbGx .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-v16dyzzbGx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v16dyzzbGx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v16dyzzbGx .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-v16dyzzbGx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v16dyzzbGx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v16dyzzbGx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v16dyzzbGx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v16dyzzbGx .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-v16dyzzbGx .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-v16dyzzbGx .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-v16dyzzbGx .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-v16dyzzbGx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v16dyzzbGx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v16dyzzbGx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v16dyzzbGx .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-v16dyzzbGx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v16dyzzbGx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v16dyzzbGx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v16dyzzbGx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v16dyzzbGx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v16dyzzbGx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v16dyzzbGx .navbar.navbar-short {
  min-height: 60px;
}
.cid-v16dyzzbGx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v16dyzzbGx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v16dyzzbGx .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-v16dyzzbGx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v16dyzzbGx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v16dyzzbGx .dropdown-item.active,
.cid-v16dyzzbGx .dropdown-item:active {
  background-color: transparent;
}
.cid-v16dyzzbGx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v16dyzzbGx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v16dyzzbGx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v16dyzzbGx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v16dyzzbGx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v16dyzzbGx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v16dyzzbGx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v16dyzzbGx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v16dyzzbGx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v16dyzzbGx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-v16dyzzbGx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v16dyzzbGx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v16dyzzbGx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v16dyzzbGx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v16dyzzbGx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v16dyzzbGx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v16dyzzbGx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v16dyzzbGx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v16dyzzbGx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v16dyzzbGx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v16dyzzbGx .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-v16dyzzbGx .navbar {
    height: 70px;
  }
  .cid-v16dyzzbGx .navbar.opened {
    height: auto;
  }
  .cid-v16dyzzbGx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v16dyAcLCy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-v16dyAcLCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16dyAcLCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16dyAcLCy .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-v16dyAcLCy .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-v16dyAcLCy.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-v16dyAcLCy .row {
  position: relative;
  z-index: 3;
}
.cid-v16dyAcLCy .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-v16dyAcLCy .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v16dyAcLCy .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v16dyAcLCy .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-v16dyAcLCy .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v16dyAcLCy .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-v16dyAcLCy .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-v16dyAcLCy .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-v16dyAcLCy .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v16dyAMWpW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v16dyAMWpW .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-v16dyAMWpW .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-v16dyAMWpW .image-block:hover:before {
  opacity: 0;
}
.cid-v16dyAMWpW .image-block:hover .wrap {
  opacity: 1;
}
.cid-v16dyAMWpW .image-block:hover img {
  transform: scale(1.05);
}
.cid-v16dyAMWpW h4 {
  letter-spacing: 2px;
}
.cid-v16dyAMWpW figcaption {
  position: relative;
}
.cid-v16dyAMWpW figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-v16dyAMWpW img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v16dyAMWpW .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-v16dyAMWpW .wrap {
    opacity: 1!important;
  }
  .cid-v16dyAMWpW .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-v16dyByvVb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v16dyByvVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16dyByvVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v16dyByvVb .container {
    padding: 0 30px;
  }
}
.cid-v16dyByvVb .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v16dyByvVb .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v16dyByvVb .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v16dyByvVb .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-v16dyByvVb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v16dyByvVb .mbr-section-title {
  color: #ffffff;
}
.cid-v16dyByvVb .mbr-text {
  color: #232323;
}
.cid-v16dyByvVb .mbr-section-title,
.cid-v16dyByvVb .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-v16dyCSqo9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/buttons-2000x901.png");
}
.cid-v16dyCSqo9 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v16dyCSqo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16dyCSqo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16dyCSqo9 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v16dyCSqo9 .image-wrap {
    height: 300px;
  }
}
.cid-v16dyDh8Y2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v16dyDh8Y2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16dyDh8Y2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v16dyDh8Y2 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v16dyDh8Y2 .row {
    margin: 0;
  }
}
.cid-v16dyDh8Y2 .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v16dyDh8Y2 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-v16dyDh8Y2 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v16dyDh8Y2 .content-wrapper {
    padding: 24px;
  }
}
.cid-v16dyDh8Y2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v16dyDh8Y2 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-v16dyDh8Y2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v16dyDh8Y2 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v16dyDh8Y2 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v16dyDh8Y2 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v16dyDh8Y2 .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-v16dyDh8Y2 .items {
    border-top: 1px solid #000000;
  }
}
.cid-v16dyDh8Y2 .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-v16dyDh8Y2 .items .item {
    padding: 24px;
  }
}
.cid-v16dyDh8Y2 .items .item:last-child {
  border: none;
}
.cid-v16dyDh8Y2 .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-v16dyDh8Y2 .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-v16dyDh8Y2 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-v16dyDh8Y2 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-v16dyDh8Y2 .mbr-section-title {
  color: #F9F6E0;
}
.cid-v16dyDh8Y2 .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-v16dyDh8Y2 .card-title {
  color: #F9F6E0;
}
.cid-v16dyDh8Y2 .card-number {
  color: #E0B548;
}
.cid-v16dyDh8Y2 .card-text {
  color: #232323;
}
.cid-v16dyDh8Y2 .mbr-section-title,
.cid-v16dyDh8Y2 .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-v16dyDh8Y2 .card-title,
.cid-v16dyDh8Y2 .title-wrapper {
  color: #1f54d1;
}
.cid-v16dyDKAaS {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v16dyDKAaS .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v16dyDKAaS .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-v16dyDKAaS .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-v16dyDKAaS .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v16dyDKAaS ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-v16dyDKAaS li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-v16dyDKAaS li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-v16dyDKAaS img {
  width: 90%;
}
.cid-v16dyDKAaS .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-v16dyDKAaS .b {
  max-width: 598px;
}
.cid-v16dyDKAaS .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-v16dyDKAaS .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v16dyDKAaS .t {
    padding-top: 90px;
  }
  .cid-v16dyDKAaS .b {
    max-width: initial;
  }
  .cid-v16dyDKAaS .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-v16dyDKAaS .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-v16dyDKAaS .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-v16dyDKAaS .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-v16dyDKAaS .btn {
  margin-top: 20px;
}
.cid-v16dyDKAaS .t {
  max-width: 542px;
}
.cid-v16dyE246w {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v16dyE246w .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v16dyE246w .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-v16dyE246w .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-v16dyE246w .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v16dyE246w ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-v16dyE246w li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-v16dyE246w li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-v16dyE246w img {
  width: 90%;
}
.cid-v16dyE246w .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-v16dyE246w .b {
  max-width: 598px;
}
.cid-v16dyE246w .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-v16dyE246w .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v16dyE246w .t {
    padding-top: 90px;
  }
  .cid-v16dyE246w .b {
    max-width: initial;
  }
  .cid-v16dyE246w .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-v16dyE246w .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-v16dyE246w .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-v16dyE246w .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-v16dyE246w .btn {
  margin-top: 20px;
}
.cid-v16dyE246w .row {
  flex-direction: row-reverse;
}
.cid-v16dyE246w .t {
  max-width: 542px;
}
.cid-v16dyElYNj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v16dyElYNj .mbr-text {
  color: #716c80;
}
.cid-v16dyElYNj .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-v16dyElYNj .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-v16dyElYNj .card-wrapper:hover .ico2 {
  color: #3d67c8 !important;
}
.cid-v16dyElYNj .ico2 {
  color: #3d67c8 !important;
  transition: all 0.6s;
}
.cid-v16dyElYNj .text-info:hover {
  color: inherit!important;
}
.cid-v16dyElYNj .card-box {
  padding: 0rem 1rem;
}
.cid-v16dyElYNj .ico1 {
  font-size: 2.5rem !important;
}
.cid-v16dyElYNj h3,
.cid-v16dyElYNj h4 {
  padding: 0;
  margin: 0;
}
.cid-v16dyElYNj .card-title,
.cid-v16dyElYNj .card-img {
  color: #57468b;
}
.cid-v16dyElYNj .card-title {
  color: #1f54d1;
}
.cid-v16dyElYNj .card-img {
  width: auto;
}
.cid-v16dyElYNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16dyElYNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16dyFeRHG {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-v16dyFeRHG .mbr-section-subtitle {
  color: #767676;
}
.cid-v16dyFeRHG .container-table {
  margin: 0 auto;
}
.cid-v16dyFeRHG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v16dyFeRHG .dataTables_wrapper {
  display: block;
}
.cid-v16dyFeRHG .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v16dyFeRHG table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v16dyFeRHG table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-v16dyFeRHG table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v16dyFeRHG table td {
  border-top: 1px solid #cccccc;
}
.cid-v16dyFeRHG table td:hover {
  color: #3d67c8;
}
.cid-v16dyFeRHG table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-v16dyFeRHG .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v16dyFeRHG .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v16dyFeRHG .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v16dyFeRHG .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v16dyFeRHG .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v16dyFeRHG .dataTables_filter {
    text-align: center;
  }
  .cid-v16dyFeRHG .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v16dyFeRHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16dyFeRHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16dyFeRHG .mbr-section-title {
  color: #1f54d1;
}
.cid-v16dyFeRHG .body-item {
  text-align: left;
}
.cid-v16dyG29xS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v16dyG29xS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16dyG29xS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v16dyG29xS .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v16dyG29xS .row {
    margin: 0;
  }
}
.cid-v16dyG29xS .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v16dyG29xS .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-v16dyG29xS .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v16dyG29xS .content-wrapper {
    padding: 24px;
  }
}
.cid-v16dyG29xS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v16dyG29xS .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-v16dyG29xS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v16dyG29xS .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v16dyG29xS .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v16dyG29xS .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v16dyG29xS .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v16dyG29xS .items {
    border-top: 1px solid #72716b;
  }
}
.cid-v16dyG29xS .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v16dyG29xS .items .item {
    padding: 24px;
  }
}
.cid-v16dyG29xS .items .item:last-child {
  border: none;
}
.cid-v16dyG29xS .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-v16dyG29xS .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-v16dyG29xS .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-v16dyG29xS .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-v16dyG29xS .mbr-section-title {
  color: #F9F6E0;
}
.cid-v16dyG29xS .mbr-text {
  color: #8c8c95;
  text-align: right;
}
.cid-v16dyG29xS .card-title {
  color: #F9F6E0;
}
.cid-v16dyG29xS .card-number {
  color: #E0B548;
}
.cid-v16dyG29xS .card-text {
  color: #000000;
}
.cid-v16dyG29xS .mbr-section-title,
.cid-v16dyG29xS .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-v16dyG29xS .card-title,
.cid-v16dyG29xS .title-wrapper {
  color: #000000;
}
.cid-v16dyG29xS .card-number,
.cid-v16dyG29xS .title-wrapper {
  color: #1f54d1;
}
.cid-v16dyGH0RZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-v16dyGH0RZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-v16dyGH0RZ .container {
    padding: 0 12px;
  }
}
.cid-v16dyGH0RZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v16dyGH0RZ .social-row .soc-item {
  margin: 8px;
}
.cid-v16dyGH0RZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-v16dyGH0RZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v16dyGH0RZ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-v16dyGH0RZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v16dyGH0RZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v16dyGH0RZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v16dyGH0RZ .header-menu li p {
  margin: 0;
}
.cid-v16dyGH0RZ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v16dyGH0RZ .mbr-section-title {
  color: #ffffff;
}
.cid-v1cdnSxlM5 .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-v1cdnSxlM5 {
    flex-wrap: wrap;
  }
  .cid-v1cdnSxlM5 .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-v1cdnSxlM5 .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-v1cdnSxlM5 .dropdown:hover > .dropdown-menu,
  .cid-v1cdnSxlM5 .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-v1cdnSxlM5 .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-v1cdnSxlM5 .dropdown-submenu:hover,
  .cid-v1cdnSxlM5 .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-v1cdnSxlM5 .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-v1cdnSxlM5 .dropdown:hover > .dropdown-toggle::after,
  .cid-v1cdnSxlM5 .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-v1cdnSxlM5 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v1cdnSxlM5 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v1cdnSxlM5 .btn {
  padding: 0.3rem 2rem;
}
.cid-v1cdnSxlM5 .nav-link {
  position: relative;
}
.cid-v1cdnSxlM5 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-v1cdnSxlM5 .nav-link:hover:before {
  width: 100%;
}
.cid-v1cdnSxlM5 .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-v1cdnSxlM5 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1cdnSxlM5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1cdnSxlM5 .dropdown-item:hover,
.cid-v1cdnSxlM5 .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-v1cdnSxlM5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1cdnSxlM5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1cdnSxlM5 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v1cdnSxlM5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1cdnSxlM5 .container {
  display: flex;
  margin: auto;
}
.cid-v1cdnSxlM5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1cdnSxlM5 .dropdown-menu,
.cid-v1cdnSxlM5 .navbar.opened {
  background: #000000 !important;
}
.cid-v1cdnSxlM5 .nav-item:focus,
.cid-v1cdnSxlM5 .nav-link:focus {
  outline: none;
}
.cid-v1cdnSxlM5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1cdnSxlM5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1cdnSxlM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1cdnSxlM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1cdnSxlM5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1cdnSxlM5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1cdnSxlM5 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v1cdnSxlM5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-v1cdnSxlM5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1cdnSxlM5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1cdnSxlM5 .navbar .navbar-logo img {
  width: auto;
}
.cid-v1cdnSxlM5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v1cdnSxlM5 .navbar.collapsed {
  justify-content: center;
}
.cid-v1cdnSxlM5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1cdnSxlM5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1cdnSxlM5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-v1cdnSxlM5 .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-v1cdnSxlM5 .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-v1cdnSxlM5 .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-v1cdnSxlM5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1cdnSxlM5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1cdnSxlM5 .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-v1cdnSxlM5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1cdnSxlM5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1cdnSxlM5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1cdnSxlM5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1cdnSxlM5 .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-v1cdnSxlM5 .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-v1cdnSxlM5 .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-v1cdnSxlM5 .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-v1cdnSxlM5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1cdnSxlM5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1cdnSxlM5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1cdnSxlM5 .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-v1cdnSxlM5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1cdnSxlM5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1cdnSxlM5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1cdnSxlM5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1cdnSxlM5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1cdnSxlM5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1cdnSxlM5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1cdnSxlM5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1cdnSxlM5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1cdnSxlM5 .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-v1cdnSxlM5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1cdnSxlM5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1cdnSxlM5 .dropdown-item.active,
.cid-v1cdnSxlM5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1cdnSxlM5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1cdnSxlM5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1cdnSxlM5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1cdnSxlM5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1cdnSxlM5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1cdnSxlM5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1cdnSxlM5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1cdnSxlM5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1cdnSxlM5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1cdnSxlM5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-v1cdnSxlM5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1cdnSxlM5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1cdnSxlM5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1cdnSxlM5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1cdnSxlM5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1cdnSxlM5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1cdnSxlM5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1cdnSxlM5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1cdnSxlM5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1cdnSxlM5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1cdnSxlM5 .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-v1cdnSxlM5 .navbar {
    height: 70px;
  }
  .cid-v1cdnSxlM5 .navbar.opened {
    height: auto;
  }
  .cid-v1cdnSxlM5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1cdnSYxU5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-v1cdnSYxU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1cdnSYxU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1cdnSYxU5 .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-v1cdnSYxU5 .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-v1cdnSYxU5.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-v1cdnSYxU5 .row {
  position: relative;
  z-index: 3;
}
.cid-v1cdnSYxU5 .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-v1cdnSYxU5 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1cdnSYxU5 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v1cdnSYxU5 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-v1cdnSYxU5 .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v1cdnSYxU5 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-v1cdnSYxU5 .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-v1cdnSYxU5 .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-v1cdnSYxU5 .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v1cdnTlC86 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v1cdnTlC86 .image-block {
  margin: auto;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.cid-v1cdnTlC86 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-v1cdnTlC86 .image-block:hover:before {
  opacity: 0;
}
.cid-v1cdnTlC86 .image-block:hover .wrap {
  opacity: 1;
}
.cid-v1cdnTlC86 .image-block:hover img {
  transform: scale(1.05);
}
.cid-v1cdnTlC86 h4 {
  letter-spacing: 2px;
}
.cid-v1cdnTlC86 figcaption {
  position: relative;
}
.cid-v1cdnTlC86 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-v1cdnTlC86 img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v1cdnTlC86 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-v1cdnTlC86 .wrap {
    opacity: 1!important;
  }
  .cid-v1cdnTlC86 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-v1cdnTRyZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1cdnTRyZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1cdnTRyZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1cdnTRyZP .container {
    padding: 0 30px;
  }
}
.cid-v1cdnTRyZP .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v1cdnTRyZP .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1cdnTRyZP .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v1cdnTRyZP .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-v1cdnTRyZP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1cdnTRyZP .mbr-section-title {
  color: #ffffff;
}
.cid-v1cdnTRyZP .mbr-text {
  color: #232323;
}
.cid-v1cdnTRyZP .mbr-section-title,
.cid-v1cdnTRyZP .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-v1cdnUa5rC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hr106x-2000x901.png");
}
.cid-v1cdnUa5rC .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v1cdnUa5rC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1cdnUa5rC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1cdnUa5rC .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v1cdnUa5rC .image-wrap {
    height: 300px;
  }
}
.cid-v1cdnUvie9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1cdnUvie9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1cdnUvie9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v1cdnUvie9 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v1cdnUvie9 .row {
    margin: 0;
  }
}
.cid-v1cdnUvie9 .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v1cdnUvie9 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-v1cdnUvie9 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1cdnUvie9 .content-wrapper {
    padding: 24px;
  }
}
.cid-v1cdnUvie9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v1cdnUvie9 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-v1cdnUvie9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1cdnUvie9 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v1cdnUvie9 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v1cdnUvie9 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v1cdnUvie9 .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-v1cdnUvie9 .items {
    border-top: 1px solid #000000;
  }
}
.cid-v1cdnUvie9 .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-v1cdnUvie9 .items .item {
    padding: 24px;
  }
}
.cid-v1cdnUvie9 .items .item:last-child {
  border: none;
}
.cid-v1cdnUvie9 .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-v1cdnUvie9 .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-v1cdnUvie9 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-v1cdnUvie9 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-v1cdnUvie9 .mbr-section-title {
  color: #F9F6E0;
}
.cid-v1cdnUvie9 .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-v1cdnUvie9 .card-title {
  color: #F9F6E0;
}
.cid-v1cdnUvie9 .card-number {
  color: #E0B548;
}
.cid-v1cdnUvie9 .card-text {
  color: #232323;
}
.cid-v1cdnUvie9 .mbr-section-title,
.cid-v1cdnUvie9 .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-v1cdnUvie9 .card-title,
.cid-v1cdnUvie9 .title-wrapper {
  color: #1f54d1;
}
.cid-v1cdnUUzLG {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v1cdnUUzLG .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v1cdnUUzLG .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-v1cdnUUzLG .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-v1cdnUUzLG .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v1cdnUUzLG ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-v1cdnUUzLG li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-v1cdnUUzLG li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-v1cdnUUzLG img {
  width: 90%;
}
.cid-v1cdnUUzLG .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-v1cdnUUzLG .b {
  max-width: 598px;
}
.cid-v1cdnUUzLG .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-v1cdnUUzLG .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v1cdnUUzLG .t {
    padding-top: 90px;
  }
  .cid-v1cdnUUzLG .b {
    max-width: initial;
  }
  .cid-v1cdnUUzLG .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-v1cdnUUzLG .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-v1cdnUUzLG .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-v1cdnUUzLG .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-v1cdnUUzLG .btn {
  margin-top: 20px;
}
.cid-v1cdnUUzLG .t {
  max-width: 542px;
}
.cid-v1cdnVfDYR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1cdnVfDYR .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v1cdnVfDYR .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #1f54d1;
}
.cid-v1cdnVfDYR .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-v1cdnVfDYR .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v1cdnVfDYR ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-v1cdnVfDYR li::marker {
  color: #1f54d1;
  width: 10px;
}
.cid-v1cdnVfDYR li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-v1cdnVfDYR img {
  width: 90%;
}
.cid-v1cdnVfDYR .gray {
  background-color: #f6f9ff;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-v1cdnVfDYR .b {
  max-width: 598px;
}
.cid-v1cdnVfDYR .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-v1cdnVfDYR .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v1cdnVfDYR .t {
    padding-top: 90px;
  }
  .cid-v1cdnVfDYR .b {
    max-width: initial;
  }
  .cid-v1cdnVfDYR .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-v1cdnVfDYR .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-v1cdnVfDYR .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-v1cdnVfDYR .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-v1cdnVfDYR .btn {
  margin-top: 20px;
}
.cid-v1cdnVfDYR .row {
  flex-direction: row-reverse;
}
.cid-v1cdnVfDYR .t {
  max-width: 542px;
}
.cid-v1cdnVBzsJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v1cdnVBzsJ .mbr-text {
  color: #716c80;
}
.cid-v1cdnVBzsJ .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-v1cdnVBzsJ .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-v1cdnVBzsJ .card-wrapper:hover .ico2 {
  color: #3d67c8 !important;
}
.cid-v1cdnVBzsJ .ico2 {
  color: #3d67c8 !important;
  transition: all 0.6s;
}
.cid-v1cdnVBzsJ .text-info:hover {
  color: inherit!important;
}
.cid-v1cdnVBzsJ .card-box {
  padding: 0rem 1rem;
}
.cid-v1cdnVBzsJ .ico1 {
  font-size: 2.5rem !important;
}
.cid-v1cdnVBzsJ h3,
.cid-v1cdnVBzsJ h4 {
  padding: 0;
  margin: 0;
}
.cid-v1cdnVBzsJ .card-title,
.cid-v1cdnVBzsJ .card-img {
  color: #57468b;
}
.cid-v1cdnVBzsJ .card-title {
  color: #1f54d1;
}
.cid-v1cdnVBzsJ .card-img {
  width: auto;
}
.cid-v1cdnVBzsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1cdnVBzsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1cdnW5BHK {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-v1cdnW5BHK .mbr-section-subtitle {
  color: #767676;
}
.cid-v1cdnW5BHK .container-table {
  margin: 0 auto;
}
.cid-v1cdnW5BHK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v1cdnW5BHK .dataTables_wrapper {
  display: block;
}
.cid-v1cdnW5BHK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v1cdnW5BHK table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v1cdnW5BHK table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-v1cdnW5BHK table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v1cdnW5BHK table td {
  border-top: 1px solid #cccccc;
}
.cid-v1cdnW5BHK table td:hover {
  color: #3d67c8;
}
.cid-v1cdnW5BHK table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-v1cdnW5BHK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v1cdnW5BHK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v1cdnW5BHK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v1cdnW5BHK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v1cdnW5BHK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v1cdnW5BHK .dataTables_filter {
    text-align: center;
  }
  .cid-v1cdnW5BHK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v1cdnW5BHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1cdnW5BHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1cdnW5BHK .mbr-section-title {
  color: #1f54d1;
}
.cid-v1cdnW5BHK .body-item {
  text-align: left;
}
.cid-v1cdnWHXOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1cdnWHXOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1cdnWHXOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v1cdnWHXOw .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v1cdnWHXOw .row {
    margin: 0;
  }
}
.cid-v1cdnWHXOw .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v1cdnWHXOw .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-v1cdnWHXOw .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1cdnWHXOw .content-wrapper {
    padding: 24px;
  }
}
.cid-v1cdnWHXOw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v1cdnWHXOw .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-v1cdnWHXOw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1cdnWHXOw .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v1cdnWHXOw .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v1cdnWHXOw .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v1cdnWHXOw .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v1cdnWHXOw .items {
    border-top: 1px solid #72716b;
  }
}
.cid-v1cdnWHXOw .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v1cdnWHXOw .items .item {
    padding: 24px;
  }
}
.cid-v1cdnWHXOw .items .item:last-child {
  border: none;
}
.cid-v1cdnWHXOw .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-v1cdnWHXOw .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-v1cdnWHXOw .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-v1cdnWHXOw .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-v1cdnWHXOw .mbr-section-title {
  color: #F9F6E0;
}
.cid-v1cdnWHXOw .mbr-text {
  color: #8c8c95;
  text-align: right;
}
.cid-v1cdnWHXOw .card-title {
  color: #F9F6E0;
}
.cid-v1cdnWHXOw .card-number {
  color: #E0B548;
}
.cid-v1cdnWHXOw .card-text {
  color: #000000;
}
.cid-v1cdnWHXOw .mbr-section-title,
.cid-v1cdnWHXOw .mbr-section-btn {
  text-align: right;
  color: #1f54d1;
}
.cid-v1cdnWHXOw .card-title,
.cid-v1cdnWHXOw .title-wrapper {
  color: #000000;
}
.cid-v1cdnWHXOw .card-number,
.cid-v1cdnWHXOw .title-wrapper {
  color: #1f54d1;
}
.cid-v1cdnX9LFA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-v1cdnX9LFA .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-v1cdnX9LFA .container {
    padding: 0 12px;
  }
}
.cid-v1cdnX9LFA .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v1cdnX9LFA .social-row .soc-item {
  margin: 8px;
}
.cid-v1cdnX9LFA .social-row .soc-item a:hover .mbr-iconfont,
.cid-v1cdnX9LFA .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v1cdnX9LFA .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-v1cdnX9LFA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1cdnX9LFA .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1cdnX9LFA .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1cdnX9LFA .header-menu li p {
  margin: 0;
}
.cid-v1cdnX9LFA .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v1cdnX9LFA .mbr-section-title {
  color: #ffffff;
}
.cid-v3Kxl62Uyd .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-v3Kxl62Uyd {
    flex-wrap: wrap;
  }
  .cid-v3Kxl62Uyd .navbar > .container {
    flex-wrap: nowrap;
  }
  .cid-v3Kxl62Uyd .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-v3Kxl62Uyd .dropdown:hover > .dropdown-menu,
  .cid-v3Kxl62Uyd .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .cid-v3Kxl62Uyd .dropdown-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .cid-v3Kxl62Uyd .dropdown-submenu:hover,
  .cid-v3Kxl62Uyd .dropdown-submenu:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  .cid-v3Kxl62Uyd .dropdown-toggle::after {
    transition: transform 0.2s ease-out;
  }
  .cid-v3Kxl62Uyd .dropdown:hover > .dropdown-toggle::after,
  .cid-v3Kxl62Uyd .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .cid-v3Kxl62Uyd .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v3Kxl62Uyd .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v3Kxl62Uyd .btn {
  padding: 0.3rem 2rem;
}
.cid-v3Kxl62Uyd .nav-link {
  position: relative;
}
.cid-v3Kxl62Uyd .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #3d67c8;
}
.cid-v3Kxl62Uyd .nav-link:hover:before {
  width: 100%;
}
.cid-v3Kxl62Uyd .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-v3Kxl62Uyd .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3Kxl62Uyd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3Kxl62Uyd .dropdown-item:hover,
.cid-v3Kxl62Uyd .dropdown-item:focus {
  background: #3d67c8 !important;
  color: white !important;
}
.cid-v3Kxl62Uyd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3Kxl62Uyd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3Kxl62Uyd .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v3Kxl62Uyd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3Kxl62Uyd .container {
  display: flex;
  margin: auto;
}
.cid-v3Kxl62Uyd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3Kxl62Uyd .dropdown-menu,
.cid-v3Kxl62Uyd .navbar.opened {
  background: #000000 !important;
}
.cid-v3Kxl62Uyd .nav-item:focus,
.cid-v3Kxl62Uyd .nav-link:focus {
  outline: none;
}
.cid-v3Kxl62Uyd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3Kxl62Uyd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3Kxl62Uyd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3Kxl62Uyd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3Kxl62Uyd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Kxl62Uyd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3Kxl62Uyd .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v3Kxl62Uyd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-v3Kxl62Uyd .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Kxl62Uyd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3Kxl62Uyd .navbar .navbar-logo img {
  width: auto;
}
.cid-v3Kxl62Uyd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v3Kxl62Uyd .navbar.collapsed {
  justify-content: center;
}
.cid-v3Kxl62Uyd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Kxl62Uyd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Kxl62Uyd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
  .cid-v3Kxl62Uyd .navbar.collapsed.opened .dropdown-submenu {
    transform: translateX(10px);
    left: auto !important;
    right: 100% !important;
  }
  .cid-v3Kxl62Uyd .navbar.collapsed.opened .dropdown-submenu:hover,
  .cid-v3Kxl62Uyd .navbar.collapsed.opened .dropdown-submenu:focus-within {
    transform: translateX(0);
  }
}
.cid-v3Kxl62Uyd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Kxl62Uyd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Kxl62Uyd .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-v3Kxl62Uyd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Kxl62Uyd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Kxl62Uyd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Kxl62Uyd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Kxl62Uyd .navbar .navbar-collapse {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .cid-v3Kxl62Uyd .navbar .navbar-collapse.show {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
  }
  .cid-v3Kxl62Uyd .navbar .navbar-collapse .dropdown-menu {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    opacity: 0;
  }
  .cid-v3Kxl62Uyd .navbar .navbar-collapse .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .cid-v3Kxl62Uyd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Kxl62Uyd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Kxl62Uyd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Kxl62Uyd .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-v3Kxl62Uyd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3Kxl62Uyd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Kxl62Uyd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3Kxl62Uyd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3Kxl62Uyd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3Kxl62Uyd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Kxl62Uyd .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3Kxl62Uyd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3Kxl62Uyd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3Kxl62Uyd .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-v3Kxl62Uyd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3Kxl62Uyd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Kxl62Uyd .dropdown-item.active,
.cid-v3Kxl62Uyd .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Kxl62Uyd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Kxl62Uyd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Kxl62Uyd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Kxl62Uyd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v3Kxl62Uyd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3Kxl62Uyd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Kxl62Uyd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3Kxl62Uyd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3Kxl62Uyd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3Kxl62Uyd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073cb5;
}
.cid-v3Kxl62Uyd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3Kxl62Uyd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Kxl62Uyd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Kxl62Uyd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3Kxl62Uyd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Kxl62Uyd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Kxl62Uyd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Kxl62Uyd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Kxl62Uyd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3Kxl62Uyd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3Kxl62Uyd .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-v3Kxl62Uyd .navbar {
    height: 70px;
  }
  .cid-v3Kxl62Uyd .navbar.opened {
    height: auto;
  }
  .cid-v3Kxl62Uyd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Kxl6xhpp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-v3Kxl6xhpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Kxl6xhpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Kxl6xhpp .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f54d1;
  box-shadow: 0 0 40px #1f54d1;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-v3Kxl6xhpp .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-v3Kxl6xhpp.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-v3Kxl6xhpp .row {
  position: relative;
  z-index: 3;
}
.cid-v3Kxl6xhpp .mbr-section-title {
  color: #1f54d1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-v3Kxl6xhpp .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3Kxl6xhpp .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v3Kxl6xhpp .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-v3Kxl6xhpp .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v3Kxl6xhpp .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-v3Kxl6xhpp .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-v3Kxl6xhpp .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-v3Kxl6xhpp .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v3KyHtw5Wa {
  padding-top: 5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
}
.cid-v3KyHtw5Wa .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-v3KyHtw5Wa .timelines-container {
    padding: 0 24px;
  }
}
.cid-v3KyHtw5Wa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3KyHtw5Wa .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-v3KyHtw5Wa .timeline-element {
    width: 100%;
  }
}
.cid-v3KyHtw5Wa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3KyHtw5Wa .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  top: 0;
  padding: 0;
}
.cid-v3KyHtw5Wa .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-v3KyHtw5Wa .mbr-section-title,
.cid-v3KyHtw5Wa .mbr-section-subtitle {
  text-align: center;
}
.cid-v3KyHtw5Wa .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-v3KyHtw5Wa .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-v3KyHtw5Wa .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-v3KyHtw5Wa .mbr-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-v3KyHtw5Wa .mbr-timeline-date {
    font-size: 4rem;
  }
}
.cid-v3KyHtw5Wa .mbr-timeline-text {
  color: #ffffff;
}
.cid-v3KyHtw5Wa .mbr-timeline-title {
  color: #ffffff;
}
.cid-v3KyHtw5Wa .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-v3KyHtw5Wa .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-v3KyHtw5Wa .timeline-img-panel {
  padding: 0;
}
.cid-v3KyHtw5Wa .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-v3KyHtw5Wa .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-v3KHxKYvia {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3KHxKYvia .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3KHxKYvia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3KHxKYvia .container {
    padding: 0 30px;
  }
}
.cid-v3KHxKYvia .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3KHxKYvia .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v3KHxKYvia .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3KHxKYvia .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-v3KHxKYvia .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3KHxKYvia .mbr-section-title {
  color: #ffffff;
}
.cid-v3KHxKYvia .mbr-text {
  color: #edefeb;
}
.cid-v3KHxKYvia .mbr-section-title,
.cid-v3KHxKYvia .mbr-section-btn {
  text-align: left;
  color: #1f54d1;
}
.cid-v3KFC5s7IU {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v3KFC5s7IU .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3KFC5s7IU .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v3KFC5s7IU .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v3KFC5s7IU .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v3KFC5s7IU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3KFC5s7IU .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3KFC5s7IU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3KFC5s7IU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-v3KFC5s7IU .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-v3KFC5s7IU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3KFC5s7IU .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-v3KFC5s7IU .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-v3KFC5s7IU .embla__slide .slide-content {
  width: 100%;
}
.cid-v3KFC5s7IU .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-v3KFC5s7IU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-v3KFC5s7IU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v3KFC5s7IU .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-v3KFC5s7IU .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v3KFC5s7IU .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v3KFC5s7IU .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3KFC5s7IU .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v3KFC5s7IU .embla__button--next,
.cid-v3KFC5s7IU .embla__button--prev {
  display: flex;
}
.cid-v3KFC5s7IU .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3KFC5s7IU .embla__button:hover {
  transform: scale(1.05);
}
.cid-v3KFC5s7IU .embla__button.embla__button--prev {
  left: 0;
}
.cid-v3KFC5s7IU .embla__button.embla__button--next {
  right: 0;
}
.cid-v3KFC5s7IU .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-v3KFC5s7IU .embla {
    margin-bottom: 38px;
  }
}
.cid-v3KFC5s7IU .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3KFC5s7IU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3KFC5s7IU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3KFC5s7IU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3KFC5s7IU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3KFC5s7IU .mbr-section-title {
  color: #ffffff;
}
.cid-v3KFC5s7IU .mbr-text,
.cid-v3KFC5s7IU .text-wrapper {
  color: #9aa0a6;
  text-align: left;
}
.cid-v3KFC5s7IU .mbr-desc,
.cid-v3KFC5s7IU .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v3KFC5s7IU .item-title,
.cid-v3KFC5s7IU .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-v3KFC5s7IU .item-text,
.cid-v3KFC5s7IU .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-v3KFC5s7IU .mbr-section-title,
.cid-v3KFC5s7IU .mbr-section-btn {
  text-align: center;
}
.cid-v3Kxl8VJin {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-v3Kxl8VJin .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-v3Kxl8VJin .container {
    padding: 0 12px;
  }
}
.cid-v3Kxl8VJin .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v3Kxl8VJin .social-row .soc-item {
  margin: 8px;
}
.cid-v3Kxl8VJin .social-row .soc-item a:hover .mbr-iconfont,
.cid-v3Kxl8VJin .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v3Kxl8VJin .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-v3Kxl8VJin .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v3Kxl8VJin .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v3Kxl8VJin .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v3Kxl8VJin .header-menu li p {
  margin: 0;
}
.cid-v3Kxl8VJin .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v3Kxl8VJin .mbr-section-title {
  color: #ffffff;
}
