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: 'Lato', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.02rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.02rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.12rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.12rem;
}
/* ---- 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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.816rem;
    font-size: calc( 1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((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: #48d678 !important;
}
.bg-danger {
  background-color: #ff4a52 !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: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !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: #229649;
  color: #229649;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #e3000a;
  color: #e3000a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #ff4a52;
  border-color: #ff4a52;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !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: #48d678 !important;
}
.text-danger {
  color: #ff4a52 !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: #229649 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e3000a !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: #48d678;
}
.alert-danger {
  background-color: #ff4a52;
}
.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: #effbf3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.12rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.12rem;
}
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-sZK51kh38b .navbar-dropdown {
  position: relative !important;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: absolute !important;
}
.cid-sZK51kh38b .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sZK51kh38b .btn-padding span {
  line-height: 10px;
}
.cid-sZK51kh38b .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-sZK51kh38b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZK51kh38b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZK51kh38b .dropdown-item:hover,
.cid-sZK51kh38b .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-sZK51kh38b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZK51kh38b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZK51kh38b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZK51kh38b .nav-link {
  position: relative;
}
.cid-sZK51kh38b .container {
  display: flex;
  margin: auto;
}
.cid-sZK51kh38b .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZK51kh38b .dropdown-menu,
.cid-sZK51kh38b .navbar.opened {
  background: #ffffff !important;
}
.cid-sZK51kh38b .nav-item:focus,
.cid-sZK51kh38b .nav-link:focus {
  outline: none;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZK51kh38b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZK51kh38b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sZK51kh38b .navbar.opened {
  transition: all 0.3s;
}
.cid-sZK51kh38b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZK51kh38b .navbar .navbar-logo img {
  width: auto;
}
.cid-sZK51kh38b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZK51kh38b .navbar.collapsed {
  justify-content: center;
}
.cid-sZK51kh38b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZK51kh38b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZK51kh38b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZK51kh38b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZK51kh38b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZK51kh38b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZK51kh38b .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-sZK51kh38b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZK51kh38b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZK51kh38b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZK51kh38b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZK51kh38b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZK51kh38b .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZK51kh38b .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZK51kh38b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZK51kh38b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZK51kh38b .dropdown-item.active,
.cid-sZK51kh38b .dropdown-item:active {
  background-color: transparent;
}
.cid-sZK51kh38b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZK51kh38b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZK51kh38b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZK51kh38b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZK51kh38b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZK51kh38b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar {
    height: 70px;
  }
  .cid-sZK51kh38b .navbar.opened {
    height: auto;
  }
  .cid-sZK51kh38b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sV8pnpJJmy {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-sV8pnpJJmy .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sV8pnpJJmy .wrap-block {
  padding-left: 2rem;
  padding-right: 2rem;
}
.cid-sV8pnpJJmy .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-sV8pnpJJmy .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-sV8pnpJJmy .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-sV8pnpJJmy .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-sV8pnpJJmy .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-sV8pnpJJmy .info-widget {
  padding: 0.5rem 3rem 1.875rem 2rem;
  display: flex;
}
.cid-sV8pnpJJmy .info-widget:nth-child(odd) {
  padding: 0.5rem 3rem 1.875rem 0rem;
}
.cid-sV8pnpJJmy .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 16px;
  background-color: #ffffff;
  font-size: 1.5rem;
  color: #4f87fb;
  margin-right: 15px;
  font-weight: bold;
}
.cid-sV8pnpJJmy .info-widget .widget-content {
  display: inline-block;
  text-align: left;
  align-self: center;
}
.cid-sV8pnpJJmy .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  line-height: 1.5;
  font-weight: 700;
  color: #130947;
}
.cid-sV8pnpJJmy .menu-content-right {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sV8pnpJJmy .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0rem !important;
  padding: 12px 40px;
  margin-right: 1rem !important;
}
.cid-sV8pnpJJmy .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .cid-sV8pnpJJmy .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sV8pnpJJmy .mbr-section-title,
  .cid-sV8pnpJJmy .mbr-section-subtitle,
  .cid-sV8pnpJJmy .mbr-text {
    text-align: left !important;
  }
  .cid-sV8pnpJJmy .social-list {
    text-align: center !important;
  }
  .cid-sV8pnpJJmy .info-widget {
    padding: 0.5rem 3rem 1.875rem 0.5rem !important;
  }
}
.cid-sV8pnpJJmy .wrap-block .contents .mbr-section-text {
  color: #333333;
}
.cid-sLeIZhCLz7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-sLeIZhCLz7 .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sLeIZhCLz7 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sLeIZhCLz7 .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-sLeIZhCLz7 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sLeIZhCLz7 .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-sLeIZhCLz7 .timelines-container {
  margin-top: 60px;
}
.cid-sLeIZhCLz7 .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-sLeIZhCLz7 .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-sLeIZhCLz7 .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-sLeIZhCLz7 .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-sLeIZhCLz7 .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #4f87fb;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-sLeIZhCLz7 .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-sLeIZhCLz7 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-sLeIZhCLz7 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sLeIZhCLz7 .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-sLeIZhCLz7 .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sLeIZhCLz7 .container-fluid {
  padding: 0 2rem;
}
.cid-sLeIZhCLz7 .separline:before,
.cid-sLeIZhCLz7 .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-sLeIZhCLz7 .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sLeIZhCLz7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sLeIZhCLz7 .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-sLeIZhCLz7 .separline:before,
  .cid-sLeIZhCLz7 .first-separline:before {
    left: -10px !important;
  }
  .cid-sLeIZhCLz7 .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-sLeIZhCLz7 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sLeIZhCLz7 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sLeIZhCLz7 .time-line-date-content p {
    float: left !important;
  }
  .cid-sLeIZhCLz7 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-sLeIZhCLz7 .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-sLeIZhCLz7 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-sL2ymdgR8e {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2ymdgR8e .main_header {
  margin-bottom: 5rem;
}
.cid-sL2ymdgR8e .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sL2ymdgR8e .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-sL2ymdgR8e .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-sL2ymdgR8e .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-sL2ymdgR8e .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-sL2ymdgR8e .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-sL2ymdgR8e img,
.cid-sL2ymdgR8e .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 250px;
  object-fit: cover;
}
.cid-sL2ymdgR8e .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.cid-sL2ymdgR8e .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-sL2ymdgR8e .card_text {
  padding-top: 5px;
  color: #eae8e4;
}
.cid-sL2ymdgR8e .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-sL2ymdgR8e .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-sL2ymdgR8e .list_content:nth-child(1) {
  border: none;
}
.cid-sL2ymdgR8e .list_date {
  min-width: 130px;
}
.cid-sL2ymdgR8e .list_text {
  padding: 0 1rem;
  color: #4f87fb;
}
.cid-sL2ymdgR8e .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sL2ymdgR8e .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-sL2ymdgR8e .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sL2ymdgR8e .mbr-text {
    margin-top: .75rem;
  }
  .cid-sL2ymdgR8e .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-sL2ymdgR8e .item-img,
  .cid-sL2ymdgR8e img {
    max-height: 200px;
  }
  .cid-sL2ymdgR8e .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-sL2ymdgR8e .list_text {
    padding: 5px 0;
  }
  .cid-sL2ymdgR8e .list_number {
    text-align: left;
  }
}
.cid-sWabqA3Yec {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sWabqA3Yec .counter-container {
  color: #464646;
}
.cid-sWabqA3Yec .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-sWabqA3Yec .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sWabqA3Yec .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 200px;
  height: 40px;
}
.cid-sWabqA3Yec P {
  text-align: left;
  color: #767676;
}
.cid-sWabqA3Yec H4 {
  color: #636fc3;
}
.cid-sWabqA3Yec H6 {
  color: #636fc3;
}
.cid-sVp9ofk666 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #636fc3;
}
@media (max-width: 767px) {
  .cid-sVp9ofk666 .content {
    text-align: center;
  }
  .cid-sVp9ofk666 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVp9ofk666 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sVp9ofk666 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sVp9ofk666 .form-control:focus,
.cid-sVp9ofk666 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sVp9ofk666 .form-group {
  margin-bottom: 1rem;
}
.cid-sVp9ofk666 input::-webkit-input-placeholder,
.cid-sVp9ofk666 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sVp9ofk666 input:-moz-placeholder,
.cid-sVp9ofk666 textarea:-moz-placeholder {
  color: #656565;
}
.cid-sVp9ofk666 .jq-selectbox li,
.cid-sVp9ofk666 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sVp9ofk666 .jq-selectbox li:hover,
.cid-sVp9ofk666 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sVp9ofk666 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sVp9ofk666 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sVp9ofk666 textarea.form-control {
  resize: none;
}
.cid-sVp9ofk666 .input-group-btn {
  display: inline-block;
}
.cid-sVp9ofk666 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sVp9ofk666 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVp9ofk666 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVp9ofk666 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sVp9ofk666 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sVp9ofk666 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sVp9ofk666 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVp9ofk666 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sVp9ofk666 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVp9ofk666 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sVp9ofk666 .form-control,
.cid-sVp9ofk666 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sVp9ofk666 .copyright > p {
  text-align: left;
}
.cid-sVp9ofk666 P {
  text-align: left;
}
.cid-sL70Ly14zz {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img5-1500x351.png");
}
.cid-sL70Ly14zz .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sL70Ly14zz .mbr-section-title {
  color: #232323;
}
.cid-sL70Ly14zz .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sL70Ly14zz .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sL71msnhah {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL71msnhah img {
  border-radius: 0px;
}
.cid-sL71msnhah .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sL71msnhah .date {
  text-transform: uppercase;
  color: #4f87fb;
  text-align: left;
  padding-top: 1rem;
}
.cid-sL71msnhah .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sL71msnhah .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sL71msnhah .right {
  display: flex;
  flex-direction: column;
}
.cid-sL71msnhah .mbr-section-btn {
  border: 2px solid #4f87fb;
  width: auto;
}
.cid-sL71msnhah .mbr-section-btn:hover {
  background-color: #4f87fb;
  border: 2px solid #4f87fb;
}
.cid-sL71msnhah .card-heading {
  padding-top: 0;
}
.cid-sL71msnhah .mbr-text {
  padding-top: 10px;
  color: #6d7a8c;
  text-align: left;
}
.cid-sL4s5jImja {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sL4s5jImja img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sL4s5jImja .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sL4s5jImja .mbr-text {
  color: #232323;
  line-height: 1.5;
}
.cid-sL4s5jImja .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sL4s5jImja .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sL4s5jImja .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sL4whR8DAn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sL4whR8DAn img {
  border-radius: 0px;
}
.cid-sL4whR8DAn .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sL4whR8DAn .date {
  text-transform: uppercase;
  color: #4f87fb;
  text-align: left;
  padding-top: 1rem;
}
.cid-sL4whR8DAn .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sL4whR8DAn .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sL4whR8DAn .right {
  display: flex;
  flex-direction: column;
}
.cid-sL4whR8DAn .mbr-section-btn {
  border: 2px solid #4f87fb;
  width: auto;
}
.cid-sL4whR8DAn .mbr-section-btn:hover {
  background-color: #4f87fb;
  border: 2px solid #4f87fb;
}
.cid-sL4whR8DAn .card-heading {
  padding-top: 0;
}
.cid-sL4whR8DAn .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-sL7P9twXV8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7P9twXV8 .link-wrapper {
  width: 100%;
}
.cid-sL7P9twXV8 .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sL7P9twXV8 .container {
    padding: 0 1rem;
  }
}
.cid-sL7P9twXV8 p {
  padding: 0;
  margin: 0;
}
.cid-sL7P9twXV8 .item {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sL7P9twXV8 .item {
    text-align: center;
  }
}
.cid-sL7P9twXV8 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
}
.cid-sL7P9twXV8 .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sL7P9twXV8 .row {
    justify-content: flex-start;
  }
}
.cid-sL7P9twXV8 .card {
  border-radius: 0;
  padding: 0;
}
.cid-sL7P9twXV8 .card-title {
  color: #232323;
}
.cid-sL7P9twXV8 .card-title a {
  position: relative;
  background: none!important;
}
.cid-sL7P9twXV8 .card-title a:before {
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sL7P9twXV8 .card-title a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-sL7P9twXV8 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sL7P9twXV8 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sL7P9twXV8 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sL7P9twXV8 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sL7P9twXV8 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sL7P9twXV8 .card-subtitle {
  color: #232323;
}
.cid-sL4ASlNKm5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL4ASlNKm5 .container {
  max-width: 1200px;
}
.cid-sL4ASlNKm5 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sL4ASlNKm5 .container-fluid {
  max-width: 1400px;
}
.cid-sL4ASlNKm5 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
}
.cid-sL4ASlNKm5 p {
  line-height: 2;
}
.cid-sL4ASlNKm5 .mbr-text {
  color: #232323;
}
.cid-sL4Bc8oUNZ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sL4Bc8oUNZ .container {
  max-width: 1200px;
}
.cid-sL4Bc8oUNZ .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sL4Bc8oUNZ .container-fluid {
  max-width: 1400px;
}
.cid-sL4Bc8oUNZ .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
}
.cid-sL4Bc8oUNZ p {
  line-height: 2;
}
.cid-sL4Bc8oUNZ .mbr-text {
  color: #232323;
}
.cid-sVp9xCLLDz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #636fc3;
}
@media (max-width: 767px) {
  .cid-sVp9xCLLDz .content {
    text-align: center;
  }
  .cid-sVp9xCLLDz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVp9xCLLDz .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sVp9xCLLDz .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sVp9xCLLDz .form-control:focus,
.cid-sVp9xCLLDz .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sVp9xCLLDz .form-group {
  margin-bottom: 1rem;
}
.cid-sVp9xCLLDz input::-webkit-input-placeholder,
.cid-sVp9xCLLDz textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sVp9xCLLDz input:-moz-placeholder,
.cid-sVp9xCLLDz textarea:-moz-placeholder {
  color: #656565;
}
.cid-sVp9xCLLDz .jq-selectbox li,
.cid-sVp9xCLLDz .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sVp9xCLLDz .jq-selectbox li:hover,
.cid-sVp9xCLLDz .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sVp9xCLLDz .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sVp9xCLLDz .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sVp9xCLLDz textarea.form-control {
  resize: none;
}
.cid-sVp9xCLLDz .input-group-btn {
  display: inline-block;
}
.cid-sVp9xCLLDz .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sVp9xCLLDz .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVp9xCLLDz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVp9xCLLDz .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sVp9xCLLDz .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sVp9xCLLDz .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sVp9xCLLDz .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVp9xCLLDz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sVp9xCLLDz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVp9xCLLDz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sVp9xCLLDz .form-control,
.cid-sVp9xCLLDz .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sVp9xCLLDz .copyright > p {
  text-align: left;
}
.cid-sVp9xCLLDz P {
  text-align: left;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: relative !important;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: absolute !important;
}
.cid-sZK51kh38b .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sZK51kh38b .btn-padding span {
  line-height: 10px;
}
.cid-sZK51kh38b .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-sZK51kh38b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZK51kh38b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZK51kh38b .dropdown-item:hover,
.cid-sZK51kh38b .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-sZK51kh38b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZK51kh38b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZK51kh38b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZK51kh38b .nav-link {
  position: relative;
}
.cid-sZK51kh38b .container {
  display: flex;
  margin: auto;
}
.cid-sZK51kh38b .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZK51kh38b .dropdown-menu,
.cid-sZK51kh38b .navbar.opened {
  background: #ffffff !important;
}
.cid-sZK51kh38b .nav-item:focus,
.cid-sZK51kh38b .nav-link:focus {
  outline: none;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZK51kh38b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZK51kh38b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sZK51kh38b .navbar.opened {
  transition: all 0.3s;
}
.cid-sZK51kh38b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZK51kh38b .navbar .navbar-logo img {
  width: auto;
}
.cid-sZK51kh38b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZK51kh38b .navbar.collapsed {
  justify-content: center;
}
.cid-sZK51kh38b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZK51kh38b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZK51kh38b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZK51kh38b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZK51kh38b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZK51kh38b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZK51kh38b .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-sZK51kh38b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZK51kh38b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZK51kh38b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZK51kh38b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZK51kh38b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZK51kh38b .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZK51kh38b .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZK51kh38b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZK51kh38b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZK51kh38b .dropdown-item.active,
.cid-sZK51kh38b .dropdown-item:active {
  background-color: transparent;
}
.cid-sZK51kh38b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZK51kh38b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZK51kh38b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZK51kh38b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZK51kh38b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZK51kh38b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar {
    height: 70px;
  }
  .cid-sZK51kh38b .navbar.opened {
    height: auto;
  }
  .cid-sZK51kh38b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sL79Q3Wcor {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img5-1500x351.png");
}
.cid-sL79Q3Wcor .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sL79Q3Wcor .mbr-section-title {
  color: #232323;
}
.cid-sL79Q3Wcor .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sL79Q3Wcor .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sL79Q4juth {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL79Q4juth img {
  border-radius: 0px;
}
.cid-sL79Q4juth .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sL79Q4juth .date {
  text-transform: uppercase;
  color: #4f87fb;
  text-align: left;
  padding-top: 1rem;
}
.cid-sL79Q4juth .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sL79Q4juth .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sL79Q4juth .right {
  display: flex;
  flex-direction: column;
}
.cid-sL79Q4juth .mbr-section-btn {
  border: 2px solid #4f87fb;
  width: auto;
}
.cid-sL79Q4juth .mbr-section-btn:hover {
  background-color: #4f87fb;
  border: 2px solid #4f87fb;
}
.cid-sL79Q4juth .card-heading {
  padding-top: 0;
}
.cid-sL79Q4juth .mbr-text {
  padding-top: 10px;
  color: #6d7a8c;
  text-align: left;
}
.cid-sL7cFPd4Ot {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL7cFPd4Ot .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-sL7cFPd4Ot .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sL7cFPd4Ot .row {
  align-items: center;
  height: 100%;
}
.cid-sL79Q4ullz {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sL79Q4ullz img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sL79Q4ullz .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sL79Q4ullz .mbr-text {
  color: #232323;
  line-height: 1.5;
}
.cid-sL79Q4ullz .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sL79Q4ullz .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sL79Q4ullz .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sL79Q4HrPi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sL79Q4HrPi img {
  border-radius: 0px;
}
.cid-sL79Q4HrPi .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sL79Q4HrPi .date {
  text-transform: uppercase;
  color: #4f87fb;
  text-align: left;
  padding-top: 1rem;
}
.cid-sL79Q4HrPi .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sL79Q4HrPi .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sL79Q4HrPi .right {
  display: flex;
  flex-direction: column;
}
.cid-sL79Q4HrPi .mbr-section-btn {
  border: 2px solid #4f87fb;
  width: auto;
}
.cid-sL79Q4HrPi .mbr-section-btn:hover {
  background-color: #4f87fb;
  border: 2px solid #4f87fb;
}
.cid-sL79Q4HrPi .card-heading {
  padding-top: 0;
}
.cid-sL79Q4HrPi .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-sL7dDmRV0c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sL7dDmRV0c .button-padding {
  padding: 0;
}
.cid-sL7dDmRV0c .btn {
  margin: 0;
}
.cid-sL7dDmRV0c .button-top {
  margin-top: 20px;
}
.cid-sL7dDmRV0c .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-sL7dDmRV0c .card-title {
  padding-bottom: 50px;
  margin: 0;
}
.cid-sL7dDmRV0c .mbr-text,
.cid-sL7dDmRV0c .mbr-section-btn {
  color: #232323;
}
.cid-sL7bNVBIIK {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sL7bNVBIIK img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sL7bNVBIIK .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sL7bNVBIIK .mbr-text {
  color: #232323;
  line-height: 1.5;
}
.cid-sL7bNVBIIK .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sL7bNVBIIK .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sL7bNVBIIK .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sL7bNVBIIK .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-sL7bNVBIIK .mbr-list,
.cid-sL7bNVBIIK .social-media {
  color: #232323;
}
.cid-sL7eyUDxqp {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sL7eyUDxqp img {
  border-radius: 0px;
}
.cid-sL7eyUDxqp .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sL7eyUDxqp .date {
  text-transform: uppercase;
  color: #4f87fb;
  text-align: left;
  padding-top: 1rem;
}
.cid-sL7eyUDxqp .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sL7eyUDxqp .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sL7eyUDxqp .right {
  display: flex;
  flex-direction: column;
}
.cid-sL7eyUDxqp .mbr-section-btn {
  border: 2px solid #4f87fb;
  width: auto;
}
.cid-sL7eyUDxqp .mbr-section-btn:hover {
  background-color: #4f87fb;
  border: 2px solid #4f87fb;
}
.cid-sL7eyUDxqp .card-heading {
  padding-top: 0;
}
.cid-sL7eyUDxqp .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-sL7fCBESCn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sL7fCBESCn img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sL7fCBESCn img {
    width: 100%;
  }
}
.cid-sL7fCBESCn .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sL7fCBESCn .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sL7fCBESCn .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sL7fCBESCn .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sL7fCBESCn .mbr-text,
.cid-sL7fCBESCn .mbr-section-btn {
  color: #6d7a8c;
}
.cid-sL7fCBESCn .mbr-section-subtitle {
  color: #777777;
}
.cid-sL7fCBESCn .mbr-list {
  color: #232323;
}
.cid-sL7h6o2dLD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sL7h6o2dLD img {
  border-radius: 0px;
}
.cid-sL7h6o2dLD .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sL7h6o2dLD .date {
  text-transform: uppercase;
  color: #4f87fb;
  text-align: left;
  padding-top: 1rem;
}
.cid-sL7h6o2dLD .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sL7h6o2dLD .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sL7h6o2dLD .right {
  display: flex;
  flex-direction: column;
}
.cid-sL7h6o2dLD .mbr-section-btn {
  border: 2px solid #4f87fb;
  width: auto;
}
.cid-sL7h6o2dLD .mbr-section-btn:hover {
  background-color: #4f87fb;
  border: 2px solid #4f87fb;
}
.cid-sL7h6o2dLD .card-heading {
  padding-top: 0;
}
.cid-sL7h6o2dLD .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-sVp9AHbetn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #636fc3;
}
@media (max-width: 767px) {
  .cid-sVp9AHbetn .content {
    text-align: center;
  }
  .cid-sVp9AHbetn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVp9AHbetn .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sVp9AHbetn .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sVp9AHbetn .form-control:focus,
.cid-sVp9AHbetn .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sVp9AHbetn .form-group {
  margin-bottom: 1rem;
}
.cid-sVp9AHbetn input::-webkit-input-placeholder,
.cid-sVp9AHbetn textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sVp9AHbetn input:-moz-placeholder,
.cid-sVp9AHbetn textarea:-moz-placeholder {
  color: #656565;
}
.cid-sVp9AHbetn .jq-selectbox li,
.cid-sVp9AHbetn .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sVp9AHbetn .jq-selectbox li:hover,
.cid-sVp9AHbetn .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sVp9AHbetn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sVp9AHbetn .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sVp9AHbetn textarea.form-control {
  resize: none;
}
.cid-sVp9AHbetn .input-group-btn {
  display: inline-block;
}
.cid-sVp9AHbetn .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sVp9AHbetn .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVp9AHbetn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVp9AHbetn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sVp9AHbetn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sVp9AHbetn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sVp9AHbetn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVp9AHbetn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sVp9AHbetn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVp9AHbetn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sVp9AHbetn .form-control,
.cid-sVp9AHbetn .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sVp9AHbetn .copyright > p {
  text-align: left;
}
.cid-sVp9AHbetn P {
  text-align: left;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: relative !important;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: absolute !important;
}
.cid-sZK51kh38b .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sZK51kh38b .btn-padding span {
  line-height: 10px;
}
.cid-sZK51kh38b .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-sZK51kh38b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZK51kh38b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZK51kh38b .dropdown-item:hover,
.cid-sZK51kh38b .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-sZK51kh38b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZK51kh38b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZK51kh38b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZK51kh38b .nav-link {
  position: relative;
}
.cid-sZK51kh38b .container {
  display: flex;
  margin: auto;
}
.cid-sZK51kh38b .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZK51kh38b .dropdown-menu,
.cid-sZK51kh38b .navbar.opened {
  background: #ffffff !important;
}
.cid-sZK51kh38b .nav-item:focus,
.cid-sZK51kh38b .nav-link:focus {
  outline: none;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZK51kh38b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZK51kh38b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sZK51kh38b .navbar.opened {
  transition: all 0.3s;
}
.cid-sZK51kh38b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZK51kh38b .navbar .navbar-logo img {
  width: auto;
}
.cid-sZK51kh38b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZK51kh38b .navbar.collapsed {
  justify-content: center;
}
.cid-sZK51kh38b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZK51kh38b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZK51kh38b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZK51kh38b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZK51kh38b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZK51kh38b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZK51kh38b .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-sZK51kh38b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZK51kh38b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZK51kh38b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZK51kh38b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZK51kh38b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZK51kh38b .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZK51kh38b .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZK51kh38b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZK51kh38b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZK51kh38b .dropdown-item.active,
.cid-sZK51kh38b .dropdown-item:active {
  background-color: transparent;
}
.cid-sZK51kh38b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZK51kh38b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZK51kh38b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZK51kh38b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZK51kh38b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZK51kh38b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar {
    height: 70px;
  }
  .cid-sZK51kh38b .navbar.opened {
    height: auto;
  }
  .cid-sZK51kh38b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sL7iJvIA8m {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img5-1500x351.png");
}
.cid-sL7iJvIA8m .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sL7iJvIA8m .mbr-section-title {
  color: #232323;
}
.cid-sL7iJvIA8m .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sL7iJvIA8m .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sVdIfg9DDH {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sVdIfg9DDH .mbr-section-title {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sVdIfg9DDH .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sVdIfg9DDH .row {
  align-items: center;
  height: 100%;
}
.cid-sVdIfg9DDH .container {
  max-width: 1100px;
}
.cid-sVdIfg9DDH .wrapper {
  margin: auto;
}
.cid-sXudUl6BJK {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img5-1500x351.png");
}
.cid-sXullE6ilF {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sXullE6ilF .container-fluid {
  padding: 0 3rem;
}
.cid-sXullE6ilF .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-sXullE6ilF table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-sXullE6ilF table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #ffffff;
  border-bottom-color: #ffffff !important;
  border-top: none;
  vertical-align: middle;
}
.cid-sXullE6ilF table tr {
  border-color: #ffffff;
}
.cid-sXullE6ilF table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-sXullE6ilF th:after,
.cid-sXullE6ilF th:before {
  display: none !important;
}
.cid-sXullE6ilF .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sXullE6ilF .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-sXullE6ilF .dataTable-top {
  margin-bottom: 20px;
}
.cid-sXullE6ilF .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #181818;
}
.cid-sXullE6ilF .head-item {
  color: #000000;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-sXullE6ilF .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #72a0b9;
  line-height: 1.72;
  text-align: left;
}
.cid-sXullE6ilF .second-col {
  background-color: #f5f7fa;
}
.cid-sXullE6ilF .head-item.first-col,
.cid-sXullE6ilF .head-item.second-col,
.cid-sXullE6ilF .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-sXullE6ilF .other-col {
  background-color: #d5d6ff;
}
.cid-sXullE6ilF .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-sXullE6ilF .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-sXullE6ilF th:nth-child(3n+2) {
  background-color: #f5f7fa;
}
.cid-sXullE6ilF td:nth-child(3n+2) {
  background-color: #f5f7fa;
}
.cid-sXudaUeDwh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sXudaUeDwh .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sXudaUeDwh .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sXudaUeDwh .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sXudaUeDwh P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sXudaUeDwh img {
  margin-top: 15px;
}
.cid-sXudaUeDwh img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-sXudaUeDwh .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sXudaUeDwh .top,
  .cid-sXudaUeDwh .top-2 {
    margin-top: 0;
  }
}
.cid-sXufT1pJdj {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img5-1500x351.png");
}
.cid-sXuCX7tX8l {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sXuCX7tX8l .container-fluid {
  padding: 0 3rem;
}
.cid-sXuCX7tX8l .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-sXuCX7tX8l table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-sXuCX7tX8l table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #ffffff;
  border-bottom-color: #ffffff !important;
  border-top: none;
  vertical-align: middle;
}
.cid-sXuCX7tX8l table tr {
  border-color: #ffffff;
}
.cid-sXuCX7tX8l table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-sXuCX7tX8l th:after,
.cid-sXuCX7tX8l th:before {
  display: none !important;
}
.cid-sXuCX7tX8l .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sXuCX7tX8l .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-sXuCX7tX8l .dataTable-top {
  margin-bottom: 20px;
}
.cid-sXuCX7tX8l .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #130947;
  text-align: left;
}
.cid-sXuCX7tX8l .head-item {
  color: #181818;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-sXuCX7tX8l .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #72a0b9;
  line-height: 1.72;
  text-align: left;
}
.cid-sXuCX7tX8l .second-col {
  background-color: #f5f7fa;
}
.cid-sXuCX7tX8l .head-item.first-col,
.cid-sXuCX7tX8l .head-item.second-col,
.cid-sXuCX7tX8l .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-sXuCX7tX8l .other-col {
  background-color: #d2f8d9;
}
.cid-sXuCX7tX8l .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-sXuCX7tX8l .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-sXuCX7tX8l th:nth-child(3n+2) {
  background-color: #f5f7fa;
}
.cid-sXuCX7tX8l td:nth-child(3n+2) {
  background-color: #f5f7fa;
}
.cid-sXuLg3zcP5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXuLg3zcP5 .mbr-section-title {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sXuLg3zcP5 .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sXuLg3zcP5 .row {
  align-items: center;
  height: 100%;
}
.cid-sXuLg3zcP5 .container {
  max-width: 1100px;
}
.cid-sXuLg3zcP5 .wrapper {
  margin: auto;
}
.cid-sXuLpVFTmI {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img5-1500x351.png");
}
.cid-sXuP3dYHsw {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sXuP3dYHsw .card {
  width: 100%;
}
.cid-sXuP3dYHsw .card:nth-child(odd) .add__block {
  display: none;
}
.cid-sXuP3dYHsw .add__block {
  margin-top: 35px;
}
.cid-sXuP3dYHsw .add__block .add__block_image {
  width: 170px;
}
.cid-sXuP3dYHsw .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-sXuP3dYHsw .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-sXuP3dYHsw .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-sXuP3dYHsw .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-sXuP3dYHsw .row {
  margin: 0;
}
.cid-sXuP3dYHsw .mbr-section-title {
  margin-bottom: 0;
}
.cid-sXuP3dYHsw .step-container {
  margin-top: 25px;
}
.cid-sXuP3dYHsw .padding__bot {
  padding-bottom: 50px;
}
.cid-sXuP3dYHsw .step-text-content {
  padding-top: 10px;
}
.cid-sXuP3dYHsw .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
}
.cid-sXuP3dYHsw .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #333333;
}
.cid-sXuP3dYHsw .mbr-section-btn {
  margin-top: 20px;
}
.cid-sXuP3dYHsw .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sXuP3dYHsw .step {
  display: flex;
  width: 60px;
  height: 60px;
  font-size: calc((30px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (max-width: 767px) {
  .cid-sXuP3dYHsw .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 400px) {
  .cid-sXuP3dYHsw .add__block {
    display: flex;
  }
  .cid-sXuP3dYHsw .step-element {
    display: flex;
  }
  .cid-sXuP3dYHsw .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((30 * 2px) + 70px);
  }
  .cid-sXuP3dYHsw .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-sXuP3dYHsw .separline {
    position: relative;
  }
  .cid-sXuP3dYHsw .separline:after {
    top: 60px;
    left: 28px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (30px) * 2);
    background-color: #ebeaed;
  }
  .cid-sXuP3dYHsw .step-text-content {
    margin-left: 70px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .cid-sXuP3dYHsw .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
@media (max-width: 400px) {
  .cid-sXuP3dYHsw .add__block_title {
    margin-top: 30px;
  }
  .cid-sXuP3dYHsw .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-sXuLt9hMND {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img5-1500x351.png");
}
.cid-sXuV0l9ctK {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sXuV0l9ctK .card {
  width: 100%;
}
.cid-sXuV0l9ctK .card .add__block {
  display: none;
}
.cid-sXuV0l9ctK .add__block {
  margin-top: 35px;
}
.cid-sXuV0l9ctK .add__block .add__block_image {
  width: 170px;
}
.cid-sXuV0l9ctK .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-sXuV0l9ctK .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-sXuV0l9ctK .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-sXuV0l9ctK .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-sXuV0l9ctK .row {
  margin: 0;
}
.cid-sXuV0l9ctK .mbr-section-title {
  margin-bottom: 0;
}
.cid-sXuV0l9ctK .step-container {
  margin-top: 25px;
}
.cid-sXuV0l9ctK .padding__bot {
  padding-bottom: 50px;
}
.cid-sXuV0l9ctK .step-text-content {
  padding-top: 10px;
}
.cid-sXuV0l9ctK .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
}
.cid-sXuV0l9ctK .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #333333;
}
.cid-sXuV0l9ctK .mbr-section-btn {
  margin-top: 20px;
}
.cid-sXuV0l9ctK .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sXuV0l9ctK .step {
  display: flex;
  width: 60px;
  height: 60px;
  font-size: calc((30px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (max-width: 767px) {
  .cid-sXuV0l9ctK .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 400px) {
  .cid-sXuV0l9ctK .add__block {
    display: flex;
  }
  .cid-sXuV0l9ctK .step-element {
    display: flex;
  }
  .cid-sXuV0l9ctK .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((30 * 2px) + 70px);
  }
  .cid-sXuV0l9ctK .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-sXuV0l9ctK .separline {
    position: relative;
  }
  .cid-sXuV0l9ctK .separline:after {
    top: 60px;
    left: 28px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (30px) * 2);
    background-color: #ebeaed;
  }
  .cid-sXuV0l9ctK .step-text-content {
    margin-left: 70px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .cid-sXuV0l9ctK .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
@media (max-width: 400px) {
  .cid-sXuV0l9ctK .add__block_title {
    margin-top: 30px;
  }
  .cid-sXuV0l9ctK .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-sVp9hMs5gx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #636fc3;
}
@media (max-width: 767px) {
  .cid-sVp9hMs5gx .content {
    text-align: center;
  }
  .cid-sVp9hMs5gx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVp9hMs5gx .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sVp9hMs5gx .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sVp9hMs5gx .form-control:focus,
.cid-sVp9hMs5gx .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sVp9hMs5gx .form-group {
  margin-bottom: 1rem;
}
.cid-sVp9hMs5gx input::-webkit-input-placeholder,
.cid-sVp9hMs5gx textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sVp9hMs5gx input:-moz-placeholder,
.cid-sVp9hMs5gx textarea:-moz-placeholder {
  color: #656565;
}
.cid-sVp9hMs5gx .jq-selectbox li,
.cid-sVp9hMs5gx .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sVp9hMs5gx .jq-selectbox li:hover,
.cid-sVp9hMs5gx .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sVp9hMs5gx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sVp9hMs5gx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sVp9hMs5gx textarea.form-control {
  resize: none;
}
.cid-sVp9hMs5gx .input-group-btn {
  display: inline-block;
}
.cid-sVp9hMs5gx .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sVp9hMs5gx .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVp9hMs5gx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVp9hMs5gx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sVp9hMs5gx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sVp9hMs5gx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sVp9hMs5gx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVp9hMs5gx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sVp9hMs5gx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVp9hMs5gx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sVp9hMs5gx .form-control,
.cid-sVp9hMs5gx .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sVp9hMs5gx .copyright > p {
  text-align: left;
}
.cid-sVp9hMs5gx P {
  text-align: left;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: relative !important;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: absolute !important;
}
.cid-sZK51kh38b .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sZK51kh38b .btn-padding span {
  line-height: 10px;
}
.cid-sZK51kh38b .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-sZK51kh38b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZK51kh38b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZK51kh38b .dropdown-item:hover,
.cid-sZK51kh38b .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-sZK51kh38b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZK51kh38b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZK51kh38b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZK51kh38b .nav-link {
  position: relative;
}
.cid-sZK51kh38b .container {
  display: flex;
  margin: auto;
}
.cid-sZK51kh38b .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZK51kh38b .dropdown-menu,
.cid-sZK51kh38b .navbar.opened {
  background: #ffffff !important;
}
.cid-sZK51kh38b .nav-item:focus,
.cid-sZK51kh38b .nav-link:focus {
  outline: none;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZK51kh38b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZK51kh38b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sZK51kh38b .navbar.opened {
  transition: all 0.3s;
}
.cid-sZK51kh38b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZK51kh38b .navbar .navbar-logo img {
  width: auto;
}
.cid-sZK51kh38b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZK51kh38b .navbar.collapsed {
  justify-content: center;
}
.cid-sZK51kh38b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZK51kh38b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZK51kh38b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZK51kh38b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZK51kh38b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZK51kh38b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZK51kh38b .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-sZK51kh38b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZK51kh38b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZK51kh38b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZK51kh38b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZK51kh38b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZK51kh38b .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZK51kh38b .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZK51kh38b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZK51kh38b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZK51kh38b .dropdown-item.active,
.cid-sZK51kh38b .dropdown-item:active {
  background-color: transparent;
}
.cid-sZK51kh38b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZK51kh38b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZK51kh38b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZK51kh38b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZK51kh38b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZK51kh38b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar {
    height: 70px;
  }
  .cid-sZK51kh38b .navbar.opened {
    height: auto;
  }
  .cid-sZK51kh38b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sL7rNhFSCX {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img5-1500x351.png");
}
.cid-sL7rNhFSCX .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sL7rNhFSCX .mbr-section-title {
  color: #232323;
}
.cid-sL7rNhFSCX .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sL7rNhFSCX .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sL7tW2SaDa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sL7tW2SaDa .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sL7tW2SaDa .timeline-element {
  position: relative;
}
.cid-sL7tW2SaDa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sL7tW2SaDa .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
.cid-sL7tW2SaDa .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6592e6;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-sL7tW2SaDa .iconBackground {
    left: 15px !important;
  }
  .cid-sL7tW2SaDa .separline:before {
    left: 15px !important;
  }
}
.cid-sL7tW2SaDa .mbr-section-title,
.cid-sL7tW2SaDa .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sL7tW2SaDa .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-sL7tW2SaDa .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sL7tW2SaDa .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-sL7tW2SaDa .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-sL7tW2SaDa .timeline-text-content {
  margin-left: 2rem;
}
.cid-sL7tW2SaDa .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sL7tW2SaDa .mbr-timeline-date {
  text-align: right;
  color: #6d7a8c;
}
.cid-sL7tW2SaDa .mbr-timeline-text {
  color: #6d7a8c;
}
.cid-sL7tW2SaDa .mbr-timeline-title {
  color: #6d7a8c;
}
.cid-sVp9qxIOTL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #636fc3;
}
@media (max-width: 767px) {
  .cid-sVp9qxIOTL .content {
    text-align: center;
  }
  .cid-sVp9qxIOTL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVp9qxIOTL .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sVp9qxIOTL .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sVp9qxIOTL .form-control:focus,
.cid-sVp9qxIOTL .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sVp9qxIOTL .form-group {
  margin-bottom: 1rem;
}
.cid-sVp9qxIOTL input::-webkit-input-placeholder,
.cid-sVp9qxIOTL textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sVp9qxIOTL input:-moz-placeholder,
.cid-sVp9qxIOTL textarea:-moz-placeholder {
  color: #656565;
}
.cid-sVp9qxIOTL .jq-selectbox li,
.cid-sVp9qxIOTL .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sVp9qxIOTL .jq-selectbox li:hover,
.cid-sVp9qxIOTL .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sVp9qxIOTL .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sVp9qxIOTL .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sVp9qxIOTL textarea.form-control {
  resize: none;
}
.cid-sVp9qxIOTL .input-group-btn {
  display: inline-block;
}
.cid-sVp9qxIOTL .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sVp9qxIOTL .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVp9qxIOTL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVp9qxIOTL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sVp9qxIOTL .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sVp9qxIOTL .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sVp9qxIOTL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVp9qxIOTL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sVp9qxIOTL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVp9qxIOTL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sVp9qxIOTL .form-control,
.cid-sVp9qxIOTL .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sVp9qxIOTL .copyright > p {
  text-align: left;
}
.cid-sVp9qxIOTL P {
  text-align: left;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: relative !important;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: absolute !important;
}
.cid-sZK51kh38b .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sZK51kh38b .btn-padding span {
  line-height: 10px;
}
.cid-sZK51kh38b .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-sZK51kh38b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZK51kh38b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZK51kh38b .dropdown-item:hover,
.cid-sZK51kh38b .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-sZK51kh38b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZK51kh38b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZK51kh38b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZK51kh38b .nav-link {
  position: relative;
}
.cid-sZK51kh38b .container {
  display: flex;
  margin: auto;
}
.cid-sZK51kh38b .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZK51kh38b .dropdown-menu,
.cid-sZK51kh38b .navbar.opened {
  background: #ffffff !important;
}
.cid-sZK51kh38b .nav-item:focus,
.cid-sZK51kh38b .nav-link:focus {
  outline: none;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZK51kh38b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZK51kh38b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sZK51kh38b .navbar.opened {
  transition: all 0.3s;
}
.cid-sZK51kh38b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZK51kh38b .navbar .navbar-logo img {
  width: auto;
}
.cid-sZK51kh38b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZK51kh38b .navbar.collapsed {
  justify-content: center;
}
.cid-sZK51kh38b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZK51kh38b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZK51kh38b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZK51kh38b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZK51kh38b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZK51kh38b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZK51kh38b .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-sZK51kh38b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZK51kh38b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZK51kh38b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZK51kh38b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZK51kh38b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZK51kh38b .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZK51kh38b .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZK51kh38b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZK51kh38b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZK51kh38b .dropdown-item.active,
.cid-sZK51kh38b .dropdown-item:active {
  background-color: transparent;
}
.cid-sZK51kh38b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZK51kh38b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZK51kh38b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZK51kh38b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZK51kh38b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZK51kh38b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar {
    height: 70px;
  }
  .cid-sZK51kh38b .navbar.opened {
    height: auto;
  }
  .cid-sZK51kh38b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sL7VNf6sBJ {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img5-1500x351.png");
}
.cid-sL7VNf6sBJ .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sL7VNf6sBJ .mbr-section-title {
  color: #232323;
}
.cid-sL7VNf6sBJ .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sL7VNf6sBJ .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
#custom-html-60 {
  /* Type valid CSS here */
}
#custom-html-60 div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-60 p {
  font-size: 24px;
  color: #777;
}
.cid-sXoG784Ftm {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-sXoG784Ftm .image-block {
  margin: auto;
}
.cid-sXoG784Ftm .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sXoG784Ftm .image-block {
    width: 100% !important;
  }
}
.cid-sXoG784Ftm .container-fluid {
  padding: 0;
}
.cid-sL7XvfWGvs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sL7XvfWGvs .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-sL7XvfWGvs .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sL7XvfWGvs .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-sL7XvfWGvs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sL7XvfWGvs .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sL7XvfWGvs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sL7XvfWGvs .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-sL7XvfWGvs .map-placeholder {
  display: none;
}
.cid-sL7XvfWGvs h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
#custom-html-24 {
  /* Type valid CSS here */
}
#custom-html-24 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-24 p {
  font-size: 60px;
  color: #777;
}
.cid-sVp9uPel5G {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #636fc3;
}
@media (max-width: 767px) {
  .cid-sVp9uPel5G .content {
    text-align: center;
  }
  .cid-sVp9uPel5G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVp9uPel5G .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sVp9uPel5G .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sVp9uPel5G .form-control:focus,
.cid-sVp9uPel5G .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sVp9uPel5G .form-group {
  margin-bottom: 1rem;
}
.cid-sVp9uPel5G input::-webkit-input-placeholder,
.cid-sVp9uPel5G textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sVp9uPel5G input:-moz-placeholder,
.cid-sVp9uPel5G textarea:-moz-placeholder {
  color: #656565;
}
.cid-sVp9uPel5G .jq-selectbox li,
.cid-sVp9uPel5G .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sVp9uPel5G .jq-selectbox li:hover,
.cid-sVp9uPel5G .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sVp9uPel5G .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sVp9uPel5G .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sVp9uPel5G textarea.form-control {
  resize: none;
}
.cid-sVp9uPel5G .input-group-btn {
  display: inline-block;
}
.cid-sVp9uPel5G .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sVp9uPel5G .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVp9uPel5G .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVp9uPel5G .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sVp9uPel5G .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sVp9uPel5G .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sVp9uPel5G .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVp9uPel5G .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sVp9uPel5G .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVp9uPel5G .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sVp9uPel5G .form-control,
.cid-sVp9uPel5G .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sVp9uPel5G .copyright > p {
  text-align: left;
}
.cid-sVp9uPel5G P {
  text-align: left;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: relative !important;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: absolute !important;
}
.cid-sZK51kh38b .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sZK51kh38b .btn-padding span {
  line-height: 10px;
}
.cid-sZK51kh38b .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-sZK51kh38b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZK51kh38b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZK51kh38b .dropdown-item:hover,
.cid-sZK51kh38b .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-sZK51kh38b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZK51kh38b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZK51kh38b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZK51kh38b .nav-link {
  position: relative;
}
.cid-sZK51kh38b .container {
  display: flex;
  margin: auto;
}
.cid-sZK51kh38b .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZK51kh38b .dropdown-menu,
.cid-sZK51kh38b .navbar.opened {
  background: #ffffff !important;
}
.cid-sZK51kh38b .nav-item:focus,
.cid-sZK51kh38b .nav-link:focus {
  outline: none;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZK51kh38b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZK51kh38b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sZK51kh38b .navbar.opened {
  transition: all 0.3s;
}
.cid-sZK51kh38b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZK51kh38b .navbar .navbar-logo img {
  width: auto;
}
.cid-sZK51kh38b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZK51kh38b .navbar.collapsed {
  justify-content: center;
}
.cid-sZK51kh38b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZK51kh38b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZK51kh38b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZK51kh38b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZK51kh38b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZK51kh38b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZK51kh38b .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-sZK51kh38b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZK51kh38b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZK51kh38b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZK51kh38b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZK51kh38b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZK51kh38b .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZK51kh38b .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZK51kh38b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZK51kh38b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZK51kh38b .dropdown-item.active,
.cid-sZK51kh38b .dropdown-item:active {
  background-color: transparent;
}
.cid-sZK51kh38b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZK51kh38b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZK51kh38b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZK51kh38b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZK51kh38b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZK51kh38b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar {
    height: 70px;
  }
  .cid-sZK51kh38b .navbar.opened {
    height: auto;
  }
  .cid-sZK51kh38b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXubfKG08e {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img5-1500x351.png");
}
.cid-sXubfKG08e .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sXubfKG08e .mbr-section-title {
  color: #232323;
}
.cid-sXubfKG08e .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXubfKG08e .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sXEVtgjk5W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sXEVtgjk5W .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sXEVtgjk5W .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-sXEVtgjk5W .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-sXEVtgjk5W .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-sXEVtgjk5W .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-sXEVtgjk5W .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-sXEVtgjk5W .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-sXEVtgjk5W .card .card-wrapper .card-box {
  opacity: 0.9;
  background: #4f87fb;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-sXEVtgjk5W .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-sXEVtgjk5W .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
#custom-html-8s {
  /* Type valid CSS here */
}
#custom-html-8s div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-8s p {
  font-size: 60px;
  color: #777;
}
.cid-sXEYEwjCPT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXEYEwjCPT img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXEYEwjCPT img {
    width: 100%;
  }
}
.cid-sXEYEwjCPT .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXEYEwjCPT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXEYEwjCPT .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sXEYEwjCPT .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #344cf1;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sXEYEwjCPT .mbr-text,
.cid-sXEYEwjCPT .mbr-section-btn {
  color: #130947;
}
.cid-sXEYEwjCPT .mbr-section-subtitle {
  color: #6d7a8c;
}
.cid-sXEYEwjCPT .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sXEYEwjCPT .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXF5FDAMmc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1116.jpg");
}
.cid-sXF5FDAMmc .mbr-text,
.cid-sXF5FDAMmc .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXF5FDAMmc .card-title,
.cid-sXF5FDAMmc .card-box {
  color: #ff4a52;
}
.cid-sXF5FDAMmc .mbr-text,
.cid-sXF5FDAMmc .link-wrap {
  color: #1d2c35;
}
#custom-html-66 {
  /* Type valid CSS here */
}
#custom-html-66 div {
  padding: 20px 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0px;
  color: #777;
  text-align: left;
}
#custom-html-66 .sample_h_11 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  /* フォント太さ */
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  margin-bottom: 2em;
  background-color: #ebf4f6;
  /* 背景色 */
  border-left: 5px solid #318496;
  /* 左の線 */
  border-bottom: 2px solid #cccccc;
  /* 下の線 */
  color: #318496;
  /* フォント色 */
}
.cid-sXF7DfA2HO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXubfLZEZq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXubfLZEZq .container {
  max-width: 1200px;
}
.cid-sXubfLZEZq .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sXubfLZEZq .container-fluid {
  max-width: 1400px;
}
.cid-sXubfLZEZq .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
}
.cid-sXubfLZEZq p {
  line-height: 2;
}
.cid-sXubfLZEZq .mbr-text {
  color: #6d7a8c;
}
.cid-sXubfM80us {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXubfMifBJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-sXubfMifBJ .image-block {
  margin: auto;
}
.cid-sXubfMifBJ .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sXubfMifBJ .image-block {
    width: 100% !important;
  }
}
.cid-sXubfMifBJ .container-fluid {
  padding: 0;
}
.cid-sXubfMqZoM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXubfMB08V {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-sXubfMB08V .image-block {
  margin: auto;
}
.cid-sXubfMB08V .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sXubfMB08V .image-block {
    width: 100% !important;
  }
}
.cid-sXubfMB08V .container-fluid {
  padding: 0;
}
.cid-sXubfMQVVX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXubfN5nM1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sXubfN5nM1 .image-block {
  margin: auto;
}
.cid-sXubfN5nM1 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sXubfN5nM1 .image-block {
    width: 100% !important;
  }
}
.cid-sXubfN5nM1 .container-fluid {
  padding: 0;
}
#custom-html-6f {
  /* Type valid CSS here */
}
#custom-html-6f div {
  padding: 10px 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 1px;
  color: #777;
  text-align: left;
}
#custom-html-6f .sample_h_11 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  /* フォント太さ */
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  margin-bottom: 2em;
  background-color: #ebf4f6;
  /* 背景色 */
  border-left: 5px solid #318496;
  /* 左の線 */
  border-bottom: 2px solid #cccccc;
  /* 下の線 */
  color: #318496;
  /* フォント色 */
}
.cid-sXubfNlbDk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sXubfNlbDk .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sXubfNlbDk .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sXubfNlbDk li {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
}
.cid-sXubfNlbDk li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #1ec4e6;
}
.cid-sXubfNCFjG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sXubfNCFjG .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sXubfNCFjG .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sXubfNCFjG li {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
}
.cid-sXubfNCFjG li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #1ec4e6;
}
.cid-sXubfNPUaX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sXubfNPUaX .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sXubfNPUaX .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sXubfNPUaX li {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
}
.cid-sXubfNPUaX li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #1ec4e6;
}
#custom-html-6j {
  /* Type valid CSS here */
}
#custom-html-6j div {
  padding: 10px 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0px;
  color: #777;
  text-align: left;
}
#custom-html-6j .sample_h_11 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  /* フォント太さ */
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  margin-bottom: 2em;
  background-color: #ebf4f6;
  /* 背景色 */
  border-left: 5px solid #318496;
  /* 左の線 */
  border-bottom: 2px solid #cccccc;
  /* 下の線 */
  color: #318496;
  /* フォント色 */
}
.cid-sXubfO1q20 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sXubfO1q20 img {
  border-radius: 0px;
}
.cid-sXubfO1q20 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sXubfO1q20 .date {
  text-transform: uppercase;
  color: #4f87fb;
  text-align: left;
  padding-top: 1rem;
}
.cid-sXubfO1q20 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sXubfO1q20 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sXubfO1q20 .right {
  display: flex;
  flex-direction: column;
}
.cid-sXubfO1q20 .mbr-section-btn {
  border: 2px solid #4f87fb;
  width: auto;
}
.cid-sXubfO1q20 .mbr-section-btn:hover {
  background-color: #4f87fb;
  border: 2px solid #4f87fb;
}
.cid-sXubfO1q20 .card-heading {
  padding-top: 0;
}
.cid-sXubfO1q20 .mbr-text {
  padding-top: 10px;
  color: #6d7a8c;
}
#custom-html-8r {
  /* Type valid CSS here */
}
#custom-html-8r div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-8r p {
  font-size: 60px;
  color: #777;
}
.cid-sXFlhyvPBD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXFlhyvPBD img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXFlhyvPBD img {
    width: 100%;
  }
}
.cid-sXFlhyvPBD .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXFlhyvPBD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXFlhyvPBD .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sXFlhyvPBD .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #344cf1;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sXFlhyvPBD .mbr-text,
.cid-sXFlhyvPBD .mbr-section-btn {
  color: #130947;
}
.cid-sXFlhyvPBD .mbr-section-subtitle {
  color: #6d7a8c;
}
.cid-sXFlhyvPBD .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sXFlhyvPBD .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXFoMeII8N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1116.jpg");
}
.cid-sXFoMeII8N .mbr-text,
.cid-sXFoMeII8N .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXFoMeII8N .card-title,
.cid-sXFoMeII8N .card-box {
  color: #ff4a52;
}
.cid-sXFoMeII8N .mbr-text,
.cid-sXFoMeII8N .link-wrap {
  color: #1d2c35;
}
#custom-html-6n {
  /* Type valid CSS here */
}
#custom-html-6n div {
  padding: 10px 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0px;
  color: #777;
  text-align: left;
}
#custom-html-6n .sample_h_11 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  /* フォント太さ */
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  margin-bottom: 2em;
  background-color: #ebf4f6;
  /* 背景色 */
  border-left: 5px solid #318496;
  /* 左の線 */
  border-bottom: 2px solid #cccccc;
  /* 下の線 */
  color: #318496;
  /* フォント色 */
}
.cid-sXubfOXfTi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXFpaFFkQ8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXFpaFFkQ8 .container {
  max-width: 1200px;
}
.cid-sXFpaFFkQ8 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sXFpaFFkQ8 .container-fluid {
  max-width: 1400px;
}
.cid-sXFpaFFkQ8 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
}
.cid-sXFpaFFkQ8 p {
  line-height: 2;
}
.cid-sXFpaFFkQ8 .mbr-text {
  color: #6d7a8c;
}
.cid-sXubfPhQHN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXubfP9FGp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sXubfP9FGp .image-block {
  margin: auto;
}
.cid-sXubfP9FGp .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sXubfP9FGp .image-block {
    width: 100% !important;
  }
}
.cid-sXubfP9FGp .container-fluid {
  padding: 0;
}
#custom-html-6s {
  /* Type valid CSS here */
}
#custom-html-6s div {
  padding: 10px 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0px;
  color: #777;
  text-align: left;
}
#custom-html-6s .sample_h_11 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  /* フォント太さ */
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  margin-bottom: 2em;
  background-color: #ebf4f6;
  /* 背景色 */
  border-left: 5px solid #318496;
  /* 左の線 */
  border-bottom: 2px solid #cccccc;
  /* 下の線 */
  color: #318496;
  /* フォント色 */
}
.cid-sXubfQM9Fg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sXubfQM9Fg .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sXubfQM9Fg .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sXubfQM9Fg li {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
}
.cid-sXubfQM9Fg li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #1ec4e6;
}
.cid-sXFxRShjud {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXFxRShjud .container-fluid {
  padding: 0 3rem;
}
.cid-sXFxRShjud .mbr-section-subtitle {
  color: #767676;
}
.cid-sXFxRShjud .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sXFxRShjud .table-wrapper {
  margin: 0 auto;
}
.cid-sXFxRShjud table {
  width: 61% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sXFxRShjud table thead tr {
  border: none !important;
}
.cid-sXFxRShjud table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sXFxRShjud table tr td {
  border-color: #eceeef;
}
.cid-sXFxRShjud table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-sXFxRShjud th:after,
.cid-sXFxRShjud th:before {
  display: none !important;
}
.cid-sXFxRShjud .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sXFxRShjud .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sXFxRShjud table th,
  .cid-sXFxRShjud table td {
    padding: .75rem;
  }
}
.cid-sXFxRShjud .body-item {
  text-align: left;
}
.cid-sXFxRShjud .mbr-text {
  color: #767676;
}
.cid-sXFxRShjud .head-item {
  color: #232323;
}
.cid-sXFxRShjud .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-sXFxRShjud .table tbody .tableColumns .body-item,
.cid-sXFxRShjud .table {
  text-align: left;
}
.cid-sXR98HSKZP {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sXR98HSKZP .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sXR98HSKZP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sXR98HSKZP .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sXR98HSKZP .mbr-text,
.cid-sXR98HSKZP .mbr-section-btn {
  color: #263d5a;
}
.cid-sXR98HSKZP .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
#custom-html-71 {
  /* Type valid CSS here */
}
#custom-html-71 div {
  padding: 10px 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0px;
  color: #777;
  text-align: left;
}
#custom-html-71 .sample_h_11 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  /* フォント太さ */
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  margin-bottom: 2em;
  background-color: #ebf4f6;
  /* 背景色 */
  border-left: 5px solid #318496;
  /* 左の線 */
  border-bottom: 2px solid #cccccc;
  /* 下の線 */
  color: #318496;
  /* フォント色 */
}
.cid-sXubfR8XMa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXubfR8XMa img {
  border-radius: 0px;
}
.cid-sXubfR8XMa .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sXubfR8XMa .date {
  text-transform: uppercase;
  color: #4f87fb;
  text-align: left;
  padding-top: 1rem;
}
.cid-sXubfR8XMa .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sXubfR8XMa .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sXubfR8XMa .right {
  display: flex;
  flex-direction: column;
}
.cid-sXubfR8XMa .mbr-section-btn {
  border: 2px solid #4f87fb;
  width: auto;
}
.cid-sXubfR8XMa .mbr-section-btn:hover {
  background-color: #4f87fb;
  border: 2px solid #4f87fb;
}
.cid-sXubfR8XMa .card-heading {
  padding-top: 0;
}
.cid-sXubfR8XMa .mbr-text {
  padding-top: 10px;
  color: #6d7a8c;
}
.cid-sXubfRiffZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #636fc3;
}
@media (max-width: 767px) {
  .cid-sXubfRiffZ .content {
    text-align: center;
  }
  .cid-sXubfRiffZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXubfRiffZ .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sXubfRiffZ .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sXubfRiffZ .form-control:focus,
.cid-sXubfRiffZ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sXubfRiffZ .form-group {
  margin-bottom: 1rem;
}
.cid-sXubfRiffZ input::-webkit-input-placeholder,
.cid-sXubfRiffZ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sXubfRiffZ input:-moz-placeholder,
.cid-sXubfRiffZ textarea:-moz-placeholder {
  color: #656565;
}
.cid-sXubfRiffZ .jq-selectbox li,
.cid-sXubfRiffZ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sXubfRiffZ .jq-selectbox li:hover,
.cid-sXubfRiffZ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sXubfRiffZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sXubfRiffZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sXubfRiffZ textarea.form-control {
  resize: none;
}
.cid-sXubfRiffZ .input-group-btn {
  display: inline-block;
}
.cid-sXubfRiffZ .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sXubfRiffZ .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXubfRiffZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sXubfRiffZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sXubfRiffZ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sXubfRiffZ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sXubfRiffZ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXubfRiffZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sXubfRiffZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sXubfRiffZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sXubfRiffZ .form-control,
.cid-sXubfRiffZ .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sXubfRiffZ .copyright > p {
  text-align: left;
}
.cid-sXubfRiffZ P {
  text-align: left;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: relative !important;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: absolute !important;
}
.cid-sZK51kh38b .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sZK51kh38b .btn-padding span {
  line-height: 10px;
}
.cid-sZK51kh38b .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-sZK51kh38b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZK51kh38b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZK51kh38b .dropdown-item:hover,
.cid-sZK51kh38b .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-sZK51kh38b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZK51kh38b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZK51kh38b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZK51kh38b .nav-link {
  position: relative;
}
.cid-sZK51kh38b .container {
  display: flex;
  margin: auto;
}
.cid-sZK51kh38b .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZK51kh38b .dropdown-menu,
.cid-sZK51kh38b .navbar.opened {
  background: #ffffff !important;
}
.cid-sZK51kh38b .nav-item:focus,
.cid-sZK51kh38b .nav-link:focus {
  outline: none;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZK51kh38b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZK51kh38b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sZK51kh38b .navbar.opened {
  transition: all 0.3s;
}
.cid-sZK51kh38b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZK51kh38b .navbar .navbar-logo img {
  width: auto;
}
.cid-sZK51kh38b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZK51kh38b .navbar.collapsed {
  justify-content: center;
}
.cid-sZK51kh38b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZK51kh38b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZK51kh38b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZK51kh38b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZK51kh38b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZK51kh38b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZK51kh38b .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-sZK51kh38b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZK51kh38b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZK51kh38b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZK51kh38b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZK51kh38b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZK51kh38b .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZK51kh38b .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZK51kh38b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZK51kh38b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZK51kh38b .dropdown-item.active,
.cid-sZK51kh38b .dropdown-item:active {
  background-color: transparent;
}
.cid-sZK51kh38b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZK51kh38b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZK51kh38b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZK51kh38b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZK51kh38b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZK51kh38b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar {
    height: 70px;
  }
  .cid-sZK51kh38b .navbar.opened {
    height: auto;
  }
  .cid-sZK51kh38b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXoCcdHgGh {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img5-1500x351.png");
}
.cid-sXoCcdHgGh .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sXoCcdHgGh .mbr-section-title {
  color: #232323;
}
.cid-sXoCcdHgGh .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXoCcdHgGh .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sXFDvaHHrL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sXFDvaHHrL .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sXFDvaHHrL .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-sXFDvaHHrL .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-sXFDvaHHrL .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-sXFDvaHHrL .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-sXFDvaHHrL .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-sXFDvaHHrL .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-sXFDvaHHrL .card .card-wrapper .card-box {
  opacity: 0.9;
  background: #48d678;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-sXFDvaHHrL .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-sXFDvaHHrL .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
#custom-html-8q {
  /* Type valid CSS here */
}
#custom-html-8q div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-8q p {
  font-size: 60px;
  color: #777;
}
.cid-sXFGk4DBuI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXFGk4DBuI img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXFGk4DBuI img {
    width: 100%;
  }
}
.cid-sXFGk4DBuI .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXFGk4DBuI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXFGk4DBuI .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sXFGk4DBuI .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #344cf1;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sXFGk4DBuI .mbr-text,
.cid-sXFGk4DBuI .mbr-section-btn {
  color: #130947;
}
.cid-sXFGk4DBuI .mbr-section-subtitle {
  color: #6d7a8c;
}
.cid-sXFGk4DBuI .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sXFGk4DBuI .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXFGl8alWd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1116.jpg");
}
.cid-sXFGl8alWd .mbr-text,
.cid-sXFGl8alWd .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXFGl8alWd .card-title,
.cid-sXFGl8alWd .card-box {
  color: #ff4a52;
}
.cid-sXFGl8alWd .mbr-text,
.cid-sXFGl8alWd .link-wrap {
  color: #1d2c35;
}
#custom-html-5i {
  /* Type valid CSS here */
}
#custom-html-5i div {
  padding: 20px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0px;
  color: #777;
  text-align: left;
}
#custom-html-5i .sample_h_11 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  /* フォント太さ */
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  margin-bottom: 2em;
  background-color: #ebf4f6;
  /* 背景色 */
  border-left: 5px solid #318496;
  /* 左の線 */
  border-bottom: 2px solid #cccccc;
  /* 下の線 */
  color: #318496;
  /* フォント色 */
}
.cid-sXFHw44eq1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXoCchQ6df {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXoCchZmpW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sXoCchZmpW .image-block {
  margin: auto;
}
.cid-sXoCchZmpW .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sXoCchZmpW .image-block {
    width: 100% !important;
  }
}
.cid-sXoCchZmpW .container-fluid {
  padding: 0;
}
.cid-sXoCci8UGm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
#custom-html-5n {
  /* Type valid CSS here */
}
#custom-html-5n div {
  padding: 10px 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0px;
  color: #777;
  text-align: left;
}
#custom-html-5n .sample_h_11 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  /* フォント太さ */
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  margin-bottom: 2em;
  background-color: #ebf4f6;
  /* 背景色 */
  border-left: 5px solid #318496;
  /* 左の線 */
  border-bottom: 2px solid #cccccc;
  /* 下の線 */
  color: #318496;
  /* フォント色 */
}
.cid-sXoCcipoFC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXoCcipoFC img {
  border-radius: 0px;
}
.cid-sXoCcipoFC .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sXoCcipoFC .date {
  text-transform: uppercase;
  color: #4f87fb;
  text-align: left;
  padding-top: 1rem;
}
.cid-sXoCcipoFC .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sXoCcipoFC .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sXoCcipoFC .right {
  display: flex;
  flex-direction: column;
}
.cid-sXoCcipoFC .mbr-section-btn {
  border: 2px solid #4f87fb;
  width: auto;
}
.cid-sXoCcipoFC .mbr-section-btn:hover {
  background-color: #4f87fb;
  border: 2px solid #4f87fb;
}
.cid-sXoCcipoFC .card-heading {
  padding-top: 0;
}
.cid-sXoCcipoFC .mbr-text {
  padding-top: 10px;
  color: #232323;
}
#custom-html-8p {
  /* Type valid CSS here */
}
#custom-html-8p div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-8p p {
  font-size: 60px;
  color: #777;
}
.cid-sXFHXfHBQL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXFHXfHBQL img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXFHXfHBQL img {
    width: 100%;
  }
}
.cid-sXFHXfHBQL .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXFHXfHBQL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXFHXfHBQL .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sXFHXfHBQL .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #344cf1;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sXFHXfHBQL .mbr-text,
.cid-sXFHXfHBQL .mbr-section-btn {
  color: #130947;
}
.cid-sXFHXfHBQL .mbr-section-subtitle {
  color: #6d7a8c;
}
.cid-sXFHXfHBQL .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sXFHXfHBQL .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXFIy7Dmw7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1116.jpg");
}
.cid-sXFIy7Dmw7 .mbr-text,
.cid-sXFIy7Dmw7 .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXFIy7Dmw7 .card-title,
.cid-sXFIy7Dmw7 .card-box {
  color: #ff4a52;
}
.cid-sXFIy7Dmw7 .mbr-text,
.cid-sXFIy7Dmw7 .link-wrap {
  color: #1d2c35;
}
#custom-html-5q {
  /* Type valid CSS here */
}
#custom-html-5q div {
  padding: 10px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0px;
  color: #777;
  text-align: left;
}
#custom-html-5q .sample_h_11 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  /* フォント太さ */
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  margin-bottom: 2em;
  background-color: #ebf4f6;
  /* 背景色 */
  border-left: 5px solid #318496;
  /* 左の線 */
  border-bottom: 2px solid #cccccc;
  /* 下の線 */
  color: #318496;
  /* フォント色 */
}
.cid-sXFIHdH4n2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXoCcj2amE {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-sXoCcj2amE .image-block {
  margin: auto;
}
.cid-sXoCcj2amE .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sXoCcj2amE .image-block {
    width: 100% !important;
  }
}
.cid-sXoCcj2amE .container-fluid {
  padding: 0;
}
#custom-html-5t {
  /* Type valid CSS here */
}
#custom-html-5t div {
  padding: 10px 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0px;
  color: #777;
  text-align: left;
}
#custom-html-5t .sample_h_11 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  /* フォント太さ */
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  margin-bottom: 2em;
  background-color: #ebf4f6;
  /* 背景色 */
  border-left: 5px solid #318496;
  /* 左の線 */
  border-bottom: 2px solid #cccccc;
  /* 下の線 */
  color: #318496;
  /* フォント色 */
}
.cid-sXoCcjeZDX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sXoCcjeZDX .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sXoCcjeZDX .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sXoCcjeZDX li {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
}
.cid-sXoCcjeZDX li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #1ec4e6;
}
.cid-sXoCcjmSgE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXoCcjmSgE img {
  border-radius: 0px;
}
.cid-sXoCcjmSgE .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sXoCcjmSgE .date {
  text-transform: uppercase;
  color: #4f87fb;
  text-align: left;
  padding-top: 1rem;
}
.cid-sXoCcjmSgE .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sXoCcjmSgE .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sXoCcjmSgE .right {
  display: flex;
  flex-direction: column;
}
.cid-sXoCcjmSgE .mbr-section-btn {
  border: 2px solid #4f87fb;
  width: auto;
}
.cid-sXoCcjmSgE .mbr-section-btn:hover {
  background-color: #4f87fb;
  border: 2px solid #4f87fb;
}
.cid-sXoCcjmSgE .card-heading {
  padding-top: 0;
}
.cid-sXoCcjmSgE .mbr-text {
  padding-top: 10px;
  color: #6d7a8c;
}
#custom-html-5w {
  /* Type valid CSS here */
}
#custom-html-5w div {
  padding: 10px 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0px;
  color: #777;
  text-align: left;
}
#custom-html-5w .sample_h_11 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  /* フォント太さ */
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  margin-bottom: 2em;
  background-color: #ebf4f6;
  /* 背景色 */
  border-left: 5px solid #318496;
  /* 左の線 */
  border-bottom: 2px solid #cccccc;
  /* 下の線 */
  color: #318496;
  /* フォント色 */
}
.cid-sXoCcjzEop {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXoCcjzEop img {
  border-radius: 0px;
}
.cid-sXoCcjzEop .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sXoCcjzEop .date {
  text-transform: uppercase;
  color: #4f87fb;
  text-align: left;
  padding-top: 1rem;
}
.cid-sXoCcjzEop .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sXoCcjzEop .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sXoCcjzEop .right {
  display: flex;
  flex-direction: column;
}
.cid-sXoCcjzEop .mbr-section-btn {
  border: 2px solid #4f87fb;
  width: auto;
}
.cid-sXoCcjzEop .mbr-section-btn:hover {
  background-color: #4f87fb;
  border: 2px solid #4f87fb;
}
.cid-sXoCcjzEop .card-heading {
  padding-top: 0;
}
.cid-sXoCcjzEop .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-sXoCcjOltW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #636fc3;
}
@media (max-width: 767px) {
  .cid-sXoCcjOltW .content {
    text-align: center;
  }
  .cid-sXoCcjOltW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXoCcjOltW .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sXoCcjOltW .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sXoCcjOltW .form-control:focus,
.cid-sXoCcjOltW .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sXoCcjOltW .form-group {
  margin-bottom: 1rem;
}
.cid-sXoCcjOltW input::-webkit-input-placeholder,
.cid-sXoCcjOltW textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sXoCcjOltW input:-moz-placeholder,
.cid-sXoCcjOltW textarea:-moz-placeholder {
  color: #656565;
}
.cid-sXoCcjOltW .jq-selectbox li,
.cid-sXoCcjOltW .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sXoCcjOltW .jq-selectbox li:hover,
.cid-sXoCcjOltW .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sXoCcjOltW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sXoCcjOltW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sXoCcjOltW textarea.form-control {
  resize: none;
}
.cid-sXoCcjOltW .input-group-btn {
  display: inline-block;
}
.cid-sXoCcjOltW .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sXoCcjOltW .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXoCcjOltW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sXoCcjOltW .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sXoCcjOltW .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sXoCcjOltW .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sXoCcjOltW .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXoCcjOltW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sXoCcjOltW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sXoCcjOltW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sXoCcjOltW .form-control,
.cid-sXoCcjOltW .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sXoCcjOltW .copyright > p {
  text-align: left;
}
.cid-sXoCcjOltW P {
  text-align: left;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: relative !important;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: absolute !important;
}
.cid-sZK51kh38b .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sZK51kh38b .btn-padding span {
  line-height: 10px;
}
.cid-sZK51kh38b .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-sZK51kh38b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZK51kh38b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZK51kh38b .dropdown-item:hover,
.cid-sZK51kh38b .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-sZK51kh38b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZK51kh38b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZK51kh38b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZK51kh38b .nav-link {
  position: relative;
}
.cid-sZK51kh38b .container {
  display: flex;
  margin: auto;
}
.cid-sZK51kh38b .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZK51kh38b .dropdown-menu,
.cid-sZK51kh38b .navbar.opened {
  background: #ffffff !important;
}
.cid-sZK51kh38b .nav-item:focus,
.cid-sZK51kh38b .nav-link:focus {
  outline: none;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZK51kh38b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZK51kh38b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sZK51kh38b .navbar.opened {
  transition: all 0.3s;
}
.cid-sZK51kh38b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZK51kh38b .navbar .navbar-logo img {
  width: auto;
}
.cid-sZK51kh38b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZK51kh38b .navbar.collapsed {
  justify-content: center;
}
.cid-sZK51kh38b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZK51kh38b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZK51kh38b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZK51kh38b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZK51kh38b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZK51kh38b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZK51kh38b .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-sZK51kh38b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZK51kh38b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZK51kh38b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZK51kh38b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZK51kh38b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZK51kh38b .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZK51kh38b .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZK51kh38b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZK51kh38b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZK51kh38b .dropdown-item.active,
.cid-sZK51kh38b .dropdown-item:active {
  background-color: transparent;
}
.cid-sZK51kh38b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZK51kh38b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZK51kh38b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZK51kh38b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZK51kh38b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZK51kh38b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar {
    height: 70px;
  }
  .cid-sZK51kh38b .navbar.opened {
    height: auto;
  }
  .cid-sZK51kh38b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXFM6BSaAD {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img5-1500x351.png");
}
.cid-sXFM6BSaAD .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sXFM6BSaAD .mbr-section-title {
  color: #232323;
}
.cid-sXFM6BSaAD .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXFM6BSaAD .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
#custom-html-8k {
  /* Type valid CSS here */
}
#custom-html-8k div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-8k p {
  font-size: 24px;
  color: #777;
}
#custom-html-8n {
  /* Type valid CSS here */
}
#custom-html-8n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8n p {
  font-size: 60px;
  color: #777;
}
.cid-sXFM6Dg6O8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #636fc3;
}
@media (max-width: 767px) {
  .cid-sXFM6Dg6O8 .content {
    text-align: center;
  }
  .cid-sXFM6Dg6O8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXFM6Dg6O8 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sXFM6Dg6O8 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sXFM6Dg6O8 .form-control:focus,
.cid-sXFM6Dg6O8 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sXFM6Dg6O8 .form-group {
  margin-bottom: 1rem;
}
.cid-sXFM6Dg6O8 input::-webkit-input-placeholder,
.cid-sXFM6Dg6O8 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sXFM6Dg6O8 input:-moz-placeholder,
.cid-sXFM6Dg6O8 textarea:-moz-placeholder {
  color: #656565;
}
.cid-sXFM6Dg6O8 .jq-selectbox li,
.cid-sXFM6Dg6O8 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sXFM6Dg6O8 .jq-selectbox li:hover,
.cid-sXFM6Dg6O8 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sXFM6Dg6O8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sXFM6Dg6O8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sXFM6Dg6O8 textarea.form-control {
  resize: none;
}
.cid-sXFM6Dg6O8 .input-group-btn {
  display: inline-block;
}
.cid-sXFM6Dg6O8 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sXFM6Dg6O8 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXFM6Dg6O8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sXFM6Dg6O8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sXFM6Dg6O8 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sXFM6Dg6O8 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sXFM6Dg6O8 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXFM6Dg6O8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sXFM6Dg6O8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sXFM6Dg6O8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sXFM6Dg6O8 .form-control,
.cid-sXFM6Dg6O8 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sXFM6Dg6O8 .copyright > p {
  text-align: left;
}
.cid-sXFM6Dg6O8 P {
  text-align: left;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: relative !important;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: absolute !important;
}
.cid-sZK51kh38b .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sZK51kh38b .btn-padding span {
  line-height: 10px;
}
.cid-sZK51kh38b .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-sZK51kh38b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZK51kh38b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZK51kh38b .dropdown-item:hover,
.cid-sZK51kh38b .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-sZK51kh38b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZK51kh38b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZK51kh38b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZK51kh38b .nav-link {
  position: relative;
}
.cid-sZK51kh38b .container {
  display: flex;
  margin: auto;
}
.cid-sZK51kh38b .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZK51kh38b .dropdown-menu,
.cid-sZK51kh38b .navbar.opened {
  background: #ffffff !important;
}
.cid-sZK51kh38b .nav-item:focus,
.cid-sZK51kh38b .nav-link:focus {
  outline: none;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZK51kh38b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZK51kh38b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sZK51kh38b .navbar.opened {
  transition: all 0.3s;
}
.cid-sZK51kh38b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZK51kh38b .navbar .navbar-logo img {
  width: auto;
}
.cid-sZK51kh38b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZK51kh38b .navbar.collapsed {
  justify-content: center;
}
.cid-sZK51kh38b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZK51kh38b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZK51kh38b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZK51kh38b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZK51kh38b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZK51kh38b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZK51kh38b .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-sZK51kh38b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZK51kh38b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZK51kh38b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZK51kh38b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZK51kh38b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZK51kh38b .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZK51kh38b .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZK51kh38b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZK51kh38b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZK51kh38b .dropdown-item.active,
.cid-sZK51kh38b .dropdown-item:active {
  background-color: transparent;
}
.cid-sZK51kh38b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZK51kh38b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZK51kh38b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZK51kh38b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZK51kh38b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZK51kh38b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar {
    height: 70px;
  }
  .cid-sZK51kh38b .navbar.opened {
    height: auto;
  }
  .cid-sZK51kh38b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXFM3Tk58h {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img5-1500x351.png");
}
.cid-sXFM3Tk58h .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sXFM3Tk58h .mbr-section-title {
  color: #232323;
}
.cid-sXFM3Tk58h .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXFM3Tk58h .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
#custom-html-8d {
  /* Type valid CSS here */
}
#custom-html-8d div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-8d p {
  font-size: 24px;
  color: #777;
}
#custom-html-8g {
  /* Type valid CSS here */
}
#custom-html-8g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8g p {
  font-size: 60px;
  color: #777;
}
.cid-sXFM3UVZML {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #636fc3;
}
@media (max-width: 767px) {
  .cid-sXFM3UVZML .content {
    text-align: center;
  }
  .cid-sXFM3UVZML .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXFM3UVZML .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sXFM3UVZML .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sXFM3UVZML .form-control:focus,
.cid-sXFM3UVZML .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sXFM3UVZML .form-group {
  margin-bottom: 1rem;
}
.cid-sXFM3UVZML input::-webkit-input-placeholder,
.cid-sXFM3UVZML textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sXFM3UVZML input:-moz-placeholder,
.cid-sXFM3UVZML textarea:-moz-placeholder {
  color: #656565;
}
.cid-sXFM3UVZML .jq-selectbox li,
.cid-sXFM3UVZML .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sXFM3UVZML .jq-selectbox li:hover,
.cid-sXFM3UVZML .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sXFM3UVZML .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sXFM3UVZML .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sXFM3UVZML textarea.form-control {
  resize: none;
}
.cid-sXFM3UVZML .input-group-btn {
  display: inline-block;
}
.cid-sXFM3UVZML .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sXFM3UVZML .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXFM3UVZML .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sXFM3UVZML .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sXFM3UVZML .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sXFM3UVZML .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sXFM3UVZML .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXFM3UVZML .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sXFM3UVZML .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sXFM3UVZML .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sXFM3UVZML .form-control,
.cid-sXFM3UVZML .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sXFM3UVZML .copyright > p {
  text-align: left;
}
.cid-sXFM3UVZML P {
  text-align: left;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: relative !important;
}
.cid-sZK51kh38b .navbar-dropdown {
  position: absolute !important;
}
.cid-sZK51kh38b .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sZK51kh38b .btn-padding span {
  line-height: 10px;
}
.cid-sZK51kh38b .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-sZK51kh38b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZK51kh38b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZK51kh38b .dropdown-item:hover,
.cid-sZK51kh38b .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-sZK51kh38b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZK51kh38b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZK51kh38b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZK51kh38b .nav-link {
  position: relative;
}
.cid-sZK51kh38b .container {
  display: flex;
  margin: auto;
}
.cid-sZK51kh38b .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZK51kh38b .dropdown-menu,
.cid-sZK51kh38b .navbar.opened {
  background: #ffffff !important;
}
.cid-sZK51kh38b .nav-item:focus,
.cid-sZK51kh38b .nav-link:focus {
  outline: none;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZK51kh38b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZK51kh38b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZK51kh38b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZK51kh38b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sZK51kh38b .navbar.opened {
  transition: all 0.3s;
}
.cid-sZK51kh38b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZK51kh38b .navbar .navbar-logo img {
  width: auto;
}
.cid-sZK51kh38b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZK51kh38b .navbar.collapsed {
  justify-content: center;
}
.cid-sZK51kh38b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZK51kh38b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZK51kh38b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZK51kh38b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZK51kh38b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZK51kh38b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZK51kh38b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZK51kh38b .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-sZK51kh38b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZK51kh38b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZK51kh38b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZK51kh38b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZK51kh38b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZK51kh38b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZK51kh38b .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZK51kh38b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZK51kh38b .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZK51kh38b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZK51kh38b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZK51kh38b .dropdown-item.active,
.cid-sZK51kh38b .dropdown-item:active {
  background-color: transparent;
}
.cid-sZK51kh38b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZK51kh38b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZK51kh38b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZK51kh38b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZK51kh38b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZK51kh38b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZK51kh38b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZK51kh38b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZK51kh38b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZK51kh38b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZK51kh38b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZK51kh38b .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-sZK51kh38b .navbar {
    height: 70px;
  }
  .cid-sZK51kh38b .navbar.opened {
    height: auto;
  }
  .cid-sZK51kh38b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
