body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.4375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((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.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #4f87fb !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #6d7a8c !important;
}
.bg-warning {
  background-color: #e6ecf2 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
  color: #4a6d8f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #054cdf;
  color: #054cdf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #4f87fb;
  border-color: #4f87fb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #130947;
  border-color: #130947;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #404853;
  color: #404853;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a3b9cf;
  color: #a3b9cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4a6d8f;
  background-color: #e6ecf2;
  border-color: #e6ecf2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4a6d8f !important;
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #4f87fb !important;
}
.text-secondary {
  color: #130947 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #6d7a8c !important;
}
.text-warning {
  color: #e6ecf2 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #054cdf !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #404853 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a3b9cf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6d7a8c;
}
.alert-warning {
  background-color: #e6ecf2;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4f87fb;
  border-color: #4f87fb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b4bbc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #4f87fb;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #130947 !important;
  border-color: #130947 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4f87fb;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4f87fb;
  border-bottom-color: #4f87fb;
}
.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: #4f87fb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #130947 !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%;
}
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='%234f87fb' %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;
}
.cid-v6dnF93NTZ {
  z-index: 1000;
  width: 100%;
}
.cid-v6dnF93NTZ nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-v6dnF93NTZ .nav-dropdown {
    margin-top: 4rem;
    padding-bottom: 1rem;
  }
}
.cid-v6dnF93NTZ .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(245, 247, 250, 0.9);
}
.cid-v6dnF93NTZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v6dnF93NTZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6dnF93NTZ .navbar .navbar-logo img {
  width: auto;
}
.cid-v6dnF93NTZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6dnF93NTZ .navbar.collapsed {
  justify-content: center;
}
.cid-v6dnF93NTZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6dnF93NTZ .navbar.collapsed.opened .dropdown-menu {
  top: 1;
}
@media (min-width: 992px) {
  .cid-v6dnF93NTZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v6dnF93NTZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6dnF93NTZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6dnF93NTZ .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-v6dnF93NTZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  margin-bottom: 5px;
}
.cid-v6dnF93NTZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6dnF93NTZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6dnF93NTZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6dnF93NTZ .navbar.opened .dropdown-menu {
    top: 1;
  }
  .cid-v6dnF93NTZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6dnF93NTZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6dnF93NTZ .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-v6dnF93NTZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6dnF93NTZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6dnF93NTZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6dnF93NTZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6dnF93NTZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6dnF93NTZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6dnF93NTZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6dnF93NTZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6dnF93NTZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6dnF93NTZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6dnF93NTZ .navbar-logo {
  margin: 0;
}
.cid-v6dnF93NTZ .container,
.cid-v6dnF93NTZ .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v6dnF93NTZ .container,
  .cid-v6dnF93NTZ .container-fluid {
    justify-content: space-between;
  }
}
.cid-v6dnF93NTZ .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6dnF93NTZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6dnF93NTZ .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6dnF93NTZ .navbar-brand {
    display: none;
  }
}
.cid-v6dnF93NTZ .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-v6dnF93NTZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6dnF93NTZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6dnF93NTZ .dropdown-item:hover,
.cid-v6dnF93NTZ .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-v6dnF93NTZ .dropdown-item:hover span {
  color: white;
}
.cid-v6dnF93NTZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6dnF93NTZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6dnF93NTZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v6dnF93NTZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6dnF93NTZ .nav-link {
  position: relative;
}
.cid-v6dnF93NTZ .container {
  display: flex;
  margin: auto;
}
.cid-v6dnF93NTZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6dnF93NTZ .dropdown-menu,
.cid-v6dnF93NTZ .navbar.opened {
  background: #f5f7fa !important;
}
.cid-v6dnF93NTZ .nav-item:focus,
.cid-v6dnF93NTZ .nav-link:focus {
  outline: none;
}
.cid-v6dnF93NTZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6dnF93NTZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6dnF93NTZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6dnF93NTZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6dnF93NTZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6dnF93NTZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6dnF93NTZ .dropdown-item.active,
.cid-v6dnF93NTZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v6dnF93NTZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6dnF93NTZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6dnF93NTZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6dnF93NTZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
}
.cid-v6dnF93NTZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6dnF93NTZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6dnF93NTZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6dnF93NTZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6dnF93NTZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6dnF93NTZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6dnF93NTZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6dnF93NTZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6dnF93NTZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6dnF93NTZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6dnF93NTZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6dnF93NTZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6dnF93NTZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6dnF93NTZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6dnF93NTZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6dnF93NTZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6dnF93NTZ .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-v6dnF93NTZ .navbar {
    height: 70px;
  }
  .cid-v6dnF93NTZ .navbar.opened {
    height: auto;
  }
  .cid-v6dnF93NTZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6dnF93NTZ .container-fluid {
  margin-top: 15px;
}
.cid-v5rXToLlJy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f7fa;
}
.cid-v5rXToLlJy img,
.cid-v5rXToLlJy .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5rXToLlJy .item:focus,
.cid-v5rXToLlJy span:focus {
  outline: none;
}
.cid-v5rXToLlJy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5rXToLlJy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5rXToLlJy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5rXToLlJy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v5rXToLlJy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5rXToLlJy .mbr-section-title {
  color: #4f87fb;
}
.cid-v5rXToLlJy .mbr-text,
.cid-v5rXToLlJy .mbr-section-btn {
  text-align: left;
}
.cid-v5rXToLlJy .item-title {
  text-align: center;
  color: #6d7a8c;
}
.cid-v5rXToLlJy .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tuwjZwokhq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #344cf1;
}
.cid-tuwjZwokhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuwjZwokhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuwjZwokhq .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tuwjZwokhq .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tuwjZwokhq .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tuwjZwokhq .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tuwjZwokhq .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tuwjZwokhq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tuwjZwokhq .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tuwjZwokhq .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tuwjZwokhq .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tuwjZwokhq .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tuwjZwokhq .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tuwjZwokhq .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tuwjZwokhq .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-tuwjZwokhq .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tuwjZwokhq .list li:hover {
  color: #4f87fb !important;
}
.cid-tuwjZwokhq .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tuwjZwokhq .list a:hover {
  color: #4f87fb !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tuwjZwokhq .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tuwjZwokhq .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tuwjZwokhq .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tuwjZwokhq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tuwjZwokhq .soc-item {
    padding: 10px;
  }
}
.cid-tuwjZwokhq .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tuwjZwokhq .soc-item:hover .mbr-iconfont {
  color: #4f87fb !important;
}
.cid-tuwjZwokhq .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tuwjZwokhq .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tuwjZwokhq .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tuwjZwokhq .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tuwjZwokhq .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tuwjZwokhq .copyright {
  color: #e9e9e9;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tuwjZwokhq .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tuwjZwokhq .copyright {
    margin-top: 1.5rem;
  }
}
.cid-v6dPwqV5lX {
  z-index: 1000;
  width: 100%;
}
.cid-v6dPwqV5lX nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-v6dPwqV5lX .nav-dropdown {
    margin-top: 4rem;
    padding-bottom: 1rem;
  }
}
.cid-v6dPwqV5lX .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(245, 247, 250, 0.9);
}
.cid-v6dPwqV5lX .navbar.opened {
  transition: all 0.3s;
}
.cid-v6dPwqV5lX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6dPwqV5lX .navbar .navbar-logo img {
  width: auto;
}
.cid-v6dPwqV5lX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6dPwqV5lX .navbar.collapsed {
  justify-content: center;
}
.cid-v6dPwqV5lX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6dPwqV5lX .navbar.collapsed.opened .dropdown-menu {
  top: 1;
}
@media (min-width: 992px) {
  .cid-v6dPwqV5lX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v6dPwqV5lX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6dPwqV5lX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6dPwqV5lX .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-v6dPwqV5lX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  margin-bottom: 5px;
}
.cid-v6dPwqV5lX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6dPwqV5lX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6dPwqV5lX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6dPwqV5lX .navbar.opened .dropdown-menu {
    top: 1;
  }
  .cid-v6dPwqV5lX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6dPwqV5lX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6dPwqV5lX .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-v6dPwqV5lX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6dPwqV5lX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6dPwqV5lX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6dPwqV5lX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6dPwqV5lX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6dPwqV5lX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6dPwqV5lX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6dPwqV5lX .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6dPwqV5lX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6dPwqV5lX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6dPwqV5lX .navbar-logo {
  margin: 0;
}
.cid-v6dPwqV5lX .container,
.cid-v6dPwqV5lX .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v6dPwqV5lX .container,
  .cid-v6dPwqV5lX .container-fluid {
    justify-content: space-between;
  }
}
.cid-v6dPwqV5lX .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6dPwqV5lX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6dPwqV5lX .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6dPwqV5lX .navbar-brand {
    display: none;
  }
}
.cid-v6dPwqV5lX .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-v6dPwqV5lX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6dPwqV5lX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6dPwqV5lX .dropdown-item:hover,
.cid-v6dPwqV5lX .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-v6dPwqV5lX .dropdown-item:hover span {
  color: white;
}
.cid-v6dPwqV5lX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6dPwqV5lX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6dPwqV5lX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v6dPwqV5lX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6dPwqV5lX .nav-link {
  position: relative;
}
.cid-v6dPwqV5lX .container {
  display: flex;
  margin: auto;
}
.cid-v6dPwqV5lX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6dPwqV5lX .dropdown-menu,
.cid-v6dPwqV5lX .navbar.opened {
  background: #f5f7fa !important;
}
.cid-v6dPwqV5lX .nav-item:focus,
.cid-v6dPwqV5lX .nav-link:focus {
  outline: none;
}
.cid-v6dPwqV5lX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6dPwqV5lX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6dPwqV5lX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6dPwqV5lX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6dPwqV5lX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6dPwqV5lX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6dPwqV5lX .dropdown-item.active,
.cid-v6dPwqV5lX .dropdown-item:active {
  background-color: transparent;
}
.cid-v6dPwqV5lX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6dPwqV5lX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6dPwqV5lX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6dPwqV5lX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
}
.cid-v6dPwqV5lX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6dPwqV5lX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6dPwqV5lX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6dPwqV5lX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6dPwqV5lX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6dPwqV5lX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6dPwqV5lX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6dPwqV5lX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6dPwqV5lX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6dPwqV5lX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6dPwqV5lX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6dPwqV5lX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6dPwqV5lX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6dPwqV5lX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6dPwqV5lX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6dPwqV5lX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6dPwqV5lX .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-v6dPwqV5lX .navbar {
    height: 70px;
  }
  .cid-v6dPwqV5lX .navbar.opened {
    height: auto;
  }
  .cid-v6dPwqV5lX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6dPwqV5lX .container-fluid {
  margin-top: 15px;
}
.cid-v6dPwrbI2g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f7fa;
}
.cid-v6dPwrbI2g img,
.cid-v6dPwrbI2g .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v6dPwrbI2g .item:focus,
.cid-v6dPwrbI2g span:focus {
  outline: none;
}
.cid-v6dPwrbI2g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6dPwrbI2g .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6dPwrbI2g .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6dPwrbI2g .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v6dPwrbI2g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v6dPwrbI2g .mbr-section-title {
  color: #4f87fb;
}
.cid-v6dPwrbI2g .mbr-text,
.cid-v6dPwrbI2g .mbr-section-btn {
  text-align: left;
}
.cid-v6dPwrbI2g .item-title {
  text-align: center;
  color: #6d7a8c;
}
.cid-v6dPwrbI2g .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v6dPwrbI2g .mbr-section-subtitle {
  color: #303f61;
}
.cid-v6dPwvOq57 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #344cf1;
}
.cid-v6dPwvOq57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dPwvOq57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dPwvOq57 .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6dPwvOq57 .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-v6dPwvOq57 .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v6dPwvOq57 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v6dPwvOq57 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v6dPwvOq57 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v6dPwvOq57 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v6dPwvOq57 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v6dPwvOq57 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-v6dPwvOq57 .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-v6dPwvOq57 .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-v6dPwvOq57 .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-v6dPwvOq57 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-v6dPwvOq57 .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-v6dPwvOq57 .list li:hover {
  color: #4f87fb !important;
}
.cid-v6dPwvOq57 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v6dPwvOq57 .list a:hover {
  color: #4f87fb !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-v6dPwvOq57 .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-v6dPwvOq57 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-v6dPwvOq57 .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-v6dPwvOq57 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-v6dPwvOq57 .soc-item {
    padding: 10px;
  }
}
.cid-v6dPwvOq57 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-v6dPwvOq57 .soc-item:hover .mbr-iconfont {
  color: #4f87fb !important;
}
.cid-v6dPwvOq57 .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-v6dPwvOq57 .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-v6dPwvOq57 .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-v6dPwvOq57 .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v6dPwvOq57 .border-item {
    margin-top: 1.5rem;
  }
}
.cid-v6dPwvOq57 .copyright {
  color: #e9e9e9;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-v6dPwvOq57 .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-v6dPwvOq57 .copyright {
    margin-top: 1.5rem;
  }
}
.cid-v6dQY1NNIa {
  z-index: 1000;
  width: 100%;
}
.cid-v6dQY1NNIa nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-v6dQY1NNIa .nav-dropdown {
    margin-top: 4rem;
    padding-bottom: 1rem;
  }
}
.cid-v6dQY1NNIa .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(245, 247, 250, 0.9);
}
.cid-v6dQY1NNIa .navbar.opened {
  transition: all 0.3s;
}
.cid-v6dQY1NNIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6dQY1NNIa .navbar .navbar-logo img {
  width: auto;
}
.cid-v6dQY1NNIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6dQY1NNIa .navbar.collapsed {
  justify-content: center;
}
.cid-v6dQY1NNIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6dQY1NNIa .navbar.collapsed.opened .dropdown-menu {
  top: 1;
}
@media (min-width: 992px) {
  .cid-v6dQY1NNIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v6dQY1NNIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6dQY1NNIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6dQY1NNIa .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-v6dQY1NNIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  margin-bottom: 5px;
}
.cid-v6dQY1NNIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6dQY1NNIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6dQY1NNIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6dQY1NNIa .navbar.opened .dropdown-menu {
    top: 1;
  }
  .cid-v6dQY1NNIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6dQY1NNIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6dQY1NNIa .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-v6dQY1NNIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6dQY1NNIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6dQY1NNIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6dQY1NNIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6dQY1NNIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6dQY1NNIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6dQY1NNIa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6dQY1NNIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6dQY1NNIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6dQY1NNIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6dQY1NNIa .navbar-logo {
  margin: 0;
}
.cid-v6dQY1NNIa .container,
.cid-v6dQY1NNIa .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v6dQY1NNIa .container,
  .cid-v6dQY1NNIa .container-fluid {
    justify-content: space-between;
  }
}
.cid-v6dQY1NNIa .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6dQY1NNIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6dQY1NNIa .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6dQY1NNIa .navbar-brand {
    display: none;
  }
}
.cid-v6dQY1NNIa .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-v6dQY1NNIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6dQY1NNIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6dQY1NNIa .dropdown-item:hover,
.cid-v6dQY1NNIa .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-v6dQY1NNIa .dropdown-item:hover span {
  color: white;
}
.cid-v6dQY1NNIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6dQY1NNIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6dQY1NNIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v6dQY1NNIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6dQY1NNIa .nav-link {
  position: relative;
}
.cid-v6dQY1NNIa .container {
  display: flex;
  margin: auto;
}
.cid-v6dQY1NNIa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6dQY1NNIa .dropdown-menu,
.cid-v6dQY1NNIa .navbar.opened {
  background: #f5f7fa !important;
}
.cid-v6dQY1NNIa .nav-item:focus,
.cid-v6dQY1NNIa .nav-link:focus {
  outline: none;
}
.cid-v6dQY1NNIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6dQY1NNIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6dQY1NNIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6dQY1NNIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6dQY1NNIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6dQY1NNIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6dQY1NNIa .dropdown-item.active,
.cid-v6dQY1NNIa .dropdown-item:active {
  background-color: transparent;
}
.cid-v6dQY1NNIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6dQY1NNIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6dQY1NNIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6dQY1NNIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
}
.cid-v6dQY1NNIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6dQY1NNIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6dQY1NNIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6dQY1NNIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6dQY1NNIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6dQY1NNIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6dQY1NNIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6dQY1NNIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6dQY1NNIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6dQY1NNIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6dQY1NNIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6dQY1NNIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6dQY1NNIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6dQY1NNIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6dQY1NNIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6dQY1NNIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6dQY1NNIa .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-v6dQY1NNIa .navbar {
    height: 70px;
  }
  .cid-v6dQY1NNIa .navbar.opened {
    height: auto;
  }
  .cid-v6dQY1NNIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6dQY1NNIa .container-fluid {
  margin-top: 15px;
}
.cid-v6dQY22sr2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f7fa;
}
.cid-v6dQY22sr2 img,
.cid-v6dQY22sr2 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v6dQY22sr2 .item:focus,
.cid-v6dQY22sr2 span:focus {
  outline: none;
}
.cid-v6dQY22sr2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6dQY22sr2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6dQY22sr2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6dQY22sr2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v6dQY22sr2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v6dQY22sr2 .mbr-section-title {
  color: #4f87fb;
}
.cid-v6dQY22sr2 .mbr-text,
.cid-v6dQY22sr2 .mbr-section-btn {
  text-align: left;
}
.cid-v6dQY22sr2 .item-title {
  text-align: center;
  color: #6d7a8c;
}
.cid-v6dQY22sr2 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v6dQY22sr2 .mbr-section-subtitle {
  color: #303f61;
}
.cid-v6dQY5NBOM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #344cf1;
}
.cid-v6dQY5NBOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dQY5NBOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dQY5NBOM .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6dQY5NBOM .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-v6dQY5NBOM .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v6dQY5NBOM .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v6dQY5NBOM .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v6dQY5NBOM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v6dQY5NBOM .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v6dQY5NBOM .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v6dQY5NBOM .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-v6dQY5NBOM .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-v6dQY5NBOM .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-v6dQY5NBOM .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-v6dQY5NBOM .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-v6dQY5NBOM .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-v6dQY5NBOM .list li:hover {
  color: #4f87fb !important;
}
.cid-v6dQY5NBOM .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v6dQY5NBOM .list a:hover {
  color: #4f87fb !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-v6dQY5NBOM .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-v6dQY5NBOM .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-v6dQY5NBOM .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-v6dQY5NBOM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-v6dQY5NBOM .soc-item {
    padding: 10px;
  }
}
.cid-v6dQY5NBOM .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-v6dQY5NBOM .soc-item:hover .mbr-iconfont {
  color: #4f87fb !important;
}
.cid-v6dQY5NBOM .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-v6dQY5NBOM .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-v6dQY5NBOM .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-v6dQY5NBOM .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v6dQY5NBOM .border-item {
    margin-top: 1.5rem;
  }
}
.cid-v6dQY5NBOM .copyright {
  color: #e9e9e9;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-v6dQY5NBOM .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-v6dQY5NBOM .copyright {
    margin-top: 1.5rem;
  }
}
.cid-v6dU0RDh5C {
  z-index: 1000;
  width: 100%;
}
.cid-v6dU0RDh5C nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-v6dU0RDh5C .nav-dropdown {
    margin-top: 4rem;
    padding-bottom: 1rem;
  }
}
.cid-v6dU0RDh5C .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(245, 247, 250, 0.9);
}
.cid-v6dU0RDh5C .navbar.opened {
  transition: all 0.3s;
}
.cid-v6dU0RDh5C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6dU0RDh5C .navbar .navbar-logo img {
  width: auto;
}
.cid-v6dU0RDh5C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6dU0RDh5C .navbar.collapsed {
  justify-content: center;
}
.cid-v6dU0RDh5C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6dU0RDh5C .navbar.collapsed.opened .dropdown-menu {
  top: 1;
}
@media (min-width: 992px) {
  .cid-v6dU0RDh5C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v6dU0RDh5C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6dU0RDh5C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6dU0RDh5C .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-v6dU0RDh5C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  margin-bottom: 5px;
}
.cid-v6dU0RDh5C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6dU0RDh5C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6dU0RDh5C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6dU0RDh5C .navbar.opened .dropdown-menu {
    top: 1;
  }
  .cid-v6dU0RDh5C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6dU0RDh5C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6dU0RDh5C .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-v6dU0RDh5C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6dU0RDh5C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6dU0RDh5C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6dU0RDh5C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6dU0RDh5C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6dU0RDh5C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6dU0RDh5C .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6dU0RDh5C .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6dU0RDh5C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6dU0RDh5C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6dU0RDh5C .navbar-logo {
  margin: 0;
}
.cid-v6dU0RDh5C .container,
.cid-v6dU0RDh5C .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v6dU0RDh5C .container,
  .cid-v6dU0RDh5C .container-fluid {
    justify-content: space-between;
  }
}
.cid-v6dU0RDh5C .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6dU0RDh5C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6dU0RDh5C .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6dU0RDh5C .navbar-brand {
    display: none;
  }
}
.cid-v6dU0RDh5C .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-v6dU0RDh5C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6dU0RDh5C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6dU0RDh5C .dropdown-item:hover,
.cid-v6dU0RDh5C .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-v6dU0RDh5C .dropdown-item:hover span {
  color: white;
}
.cid-v6dU0RDh5C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6dU0RDh5C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6dU0RDh5C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v6dU0RDh5C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6dU0RDh5C .nav-link {
  position: relative;
}
.cid-v6dU0RDh5C .container {
  display: flex;
  margin: auto;
}
.cid-v6dU0RDh5C .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6dU0RDh5C .dropdown-menu,
.cid-v6dU0RDh5C .navbar.opened {
  background: #f5f7fa !important;
}
.cid-v6dU0RDh5C .nav-item:focus,
.cid-v6dU0RDh5C .nav-link:focus {
  outline: none;
}
.cid-v6dU0RDh5C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6dU0RDh5C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6dU0RDh5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6dU0RDh5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6dU0RDh5C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6dU0RDh5C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6dU0RDh5C .dropdown-item.active,
.cid-v6dU0RDh5C .dropdown-item:active {
  background-color: transparent;
}
.cid-v6dU0RDh5C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6dU0RDh5C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6dU0RDh5C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6dU0RDh5C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
}
.cid-v6dU0RDh5C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6dU0RDh5C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6dU0RDh5C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6dU0RDh5C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6dU0RDh5C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6dU0RDh5C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6dU0RDh5C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6dU0RDh5C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6dU0RDh5C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6dU0RDh5C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6dU0RDh5C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6dU0RDh5C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6dU0RDh5C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6dU0RDh5C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6dU0RDh5C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6dU0RDh5C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6dU0RDh5C .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-v6dU0RDh5C .navbar {
    height: 70px;
  }
  .cid-v6dU0RDh5C .navbar.opened {
    height: auto;
  }
  .cid-v6dU0RDh5C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6dU0RDh5C .container-fluid {
  margin-top: 15px;
}
.cid-v6dU0RQKVt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f7fa;
}
.cid-v6dU0RQKVt img,
.cid-v6dU0RQKVt .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v6dU0RQKVt .item:focus,
.cid-v6dU0RQKVt span:focus {
  outline: none;
}
.cid-v6dU0RQKVt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6dU0RQKVt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6dU0RQKVt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6dU0RQKVt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v6dU0RQKVt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v6dU0RQKVt .mbr-section-title {
  color: #4f87fb;
}
.cid-v6dU0RQKVt .mbr-text,
.cid-v6dU0RQKVt .mbr-section-btn {
  text-align: left;
}
.cid-v6dU0RQKVt .item-title {
  text-align: center;
  color: #6d7a8c;
}
.cid-v6dU0RQKVt .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v6dU0RQKVt .mbr-section-subtitle {
  color: #303f61;
}
.cid-v6dU0V4HSP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #344cf1;
}
.cid-v6dU0V4HSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dU0V4HSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dU0V4HSP .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6dU0V4HSP .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-v6dU0V4HSP .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v6dU0V4HSP .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v6dU0V4HSP .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v6dU0V4HSP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v6dU0V4HSP .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v6dU0V4HSP .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v6dU0V4HSP .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-v6dU0V4HSP .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-v6dU0V4HSP .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-v6dU0V4HSP .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-v6dU0V4HSP .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-v6dU0V4HSP .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-v6dU0V4HSP .list li:hover {
  color: #4f87fb !important;
}
.cid-v6dU0V4HSP .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v6dU0V4HSP .list a:hover {
  color: #4f87fb !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-v6dU0V4HSP .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-v6dU0V4HSP .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-v6dU0V4HSP .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-v6dU0V4HSP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-v6dU0V4HSP .soc-item {
    padding: 10px;
  }
}
.cid-v6dU0V4HSP .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-v6dU0V4HSP .soc-item:hover .mbr-iconfont {
  color: #4f87fb !important;
}
.cid-v6dU0V4HSP .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-v6dU0V4HSP .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-v6dU0V4HSP .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-v6dU0V4HSP .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v6dU0V4HSP .border-item {
    margin-top: 1.5rem;
  }
}
.cid-v6dU0V4HSP .copyright {
  color: #e9e9e9;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-v6dU0V4HSP .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-v6dU0V4HSP .copyright {
    margin-top: 1.5rem;
  }
}
.cid-v6dWxPTSYI {
  z-index: 1000;
  width: 100%;
}
.cid-v6dWxPTSYI nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-v6dWxPTSYI .nav-dropdown {
    margin-top: 4rem;
    padding-bottom: 1rem;
  }
}
.cid-v6dWxPTSYI .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(245, 247, 250, 0.9);
}
.cid-v6dWxPTSYI .navbar.opened {
  transition: all 0.3s;
}
.cid-v6dWxPTSYI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6dWxPTSYI .navbar .navbar-logo img {
  width: auto;
}
.cid-v6dWxPTSYI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6dWxPTSYI .navbar.collapsed {
  justify-content: center;
}
.cid-v6dWxPTSYI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6dWxPTSYI .navbar.collapsed.opened .dropdown-menu {
  top: 1;
}
@media (min-width: 992px) {
  .cid-v6dWxPTSYI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v6dWxPTSYI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6dWxPTSYI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6dWxPTSYI .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-v6dWxPTSYI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  margin-bottom: 5px;
}
.cid-v6dWxPTSYI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6dWxPTSYI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6dWxPTSYI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6dWxPTSYI .navbar.opened .dropdown-menu {
    top: 1;
  }
  .cid-v6dWxPTSYI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6dWxPTSYI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6dWxPTSYI .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-v6dWxPTSYI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6dWxPTSYI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6dWxPTSYI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6dWxPTSYI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6dWxPTSYI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6dWxPTSYI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6dWxPTSYI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6dWxPTSYI .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6dWxPTSYI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6dWxPTSYI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6dWxPTSYI .navbar-logo {
  margin: 0;
}
.cid-v6dWxPTSYI .container,
.cid-v6dWxPTSYI .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v6dWxPTSYI .container,
  .cid-v6dWxPTSYI .container-fluid {
    justify-content: space-between;
  }
}
.cid-v6dWxPTSYI .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6dWxPTSYI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6dWxPTSYI .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6dWxPTSYI .navbar-brand {
    display: none;
  }
}
.cid-v6dWxPTSYI .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-v6dWxPTSYI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6dWxPTSYI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6dWxPTSYI .dropdown-item:hover,
.cid-v6dWxPTSYI .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-v6dWxPTSYI .dropdown-item:hover span {
  color: white;
}
.cid-v6dWxPTSYI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6dWxPTSYI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6dWxPTSYI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v6dWxPTSYI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6dWxPTSYI .nav-link {
  position: relative;
}
.cid-v6dWxPTSYI .container {
  display: flex;
  margin: auto;
}
.cid-v6dWxPTSYI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6dWxPTSYI .dropdown-menu,
.cid-v6dWxPTSYI .navbar.opened {
  background: #f5f7fa !important;
}
.cid-v6dWxPTSYI .nav-item:focus,
.cid-v6dWxPTSYI .nav-link:focus {
  outline: none;
}
.cid-v6dWxPTSYI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6dWxPTSYI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6dWxPTSYI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6dWxPTSYI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6dWxPTSYI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6dWxPTSYI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6dWxPTSYI .dropdown-item.active,
.cid-v6dWxPTSYI .dropdown-item:active {
  background-color: transparent;
}
.cid-v6dWxPTSYI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6dWxPTSYI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6dWxPTSYI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6dWxPTSYI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
}
.cid-v6dWxPTSYI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6dWxPTSYI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6dWxPTSYI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6dWxPTSYI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6dWxPTSYI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6dWxPTSYI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6dWxPTSYI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6dWxPTSYI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6dWxPTSYI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6dWxPTSYI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6dWxPTSYI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6dWxPTSYI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6dWxPTSYI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6dWxPTSYI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6dWxPTSYI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6dWxPTSYI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6dWxPTSYI .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-v6dWxPTSYI .navbar {
    height: 70px;
  }
  .cid-v6dWxPTSYI .navbar.opened {
    height: auto;
  }
  .cid-v6dWxPTSYI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6dWxPTSYI .container-fluid {
  margin-top: 15px;
}
.cid-v6dWxQ7IpW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f7fa;
}
.cid-v6dWxQ7IpW img,
.cid-v6dWxQ7IpW .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v6dWxQ7IpW .item:focus,
.cid-v6dWxQ7IpW span:focus {
  outline: none;
}
.cid-v6dWxQ7IpW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6dWxQ7IpW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6dWxQ7IpW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6dWxQ7IpW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v6dWxQ7IpW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v6dWxQ7IpW .mbr-section-title {
  color: #4f87fb;
}
.cid-v6dWxQ7IpW .mbr-text,
.cid-v6dWxQ7IpW .mbr-section-btn {
  text-align: left;
}
.cid-v6dWxQ7IpW .item-title {
  text-align: center;
  color: #6d7a8c;
}
.cid-v6dWxQ7IpW .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v6dWxQ7IpW .mbr-section-subtitle {
  color: #303f61;
}
.cid-v6dWxQGq8l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #344cf1;
}
.cid-v6dWxQGq8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dWxQGq8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dWxQGq8l .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6dWxQGq8l .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-v6dWxQGq8l .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v6dWxQGq8l .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v6dWxQGq8l .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v6dWxQGq8l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v6dWxQGq8l .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v6dWxQGq8l .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v6dWxQGq8l .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-v6dWxQGq8l .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-v6dWxQGq8l .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-v6dWxQGq8l .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-v6dWxQGq8l .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-v6dWxQGq8l .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-v6dWxQGq8l .list li:hover {
  color: #4f87fb !important;
}
.cid-v6dWxQGq8l .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v6dWxQGq8l .list a:hover {
  color: #4f87fb !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-v6dWxQGq8l .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-v6dWxQGq8l .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-v6dWxQGq8l .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-v6dWxQGq8l .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-v6dWxQGq8l .soc-item {
    padding: 10px;
  }
}
.cid-v6dWxQGq8l .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-v6dWxQGq8l .soc-item:hover .mbr-iconfont {
  color: #4f87fb !important;
}
.cid-v6dWxQGq8l .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-v6dWxQGq8l .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-v6dWxQGq8l .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-v6dWxQGq8l .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v6dWxQGq8l .border-item {
    margin-top: 1.5rem;
  }
}
.cid-v6dWxQGq8l .copyright {
  color: #e9e9e9;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-v6dWxQGq8l .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-v6dWxQGq8l .copyright {
    margin-top: 1.5rem;
  }
}
.cid-v6MNG0dWZS {
  z-index: 1000;
  width: 100%;
}
.cid-v6MNG0dWZS nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-v6MNG0dWZS .nav-dropdown {
    margin-top: 4rem;
    padding-bottom: 1rem;
  }
}
.cid-v6MNG0dWZS .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(245, 247, 250, 0.9);
}
.cid-v6MNG0dWZS .navbar.opened {
  transition: all 0.3s;
}
.cid-v6MNG0dWZS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6MNG0dWZS .navbar .navbar-logo img {
  width: auto;
}
.cid-v6MNG0dWZS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6MNG0dWZS .navbar.collapsed {
  justify-content: center;
}
.cid-v6MNG0dWZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6MNG0dWZS .navbar.collapsed.opened .dropdown-menu {
  top: 1;
}
@media (min-width: 992px) {
  .cid-v6MNG0dWZS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v6MNG0dWZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6MNG0dWZS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6MNG0dWZS .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-v6MNG0dWZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  margin-bottom: 5px;
}
.cid-v6MNG0dWZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6MNG0dWZS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6MNG0dWZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6MNG0dWZS .navbar.opened .dropdown-menu {
    top: 1;
  }
  .cid-v6MNG0dWZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6MNG0dWZS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6MNG0dWZS .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-v6MNG0dWZS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6MNG0dWZS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6MNG0dWZS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6MNG0dWZS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6MNG0dWZS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6MNG0dWZS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6MNG0dWZS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6MNG0dWZS .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6MNG0dWZS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6MNG0dWZS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6MNG0dWZS .navbar-logo {
  margin: 0;
}
.cid-v6MNG0dWZS .container,
.cid-v6MNG0dWZS .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-v6MNG0dWZS .container,
  .cid-v6MNG0dWZS .container-fluid {
    justify-content: space-between;
  }
}
.cid-v6MNG0dWZS .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6MNG0dWZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6MNG0dWZS .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6MNG0dWZS .navbar-brand {
    display: none;
  }
}
.cid-v6MNG0dWZS .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-v6MNG0dWZS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6MNG0dWZS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6MNG0dWZS .dropdown-item:hover,
.cid-v6MNG0dWZS .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-v6MNG0dWZS .dropdown-item:hover span {
  color: white;
}
.cid-v6MNG0dWZS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6MNG0dWZS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6MNG0dWZS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-v6MNG0dWZS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6MNG0dWZS .nav-link {
  position: relative;
}
.cid-v6MNG0dWZS .container {
  display: flex;
  margin: auto;
}
.cid-v6MNG0dWZS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6MNG0dWZS .dropdown-menu,
.cid-v6MNG0dWZS .navbar.opened {
  background: #f5f7fa !important;
}
.cid-v6MNG0dWZS .nav-item:focus,
.cid-v6MNG0dWZS .nav-link:focus {
  outline: none;
}
.cid-v6MNG0dWZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6MNG0dWZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6MNG0dWZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6MNG0dWZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6MNG0dWZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6MNG0dWZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6MNG0dWZS .dropdown-item.active,
.cid-v6MNG0dWZS .dropdown-item:active {
  background-color: transparent;
}
.cid-v6MNG0dWZS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6MNG0dWZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6MNG0dWZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6MNG0dWZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
}
.cid-v6MNG0dWZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6MNG0dWZS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6MNG0dWZS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6MNG0dWZS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6MNG0dWZS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6MNG0dWZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6MNG0dWZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6MNG0dWZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6MNG0dWZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6MNG0dWZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6MNG0dWZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6MNG0dWZS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6MNG0dWZS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6MNG0dWZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6MNG0dWZS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6MNG0dWZS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6MNG0dWZS .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-v6MNG0dWZS .navbar {
    height: 70px;
  }
  .cid-v6MNG0dWZS .navbar.opened {
    height: auto;
  }
  .cid-v6MNG0dWZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6MNG0dWZS .container-fluid {
  margin-top: 15px;
}
.cid-v6MNG0vHq1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f7fa;
}
.cid-v6MNG0vHq1 img,
.cid-v6MNG0vHq1 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v6MNG0vHq1 .item:focus,
.cid-v6MNG0vHq1 span:focus {
  outline: none;
}
.cid-v6MNG0vHq1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6MNG0vHq1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6MNG0vHq1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6MNG0vHq1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v6MNG0vHq1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v6MNG0vHq1 .mbr-section-title {
  color: #4f87fb;
}
.cid-v6MNG0vHq1 .mbr-text,
.cid-v6MNG0vHq1 .mbr-section-btn {
  text-align: left;
}
.cid-v6MNG0vHq1 .item-title {
  text-align: center;
  color: #6d7a8c;
}
.cid-v6MNG0vHq1 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v6MNG3Wxrp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #344cf1;
}
.cid-v6MNG3Wxrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MNG3Wxrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MNG3Wxrp .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6MNG3Wxrp .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-v6MNG3Wxrp .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v6MNG3Wxrp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v6MNG3Wxrp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v6MNG3Wxrp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v6MNG3Wxrp .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v6MNG3Wxrp .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v6MNG3Wxrp .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-v6MNG3Wxrp .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-v6MNG3Wxrp .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-v6MNG3Wxrp .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-v6MNG3Wxrp .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-v6MNG3Wxrp .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-v6MNG3Wxrp .list li:hover {
  color: #4f87fb !important;
}
.cid-v6MNG3Wxrp .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v6MNG3Wxrp .list a:hover {
  color: #4f87fb !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-v6MNG3Wxrp .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-v6MNG3Wxrp .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-v6MNG3Wxrp .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-v6MNG3Wxrp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-v6MNG3Wxrp .soc-item {
    padding: 10px;
  }
}
.cid-v6MNG3Wxrp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-v6MNG3Wxrp .soc-item:hover .mbr-iconfont {
  color: #4f87fb !important;
}
.cid-v6MNG3Wxrp .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-v6MNG3Wxrp .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-v6MNG3Wxrp .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-v6MNG3Wxrp .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v6MNG3Wxrp .border-item {
    margin-top: 1.5rem;
  }
}
.cid-v6MNG3Wxrp .copyright {
  color: #e9e9e9;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-v6MNG3Wxrp .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-v6MNG3Wxrp .copyright {
    margin-top: 1.5rem;
  }
}
