body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #cc2952 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #375a9c !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #375a9c !important;
  border-color: #375a9c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #233963 !important;
  border-color: #233963 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #233963 !important;
  border-color: #233963 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #1c2e51;
  color: #1c2e51;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #375a9c;
  border-color: #375a9c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #375a9c !important;
  border-color: #375a9c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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: #cc2952 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #375a9c !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #771830 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1c2e51 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #375a9c;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cc2952;
  border-color: #cc2952;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cc2952;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f5ccd6;
}
.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: #809dd2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
  font-weight: 400;
}
blockquote {
  border-color: #cc2952;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #cc2952 !important;
  -webkit-box-shadow: 0 6px 16px 0 #cc2952 !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cc2952;
  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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cc2952;
  border-bottom-color: #cc2952;
}
.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: #cc2952 !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: #5580ff !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='%23cc2952' %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-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {

  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {

    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
.cid-uF8w6yrWH0 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF8w6yrWH0 .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-uF8w6yrWH0 .carousel {
    min-height: 400px;
  }
  .cid-uF8w6yrWH0 .carousel img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uF8w6yrWH0 .carousel {
    min-height: 232px;
  }
  .cid-uF8w6yrWH0 .carousel img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uF8w6yrWH0 .carousel {
    min-height: 48px;
  }
  .cid-uF8w6yrWH0 .carousel img {
    width: 100%;
    height: auto;
  }
  .cid-uF8w6yrWH0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uF8w6yrWH0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uF8w6yrWH0 .carousel,
.cid-uF8w6yrWH0 .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-uF8w6yrWH0 .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uF8w6yrWH0 .carousel-caption {
  z-index: 2 !important;
  left: 0rem;
  bottom: 0rem;
  width: fit-content;
  max-width: calc(98%);
  background: #33363b;
  padding: 8px;
}
.cid-uF8w6yrWH0 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uF8w6yrWH0 .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
}
.cid-uF8w6yrWH0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uF8w6yrWH0 .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-uF8w6yrWH0 .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-uF8w6yrWH0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0rem;
  visibility: visible;
}
@media (max-width: 767px) {
  .cid-uF8w6yrWH0 .carousel-control.carousel-control-prev {
    margin-left: 0rem;
    visibility: hidden;
  }
}
.cid-uF8w6yrWH0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0rem;
  visibility: visible;
}
@media (max-width: 767px) {
  .cid-uF8w6yrWH0 .carousel-control.carousel-control-next {
    margin-right: 0rem;
    visibility: hidden;
  }
}
.cid-uF8w6yrWH0 .carousel-control:hover,
.cid-uF8w6yrWH0 .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-uF8w6yrWH0 .carousel-control-prev:hover .mobi-mbri,
.cid-uF8w6yrWH0 .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-uF8w6yrWH0 .carousel-control-next:hover .mobi-mbri,
.cid-uF8w6yrWH0 .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-uF8w6yrWH0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uF8w6yrWH0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uF8w6yrWH0 .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uF8w6yrWH0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uF8w6yrWH0 .carousel-indicators li.active,
.cid-uF8w6yrWH0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF8w6yrWH0 .carousel-indicators li::after,
.cid-uF8w6yrWH0 .carousel-indicators li::before {
  content: none;
}
.cid-uF8w6yrWH0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF8w6yrWH0 .carousel-indicators {
    display: none !important;
  }
}
#custom-html-13 {
  /*跑馬燈*/
}
#custom-html-13 .marquee-line {
  width: 100%;
  background-color: #999;
}
#custom-html-13 .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #999;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-13 .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uF8IRYovVD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uF8IRYovVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8IRYovVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8IRYovVD .title-wrapper {
  padding: 0 2rem;
}
.cid-uF8IRYovVD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uF8IRYovVD .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uF8IRYovVD .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uF8IRYovVD .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uF8IRYovVD .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uF8IRYovVD .mbr-section-title {
  color: #FFFFFF;
}
.cid-uF8IRYovVD .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uF8IRYovVD .mbr-section-title,
.cid-uF8IRYovVD .mbr-section-btn {
  text-align: center;
  color: #716c80;
}
.cid-uK8iiFq0NR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uK8iiFq0NR .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uK8iiFq0NR .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uK8iiFq0NR .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uK8iiFq0NR .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uK8iiFq0NR P {
  text-align: left;
}
.cid-uK8iJ3Ct4X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uK8iJ3Ct4X .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uK8iJ3Ct4X .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uK8iJ3Ct4X .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uK8iJ3Ct4X .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uK8iJ3Ct4X P {
  text-align: left;
}
.cid-uK8iYom8sR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uK8iYom8sR .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uK8iYom8sR .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uK8iYom8sR .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uK8iYom8sR .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uK8iYom8sR P {
  text-align: left;
}
.cid-uK8jidcsWK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uK8jidcsWK .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uK8jidcsWK .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uK8jidcsWK .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uK8jidcsWK .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uK8jidcsWK P {
  text-align: left;
}
.cid-uK8k6SCHz9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uK8k6SCHz9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uK8k6SCHz9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uK8k6SCHz9 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uK8k6SCHz9 .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uK8k6SCHz9 P {
  text-align: left;
}
.cid-uK8k6SCHz9 .extraCode > b,
.cid-uK8k6SCHz9 .extraCode > strong {
  color: red !important;
}
.cid-uK8kjtiQdi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uK8kjtiQdi .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uK8kjtiQdi .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uK8kjtiQdi .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uK8kjtiQdi .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uK8kjtiQdi P {
  text-align: left;
}
.cid-uK8kIIlzDD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uK8kIIlzDD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uK8kIIlzDD .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uK8kIIlzDD .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uK8kIIlzDD .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uK8kIIlzDD P {
  text-align: left;
}
.cid-uJQBao29aF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uJQBao29aF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQBao29aF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQBao29aF .title-wrapper {
  padding: 0 2rem;
}
.cid-uJQBao29aF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uJQBao29aF .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uJQBao29aF .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uJQBao29aF .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uJQBao29aF .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uJQBao29aF .mbr-section-title {
  color: #FFFFFF;
}
.cid-uJQBao29aF .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uJQBao29aF .mbr-section-title,
.cid-uJQBao29aF .mbr-section-btn {
  text-align: center;
  color: #716c80;
}
.cid-uF7Jt0rVBa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fbfbfb;
}
.cid-uF7Jt0rVBa .item-image {
  margin-bottom: 5rem;
}
.cid-uF7Jt0rVBa img,
.cid-uF7Jt0rVBa .item-img {
  width: 100%;
}
.cid-uF7Jt0rVBa .item:focus,
.cid-uF7Jt0rVBa span:focus {
  outline: none;
}
.cid-uF7Jt0rVBa .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-uF7Jt0rVBa .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uF7Jt0rVBa .mbr-section-title {
  color: #232323;
}
@media (min-width: 768px) {
  .cid-uF7Jt0rVBa .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 600px) {
  .cid-uF7Jt0rVBa .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uF7Jt0rVBa .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-uJQBsj1BYt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uJQBsj1BYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQBsj1BYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQBsj1BYt .title-wrapper {
  padding: 0 2rem;
}
.cid-uJQBsj1BYt .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uJQBsj1BYt .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uJQBsj1BYt .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uJQBsj1BYt .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uJQBsj1BYt .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uJQBsj1BYt .mbr-section-title {
  color: #FFFFFF;
}
.cid-uJQBsj1BYt .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uJQBsj1BYt .mbr-section-title,
.cid-uJQBsj1BYt .mbr-section-btn {
  text-align: center;
  color: #716c80;
}
.cid-uFBQauckNT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fbfbfb;
}
.cid-uFBQauckNT .item-image {
  margin-bottom: 5rem;
}
.cid-uFBQauckNT img,
.cid-uFBQauckNT .item-img {
  width: 100%;
}
.cid-uFBQauckNT .item:focus,
.cid-uFBQauckNT span:focus {
  outline: none;
}
.cid-uFBQauckNT .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-uFBQauckNT .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFBQauckNT .mbr-section-title {
  color: #232323;
}
@media (min-width: 768px) {
  .cid-uFBQauckNT .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 600px) {
  .cid-uFBQauckNT .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uFBQauckNT .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-uK8Ez5jTR1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uK8Ez5jTR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8Ez5jTR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8Ez5jTR1 .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .container {
    padding: 0 0;
  }
}
.cid-uK8Ez5jTR1 .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0;
  }
}
.cid-uK8Ez5jTR1 .title-wrapper {
  margin-bottom: 0px;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .nav-wrapper .list {
    display: block;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uK8Ez5jTR1 .item-wrap > a {
  font-weight: 800;
}
.cid-uK8Ez5jTR1 .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uK8Ez5jTR1 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uK8Ez5jTR1 .mbr-section-title,
.cid-uK8Ez5jTR1 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uK8Ez5jTR1 .list {
  color: #ffffff;
}
.cid-uK8Ez5jTR1 .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uK8Ez5jTR1 .list,
.cid-uK8Ez5jTR1 .nav-wrapper,
.cid-uK8Ez5jTR1 .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uK8Ez5jTR1 .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uK8Ez5jTR1 .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uK8Ez5jTR1 .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uK8Ez5jTR1 .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uK8Ez5jTR1 .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uK8Ez5jTR1 .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uK8Ez5jTR1 .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uK8Ez5jTR1 .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uK8Ez5jTR1 .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uK8Ez5jTR1 .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-98 .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-98 .icon-box {
  position: relative;
}
#custom-html-98 .icon-box img {
  margin: 10% auto;
}
#custom-html-98 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-98 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-98 .logo-box img,
#custom-html-98 .icon-box > a > img,
#custom-html-98 .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-98 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-98 .img-responsive,
#custom-html-98 .thumbnail > img,
#custom-html-98 .thumbnail a > img,
#custom-html-98 .carousel-inner > .item > img,
#custom-html-98 .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-98 .logo-box img:hover,
#custom-html-98 .icon-box > a > img:hover,
#custom-html-98 .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-98 .logo-box img:hover,
#custom-html-98 .icon-box > a > img:hover,
#custom-html-98 .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-98 .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-1j .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-1j .breadcrumb li {
  margin: 0 8px;
  position: relative;
}
#custom-html-1j .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 10px;
  transition: color 0.3s;
}
#custom-html-1j .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-1j .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-1j .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uFTHf0xmAh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/rg88-back-w02-1-1600x1080.webp");
}
.cid-uFTHf0xmAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTHf0xmAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFTHf0xmAh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFTHf0xmAh img {
  border-radius: 2rem;
}
.cid-uFTHf0xmAh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFTHf0xmAh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFTHf0xmAh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFTHf0xmAh .mbr-section-title {
  color: #1e2330;
}
.cid-uFTHf0xmAh .mbr-text,
.cid-uFTHf0xmAh .mbr-section-btn {
  color: #1e2330;
}
.cid-uFZ8sXW6Re {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/rg88-back-w02-1-1600x1080.webp");
}
.cid-uFZ8sXW6Re h4 {
  margin-bottom: 0;
  line-height: 32px;
}
.cid-uFZ8sXW6Re p {
  color: #767676;
}
.cid-uFZ8sXW6Re .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uFZ8sXW6Re .btn-info-outline {
  border: none;
  color: #375a9c !important;
  padding: 0;
  margin: 0 0 !important;
}
.cid-uFZ8sXW6Re .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uFZ8sXW6Re .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uFZ8sXW6Re .btn-info-outline:hover {
  background-color: transparent!important;
  color: #cc2952 !important;
  box-shadow: none!important;
}
.cid-uFZ8sXW6Re .btn-info-outline:active,
.cid-uFZ8sXW6Re .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uFZ8sXW6Re .card-box {
  padding-top: 1rem;
}
.cid-uFZ8sXW6Re .card-wrapper {
  height: 100%;
}
.cid-uFZ8sXW6Re .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFZ8sXW6Re img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-uFZ8sXW6Re .card-title {
  color: #343351;
}
.cid-uFZ8sXW6Re .main-title {
  color: #232323;
  text-align: center;
}
.cid-uFZ8sXW6Re DIV {
  color: #57468b;
}
.cid-uFZ8sXW6Re .card-img {
  width: auto;
}
.cid-uFZ8sXW6Re .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZ8sXW6Re .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZ8sXW6Re .mbr-text,
.cid-uFZ8sXW6Re .mbr-section-btn {
  color: #375a9c;
}
.cid-uK8Ez5jTR1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uK8Ez5jTR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8Ez5jTR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8Ez5jTR1 .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .container {
    padding: 0 0;
  }
}
.cid-uK8Ez5jTR1 .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0;
  }
}
.cid-uK8Ez5jTR1 .title-wrapper {
  margin-bottom: 0px;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .nav-wrapper .list {
    display: block;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uK8Ez5jTR1 .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uK8Ez5jTR1 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uK8Ez5jTR1 .mbr-section-title,
.cid-uK8Ez5jTR1 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uK8Ez5jTR1 .list {
  color: #ffffff;
}
.cid-uK8Ez5jTR1 .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uK8Ez5jTR1 .list,
.cid-uK8Ez5jTR1 .nav-wrapper,
.cid-uK8Ez5jTR1 .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uK8Ez5jTR1 .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uK8Ez5jTR1 .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uK8Ez5jTR1 .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uK8Ez5jTR1 .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uK8Ez5jTR1 .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uK8Ez5jTR1 .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uK8Ez5jTR1 .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uK8Ez5jTR1 .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uK8Ez5jTR1 .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uK8Ez5jTR1 .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-fr .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-fr .icon-box {
  position: relative;
}
#custom-html-fr .icon-box img {
  margin: 10% auto;
}
#custom-html-fr .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-fr .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-fr .logo-box img,
#custom-html-fr .icon-box > a > img,
#custom-html-fr .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-fr .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-fr .img-responsive,
#custom-html-fr .thumbnail > img,
#custom-html-fr .thumbnail a > img,
#custom-html-fr .carousel-inner > .item > img,
#custom-html-fr .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-fr .logo-box img:hover,
#custom-html-fr .icon-box > a > img:hover,
#custom-html-fr .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-fr .logo-box img:hover,
#custom-html-fr .icon-box > a > img:hover,
#custom-html-fr .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-fr .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-em .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-em .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-em .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-em .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-em .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-em .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-em .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uG4GAsOR89 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/rg88-back-w02-1-1600x1080.webp");
}
.cid-uG4GAsOR89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4GAsOR89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG4GAsOR89 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG4GAsOR89 img {
  border-radius: 2rem;
}
.cid-uG4GAsOR89 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uG4GAsOR89 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uG4GAsOR89 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uG4GAsOR89 .mbr-section-title {
  color: #1e2330;
}
.cid-uG4GAsOR89 .mbr-text,
.cid-uG4GAsOR89 .mbr-section-btn {
  color: #1e2330;
}
.cid-uG4GAt7s6k {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/rg88-back-w02-1-1600x1080.webp");
}
.cid-uG4GAt7s6k h4 {
  margin-bottom: 0;
  line-height: 32px;
}
.cid-uG4GAt7s6k p {
  color: #767676;
}
.cid-uG4GAt7s6k .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uG4GAt7s6k .btn-info-outline {
  border: none;
  color: #375a9c !important;
  padding: 0;
  margin: 0 0 !important;
}
.cid-uG4GAt7s6k .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uG4GAt7s6k .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uG4GAt7s6k .btn-info-outline:hover {
  background-color: transparent!important;
  color: #cc2952 !important;
  box-shadow: none!important;
}
.cid-uG4GAt7s6k .btn-info-outline:active,
.cid-uG4GAt7s6k .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uG4GAt7s6k .card-box {
  padding-top: 1rem;
}
.cid-uG4GAt7s6k .card-wrapper {
  height: 100%;
}
.cid-uG4GAt7s6k .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uG4GAt7s6k img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-uG4GAt7s6k .card-title {
  color: #343351;
}
.cid-uG4GAt7s6k .main-title {
  color: #232323;
  text-align: center;
}
.cid-uG4GAt7s6k DIV {
  color: #57468b;
}
.cid-uG4GAt7s6k .card-img {
  width: auto;
}
.cid-uG4GAt7s6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4GAt7s6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4GAt7s6k .mbr-text,
.cid-uG4GAt7s6k .mbr-section-btn {
  color: #375a9c;
}
.cid-uK8Ez5jTR1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uK8Ez5jTR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8Ez5jTR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8Ez5jTR1 .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .container {
    padding: 0 0;
  }
}
.cid-uK8Ez5jTR1 .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0;
  }
}
.cid-uK8Ez5jTR1 .title-wrapper {
  margin-bottom: 0px;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .nav-wrapper .list {
    display: block;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uK8Ez5jTR1 .item-wrap > a {
  font-weight: 800;
}
.cid-uK8Ez5jTR1 .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uK8Ez5jTR1 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uK8Ez5jTR1 .mbr-section-title,
.cid-uK8Ez5jTR1 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uK8Ez5jTR1 .list {
  color: #ffffff;
}
.cid-uK8Ez5jTR1 .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uK8Ez5jTR1 .list,
.cid-uK8Ez5jTR1 .nav-wrapper,
.cid-uK8Ez5jTR1 .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uK8Ez5jTR1 .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uK8Ez5jTR1 .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uK8Ez5jTR1 .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uK8Ez5jTR1 .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uK8Ez5jTR1 .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uK8Ez5jTR1 .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uK8Ez5jTR1 .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uK8Ez5jTR1 .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uK8Ez5jTR1 .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uK8Ez5jTR1 .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-fv .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-fv .icon-box {
  position: relative;
}
#custom-html-fv .icon-box img {
  margin: 10% auto;
}
#custom-html-fv .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-fv .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-fv .logo-box img,
#custom-html-fv .icon-box > a > img,
#custom-html-fv .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-fv .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-fv .img-responsive,
#custom-html-fv .thumbnail > img,
#custom-html-fv .thumbnail a > img,
#custom-html-fv .carousel-inner > .item > img,
#custom-html-fv .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-fv .logo-box img:hover,
#custom-html-fv .icon-box > a > img:hover,
#custom-html-fv .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-fv .logo-box img:hover,
#custom-html-fv .icon-box > a > img:hover,
#custom-html-fv .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-fv .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-en .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-en .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-en .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-en .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-en .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-en .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-en .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uG4GBMMub3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/rg88-back-w02-1-1600x1080.webp");
}
.cid-uG4GBMMub3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4GBMMub3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG4GBMMub3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG4GBMMub3 img {
  border-radius: 2rem;
}
.cid-uG4GBMMub3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uG4GBMMub3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uG4GBMMub3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uG4GBMMub3 .mbr-section-title {
  color: #1e2330;
}
.cid-uG4GBMMub3 .mbr-text,
.cid-uG4GBMMub3 .mbr-section-btn {
  color: #1e2330;
}
.cid-uG4GBN5kzB {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/rg88-back-w02-1-1600x1080.webp");
}
.cid-uG4GBN5kzB h4 {
  margin-bottom: 0;
  line-height: 32px;
}
.cid-uG4GBN5kzB p {
  color: #767676;
}
.cid-uG4GBN5kzB .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uG4GBN5kzB .btn-info-outline {
  border: none;
  color: #375a9c !important;
  padding: 0;
  margin: 0 0 !important;
}
.cid-uG4GBN5kzB .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uG4GBN5kzB .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uG4GBN5kzB .btn-info-outline:hover {
  background-color: transparent!important;
  color: #cc2952 !important;
  box-shadow: none!important;
}
.cid-uG4GBN5kzB .btn-info-outline:active,
.cid-uG4GBN5kzB .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uG4GBN5kzB .card-box {
  padding-top: 1rem;
}
.cid-uG4GBN5kzB .card-wrapper {
  height: 100%;
}
.cid-uG4GBN5kzB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uG4GBN5kzB img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-uG4GBN5kzB .card-title {
  color: #343351;
}
.cid-uG4GBN5kzB .main-title {
  color: #232323;
  text-align: center;
}
.cid-uG4GBN5kzB DIV {
  color: #57468b;
}
.cid-uG4GBN5kzB .card-img {
  width: auto;
}
.cid-uG4GBN5kzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4GBN5kzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4GBN5kzB .mbr-text,
.cid-uG4GBN5kzB .mbr-section-btn {
  color: #375a9c;
}
.cid-uK8Ez5jTR1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uK8Ez5jTR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8Ez5jTR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8Ez5jTR1 .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .container {
    padding: 0 0;
  }
}
.cid-uK8Ez5jTR1 .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0;
  }
}
.cid-uK8Ez5jTR1 .title-wrapper {
  margin-bottom: 0px;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .nav-wrapper .list {
    display: block;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uK8Ez5jTR1 .item-wrap > a {
  font-weight: 800;
}
.cid-uK8Ez5jTR1 .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uK8Ez5jTR1 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uK8Ez5jTR1 .mbr-section-title,
.cid-uK8Ez5jTR1 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uK8Ez5jTR1 .list {
  color: #ffffff;
}
.cid-uK8Ez5jTR1 .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uK8Ez5jTR1 .list,
.cid-uK8Ez5jTR1 .nav-wrapper,
.cid-uK8Ez5jTR1 .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uK8Ez5jTR1 .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uK8Ez5jTR1 .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uK8Ez5jTR1 .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uK8Ez5jTR1 .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uK8Ez5jTR1 .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uK8Ez5jTR1 .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uK8Ez5jTR1 .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uK8Ez5jTR1 .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uK8Ez5jTR1 .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uK8Ez5jTR1 .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-fw .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-fw .icon-box {
  position: relative;
}
#custom-html-fw .icon-box img {
  margin: 10% auto;
}
#custom-html-fw .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-fw .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-fw .logo-box img,
#custom-html-fw .icon-box > a > img,
#custom-html-fw .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-fw .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-fw .img-responsive,
#custom-html-fw .thumbnail > img,
#custom-html-fw .thumbnail a > img,
#custom-html-fw .carousel-inner > .item > img,
#custom-html-fw .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-fw .logo-box img:hover,
#custom-html-fw .icon-box > a > img:hover,
#custom-html-fw .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-fw .logo-box img:hover,
#custom-html-fw .icon-box > a > img:hover,
#custom-html-fw .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-fw .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-3v .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-3v .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-3v .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-3v .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-3v .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-3v .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-3v .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uGmzxfMH7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGmzxfMH7O .content-head {
  max-width: 960px;
}
.cid-uGmzxfMH7O .mbr-text,
.cid-uGmzxfMH7O .mbr-section-btn {
  text-align: left;
}
.cid-uGmzxfMH7O .mbr-section-title {
  text-align: left;
}
.cid-uGmMpDIhKg {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uGmMpDIhKg .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uGmMpDIhKg .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uGmMpDIhKg .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uGmMpDIhKg .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uGmMpDIhKg .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uGmMpDIhKg .mbr-text {
  color: #000000;
}
.cid-uGmPna6aMx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGmPna6aMx .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.cid-uGmPna6aMx .card {
  background: transparent;
}
.cid-uGmPna6aMx .card-img {
  width: 100%;
  height: auto;
}
.cid-uGmPna6aMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmPna6aMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsjvb6vxM {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uGsjvb6vxM .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uGsjvb6vxM .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uGsjvb6vxM .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uGsjvb6vxM .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uGsjvb6vxM .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uGsjvb6vxM .mbr-text {
  color: #000000;
}
.cid-uGsjvb6vxM table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uGsjvb6vxM table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uGsjvb6vxM table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uGsjvb6vxM table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uGskfQRgtH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uGskfQRgtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGskfQRgtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGskfQRgtH .container-fluid {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uGskfQRgtH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGskfQRgtH .container {
    padding: 0 24px;
  }
}
.cid-uGskfQRgtH .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uGskfQRgtH .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGskfQRgtH .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uGskfQRgtH .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uGskfQRgtH .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uGskfQRgtH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGskfQRgtH .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 100%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uGskfQRgtH .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uGskfQRgtH .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uGskfQRgtH .mbr-section-title {
  color: #ffffff;
}
.cid-uGskfQRgtH .mbr-text,
.cid-uGskfQRgtH .text-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-uGskfQRgtH .mbr-section-title,
.cid-uGskfQRgtH .icon-wrapper {
  text-align: center;
}
.cid-uGskgMF4dc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uGskgMF4dc .card-box {
  padding: 0rem;
}
.cid-uGskgMF4dc .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGskgMF4dc h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uGskgMF4dc p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uGskgMF4dc .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uGskgMF4dc .mbr-text {
  color: #879a9f;
}
.cid-uGskgMF4dc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGskgMF4dc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGskgMF4dc .card-title > a > b {
  line-height: 36px !important;
}
.cid-uGskhsus5Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uGskhsus5Q::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #3359a0 50%);
  z-index: 1;
}
.cid-uGskhsus5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGskhsus5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGskhsus5Q .container {
    padding: 0 22px;
  }
}
.cid-uGskhsus5Q .row {
  justify-content: center;
}
.cid-uGskhsus5Q .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uGskhsus5Q .content-wrapper {
    padding: 0;
  }
}
.cid-uGskhsus5Q .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uGskhsus5Q .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uGskhsus5Q .mbr-section-title {
  color: #ffffff;
}
.cid-uGskhsus5Q .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uGskhsus5Q .mbr-section-title,
.cid-uGskhsus5Q .mbr-section-btn {
  text-align: center;
}
.cid-uK8Ez5jTR1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uK8Ez5jTR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8Ez5jTR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8Ez5jTR1 .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .container {
    padding: 0 0;
  }
}
.cid-uK8Ez5jTR1 .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0;
  }
}
.cid-uK8Ez5jTR1 .title-wrapper {
  margin-bottom: 0px;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .nav-wrapper .list {
    display: block;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uK8Ez5jTR1 .item-wrap > a {
  font-weight: 800;
}
.cid-uK8Ez5jTR1 .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uK8Ez5jTR1 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uK8Ez5jTR1 .mbr-section-title,
.cid-uK8Ez5jTR1 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uK8Ez5jTR1 .list {
  color: #ffffff;
}
.cid-uK8Ez5jTR1 .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uK8Ez5jTR1 .list,
.cid-uK8Ez5jTR1 .nav-wrapper,
.cid-uK8Ez5jTR1 .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uK8Ez5jTR1 .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uK8Ez5jTR1 .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uK8Ez5jTR1 .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uK8Ez5jTR1 .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uK8Ez5jTR1 .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uK8Ez5jTR1 .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uK8Ez5jTR1 .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uK8Ez5jTR1 .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uK8Ez5jTR1 .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uK8Ez5jTR1 .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-fs .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-fs .icon-box {
  position: relative;
}
#custom-html-fs .icon-box img {
  margin: 10% auto;
}
#custom-html-fs .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-fs .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-fs .logo-box img,
#custom-html-fs .icon-box > a > img,
#custom-html-fs .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-fs .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-fs .img-responsive,
#custom-html-fs .thumbnail > img,
#custom-html-fs .thumbnail a > img,
#custom-html-fs .carousel-inner > .item > img,
#custom-html-fs .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-fs .logo-box img:hover,
#custom-html-fs .icon-box > a > img:hover,
#custom-html-fs .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-fs .logo-box img:hover,
#custom-html-fs .icon-box > a > img:hover,
#custom-html-fs .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-fs .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
.cid-uKiSXCydVN {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKiSXCydVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKiSXCydVN .mbr-fallback-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKiSXCydVN .image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: fill;
  margin: 0;
  padding: 0;
}
.cid-uKiSXCydVN .text-wrapper {
  margin: 16px 0 0 0;
  padding: 0;
}
.cid-uKiSXCydVN .text-wrapper .mbr-iconfont {
  color: #e0bdb6;
  margin: 0;
  padding: 0;
}
.cid-uKiSXCydVN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKiSXCydVN .mbr-text {
  color: #747474;
}
.cid-uKiSXCydVN .col,
.cid-uKiSXCydVN .col-1,
.cid-uKiSXCydVN .col-10,
.cid-uKiSXCydVN .col-11,
.cid-uKiSXCydVN .col-12,
.cid-uKiSXCydVN .col-2,
.cid-uKiSXCydVN .col-3,
.cid-uKiSXCydVN .col-4,
.cid-uKiSXCydVN .col-5,
.cid-uKiSXCydVN .col-6,
.cid-uKiSXCydVN .col-7,
.cid-uKiSXCydVN .col-8,
.cid-uKiSXCydVN .col-9,
.cid-uKiSXCydVN .col-auto,
.cid-uKiSXCydVN .col-lg,
.cid-uKiSXCydVN .col-lg-1,
.cid-uKiSXCydVN .col-lg-10,
.cid-uKiSXCydVN .col-lg-11,
.cid-uKiSXCydVN .col-lg-12,
.cid-uKiSXCydVN .col-lg-2,
.cid-uKiSXCydVN .col-lg-3,
.cid-uKiSXCydVN .col-lg-4,
.cid-uKiSXCydVN .col-lg-5,
.cid-uKiSXCydVN .col-lg-6,
.cid-uKiSXCydVN .col-lg-7,
.cid-uKiSXCydVN .col-lg-8,
.cid-uKiSXCydVN .col-lg-9,
.cid-uKiSXCydVN .col-lg-auto,
.cid-uKiSXCydVN .col-md,
.cid-uKiSXCydVN .col-md-1,
.cid-uKiSXCydVN .col-md-10,
.cid-uKiSXCydVN .col-md-11,
.cid-uKiSXCydVN .col-md-12,
.cid-uKiSXCydVN .col-md-2,
.cid-uKiSXCydVN .col-md-3,
.cid-uKiSXCydVN .col-md-4,
.cid-uKiSXCydVN .col-md-5,
.cid-uKiSXCydVN .col-md-6,
.cid-uKiSXCydVN .col-md-7,
.cid-uKiSXCydVN .col-md-8,
.cid-uKiSXCydVN .col-md-9,
.cid-uKiSXCydVN .col-md-auto,
.cid-uKiSXCydVN .col-sm,
.cid-uKiSXCydVN .col-sm-1,
.cid-uKiSXCydVN .col-sm-10,
.cid-uKiSXCydVN .col-sm-11,
.cid-uKiSXCydVN .col-sm-12,
.cid-uKiSXCydVN .col-sm-2,
.cid-uKiSXCydVN .col-sm-3,
.cid-uKiSXCydVN .col-sm-4,
.cid-uKiSXCydVN .col-sm-5,
.cid-uKiSXCydVN .col-sm-6,
.cid-uKiSXCydVN .col-sm-7,
.cid-uKiSXCydVN .col-sm-8,
.cid-uKiSXCydVN .col-sm-9,
.cid-uKiSXCydVN .col-sm-auto,
.cid-uKiSXCydVN .col-xl,
.cid-uKiSXCydVN .col-xl-1,
.cid-uKiSXCydVN .col-xl-10,
.cid-uKiSXCydVN .col-xl-11,
.cid-uKiSXCydVN .col-xl-12,
.cid-uKiSXCydVN .col-xl-2,
.cid-uKiSXCydVN .col-xl-3,
.cid-uKiSXCydVN .col-xl-4,
.cid-uKiSXCydVN .col-xl-5,
.cid-uKiSXCydVN .col-xl-6,
.cid-uKiSXCydVN .col-xl-7,
.cid-uKiSXCydVN .col-xl-8,
.cid-uKiSXCydVN .col-xl-9,
.cid-uKiSXCydVN .col-xl-auto {
  padding: 0;
}
#custom-html-9b {
  /*跑馬燈*/
}
#custom-html-9b .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-9b .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-9b .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKiQRNDiBQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uKiQRNDiBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKiQRNDiBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKiQRNDiBQ .title-wrapper {
  padding: 0 2rem;
}
.cid-uKiQRNDiBQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKiQRNDiBQ .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uKiQRNDiBQ .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uKiQRNDiBQ .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKiQRNDiBQ .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uKiQRNDiBQ .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKiQRNDiBQ .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uKiQRNDiBQ .mbr-section-title,
.cid-uKiQRNDiBQ .mbr-section-btn {
  text-align: center;
  color: #716c80;
}
.cid-uKiX0D9Crd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKiX0D9Crd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKiX0D9Crd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKiX0D9Crd .container {
  max-width: 100%;
  width: 100%;
}
.cid-uKiX0D9Crd .row {
  justify-content: fill;
}
.cid-uKiX0D9Crd .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uKiX0D9Crd .image-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-uKiX0D9Crd .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uKjlBkqPoU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKjlBkqPoU img,
.cid-uKjlBkqPoU .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uKjlBkqPoU .item:focus,
.cid-uKjlBkqPoU span:focus {
  outline: none;
}
.cid-uKjlBkqPoU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKjlBkqPoU .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uKjlBkqPoU .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uKjlBkqPoU .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uKjlBkqPoU .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uKjlBkqPoU .item-content {
    padding: 1rem 0;
  }
}
.cid-uKjlBkqPoU .mbr-section-title {
  color: #36187d;
}
.cid-uKjlBkqPoU .item-title {
  color: #36187d;
}
.cid-uKjlBkqPoU .item-subtitle {
  color: #bec2cf;
}
.cid-uKjlBkqPoU .mbr-text,
.cid-uKjlBkqPoU .mbr-section-btn {
  color: #6c758f;
}
.cid-uKjlBkqPoU .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uKjns9lDmC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKjns9lDmC img,
.cid-uKjns9lDmC .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uKjns9lDmC .item:focus,
.cid-uKjns9lDmC span:focus {
  outline: none;
}
.cid-uKjns9lDmC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKjns9lDmC .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uKjns9lDmC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uKjns9lDmC .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uKjns9lDmC .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uKjns9lDmC .item-content {
    padding: 1rem 0;
  }
}
.cid-uKjns9lDmC .mbr-section-title {
  color: #36187d;
}
.cid-uKjns9lDmC .item-title {
  color: #36187d;
}
.cid-uKjns9lDmC .item-subtitle {
  color: #bec2cf;
}
.cid-uKjns9lDmC .mbr-text,
.cid-uKjns9lDmC .mbr-section-btn {
  color: #6c758f;
}
.cid-uKjns9lDmC .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uKiQRPjHxH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKiQRPjHxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKiQRPjHxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKiQRPjHxH .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKiQRPjHxH .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKiQRPjHxH .container {
    padding: 0 0;
  }
}
.cid-uKiQRPjHxH .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKiQRPjHxH .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKiQRPjHxH .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKiQRPjHxH .row {
    padding: 0;
  }
}
.cid-uKiQRPjHxH .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKiQRPjHxH .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKiQRPjHxH .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKiQRPjHxH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKiQRPjHxH .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKiQRPjHxH .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKiQRPjHxH .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKiQRPjHxH .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKiQRPjHxH .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKiQRPjHxH .nav-wrapper .list {
    display: block;
  }
}
.cid-uKiQRPjHxH .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKiQRPjHxH .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKiQRPjHxH .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKiQRPjHxH .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKiQRPjHxH .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKiQRPjHxH .item-wrap > a {
  font-weight: 800;
}
.cid-uKiQRPjHxH .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKiQRPjHxH .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKiQRPjHxH .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKiQRPjHxH .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKiQRPjHxH .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKiQRPjHxH .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKiQRPjHxH .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKiQRPjHxH .mbr-section-title,
.cid-uKiQRPjHxH .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKiQRPjHxH .list {
  color: #ffffff;
}
.cid-uKiQRPjHxH .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKiQRPjHxH .list,
.cid-uKiQRPjHxH .nav-wrapper,
.cid-uKiQRPjHxH .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKiQRPjHxH .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKiQRPjHxH .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKiQRPjHxH .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKiQRPjHxH .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKiQRPjHxH .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKiQRPjHxH .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKiQRPjHxH .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKiQRPjHxH .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKiQRPjHxH .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKiQRPjHxH .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-9p .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-9p .icon-box {
  position: relative;
}
#custom-html-9p .icon-box img {
  margin: 10% auto;
}
#custom-html-9p .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-9p .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-9p .logo-box img,
#custom-html-9p .icon-box > a > img,
#custom-html-9p .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-9p .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-9p .img-responsive,
#custom-html-9p .thumbnail > img,
#custom-html-9p .thumbnail a > img,
#custom-html-9p .carousel-inner > .item > img,
#custom-html-9p .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-9p .logo-box img:hover,
#custom-html-9p .icon-box > a > img:hover,
#custom-html-9p .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-9p .logo-box img:hover,
#custom-html-9p .icon-box > a > img:hover,
#custom-html-9p .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-9p .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
.cid-uKjJZo9Qel {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKjJZo9Qel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjJZo9Qel .mbr-fallback-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjJZo9Qel .image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: fill;
  margin: 0;
  padding: 0;
}
.cid-uKjJZo9Qel .text-wrapper {
  margin: 16px 0 0 0;
  padding: 0;
}
.cid-uKjJZo9Qel .text-wrapper .mbr-iconfont {
  color: #e0bdb6;
  margin: 0;
  padding: 0;
}
.cid-uKjJZo9Qel .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjJZo9Qel .mbr-text {
  color: #747474;
}
.cid-uKjJZo9Qel .col,
.cid-uKjJZo9Qel .col-1,
.cid-uKjJZo9Qel .col-10,
.cid-uKjJZo9Qel .col-11,
.cid-uKjJZo9Qel .col-12,
.cid-uKjJZo9Qel .col-2,
.cid-uKjJZo9Qel .col-3,
.cid-uKjJZo9Qel .col-4,
.cid-uKjJZo9Qel .col-5,
.cid-uKjJZo9Qel .col-6,
.cid-uKjJZo9Qel .col-7,
.cid-uKjJZo9Qel .col-8,
.cid-uKjJZo9Qel .col-9,
.cid-uKjJZo9Qel .col-auto,
.cid-uKjJZo9Qel .col-lg,
.cid-uKjJZo9Qel .col-lg-1,
.cid-uKjJZo9Qel .col-lg-10,
.cid-uKjJZo9Qel .col-lg-11,
.cid-uKjJZo9Qel .col-lg-12,
.cid-uKjJZo9Qel .col-lg-2,
.cid-uKjJZo9Qel .col-lg-3,
.cid-uKjJZo9Qel .col-lg-4,
.cid-uKjJZo9Qel .col-lg-5,
.cid-uKjJZo9Qel .col-lg-6,
.cid-uKjJZo9Qel .col-lg-7,
.cid-uKjJZo9Qel .col-lg-8,
.cid-uKjJZo9Qel .col-lg-9,
.cid-uKjJZo9Qel .col-lg-auto,
.cid-uKjJZo9Qel .col-md,
.cid-uKjJZo9Qel .col-md-1,
.cid-uKjJZo9Qel .col-md-10,
.cid-uKjJZo9Qel .col-md-11,
.cid-uKjJZo9Qel .col-md-12,
.cid-uKjJZo9Qel .col-md-2,
.cid-uKjJZo9Qel .col-md-3,
.cid-uKjJZo9Qel .col-md-4,
.cid-uKjJZo9Qel .col-md-5,
.cid-uKjJZo9Qel .col-md-6,
.cid-uKjJZo9Qel .col-md-7,
.cid-uKjJZo9Qel .col-md-8,
.cid-uKjJZo9Qel .col-md-9,
.cid-uKjJZo9Qel .col-md-auto,
.cid-uKjJZo9Qel .col-sm,
.cid-uKjJZo9Qel .col-sm-1,
.cid-uKjJZo9Qel .col-sm-10,
.cid-uKjJZo9Qel .col-sm-11,
.cid-uKjJZo9Qel .col-sm-12,
.cid-uKjJZo9Qel .col-sm-2,
.cid-uKjJZo9Qel .col-sm-3,
.cid-uKjJZo9Qel .col-sm-4,
.cid-uKjJZo9Qel .col-sm-5,
.cid-uKjJZo9Qel .col-sm-6,
.cid-uKjJZo9Qel .col-sm-7,
.cid-uKjJZo9Qel .col-sm-8,
.cid-uKjJZo9Qel .col-sm-9,
.cid-uKjJZo9Qel .col-sm-auto,
.cid-uKjJZo9Qel .col-xl,
.cid-uKjJZo9Qel .col-xl-1,
.cid-uKjJZo9Qel .col-xl-10,
.cid-uKjJZo9Qel .col-xl-11,
.cid-uKjJZo9Qel .col-xl-12,
.cid-uKjJZo9Qel .col-xl-2,
.cid-uKjJZo9Qel .col-xl-3,
.cid-uKjJZo9Qel .col-xl-4,
.cid-uKjJZo9Qel .col-xl-5,
.cid-uKjJZo9Qel .col-xl-6,
.cid-uKjJZo9Qel .col-xl-7,
.cid-uKjJZo9Qel .col-xl-8,
.cid-uKjJZo9Qel .col-xl-9,
.cid-uKjJZo9Qel .col-xl-auto {
  padding: 0;
}
#custom-html-a7 {
  /*跑馬燈*/
}
#custom-html-a7 .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-a7 .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-a7 .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKjJZonQ4H {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uKjJZonQ4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjJZonQ4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjJZonQ4H .title-wrapper {
  padding: 0 2rem;
}
.cid-uKjJZonQ4H .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKjJZonQ4H .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uKjJZonQ4H .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uKjJZonQ4H .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKjJZonQ4H .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uKjJZonQ4H .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKjJZonQ4H .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uKjJZonQ4H .mbr-section-title,
.cid-uKjJZonQ4H .mbr-section-btn {
  text-align: center;
  color: #716c80;
}
.cid-uKjJZoyu6Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKjJZoyu6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjJZoyu6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjJZoyu6Y .container {
  max-width: 100%;
  width: 100%;
}
.cid-uKjJZoyu6Y .row {
  justify-content: fill;
}
.cid-uKjJZoyu6Y .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uKjJZoyu6Y .image-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-uKjJZoyu6Y .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uKkcgZmJOX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkcgZmJOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkcgZmJOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkcgZmJOX .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uKkcgZmJOX .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkcgZmJOX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
.cid-uKkcgZmJOX .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkcgZmJOX .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkcgZmJOX .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkcgZmJOX .mbr-section-title {
  color: #c10b02;
}
.cid-uKkcgZmJOX .mbr-text,
.cid-uKkcgZmJOX .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uKkcgZmJOX .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkcgZmJOX .mbr-section-title,
.cid-uKkcgZmJOX .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkdpaV3ZS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkdpaV3ZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkdpaV3ZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkdpaV3ZS .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uKkdpaV3ZS .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkdpaV3ZS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKkdpaV3ZS .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkdpaV3ZS .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkdpaV3ZS .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkdpaV3ZS .mbr-section-title {
  color: #c10b02;
}
.cid-uKkdpaV3ZS .mbr-text,
.cid-uKkdpaV3ZS .text-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uKkdpaV3ZS .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkdpaV3ZS .mbr-section-title,
.cid-uKkdpaV3ZS .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkdJ9IAeQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkdJ9IAeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkdJ9IAeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkdJ9IAeQ .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uKkdJ9IAeQ .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkdJ9IAeQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
.cid-uKkdJ9IAeQ .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkdJ9IAeQ .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkdJ9IAeQ .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkdJ9IAeQ .mbr-section-title {
  color: #c10b02;
}
.cid-uKkdJ9IAeQ .mbr-text,
.cid-uKkdJ9IAeQ .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uKkdJ9IAeQ .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkdJ9IAeQ .mbr-section-title,
.cid-uKkdJ9IAeQ .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkdUk9JCS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkdUk9JCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkdUk9JCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkdUk9JCS .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uKkdUk9JCS .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkdUk9JCS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKkdUk9JCS .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkdUk9JCS .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkdUk9JCS .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkdUk9JCS .mbr-section-title {
  color: #c10b02;
}
.cid-uKkdUk9JCS .mbr-text,
.cid-uKkdUk9JCS .text-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uKkdUk9JCS .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkdUk9JCS .mbr-section-title,
.cid-uKkdUk9JCS .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkegU3Jwq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkegU3Jwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkegU3Jwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkegU3Jwq .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uKkegU3Jwq .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkegU3Jwq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKkegU3Jwq .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkegU3Jwq .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkegU3Jwq .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkegU3Jwq .mbr-section-title {
  color: #c10b02;
}
.cid-uKkegU3Jwq .mbr-text,
.cid-uKkegU3Jwq .text-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uKkegU3Jwq .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkegU3Jwq .mbr-section-title,
.cid-uKkegU3Jwq .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkfV6fAcl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkfV6fAcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkfV6fAcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkfV6fAcl .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uKkfV6fAcl .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkfV6fAcl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKkfV6fAcl .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkfV6fAcl .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkfV6fAcl .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkfV6fAcl .mbr-section-title {
  color: #c10b02;
}
.cid-uKkfV6fAcl .mbr-text,
.cid-uKkfV6fAcl .text-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uKkfV6fAcl .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkfV6fAcl .mbr-section-title,
.cid-uKkfV6fAcl .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkgdGHK1b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkgdGHK1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkgdGHK1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkgdGHK1b .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uKkgdGHK1b .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkgdGHK1b .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkgdGHK1b .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkgdGHK1b .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkgdGHK1b .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkgdGHK1b .mbr-section-title {
  color: #c10b02;
}
.cid-uKkgdGHK1b .mbr-text,
.cid-uKkgdGHK1b .text-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uKkgdGHK1b .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkgdGHK1b .mbr-section-title,
.cid-uKkgdGHK1b .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkgL1hv6X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkgL1hv6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkgL1hv6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkgL1hv6X .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uKkgL1hv6X .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkgL1hv6X .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkgL1hv6X .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkgL1hv6X .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkgL1hv6X .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkgL1hv6X .mbr-section-title {
  color: #c10b02;
}
.cid-uKkgL1hv6X .mbr-text,
.cid-uKkgL1hv6X .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uKkgL1hv6X .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkgL1hv6X .mbr-section-title,
.cid-uKkgL1hv6X .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkgSHkl2E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkgSHkl2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkgSHkl2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkgSHkl2E .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uKkgSHkl2E .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkgSHkl2E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkgSHkl2E .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkgSHkl2E .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkgSHkl2E .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkgSHkl2E .mbr-section-title {
  color: #c10b02;
}
.cid-uKkgSHkl2E .mbr-text,
.cid-uKkgSHkl2E .text-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uKkgSHkl2E .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkgSHkl2E .mbr-section-title,
.cid-uKkgSHkl2E .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkhxRJrtW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkhxRJrtW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkhxRJrtW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkhxRJrtW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkhxRJrtW .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkhxRJrtW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkhxRJrtW .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkhxRJrtW .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkhxRJrtW .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkhxRJrtW .mbr-section-title {
  color: #c10b02;
}
.cid-uKkhxRJrtW .mbr-text,
.cid-uKkhxRJrtW .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkhxRJrtW .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkhxRJrtW .mbr-section-title,
.cid-uKkhxRJrtW .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkhUlAycA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkhUlAycA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkhUlAycA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkhUlAycA .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uKkhUlAycA .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkhUlAycA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkhUlAycA .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkhUlAycA .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkhUlAycA .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkhUlAycA .mbr-section-title {
  color: #c10b02;
}
.cid-uKkhUlAycA .mbr-text,
.cid-uKkhUlAycA .text-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uKkhUlAycA .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkhUlAycA .mbr-section-title,
.cid-uKkhUlAycA .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKki1aXIVP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKki1aXIVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKki1aXIVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKki1aXIVP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKki1aXIVP .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKki1aXIVP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKki1aXIVP .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKki1aXIVP .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKki1aXIVP .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKki1aXIVP .mbr-section-title {
  color: #c10b02;
}
.cid-uKki1aXIVP .mbr-text,
.cid-uKki1aXIVP .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKki1aXIVP .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKki1aXIVP .mbr-section-title,
.cid-uKki1aXIVP .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkik3uJHK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkik3uJHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkik3uJHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkik3uJHK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkik3uJHK .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkik3uJHK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkik3uJHK .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkik3uJHK .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkik3uJHK .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkik3uJHK .mbr-section-title {
  color: #c10b02;
}
.cid-uKkik3uJHK .mbr-text,
.cid-uKkik3uJHK .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkik3uJHK .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkik3uJHK .mbr-section-title,
.cid-uKkik3uJHK .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkiOaNl28 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKkiOaNl28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkiOaNl28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkiOaNl28 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkiOaNl28 .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkiOaNl28 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkiOaNl28 .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkiOaNl28 .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkiOaNl28 .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkiOaNl28 .mbr-section-title {
  color: #c10b02;
}
.cid-uKkiOaNl28 .mbr-text,
.cid-uKkiOaNl28 .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkiOaNl28 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkiOaNl28 .mbr-section-title,
.cid-uKkiOaNl28 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKjJZplwPY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKjJZplwPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjJZplwPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjJZplwPY .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKjJZplwPY .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKjJZplwPY .container {
    padding: 0 0;
  }
}
.cid-uKjJZplwPY .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKjJZplwPY .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKjJZplwPY .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKjJZplwPY .row {
    padding: 0;
  }
}
.cid-uKjJZplwPY .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKjJZplwPY .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKjJZplwPY .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKjJZplwPY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKjJZplwPY .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKjJZplwPY .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKjJZplwPY .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKjJZplwPY .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKjJZplwPY .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKjJZplwPY .nav-wrapper .list {
    display: block;
  }
}
.cid-uKjJZplwPY .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKjJZplwPY .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKjJZplwPY .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKjJZplwPY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKjJZplwPY .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKjJZplwPY .item-wrap > a {
  font-weight: 800;
}
.cid-uKjJZplwPY .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKjJZplwPY .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKjJZplwPY .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKjJZplwPY .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKjJZplwPY .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKjJZplwPY .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKjJZplwPY .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKjJZplwPY .mbr-section-title,
.cid-uKjJZplwPY .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKjJZplwPY .list {
  color: #ffffff;
}
.cid-uKjJZplwPY .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKjJZplwPY .list,
.cid-uKjJZplwPY .nav-wrapper,
.cid-uKjJZplwPY .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKjJZplwPY .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKjJZplwPY .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKjJZplwPY .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKjJZplwPY .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKjJZplwPY .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKjJZplwPY .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKjJZplwPY .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKjJZplwPY .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKjJZplwPY .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKjJZplwPY .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-ad .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-ad .icon-box {
  position: relative;
}
#custom-html-ad .icon-box img {
  margin: 10% auto;
}
#custom-html-ad .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-ad .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-ad .logo-box img,
#custom-html-ad .icon-box > a > img,
#custom-html-ad .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-ad .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-ad .img-responsive,
#custom-html-ad .thumbnail > img,
#custom-html-ad .thumbnail a > img,
#custom-html-ad .carousel-inner > .item > img,
#custom-html-ad .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-ad .logo-box img:hover,
#custom-html-ad .icon-box > a > img:hover,
#custom-html-ad .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-ad .logo-box img:hover,
#custom-html-ad .icon-box > a > img:hover,
#custom-html-ad .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-ad .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
.cid-uKkmMrepGq {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkmMrepGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkmMrepGq .mbr-fallback-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkmMrepGq .image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: fill;
  margin: 0;
  padding: 0;
}
.cid-uKkmMrepGq .text-wrapper {
  margin: 16px 0 0 0;
  padding: 0;
}
.cid-uKkmMrepGq .text-wrapper .mbr-iconfont {
  color: #e0bdb6;
  margin: 0;
  padding: 0;
}
.cid-uKkmMrepGq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKkmMrepGq .mbr-text {
  color: #747474;
}
.cid-uKkmMrepGq .col,
.cid-uKkmMrepGq .col-1,
.cid-uKkmMrepGq .col-10,
.cid-uKkmMrepGq .col-11,
.cid-uKkmMrepGq .col-12,
.cid-uKkmMrepGq .col-2,
.cid-uKkmMrepGq .col-3,
.cid-uKkmMrepGq .col-4,
.cid-uKkmMrepGq .col-5,
.cid-uKkmMrepGq .col-6,
.cid-uKkmMrepGq .col-7,
.cid-uKkmMrepGq .col-8,
.cid-uKkmMrepGq .col-9,
.cid-uKkmMrepGq .col-auto,
.cid-uKkmMrepGq .col-lg,
.cid-uKkmMrepGq .col-lg-1,
.cid-uKkmMrepGq .col-lg-10,
.cid-uKkmMrepGq .col-lg-11,
.cid-uKkmMrepGq .col-lg-12,
.cid-uKkmMrepGq .col-lg-2,
.cid-uKkmMrepGq .col-lg-3,
.cid-uKkmMrepGq .col-lg-4,
.cid-uKkmMrepGq .col-lg-5,
.cid-uKkmMrepGq .col-lg-6,
.cid-uKkmMrepGq .col-lg-7,
.cid-uKkmMrepGq .col-lg-8,
.cid-uKkmMrepGq .col-lg-9,
.cid-uKkmMrepGq .col-lg-auto,
.cid-uKkmMrepGq .col-md,
.cid-uKkmMrepGq .col-md-1,
.cid-uKkmMrepGq .col-md-10,
.cid-uKkmMrepGq .col-md-11,
.cid-uKkmMrepGq .col-md-12,
.cid-uKkmMrepGq .col-md-2,
.cid-uKkmMrepGq .col-md-3,
.cid-uKkmMrepGq .col-md-4,
.cid-uKkmMrepGq .col-md-5,
.cid-uKkmMrepGq .col-md-6,
.cid-uKkmMrepGq .col-md-7,
.cid-uKkmMrepGq .col-md-8,
.cid-uKkmMrepGq .col-md-9,
.cid-uKkmMrepGq .col-md-auto,
.cid-uKkmMrepGq .col-sm,
.cid-uKkmMrepGq .col-sm-1,
.cid-uKkmMrepGq .col-sm-10,
.cid-uKkmMrepGq .col-sm-11,
.cid-uKkmMrepGq .col-sm-12,
.cid-uKkmMrepGq .col-sm-2,
.cid-uKkmMrepGq .col-sm-3,
.cid-uKkmMrepGq .col-sm-4,
.cid-uKkmMrepGq .col-sm-5,
.cid-uKkmMrepGq .col-sm-6,
.cid-uKkmMrepGq .col-sm-7,
.cid-uKkmMrepGq .col-sm-8,
.cid-uKkmMrepGq .col-sm-9,
.cid-uKkmMrepGq .col-sm-auto,
.cid-uKkmMrepGq .col-xl,
.cid-uKkmMrepGq .col-xl-1,
.cid-uKkmMrepGq .col-xl-10,
.cid-uKkmMrepGq .col-xl-11,
.cid-uKkmMrepGq .col-xl-12,
.cid-uKkmMrepGq .col-xl-2,
.cid-uKkmMrepGq .col-xl-3,
.cid-uKkmMrepGq .col-xl-4,
.cid-uKkmMrepGq .col-xl-5,
.cid-uKkmMrepGq .col-xl-6,
.cid-uKkmMrepGq .col-xl-7,
.cid-uKkmMrepGq .col-xl-8,
.cid-uKkmMrepGq .col-xl-9,
.cid-uKkmMrepGq .col-xl-auto {
  padding: 0;
}
#custom-html-ay {
  /*跑馬燈*/
}
#custom-html-ay .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-ay .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ay .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKkmMrtQg9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uKkmMrtQg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkmMrtQg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkmMrtQg9 .title-wrapper {
  padding: 0 2rem;
}
.cid-uKkmMrtQg9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKkmMrtQg9 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uKkmMrtQg9 .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uKkmMrtQg9 .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKkmMrtQg9 .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uKkmMrtQg9 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKkmMrtQg9 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uKkmMrtQg9 .mbr-section-title,
.cid-uKkmMrtQg9 .mbr-section-btn {
  text-align: center;
  color: #716c80;
}
.cid-uKkmMrGN3o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKkmMrGN3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkmMrGN3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkmMrGN3o .container {
  max-width: 100%;
  width: 100%;
}
.cid-uKkmMrGN3o .row {
  justify-content: fill;
}
.cid-uKkmMrGN3o .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uKkmMrGN3o .image-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-uKkmMrGN3o .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uKknhb9sUu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKknhb9sUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKknhb9sUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKknhb9sUu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKknhb9sUu .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKknhb9sUu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKknhb9sUu .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKknhb9sUu .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKknhb9sUu .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKknhb9sUu .mbr-section-title {
  color: #c10b02;
}
.cid-uKknhb9sUu .mbr-text,
.cid-uKknhb9sUu .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKknhb9sUu .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKknhb9sUu .mbr-section-title,
.cid-uKknhb9sUu .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKknoh8pLC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKknoh8pLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKknoh8pLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKknoh8pLC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKknoh8pLC .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKknoh8pLC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKknoh8pLC .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKknoh8pLC .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKknoh8pLC .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKknoh8pLC .mbr-section-title {
  color: #c10b02;
}
.cid-uKknoh8pLC .mbr-text,
.cid-uKknoh8pLC .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKknoh8pLC .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKknoh8pLC .mbr-section-title,
.cid-uKknoh8pLC .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkolfq1pW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkolfq1pW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkolfq1pW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkolfq1pW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkolfq1pW .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkolfq1pW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkolfq1pW .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkolfq1pW .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkolfq1pW .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkolfq1pW .mbr-section-title {
  color: #c10b02;
}
.cid-uKkolfq1pW .mbr-text,
.cid-uKkolfq1pW .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkolfq1pW .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkolfq1pW .mbr-section-title,
.cid-uKkolfq1pW .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkoyoUjXt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkoyoUjXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkoyoUjXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkoyoUjXt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkoyoUjXt .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkoyoUjXt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkoyoUjXt .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkoyoUjXt .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkoyoUjXt .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkoyoUjXt .mbr-section-title {
  color: #c10b02;
}
.cid-uKkoyoUjXt .mbr-text,
.cid-uKkoyoUjXt .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkoyoUjXt .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkoyoUjXt .mbr-section-title,
.cid-uKkoyoUjXt .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkoIzKVFw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkoIzKVFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkoIzKVFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkoIzKVFw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkoIzKVFw .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkoIzKVFw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkoIzKVFw .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkoIzKVFw .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkoIzKVFw .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkoIzKVFw .mbr-section-title {
  color: #c10b02;
}
.cid-uKkoIzKVFw .mbr-text,
.cid-uKkoIzKVFw .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkoIzKVFw .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkoIzKVFw .mbr-section-title,
.cid-uKkoIzKVFw .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkoPoafTS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkoPoafTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkoPoafTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkoPoafTS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkoPoafTS .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkoPoafTS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkoPoafTS .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkoPoafTS .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkoPoafTS .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkoPoafTS .mbr-section-title {
  color: #c10b02;
}
.cid-uKkoPoafTS .mbr-text,
.cid-uKkoPoafTS .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkoPoafTS .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkoPoafTS .mbr-section-title,
.cid-uKkoPoafTS .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkoVVwqkN {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKkoVVwqkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkoVVwqkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkoVVwqkN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkoVVwqkN .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkoVVwqkN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkoVVwqkN .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkoVVwqkN .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkoVVwqkN .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkoVVwqkN .mbr-section-title {
  color: #c10b02;
}
.cid-uKkoVVwqkN .mbr-text,
.cid-uKkoVVwqkN .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkoVVwqkN .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkoVVwqkN .mbr-section-title,
.cid-uKkoVVwqkN .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkmMuW2L9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKkmMuW2L9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkmMuW2L9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkmMuW2L9 .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKkmMuW2L9 .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKkmMuW2L9 .container {
    padding: 0 0;
  }
}
.cid-uKkmMuW2L9 .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKkmMuW2L9 .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKkmMuW2L9 .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKkmMuW2L9 .row {
    padding: 0;
  }
}
.cid-uKkmMuW2L9 .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKkmMuW2L9 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKkmMuW2L9 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKkmMuW2L9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKkmMuW2L9 .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKkmMuW2L9 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKkmMuW2L9 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKkmMuW2L9 .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKkmMuW2L9 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKkmMuW2L9 .nav-wrapper .list {
    display: block;
  }
}
.cid-uKkmMuW2L9 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKkmMuW2L9 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKkmMuW2L9 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKkmMuW2L9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKkmMuW2L9 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKkmMuW2L9 .item-wrap > a {
  font-weight: 800;
}
.cid-uKkmMuW2L9 .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKkmMuW2L9 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKkmMuW2L9 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKkmMuW2L9 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKkmMuW2L9 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKkmMuW2L9 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKkmMuW2L9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKkmMuW2L9 .mbr-section-title,
.cid-uKkmMuW2L9 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKkmMuW2L9 .list {
  color: #ffffff;
}
.cid-uKkmMuW2L9 .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKkmMuW2L9 .list,
.cid-uKkmMuW2L9 .nav-wrapper,
.cid-uKkmMuW2L9 .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKkmMuW2L9 .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKkmMuW2L9 .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKkmMuW2L9 .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKkmMuW2L9 .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKkmMuW2L9 .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKkmMuW2L9 .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKkmMuW2L9 .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKkmMuW2L9 .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKkmMuW2L9 .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKkmMuW2L9 .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-bg .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-bg .icon-box {
  position: relative;
}
#custom-html-bg .icon-box img {
  margin: 10% auto;
}
#custom-html-bg .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-bg .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-bg .logo-box img,
#custom-html-bg .icon-box > a > img,
#custom-html-bg .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-bg .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-bg .img-responsive,
#custom-html-bg .thumbnail > img,
#custom-html-bg .thumbnail a > img,
#custom-html-bg .carousel-inner > .item > img,
#custom-html-bg .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-bg .logo-box img:hover,
#custom-html-bg .icon-box > a > img:hover,
#custom-html-bg .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-bg .logo-box img:hover,
#custom-html-bg .icon-box > a > img:hover,
#custom-html-bg .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-bg .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
.cid-uKkpNo8RaA {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkpNo8RaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkpNo8RaA .mbr-fallback-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkpNo8RaA .image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: fill;
  margin: 0;
  padding: 0;
}
.cid-uKkpNo8RaA .text-wrapper {
  margin: 16px 0 0 0;
  padding: 0;
}
.cid-uKkpNo8RaA .text-wrapper .mbr-iconfont {
  color: #e0bdb6;
  margin: 0;
  padding: 0;
}
.cid-uKkpNo8RaA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKkpNo8RaA .mbr-text {
  color: #747474;
}
.cid-uKkpNo8RaA .col,
.cid-uKkpNo8RaA .col-1,
.cid-uKkpNo8RaA .col-10,
.cid-uKkpNo8RaA .col-11,
.cid-uKkpNo8RaA .col-12,
.cid-uKkpNo8RaA .col-2,
.cid-uKkpNo8RaA .col-3,
.cid-uKkpNo8RaA .col-4,
.cid-uKkpNo8RaA .col-5,
.cid-uKkpNo8RaA .col-6,
.cid-uKkpNo8RaA .col-7,
.cid-uKkpNo8RaA .col-8,
.cid-uKkpNo8RaA .col-9,
.cid-uKkpNo8RaA .col-auto,
.cid-uKkpNo8RaA .col-lg,
.cid-uKkpNo8RaA .col-lg-1,
.cid-uKkpNo8RaA .col-lg-10,
.cid-uKkpNo8RaA .col-lg-11,
.cid-uKkpNo8RaA .col-lg-12,
.cid-uKkpNo8RaA .col-lg-2,
.cid-uKkpNo8RaA .col-lg-3,
.cid-uKkpNo8RaA .col-lg-4,
.cid-uKkpNo8RaA .col-lg-5,
.cid-uKkpNo8RaA .col-lg-6,
.cid-uKkpNo8RaA .col-lg-7,
.cid-uKkpNo8RaA .col-lg-8,
.cid-uKkpNo8RaA .col-lg-9,
.cid-uKkpNo8RaA .col-lg-auto,
.cid-uKkpNo8RaA .col-md,
.cid-uKkpNo8RaA .col-md-1,
.cid-uKkpNo8RaA .col-md-10,
.cid-uKkpNo8RaA .col-md-11,
.cid-uKkpNo8RaA .col-md-12,
.cid-uKkpNo8RaA .col-md-2,
.cid-uKkpNo8RaA .col-md-3,
.cid-uKkpNo8RaA .col-md-4,
.cid-uKkpNo8RaA .col-md-5,
.cid-uKkpNo8RaA .col-md-6,
.cid-uKkpNo8RaA .col-md-7,
.cid-uKkpNo8RaA .col-md-8,
.cid-uKkpNo8RaA .col-md-9,
.cid-uKkpNo8RaA .col-md-auto,
.cid-uKkpNo8RaA .col-sm,
.cid-uKkpNo8RaA .col-sm-1,
.cid-uKkpNo8RaA .col-sm-10,
.cid-uKkpNo8RaA .col-sm-11,
.cid-uKkpNo8RaA .col-sm-12,
.cid-uKkpNo8RaA .col-sm-2,
.cid-uKkpNo8RaA .col-sm-3,
.cid-uKkpNo8RaA .col-sm-4,
.cid-uKkpNo8RaA .col-sm-5,
.cid-uKkpNo8RaA .col-sm-6,
.cid-uKkpNo8RaA .col-sm-7,
.cid-uKkpNo8RaA .col-sm-8,
.cid-uKkpNo8RaA .col-sm-9,
.cid-uKkpNo8RaA .col-sm-auto,
.cid-uKkpNo8RaA .col-xl,
.cid-uKkpNo8RaA .col-xl-1,
.cid-uKkpNo8RaA .col-xl-10,
.cid-uKkpNo8RaA .col-xl-11,
.cid-uKkpNo8RaA .col-xl-12,
.cid-uKkpNo8RaA .col-xl-2,
.cid-uKkpNo8RaA .col-xl-3,
.cid-uKkpNo8RaA .col-xl-4,
.cid-uKkpNo8RaA .col-xl-5,
.cid-uKkpNo8RaA .col-xl-6,
.cid-uKkpNo8RaA .col-xl-7,
.cid-uKkpNo8RaA .col-xl-8,
.cid-uKkpNo8RaA .col-xl-9,
.cid-uKkpNo8RaA .col-xl-auto {
  padding: 0;
}
#custom-html-bq {
  /*跑馬燈*/
}
#custom-html-bq .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-bq .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-bq .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKkpNomjHT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uKkpNomjHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkpNomjHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkpNomjHT .title-wrapper {
  padding: 0 2rem;
}
.cid-uKkpNomjHT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKkpNomjHT .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uKkpNomjHT .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uKkpNomjHT .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKkpNomjHT .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uKkpNomjHT .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKkpNomjHT .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uKkpNomjHT .mbr-section-title,
.cid-uKkpNomjHT .mbr-section-btn {
  text-align: center;
  color: #716c80;
}
.cid-uKkpNozGGw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKkpNozGGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkpNozGGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkpNozGGw .container {
  max-width: 100%;
  width: 100%;
}
.cid-uKkpNozGGw .row {
  justify-content: fill;
}
.cid-uKkpNozGGw .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uKkpNozGGw .image-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-uKkpNozGGw .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uKkpNoK9Y3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkpNoK9Y3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkpNoK9Y3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkpNoK9Y3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkpNoK9Y3 .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkpNoK9Y3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkpNoK9Y3 .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkpNoK9Y3 .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkpNoK9Y3 .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkpNoK9Y3 .mbr-section-title {
  color: #c10b02;
}
.cid-uKkpNoK9Y3 .mbr-text,
.cid-uKkpNoK9Y3 .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkpNoK9Y3 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkpNoK9Y3 .mbr-section-title,
.cid-uKkpNoK9Y3 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkpNoWqxs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkpNoWqxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkpNoWqxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkpNoWqxs .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkpNoWqxs .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkpNoWqxs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkpNoWqxs .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkpNoWqxs .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkpNoWqxs .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkpNoWqxs .mbr-section-title {
  color: #c10b02;
}
.cid-uKkpNoWqxs .mbr-text,
.cid-uKkpNoWqxs .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkpNoWqxs .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkpNoWqxs .mbr-section-title,
.cid-uKkpNoWqxs .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkpNpaGlz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkpNpaGlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkpNpaGlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkpNpaGlz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkpNpaGlz .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkpNpaGlz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkpNpaGlz .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkpNpaGlz .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkpNpaGlz .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkpNpaGlz .mbr-section-title {
  color: #c10b02;
}
.cid-uKkpNpaGlz .mbr-text,
.cid-uKkpNpaGlz .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkpNpaGlz .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkpNpaGlz .mbr-section-title,
.cid-uKkpNpaGlz .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkpNpmrRC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkpNpmrRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkpNpmrRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkpNpmrRC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkpNpmrRC .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkpNpmrRC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkpNpmrRC .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkpNpmrRC .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkpNpmrRC .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkpNpmrRC .mbr-section-title {
  color: #c10b02;
}
.cid-uKkpNpmrRC .mbr-text,
.cid-uKkpNpmrRC .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkpNpmrRC .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkpNpmrRC .mbr-section-title,
.cid-uKkpNpmrRC .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkpNpzHf3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkpNpzHf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkpNpzHf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkpNpzHf3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkpNpzHf3 .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkpNpzHf3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkpNpzHf3 .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkpNpzHf3 .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkpNpzHf3 .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkpNpzHf3 .mbr-section-title {
  color: #c10b02;
}
.cid-uKkpNpzHf3 .mbr-text,
.cid-uKkpNpzHf3 .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkpNpzHf3 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkpNpzHf3 .mbr-section-title,
.cid-uKkpNpzHf3 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkpNpNKyk {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKkpNpNKyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkpNpNKyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkpNpNKyk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkpNpNKyk .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkpNpNKyk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkpNpNKyk .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkpNpNKyk .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkpNpNKyk .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkpNpNKyk .mbr-section-title {
  color: #c10b02;
}
.cid-uKkpNpNKyk .mbr-text,
.cid-uKkpNpNKyk .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkpNpNKyk .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkpNpNKyk .mbr-section-title,
.cid-uKkpNpNKyk .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkpNqbYMM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKkpNqbYMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkpNqbYMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkpNqbYMM .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKkpNqbYMM .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKkpNqbYMM .container {
    padding: 0 0;
  }
}
.cid-uKkpNqbYMM .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKkpNqbYMM .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKkpNqbYMM .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKkpNqbYMM .row {
    padding: 0;
  }
}
.cid-uKkpNqbYMM .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKkpNqbYMM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKkpNqbYMM .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKkpNqbYMM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKkpNqbYMM .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKkpNqbYMM .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKkpNqbYMM .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKkpNqbYMM .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKkpNqbYMM .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKkpNqbYMM .nav-wrapper .list {
    display: block;
  }
}
.cid-uKkpNqbYMM .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKkpNqbYMM .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKkpNqbYMM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKkpNqbYMM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKkpNqbYMM .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKkpNqbYMM .item-wrap > a {
  font-weight: 800;
}
.cid-uKkpNqbYMM .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKkpNqbYMM .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKkpNqbYMM .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKkpNqbYMM .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKkpNqbYMM .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKkpNqbYMM .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKkpNqbYMM .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKkpNqbYMM .mbr-section-title,
.cid-uKkpNqbYMM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKkpNqbYMM .list {
  color: #ffffff;
}
.cid-uKkpNqbYMM .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKkpNqbYMM .list,
.cid-uKkpNqbYMM .nav-wrapper,
.cid-uKkpNqbYMM .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKkpNqbYMM .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKkpNqbYMM .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKkpNqbYMM .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKkpNqbYMM .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKkpNqbYMM .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKkpNqbYMM .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKkpNqbYMM .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKkpNqbYMM .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKkpNqbYMM .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKkpNqbYMM .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-c1 .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-c1 .icon-box {
  position: relative;
}
#custom-html-c1 .icon-box img {
  margin: 10% auto;
}
#custom-html-c1 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-c1 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-c1 .logo-box img,
#custom-html-c1 .icon-box > a > img,
#custom-html-c1 .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-c1 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-c1 .img-responsive,
#custom-html-c1 .thumbnail > img,
#custom-html-c1 .thumbnail a > img,
#custom-html-c1 .carousel-inner > .item > img,
#custom-html-c1 .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-c1 .logo-box img:hover,
#custom-html-c1 .icon-box > a > img:hover,
#custom-html-c1 .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-c1 .logo-box img:hover,
#custom-html-c1 .icon-box > a > img:hover,
#custom-html-c1 .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-c1 .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
.cid-uKktnQtQIQ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKktnQtQIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKktnQtQIQ .mbr-fallback-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKktnQtQIQ .image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: fill;
  margin: 0;
  padding: 0;
}
.cid-uKktnQtQIQ .text-wrapper {
  margin: 16px 0 0 0;
  padding: 0;
}
.cid-uKktnQtQIQ .text-wrapper .mbr-iconfont {
  color: #e0bdb6;
  margin: 0;
  padding: 0;
}
.cid-uKktnQtQIQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKktnQtQIQ .mbr-text {
  color: #747474;
}
.cid-uKktnQtQIQ .col,
.cid-uKktnQtQIQ .col-1,
.cid-uKktnQtQIQ .col-10,
.cid-uKktnQtQIQ .col-11,
.cid-uKktnQtQIQ .col-12,
.cid-uKktnQtQIQ .col-2,
.cid-uKktnQtQIQ .col-3,
.cid-uKktnQtQIQ .col-4,
.cid-uKktnQtQIQ .col-5,
.cid-uKktnQtQIQ .col-6,
.cid-uKktnQtQIQ .col-7,
.cid-uKktnQtQIQ .col-8,
.cid-uKktnQtQIQ .col-9,
.cid-uKktnQtQIQ .col-auto,
.cid-uKktnQtQIQ .col-lg,
.cid-uKktnQtQIQ .col-lg-1,
.cid-uKktnQtQIQ .col-lg-10,
.cid-uKktnQtQIQ .col-lg-11,
.cid-uKktnQtQIQ .col-lg-12,
.cid-uKktnQtQIQ .col-lg-2,
.cid-uKktnQtQIQ .col-lg-3,
.cid-uKktnQtQIQ .col-lg-4,
.cid-uKktnQtQIQ .col-lg-5,
.cid-uKktnQtQIQ .col-lg-6,
.cid-uKktnQtQIQ .col-lg-7,
.cid-uKktnQtQIQ .col-lg-8,
.cid-uKktnQtQIQ .col-lg-9,
.cid-uKktnQtQIQ .col-lg-auto,
.cid-uKktnQtQIQ .col-md,
.cid-uKktnQtQIQ .col-md-1,
.cid-uKktnQtQIQ .col-md-10,
.cid-uKktnQtQIQ .col-md-11,
.cid-uKktnQtQIQ .col-md-12,
.cid-uKktnQtQIQ .col-md-2,
.cid-uKktnQtQIQ .col-md-3,
.cid-uKktnQtQIQ .col-md-4,
.cid-uKktnQtQIQ .col-md-5,
.cid-uKktnQtQIQ .col-md-6,
.cid-uKktnQtQIQ .col-md-7,
.cid-uKktnQtQIQ .col-md-8,
.cid-uKktnQtQIQ .col-md-9,
.cid-uKktnQtQIQ .col-md-auto,
.cid-uKktnQtQIQ .col-sm,
.cid-uKktnQtQIQ .col-sm-1,
.cid-uKktnQtQIQ .col-sm-10,
.cid-uKktnQtQIQ .col-sm-11,
.cid-uKktnQtQIQ .col-sm-12,
.cid-uKktnQtQIQ .col-sm-2,
.cid-uKktnQtQIQ .col-sm-3,
.cid-uKktnQtQIQ .col-sm-4,
.cid-uKktnQtQIQ .col-sm-5,
.cid-uKktnQtQIQ .col-sm-6,
.cid-uKktnQtQIQ .col-sm-7,
.cid-uKktnQtQIQ .col-sm-8,
.cid-uKktnQtQIQ .col-sm-9,
.cid-uKktnQtQIQ .col-sm-auto,
.cid-uKktnQtQIQ .col-xl,
.cid-uKktnQtQIQ .col-xl-1,
.cid-uKktnQtQIQ .col-xl-10,
.cid-uKktnQtQIQ .col-xl-11,
.cid-uKktnQtQIQ .col-xl-12,
.cid-uKktnQtQIQ .col-xl-2,
.cid-uKktnQtQIQ .col-xl-3,
.cid-uKktnQtQIQ .col-xl-4,
.cid-uKktnQtQIQ .col-xl-5,
.cid-uKktnQtQIQ .col-xl-6,
.cid-uKktnQtQIQ .col-xl-7,
.cid-uKktnQtQIQ .col-xl-8,
.cid-uKktnQtQIQ .col-xl-9,
.cid-uKktnQtQIQ .col-xl-auto {
  padding: 0;
}
#custom-html-c4 {
  /*跑馬燈*/
}
#custom-html-c4 .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-c4 .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-c4 .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKktnQH4Mi {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uKktnQH4Mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKktnQH4Mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKktnQH4Mi .title-wrapper {
  padding: 0 2rem;
}
.cid-uKktnQH4Mi .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKktnQH4Mi .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uKktnQH4Mi .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uKktnQH4Mi .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKktnQH4Mi .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uKktnQH4Mi .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKktnQH4Mi .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uKktnQH4Mi .mbr-section-title,
.cid-uKktnQH4Mi .mbr-section-btn {
  text-align: center;
  color: #716c80;
}
.cid-uKktnQTD4A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKktnQTD4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKktnQTD4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKktnQTD4A .container {
  max-width: 100%;
  width: 100%;
}
.cid-uKktnQTD4A .row {
  justify-content: fill;
}
.cid-uKktnQTD4A .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uKktnQTD4A .image-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-uKktnQTD4A .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uKktnR5Ohe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKktnR5Ohe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKktnR5Ohe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKktnR5Ohe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKktnR5Ohe .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKktnR5Ohe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKktnR5Ohe .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKktnR5Ohe .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKktnR5Ohe .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKktnR5Ohe .mbr-section-title {
  color: #c10b02;
}
.cid-uKktnR5Ohe .mbr-text,
.cid-uKktnR5Ohe .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uKktnR5Ohe .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKktnR5Ohe .mbr-section-title,
.cid-uKktnR5Ohe .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKktnRipzH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKktnRipzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKktnRipzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKktnRipzH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKktnRipzH .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKktnRipzH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKktnRipzH .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKktnRipzH .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKktnRipzH .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKktnRipzH .mbr-section-title {
  color: #c10b02;
}
.cid-uKktnRipzH .mbr-text,
.cid-uKktnRipzH .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uKktnRipzH .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKktnRipzH .mbr-section-title,
.cid-uKktnRipzH .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKktnRuIAL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKktnRuIAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKktnRuIAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKktnRuIAL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKktnRuIAL .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKktnRuIAL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKktnRuIAL .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKktnRuIAL .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKktnRuIAL .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKktnRuIAL .mbr-section-title {
  color: #c10b02;
}
.cid-uKktnRuIAL .mbr-text,
.cid-uKktnRuIAL .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uKktnRuIAL .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKktnRuIAL .mbr-section-title,
.cid-uKktnRuIAL .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKktnRIXjm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKktnRIXjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKktnRIXjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKktnRIXjm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKktnRIXjm .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKktnRIXjm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKktnRIXjm .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKktnRIXjm .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKktnRIXjm .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKktnRIXjm .mbr-section-title {
  color: #c10b02;
}
.cid-uKktnRIXjm .mbr-text,
.cid-uKktnRIXjm .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uKktnRIXjm .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKktnRIXjm .mbr-section-title,
.cid-uKktnRIXjm .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKktnRVat0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKktnRVat0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKktnRVat0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKktnRVat0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKktnRVat0 .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKktnRVat0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKktnRVat0 .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKktnRVat0 .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKktnRVat0 .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKktnRVat0 .mbr-section-title {
  color: #c10b02;
}
.cid-uKktnRVat0 .mbr-text,
.cid-uKktnRVat0 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uKktnRVat0 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKktnRVat0 .mbr-section-title,
.cid-uKktnRVat0 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKktnS7GIq {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKktnS7GIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKktnS7GIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKktnS7GIq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKktnS7GIq .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKktnS7GIq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKktnS7GIq .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKktnS7GIq .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKktnS7GIq .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKktnS7GIq .mbr-section-title {
  color: #c10b02;
}
.cid-uKktnS7GIq .mbr-text,
.cid-uKktnS7GIq .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uKktnS7GIq .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKktnS7GIq .mbr-section-title,
.cid-uKktnS7GIq .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKktnSl13L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKktnSl13L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKktnSl13L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKktnSl13L .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKktnSl13L .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKktnSl13L .container {
    padding: 0 0;
  }
}
.cid-uKktnSl13L .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKktnSl13L .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKktnSl13L .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKktnSl13L .row {
    padding: 0;
  }
}
.cid-uKktnSl13L .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKktnSl13L .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKktnSl13L .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKktnSl13L .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKktnSl13L .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKktnSl13L .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKktnSl13L .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKktnSl13L .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKktnSl13L .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKktnSl13L .nav-wrapper .list {
    display: block;
  }
}
.cid-uKktnSl13L .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKktnSl13L .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKktnSl13L .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKktnSl13L .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKktnSl13L .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKktnSl13L .item-wrap > a {
  font-weight: 800;
}
.cid-uKktnSl13L .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKktnSl13L .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKktnSl13L .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKktnSl13L .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKktnSl13L .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKktnSl13L .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKktnSl13L .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKktnSl13L .mbr-section-title,
.cid-uKktnSl13L .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKktnSl13L .list {
  color: #ffffff;
}
.cid-uKktnSl13L .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKktnSl13L .list,
.cid-uKktnSl13L .nav-wrapper,
.cid-uKktnSl13L .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKktnSl13L .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKktnSl13L .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKktnSl13L .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKktnSl13L .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKktnSl13L .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKktnSl13L .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKktnSl13L .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKktnSl13L .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKktnSl13L .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKktnSl13L .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-ce .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-ce .icon-box {
  position: relative;
}
#custom-html-ce .icon-box img {
  margin: 10% auto;
}
#custom-html-ce .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-ce .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-ce .logo-box img,
#custom-html-ce .icon-box > a > img,
#custom-html-ce .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-ce .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-ce .img-responsive,
#custom-html-ce .thumbnail > img,
#custom-html-ce .thumbnail a > img,
#custom-html-ce .carousel-inner > .item > img,
#custom-html-ce .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-ce .logo-box img:hover,
#custom-html-ce .icon-box > a > img:hover,
#custom-html-ce .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-ce .logo-box img:hover,
#custom-html-ce .icon-box > a > img:hover,
#custom-html-ce .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-ce .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
.cid-uKkurZvqow {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkurZvqow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkurZvqow .mbr-fallback-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkurZvqow .image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: fill;
  margin: 0;
  padding: 0;
}
.cid-uKkurZvqow .text-wrapper {
  margin: 16px 0 0 0;
  padding: 0;
}
.cid-uKkurZvqow .text-wrapper .mbr-iconfont {
  color: #e0bdb6;
  margin: 0;
  padding: 0;
}
.cid-uKkurZvqow .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKkurZvqow .mbr-text {
  color: #747474;
}
.cid-uKkurZvqow .col,
.cid-uKkurZvqow .col-1,
.cid-uKkurZvqow .col-10,
.cid-uKkurZvqow .col-11,
.cid-uKkurZvqow .col-12,
.cid-uKkurZvqow .col-2,
.cid-uKkurZvqow .col-3,
.cid-uKkurZvqow .col-4,
.cid-uKkurZvqow .col-5,
.cid-uKkurZvqow .col-6,
.cid-uKkurZvqow .col-7,
.cid-uKkurZvqow .col-8,
.cid-uKkurZvqow .col-9,
.cid-uKkurZvqow .col-auto,
.cid-uKkurZvqow .col-lg,
.cid-uKkurZvqow .col-lg-1,
.cid-uKkurZvqow .col-lg-10,
.cid-uKkurZvqow .col-lg-11,
.cid-uKkurZvqow .col-lg-12,
.cid-uKkurZvqow .col-lg-2,
.cid-uKkurZvqow .col-lg-3,
.cid-uKkurZvqow .col-lg-4,
.cid-uKkurZvqow .col-lg-5,
.cid-uKkurZvqow .col-lg-6,
.cid-uKkurZvqow .col-lg-7,
.cid-uKkurZvqow .col-lg-8,
.cid-uKkurZvqow .col-lg-9,
.cid-uKkurZvqow .col-lg-auto,
.cid-uKkurZvqow .col-md,
.cid-uKkurZvqow .col-md-1,
.cid-uKkurZvqow .col-md-10,
.cid-uKkurZvqow .col-md-11,
.cid-uKkurZvqow .col-md-12,
.cid-uKkurZvqow .col-md-2,
.cid-uKkurZvqow .col-md-3,
.cid-uKkurZvqow .col-md-4,
.cid-uKkurZvqow .col-md-5,
.cid-uKkurZvqow .col-md-6,
.cid-uKkurZvqow .col-md-7,
.cid-uKkurZvqow .col-md-8,
.cid-uKkurZvqow .col-md-9,
.cid-uKkurZvqow .col-md-auto,
.cid-uKkurZvqow .col-sm,
.cid-uKkurZvqow .col-sm-1,
.cid-uKkurZvqow .col-sm-10,
.cid-uKkurZvqow .col-sm-11,
.cid-uKkurZvqow .col-sm-12,
.cid-uKkurZvqow .col-sm-2,
.cid-uKkurZvqow .col-sm-3,
.cid-uKkurZvqow .col-sm-4,
.cid-uKkurZvqow .col-sm-5,
.cid-uKkurZvqow .col-sm-6,
.cid-uKkurZvqow .col-sm-7,
.cid-uKkurZvqow .col-sm-8,
.cid-uKkurZvqow .col-sm-9,
.cid-uKkurZvqow .col-sm-auto,
.cid-uKkurZvqow .col-xl,
.cid-uKkurZvqow .col-xl-1,
.cid-uKkurZvqow .col-xl-10,
.cid-uKkurZvqow .col-xl-11,
.cid-uKkurZvqow .col-xl-12,
.cid-uKkurZvqow .col-xl-2,
.cid-uKkurZvqow .col-xl-3,
.cid-uKkurZvqow .col-xl-4,
.cid-uKkurZvqow .col-xl-5,
.cid-uKkurZvqow .col-xl-6,
.cid-uKkurZvqow .col-xl-7,
.cid-uKkurZvqow .col-xl-8,
.cid-uKkurZvqow .col-xl-9,
.cid-uKkurZvqow .col-xl-auto {
  padding: 0;
}
#custom-html-ch {
  /*跑馬燈*/
}
#custom-html-ch .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-ch .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ch .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKkurZK3RE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uKkurZK3RE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkurZK3RE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkurZK3RE .title-wrapper {
  padding: 0 2rem;
}
.cid-uKkurZK3RE .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKkurZK3RE .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uKkurZK3RE .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uKkurZK3RE .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKkurZK3RE .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uKkurZK3RE .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKkurZK3RE .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uKkurZK3RE .mbr-section-title,
.cid-uKkurZK3RE .mbr-section-btn {
  text-align: center;
  color: #716c80;
}
.cid-uKkus00rAc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKkus00rAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkus00rAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkus00rAc .container {
  max-width: 100%;
  width: 100%;
}
.cid-uKkus00rAc .row {
  justify-content: fill;
}
.cid-uKkus00rAc .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uKkus00rAc .image-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-uKkus00rAc .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uKkus0bn0E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkus0bn0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkus0bn0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkus0bn0E .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkus0bn0E .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkus0bn0E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkus0bn0E .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkus0bn0E .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkus0bn0E .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkus0bn0E .mbr-section-title {
  color: #c10b02;
}
.cid-uKkus0bn0E .mbr-text,
.cid-uKkus0bn0E .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uKkus0bn0E .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkus0bn0E .mbr-section-title,
.cid-uKkus0bn0E .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkus0oXKy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkus0oXKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkus0oXKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkus0oXKy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkus0oXKy .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkus0oXKy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkus0oXKy .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkus0oXKy .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkus0oXKy .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkus0oXKy .mbr-section-title {
  color: #c10b02;
}
.cid-uKkus0oXKy .mbr-text,
.cid-uKkus0oXKy .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkus0oXKy .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkus0oXKy .mbr-section-title,
.cid-uKkus0oXKy .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkus0CXh9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkus0CXh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkus0CXh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkus0CXh9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkus0CXh9 .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkus0CXh9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkus0CXh9 .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkus0CXh9 .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkus0CXh9 .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkus0CXh9 .mbr-section-title {
  color: #c10b02;
}
.cid-uKkus0CXh9 .mbr-text,
.cid-uKkus0CXh9 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uKkus0CXh9 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkus0CXh9 .mbr-section-title,
.cid-uKkus0CXh9 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkus0QlbY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkus0QlbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkus0QlbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkus0QlbY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkus0QlbY .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkus0QlbY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkus0QlbY .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkus0QlbY .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkus0QlbY .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkus0QlbY .mbr-section-title {
  color: #c10b02;
}
.cid-uKkus0QlbY .mbr-text,
.cid-uKkus0QlbY .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uKkus0QlbY .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkus0QlbY .mbr-section-title,
.cid-uKkus0QlbY .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkus13Ci3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkus13Ci3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkus13Ci3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkus13Ci3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkus13Ci3 .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkus13Ci3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkus13Ci3 .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkus13Ci3 .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkus13Ci3 .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkus13Ci3 .mbr-section-title {
  color: #c10b02;
}
.cid-uKkus13Ci3 .mbr-text,
.cid-uKkus13Ci3 .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkus13Ci3 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkus13Ci3 .mbr-section-title,
.cid-uKkus13Ci3 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkus1hXSI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkus1hXSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkus1hXSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkus1hXSI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkus1hXSI .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkus1hXSI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkus1hXSI .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkus1hXSI .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkus1hXSI .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkus1hXSI .mbr-section-title {
  color: #c10b02;
}
.cid-uKkus1hXSI .mbr-text,
.cid-uKkus1hXSI .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkus1hXSI .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkus1hXSI .mbr-section-title,
.cid-uKkus1hXSI .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkvGL4tyy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkvGL4tyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkvGL4tyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkvGL4tyy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkvGL4tyy .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkvGL4tyy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkvGL4tyy .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkvGL4tyy .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkvGL4tyy .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkvGL4tyy .mbr-section-title {
  color: #c10b02;
}
.cid-uKkvGL4tyy .mbr-text,
.cid-uKkvGL4tyy .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkvGL4tyy .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkvGL4tyy .mbr-section-title,
.cid-uKkvGL4tyy .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkvT02GTF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkvT02GTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkvT02GTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkvT02GTF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkvT02GTF .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkvT02GTF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkvT02GTF .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkvT02GTF .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkvT02GTF .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkvT02GTF .mbr-section-title {
  color: #c10b02;
}
.cid-uKkvT02GTF .mbr-text,
.cid-uKkvT02GTF .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkvT02GTF .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkvT02GTF .mbr-section-title,
.cid-uKkvT02GTF .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkvZPvSCP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkvZPvSCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkvZPvSCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkvZPvSCP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkvZPvSCP .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkvZPvSCP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkvZPvSCP .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkvZPvSCP .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkvZPvSCP .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkvZPvSCP .mbr-section-title {
  color: #c10b02;
}
.cid-uKkvZPvSCP .mbr-text,
.cid-uKkvZPvSCP .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkvZPvSCP .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkvZPvSCP .mbr-section-title,
.cid-uKkvZPvSCP .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkw0xgBLf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkw0xgBLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkw0xgBLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkw0xgBLf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkw0xgBLf .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkw0xgBLf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkw0xgBLf .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkw0xgBLf .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkw0xgBLf .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkw0xgBLf .mbr-section-title {
  color: #c10b02;
}
.cid-uKkw0xgBLf .mbr-text,
.cid-uKkw0xgBLf .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkw0xgBLf .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkw0xgBLf .mbr-section-title,
.cid-uKkw0xgBLf .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkw1zpY5R {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKkw1zpY5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkw1zpY5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkw1zpY5R .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkw1zpY5R .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKkw1zpY5R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKkw1zpY5R .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKkw1zpY5R .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKkw1zpY5R .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKkw1zpY5R .mbr-section-title {
  color: #c10b02;
}
.cid-uKkw1zpY5R .mbr-text,
.cid-uKkw1zpY5R .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKkw1zpY5R .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKkw1zpY5R .mbr-section-title,
.cid-uKkw1zpY5R .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKkus1uVfw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKkus1uVfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkus1uVfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkus1uVfw .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKkus1uVfw .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKkus1uVfw .container {
    padding: 0 0;
  }
}
.cid-uKkus1uVfw .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKkus1uVfw .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKkus1uVfw .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKkus1uVfw .row {
    padding: 0;
  }
}
.cid-uKkus1uVfw .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKkus1uVfw .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKkus1uVfw .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKkus1uVfw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKkus1uVfw .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKkus1uVfw .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKkus1uVfw .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKkus1uVfw .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKkus1uVfw .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKkus1uVfw .nav-wrapper .list {
    display: block;
  }
}
.cid-uKkus1uVfw .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKkus1uVfw .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKkus1uVfw .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKkus1uVfw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKkus1uVfw .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKkus1uVfw .item-wrap > a {
  font-weight: 800;
}
.cid-uKkus1uVfw .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKkus1uVfw .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKkus1uVfw .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKkus1uVfw .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKkus1uVfw .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKkus1uVfw .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKkus1uVfw .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKkus1uVfw .mbr-section-title,
.cid-uKkus1uVfw .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKkus1uVfw .list {
  color: #ffffff;
}
.cid-uKkus1uVfw .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKkus1uVfw .list,
.cid-uKkus1uVfw .nav-wrapper,
.cid-uKkus1uVfw .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKkus1uVfw .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKkus1uVfw .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKkus1uVfw .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKkus1uVfw .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKkus1uVfw .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKkus1uVfw .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKkus1uVfw .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKkus1uVfw .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKkus1uVfw .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKkus1uVfw .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-cr .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-cr .icon-box {
  position: relative;
}
#custom-html-cr .icon-box img {
  margin: 10% auto;
}
#custom-html-cr .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-cr .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-cr .logo-box img,
#custom-html-cr .icon-box > a > img,
#custom-html-cr .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-cr .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-cr .img-responsive,
#custom-html-cr .thumbnail > img,
#custom-html-cr .thumbnail a > img,
#custom-html-cr .carousel-inner > .item > img,
#custom-html-cr .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-cr .logo-box img:hover,
#custom-html-cr .icon-box > a > img:hover,
#custom-html-cr .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-cr .logo-box img:hover,
#custom-html-cr .icon-box > a > img:hover,
#custom-html-cr .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-cr .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
.cid-uKoMlrlCGD {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKoMlrlCGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKoMlrlCGD .mbr-fallback-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKoMlrlCGD .image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: fill;
  margin: 0;
  padding: 0;
}
.cid-uKoMlrlCGD .text-wrapper {
  margin: 16px 0 0 0;
  padding: 0;
}
.cid-uKoMlrlCGD .text-wrapper .mbr-iconfont {
  color: #e0bdb6;
  margin: 0;
  padding: 0;
}
.cid-uKoMlrlCGD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKoMlrlCGD .mbr-text {
  color: #747474;
}
.cid-uKoMlrlCGD .col,
.cid-uKoMlrlCGD .col-1,
.cid-uKoMlrlCGD .col-10,
.cid-uKoMlrlCGD .col-11,
.cid-uKoMlrlCGD .col-12,
.cid-uKoMlrlCGD .col-2,
.cid-uKoMlrlCGD .col-3,
.cid-uKoMlrlCGD .col-4,
.cid-uKoMlrlCGD .col-5,
.cid-uKoMlrlCGD .col-6,
.cid-uKoMlrlCGD .col-7,
.cid-uKoMlrlCGD .col-8,
.cid-uKoMlrlCGD .col-9,
.cid-uKoMlrlCGD .col-auto,
.cid-uKoMlrlCGD .col-lg,
.cid-uKoMlrlCGD .col-lg-1,
.cid-uKoMlrlCGD .col-lg-10,
.cid-uKoMlrlCGD .col-lg-11,
.cid-uKoMlrlCGD .col-lg-12,
.cid-uKoMlrlCGD .col-lg-2,
.cid-uKoMlrlCGD .col-lg-3,
.cid-uKoMlrlCGD .col-lg-4,
.cid-uKoMlrlCGD .col-lg-5,
.cid-uKoMlrlCGD .col-lg-6,
.cid-uKoMlrlCGD .col-lg-7,
.cid-uKoMlrlCGD .col-lg-8,
.cid-uKoMlrlCGD .col-lg-9,
.cid-uKoMlrlCGD .col-lg-auto,
.cid-uKoMlrlCGD .col-md,
.cid-uKoMlrlCGD .col-md-1,
.cid-uKoMlrlCGD .col-md-10,
.cid-uKoMlrlCGD .col-md-11,
.cid-uKoMlrlCGD .col-md-12,
.cid-uKoMlrlCGD .col-md-2,
.cid-uKoMlrlCGD .col-md-3,
.cid-uKoMlrlCGD .col-md-4,
.cid-uKoMlrlCGD .col-md-5,
.cid-uKoMlrlCGD .col-md-6,
.cid-uKoMlrlCGD .col-md-7,
.cid-uKoMlrlCGD .col-md-8,
.cid-uKoMlrlCGD .col-md-9,
.cid-uKoMlrlCGD .col-md-auto,
.cid-uKoMlrlCGD .col-sm,
.cid-uKoMlrlCGD .col-sm-1,
.cid-uKoMlrlCGD .col-sm-10,
.cid-uKoMlrlCGD .col-sm-11,
.cid-uKoMlrlCGD .col-sm-12,
.cid-uKoMlrlCGD .col-sm-2,
.cid-uKoMlrlCGD .col-sm-3,
.cid-uKoMlrlCGD .col-sm-4,
.cid-uKoMlrlCGD .col-sm-5,
.cid-uKoMlrlCGD .col-sm-6,
.cid-uKoMlrlCGD .col-sm-7,
.cid-uKoMlrlCGD .col-sm-8,
.cid-uKoMlrlCGD .col-sm-9,
.cid-uKoMlrlCGD .col-sm-auto,
.cid-uKoMlrlCGD .col-xl,
.cid-uKoMlrlCGD .col-xl-1,
.cid-uKoMlrlCGD .col-xl-10,
.cid-uKoMlrlCGD .col-xl-11,
.cid-uKoMlrlCGD .col-xl-12,
.cid-uKoMlrlCGD .col-xl-2,
.cid-uKoMlrlCGD .col-xl-3,
.cid-uKoMlrlCGD .col-xl-4,
.cid-uKoMlrlCGD .col-xl-5,
.cid-uKoMlrlCGD .col-xl-6,
.cid-uKoMlrlCGD .col-xl-7,
.cid-uKoMlrlCGD .col-xl-8,
.cid-uKoMlrlCGD .col-xl-9,
.cid-uKoMlrlCGD .col-xl-auto {
  padding: 0;
}
#custom-html-cz {
  /*跑馬燈*/
}
#custom-html-cz .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-cz .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-cz .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKoMlrtJWZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uKoMlrtJWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKoMlrtJWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKoMlrtJWZ .title-wrapper {
  padding: 0 2rem;
}
.cid-uKoMlrtJWZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKoMlrtJWZ .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uKoMlrtJWZ .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uKoMlrtJWZ .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKoMlrtJWZ .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uKoMlrtJWZ .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKoMlrtJWZ .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uKoMlrtJWZ .mbr-section-title,
.cid-uKoMlrtJWZ .mbr-section-btn {
  text-align: center;
  color: #716c80;
}
.cid-uKoMlrzSD5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKoMlrzSD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKoMlrzSD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKoMlrzSD5 .container {
  max-width: 100%;
  width: 100%;
}
.cid-uKoMlrzSD5 .row {
  justify-content: fill;
}
.cid-uKoMlrzSD5 .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uKoMlrzSD5 .image-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-uKoMlrzSD5 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uKoMlrEo4L {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKoMlrEo4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKoMlrEo4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKoMlrEo4L .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKoMlrEo4L .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKoMlrEo4L .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKoMlrEo4L .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKoMlrEo4L .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKoMlrEo4L .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKoMlrEo4L .mbr-section-title {
  color: #c10b02;
}
.cid-uKoMlrEo4L .mbr-text,
.cid-uKoMlrEo4L .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKoMlrEo4L .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKoMlrEo4L .mbr-section-title,
.cid-uKoMlrEo4L .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKoMlrMLdL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKoMlrMLdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKoMlrMLdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKoMlrMLdL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKoMlrMLdL .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKoMlrMLdL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKoMlrMLdL .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKoMlrMLdL .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKoMlrMLdL .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKoMlrMLdL .mbr-section-title {
  color: #c10b02;
}
.cid-uKoMlrMLdL .mbr-text,
.cid-uKoMlrMLdL .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKoMlrMLdL .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKoMlrMLdL .mbr-section-title,
.cid-uKoMlrMLdL .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKoMlrSEpT {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKoMlrSEpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKoMlrSEpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKoMlrSEpT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKoMlrSEpT .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uKoMlrSEpT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 0;
}
.cid-uKoMlrSEpT .content-wrapper .image-wrapper {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-uKoMlrSEpT .content-wrapper .image-wrapper {
    margin-top: 12px;
  }
}
.cid-uKoMlrSEpT .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: fill;
}
.cid-uKoMlrSEpT .mbr-section-title {
  color: #c10b02;
}
.cid-uKoMlrSEpT .mbr-text,
.cid-uKoMlrSEpT .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uKoMlrSEpT .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uKoMlrSEpT .mbr-section-title,
.cid-uKoMlrSEpT .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKoMlsRglz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKoMlsRglz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKoMlsRglz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKoMlsRglz .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKoMlsRglz .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKoMlsRglz .container {
    padding: 0 0;
  }
}
.cid-uKoMlsRglz .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKoMlsRglz .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKoMlsRglz .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKoMlsRglz .row {
    padding: 0;
  }
}
.cid-uKoMlsRglz .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKoMlsRglz .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKoMlsRglz .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKoMlsRglz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKoMlsRglz .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKoMlsRglz .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKoMlsRglz .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKoMlsRglz .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKoMlsRglz .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKoMlsRglz .nav-wrapper .list {
    display: block;
  }
}
.cid-uKoMlsRglz .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKoMlsRglz .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKoMlsRglz .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKoMlsRglz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKoMlsRglz .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKoMlsRglz .item-wrap > a {
  font-weight: 800;
}
.cid-uKoMlsRglz .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKoMlsRglz .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKoMlsRglz .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKoMlsRglz .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKoMlsRglz .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKoMlsRglz .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKoMlsRglz .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKoMlsRglz .mbr-section-title,
.cid-uKoMlsRglz .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKoMlsRglz .list {
  color: #ffffff;
}
.cid-uKoMlsRglz .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKoMlsRglz .list,
.cid-uKoMlsRglz .nav-wrapper,
.cid-uKoMlsRglz .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKoMlsRglz .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKoMlsRglz .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKoMlsRglz .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKoMlsRglz .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKoMlsRglz .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKoMlsRglz .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKoMlsRglz .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKoMlsRglz .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKoMlsRglz .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKoMlsRglz .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-de .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-de .icon-box {
  position: relative;
}
#custom-html-de .icon-box img {
  margin: 10% auto;
}
#custom-html-de .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-de .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-de .logo-box img,
#custom-html-de .icon-box > a > img,
#custom-html-de .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-de .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-de .img-responsive,
#custom-html-de .thumbnail > img,
#custom-html-de .thumbnail a > img,
#custom-html-de .carousel-inner > .item > img,
#custom-html-de .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-de .logo-box img:hover,
#custom-html-de .icon-box > a > img:hover,
#custom-html-de .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-de .logo-box img:hover,
#custom-html-de .icon-box > a > img:hover,
#custom-html-de .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-de .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
.cid-uKp5wI4pIZ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKp5wI4pIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKp5wI4pIZ .mbr-fallback-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKp5wI4pIZ .image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: fill;
  margin: 0;
  padding: 0;
}
.cid-uKp5wI4pIZ .text-wrapper {
  margin: 16px 0 0 0;
  padding: 0;
}
.cid-uKp5wI4pIZ .text-wrapper .mbr-iconfont {
  color: #e0bdb6;
  margin: 0;
  padding: 0;
}
.cid-uKp5wI4pIZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKp5wI4pIZ .mbr-text {
  color: #747474;
}
.cid-uKp5wI4pIZ .col,
.cid-uKp5wI4pIZ .col-1,
.cid-uKp5wI4pIZ .col-10,
.cid-uKp5wI4pIZ .col-11,
.cid-uKp5wI4pIZ .col-12,
.cid-uKp5wI4pIZ .col-2,
.cid-uKp5wI4pIZ .col-3,
.cid-uKp5wI4pIZ .col-4,
.cid-uKp5wI4pIZ .col-5,
.cid-uKp5wI4pIZ .col-6,
.cid-uKp5wI4pIZ .col-7,
.cid-uKp5wI4pIZ .col-8,
.cid-uKp5wI4pIZ .col-9,
.cid-uKp5wI4pIZ .col-auto,
.cid-uKp5wI4pIZ .col-lg,
.cid-uKp5wI4pIZ .col-lg-1,
.cid-uKp5wI4pIZ .col-lg-10,
.cid-uKp5wI4pIZ .col-lg-11,
.cid-uKp5wI4pIZ .col-lg-12,
.cid-uKp5wI4pIZ .col-lg-2,
.cid-uKp5wI4pIZ .col-lg-3,
.cid-uKp5wI4pIZ .col-lg-4,
.cid-uKp5wI4pIZ .col-lg-5,
.cid-uKp5wI4pIZ .col-lg-6,
.cid-uKp5wI4pIZ .col-lg-7,
.cid-uKp5wI4pIZ .col-lg-8,
.cid-uKp5wI4pIZ .col-lg-9,
.cid-uKp5wI4pIZ .col-lg-auto,
.cid-uKp5wI4pIZ .col-md,
.cid-uKp5wI4pIZ .col-md-1,
.cid-uKp5wI4pIZ .col-md-10,
.cid-uKp5wI4pIZ .col-md-11,
.cid-uKp5wI4pIZ .col-md-12,
.cid-uKp5wI4pIZ .col-md-2,
.cid-uKp5wI4pIZ .col-md-3,
.cid-uKp5wI4pIZ .col-md-4,
.cid-uKp5wI4pIZ .col-md-5,
.cid-uKp5wI4pIZ .col-md-6,
.cid-uKp5wI4pIZ .col-md-7,
.cid-uKp5wI4pIZ .col-md-8,
.cid-uKp5wI4pIZ .col-md-9,
.cid-uKp5wI4pIZ .col-md-auto,
.cid-uKp5wI4pIZ .col-sm,
.cid-uKp5wI4pIZ .col-sm-1,
.cid-uKp5wI4pIZ .col-sm-10,
.cid-uKp5wI4pIZ .col-sm-11,
.cid-uKp5wI4pIZ .col-sm-12,
.cid-uKp5wI4pIZ .col-sm-2,
.cid-uKp5wI4pIZ .col-sm-3,
.cid-uKp5wI4pIZ .col-sm-4,
.cid-uKp5wI4pIZ .col-sm-5,
.cid-uKp5wI4pIZ .col-sm-6,
.cid-uKp5wI4pIZ .col-sm-7,
.cid-uKp5wI4pIZ .col-sm-8,
.cid-uKp5wI4pIZ .col-sm-9,
.cid-uKp5wI4pIZ .col-sm-auto,
.cid-uKp5wI4pIZ .col-xl,
.cid-uKp5wI4pIZ .col-xl-1,
.cid-uKp5wI4pIZ .col-xl-10,
.cid-uKp5wI4pIZ .col-xl-11,
.cid-uKp5wI4pIZ .col-xl-12,
.cid-uKp5wI4pIZ .col-xl-2,
.cid-uKp5wI4pIZ .col-xl-3,
.cid-uKp5wI4pIZ .col-xl-4,
.cid-uKp5wI4pIZ .col-xl-5,
.cid-uKp5wI4pIZ .col-xl-6,
.cid-uKp5wI4pIZ .col-xl-7,
.cid-uKp5wI4pIZ .col-xl-8,
.cid-uKp5wI4pIZ .col-xl-9,
.cid-uKp5wI4pIZ .col-xl-auto {
  padding: 0;
}
#custom-html-di {
  /*跑馬燈*/
}
#custom-html-di .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-di .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-di .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKp5wIcYN2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uKp5wIcYN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKp5wIcYN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKp5wIcYN2 .title-wrapper {
  padding: 0 2rem;
}
.cid-uKp5wIcYN2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKp5wIcYN2 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uKp5wIcYN2 .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uKp5wIcYN2 .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKp5wIcYN2 .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uKp5wIcYN2 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKp5wIcYN2 .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-uKp5wIcYN2 .mbr-section-title,
.cid-uKp5wIcYN2 .mbr-section-btn {
  text-align: center;
  color: #716c80;
}
.cid-uKp5wIjBWo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKp5wIjBWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKp5wIjBWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKp5wIjBWo .container {
  max-width: 100%;
  width: 100%;
}
.cid-uKp5wIjBWo .row {
  justify-content: fill;
}
.cid-uKp5wIjBWo .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uKp5wIjBWo .image-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-uKp5wIjBWo .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uKpeTIKtDH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uKpeTIKtDH h4 {
  display: flex;
  margin-bottom: 0;
}
.cid-uKpeTIKtDH .panel-text {
  padding-bottom: 45px;
  color: #000000;
}
.cid-uKpeTIKtDH .wrap {
  display: flex;
}
.cid-uKpeTIKtDH .icon {
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  color: #000000 !important;
  font-size: .7rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-uKpeTIKtDH .icon:before {
  content: "\e908" !important;
}
.cid-uKpeTIKtDH .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #000000;
}
.cid-uKpeTIKtDH .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-uKpeTIKtDH .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-uKpeTIKtDH p {
  margin: 0;
}
.cid-uKpeTIKtDH .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-uKpeTIKtDH .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uKpeTIKtDH .panel-group {
  width: 100%;
}
.cid-uKpeTIKtDH .panel-title {
  border-radius: 0px;
  padding: 2rem 0;
}
.cid-uKpeTIKtDH .card {
  border-bottom: 1px solid #b8b8b8 !important;
}
.cid-uKpeTIKtDH .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uKpeTIKtDH .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uKpeTIKtDH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uKpeTIKtDH .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpeTIKtDH .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uKpeTIKtDH .header-text,
.cid-uKpeTIKtDH .sign {
  color: #000000;
}
.cid-uKpeTIKtDH .mbr-section-subtitle {
  color: #000000;
}
.cid-uKpeTIKtDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpeTIKtDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpmF3BeCL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uKpmF3BeCL h4 {
  display: flex;
  margin-bottom: 0;
}
.cid-uKpmF3BeCL .panel-text {
  padding-bottom: 45px;
  color: #000000;
}
.cid-uKpmF3BeCL .wrap {
  display: flex;
}
.cid-uKpmF3BeCL .icon {
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  color: #000000 !important;
  font-size: .7rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-uKpmF3BeCL .icon:before {
  content: "\e908" !important;
}
.cid-uKpmF3BeCL .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #000000;
}
.cid-uKpmF3BeCL .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-uKpmF3BeCL .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-uKpmF3BeCL p {
  margin: 0;
}
.cid-uKpmF3BeCL .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-uKpmF3BeCL .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uKpmF3BeCL .panel-group {
  width: 100%;
}
.cid-uKpmF3BeCL .panel-title {
  border-radius: 0px;
  padding: 2rem 0;
}
.cid-uKpmF3BeCL .card {
  border-bottom: 1px solid #b8b8b8 !important;
}
.cid-uKpmF3BeCL .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uKpmF3BeCL .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uKpmF3BeCL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uKpmF3BeCL .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpmF3BeCL .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uKpmF3BeCL .header-text,
.cid-uKpmF3BeCL .sign {
  color: #000000;
}
.cid-uKpmF3BeCL .mbr-section-subtitle {
  color: #000000;
}
.cid-uKpmF3BeCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpmF3BeCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpoqJa6VV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uKpoqJa6VV h4 {
  display: flex;
  margin-bottom: 0;
}
.cid-uKpoqJa6VV .panel-text {
  padding-bottom: 45px;
  color: #000000;
}
.cid-uKpoqJa6VV .wrap {
  display: flex;
}
.cid-uKpoqJa6VV .icon {
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  color: #000000 !important;
  font-size: .7rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-uKpoqJa6VV .icon:before {
  content: "\e908" !important;
}
.cid-uKpoqJa6VV .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #000000;
}
.cid-uKpoqJa6VV .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-uKpoqJa6VV .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-uKpoqJa6VV p {
  margin: 0;
}
.cid-uKpoqJa6VV .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-uKpoqJa6VV .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uKpoqJa6VV .panel-group {
  width: 100%;
}
.cid-uKpoqJa6VV .panel-title {
  border-radius: 0px;
  padding: 2rem 0;
}
.cid-uKpoqJa6VV .card {
  border-bottom: 1px solid #b8b8b8 !important;
}
.cid-uKpoqJa6VV .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uKpoqJa6VV .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uKpoqJa6VV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uKpoqJa6VV .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpoqJa6VV .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uKpoqJa6VV .header-text,
.cid-uKpoqJa6VV .sign {
  color: #000000;
}
.cid-uKpoqJa6VV .mbr-section-subtitle {
  color: #000000;
}
.cid-uKpoqJa6VV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpoqJa6VV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKp5wILlHG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKp5wILlHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKp5wILlHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKp5wILlHG .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKp5wILlHG .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKp5wILlHG .container {
    padding: 0 0;
  }
}
.cid-uKp5wILlHG .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKp5wILlHG .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKp5wILlHG .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKp5wILlHG .row {
    padding: 0;
  }
}
.cid-uKp5wILlHG .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKp5wILlHG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKp5wILlHG .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKp5wILlHG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKp5wILlHG .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKp5wILlHG .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKp5wILlHG .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKp5wILlHG .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKp5wILlHG .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKp5wILlHG .nav-wrapper .list {
    display: block;
  }
}
.cid-uKp5wILlHG .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKp5wILlHG .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKp5wILlHG .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKp5wILlHG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKp5wILlHG .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKp5wILlHG .item-wrap > a {
  font-weight: 800;
}
.cid-uKp5wILlHG .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKp5wILlHG .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKp5wILlHG .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKp5wILlHG .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKp5wILlHG .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKp5wILlHG .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKp5wILlHG .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKp5wILlHG .mbr-section-title,
.cid-uKp5wILlHG .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKp5wILlHG .list {
  color: #ffffff;
}
.cid-uKp5wILlHG .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKp5wILlHG .list,
.cid-uKp5wILlHG .nav-wrapper,
.cid-uKp5wILlHG .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKp5wILlHG .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKp5wILlHG .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKp5wILlHG .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKp5wILlHG .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKp5wILlHG .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKp5wILlHG .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKp5wILlHG .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKp5wILlHG .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKp5wILlHG .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKp5wILlHG .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-dp .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-dp .icon-box {
  position: relative;
}
#custom-html-dp .icon-box img {
  margin: 10% auto;
}
#custom-html-dp .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-dp .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-dp .logo-box img,
#custom-html-dp .icon-box > a > img,
#custom-html-dp .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-dp .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-dp .img-responsive,
#custom-html-dp .thumbnail > img,
#custom-html-dp .thumbnail a > img,
#custom-html-dp .carousel-inner > .item > img,
#custom-html-dp .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-dp .logo-box img:hover,
#custom-html-dp .icon-box > a > img:hover,
#custom-html-dp .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-dp .logo-box img:hover,
#custom-html-dp .icon-box > a > img:hover,
#custom-html-dp .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-dp .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
.cid-uKpp8Vgqzg {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKpp8Vgqzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpp8Vgqzg .mbr-fallback-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpp8Vgqzg .image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: fill;
  margin: 0;
  padding: 0;
}
.cid-uKpp8Vgqzg .text-wrapper {
  margin: 16px 0 0 0;
  padding: 0;
}
.cid-uKpp8Vgqzg .text-wrapper .mbr-iconfont {
  color: #e0bdb6;
  margin: 0;
  padding: 0;
}
.cid-uKpp8Vgqzg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKpp8Vgqzg .mbr-text {
  color: #747474;
}
.cid-uKpp8Vgqzg .col,
.cid-uKpp8Vgqzg .col-1,
.cid-uKpp8Vgqzg .col-10,
.cid-uKpp8Vgqzg .col-11,
.cid-uKpp8Vgqzg .col-12,
.cid-uKpp8Vgqzg .col-2,
.cid-uKpp8Vgqzg .col-3,
.cid-uKpp8Vgqzg .col-4,
.cid-uKpp8Vgqzg .col-5,
.cid-uKpp8Vgqzg .col-6,
.cid-uKpp8Vgqzg .col-7,
.cid-uKpp8Vgqzg .col-8,
.cid-uKpp8Vgqzg .col-9,
.cid-uKpp8Vgqzg .col-auto,
.cid-uKpp8Vgqzg .col-lg,
.cid-uKpp8Vgqzg .col-lg-1,
.cid-uKpp8Vgqzg .col-lg-10,
.cid-uKpp8Vgqzg .col-lg-11,
.cid-uKpp8Vgqzg .col-lg-12,
.cid-uKpp8Vgqzg .col-lg-2,
.cid-uKpp8Vgqzg .col-lg-3,
.cid-uKpp8Vgqzg .col-lg-4,
.cid-uKpp8Vgqzg .col-lg-5,
.cid-uKpp8Vgqzg .col-lg-6,
.cid-uKpp8Vgqzg .col-lg-7,
.cid-uKpp8Vgqzg .col-lg-8,
.cid-uKpp8Vgqzg .col-lg-9,
.cid-uKpp8Vgqzg .col-lg-auto,
.cid-uKpp8Vgqzg .col-md,
.cid-uKpp8Vgqzg .col-md-1,
.cid-uKpp8Vgqzg .col-md-10,
.cid-uKpp8Vgqzg .col-md-11,
.cid-uKpp8Vgqzg .col-md-12,
.cid-uKpp8Vgqzg .col-md-2,
.cid-uKpp8Vgqzg .col-md-3,
.cid-uKpp8Vgqzg .col-md-4,
.cid-uKpp8Vgqzg .col-md-5,
.cid-uKpp8Vgqzg .col-md-6,
.cid-uKpp8Vgqzg .col-md-7,
.cid-uKpp8Vgqzg .col-md-8,
.cid-uKpp8Vgqzg .col-md-9,
.cid-uKpp8Vgqzg .col-md-auto,
.cid-uKpp8Vgqzg .col-sm,
.cid-uKpp8Vgqzg .col-sm-1,
.cid-uKpp8Vgqzg .col-sm-10,
.cid-uKpp8Vgqzg .col-sm-11,
.cid-uKpp8Vgqzg .col-sm-12,
.cid-uKpp8Vgqzg .col-sm-2,
.cid-uKpp8Vgqzg .col-sm-3,
.cid-uKpp8Vgqzg .col-sm-4,
.cid-uKpp8Vgqzg .col-sm-5,
.cid-uKpp8Vgqzg .col-sm-6,
.cid-uKpp8Vgqzg .col-sm-7,
.cid-uKpp8Vgqzg .col-sm-8,
.cid-uKpp8Vgqzg .col-sm-9,
.cid-uKpp8Vgqzg .col-sm-auto,
.cid-uKpp8Vgqzg .col-xl,
.cid-uKpp8Vgqzg .col-xl-1,
.cid-uKpp8Vgqzg .col-xl-10,
.cid-uKpp8Vgqzg .col-xl-11,
.cid-uKpp8Vgqzg .col-xl-12,
.cid-uKpp8Vgqzg .col-xl-2,
.cid-uKpp8Vgqzg .col-xl-3,
.cid-uKpp8Vgqzg .col-xl-4,
.cid-uKpp8Vgqzg .col-xl-5,
.cid-uKpp8Vgqzg .col-xl-6,
.cid-uKpp8Vgqzg .col-xl-7,
.cid-uKpp8Vgqzg .col-xl-8,
.cid-uKpp8Vgqzg .col-xl-9,
.cid-uKpp8Vgqzg .col-xl-auto {
  padding: 0;
}
#custom-html-dy {
  /*跑馬燈*/
}
#custom-html-dy .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-dy .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-dy .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKpp8VpupK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uKpp8VpupK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpp8VpupK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpp8VpupK .title-wrapper {
  padding: 0 2rem;
}
.cid-uKpp8VpupK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKpp8VpupK .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uKpp8VpupK .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uKpp8VpupK .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uKpp8VpupK .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uKpp8VpupK .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKpp8VpupK .mbr-text {
  color: #1c314e;
  text-align: left;
}
.cid-uKpp8VpupK .mbr-section-title,
.cid-uKpp8VpupK .mbr-section-btn {
  text-align: center;
  color: #716c80;
}
.cid-uKpp8VwFhh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKpp8VwFhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpp8VwFhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpp8VwFhh .container {
  max-width: 100%;
  width: 100%;
}
.cid-uKpp8VwFhh .row {
  justify-content: fill;
}
.cid-uKpp8VwFhh .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uKpp8VwFhh .image-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-uKpp8VwFhh .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uKptd0rE2O {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKptd0rE2O .row {
  align-items: center;
}
.cid-uKptd0rE2O .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("../../../assets/images/features21-1140x1120.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-uKptd0rE2O .img-item {
    padding: 0;
  }
}
.cid-uKptd0rE2O .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-uKptd0rE2O .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-uKptd0rE2O .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uKptd0rE2O .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-uKptd0rE2O .text-wrapper {
    padding: 0 75px 0 100px;
  }
}
.cid-uKptd0rE2O .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uKptd0rE2O .icon-wrap {
    justify-content: center;
  }
}
.cid-uKptd0rE2O .icon-box {
  background: #57468b;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKptd0rE2O .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uKptd0rE2O .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uKptd0rE2O .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uKptd0rE2O .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .cid-uKptd0rE2O .mbr-text {
    text-align: center !important;
  }
}
.cid-uKptd0rE2O .item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: 100%;
}
.cid-uKptd0rE2O .item-icon-box {
  margin-right: 16px;
}
.cid-uKptd0rE2O .item-icon-box .mbr-iconfont {
  font-size: 18px;
  color: #0057fc;
}
.cid-uKptd0rE2O .text-box {
  flex-grow: 1;
}
.cid-uKptd0rE2O .btn-container {
  width: 100%;
}
.cid-uKptd0rE2O .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uKptd0rE2O .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKptd0rE2O .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uKptd0rE2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKptd0rE2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpp8Wh5Yy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKpp8Wh5Yy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpp8Wh5Yy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpp8Wh5Yy .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKpp8Wh5Yy .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKpp8Wh5Yy .container {
    padding: 0 0;
  }
}
.cid-uKpp8Wh5Yy .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKpp8Wh5Yy .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKpp8Wh5Yy .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKpp8Wh5Yy .row {
    padding: 0;
  }
}
.cid-uKpp8Wh5Yy .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKpp8Wh5Yy .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKpp8Wh5Yy .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKpp8Wh5Yy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKpp8Wh5Yy .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKpp8Wh5Yy .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKpp8Wh5Yy .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKpp8Wh5Yy .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKpp8Wh5Yy .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKpp8Wh5Yy .nav-wrapper .list {
    display: block;
  }
}
.cid-uKpp8Wh5Yy .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKpp8Wh5Yy .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKpp8Wh5Yy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKpp8Wh5Yy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKpp8Wh5Yy .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKpp8Wh5Yy .item-wrap > a {
  font-weight: 800;
}
.cid-uKpp8Wh5Yy .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKpp8Wh5Yy .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKpp8Wh5Yy .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKpp8Wh5Yy .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKpp8Wh5Yy .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKpp8Wh5Yy .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKpp8Wh5Yy .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKpp8Wh5Yy .mbr-section-title,
.cid-uKpp8Wh5Yy .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKpp8Wh5Yy .list {
  color: #ffffff;
}
.cid-uKpp8Wh5Yy .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKpp8Wh5Yy .list,
.cid-uKpp8Wh5Yy .nav-wrapper,
.cid-uKpp8Wh5Yy .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKpp8Wh5Yy .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKpp8Wh5Yy .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKpp8Wh5Yy .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKpp8Wh5Yy .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKpp8Wh5Yy .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKpp8Wh5Yy .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKpp8Wh5Yy .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKpp8Wh5Yy .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKpp8Wh5Yy .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKpp8Wh5Yy .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-e5 .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-e5 .icon-box {
  position: relative;
}
#custom-html-e5 .icon-box img {
  margin: 10% auto;
}
#custom-html-e5 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-e5 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-e5 .logo-box img,
#custom-html-e5 .icon-box > a > img,
#custom-html-e5 .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-e5 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-e5 .img-responsive,
#custom-html-e5 .thumbnail > img,
#custom-html-e5 .thumbnail a > img,
#custom-html-e5 .carousel-inner > .item > img,
#custom-html-e5 .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-e5 .logo-box img:hover,
#custom-html-e5 .icon-box > a > img:hover,
#custom-html-e5 .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-e5 .logo-box img:hover,
#custom-html-e5 .icon-box > a > img:hover,
#custom-html-e5 .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-e5 .window-box {
    display: none;
  }
}
.cid-uKq1NmDd9W {
  z-index: 1000;
  width: 100%;
}
.cid-uKq1NmDd9W nav.navbar {
  position: fixed;
}
.cid-uKq1NmDd9W .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-uKq1NmDd9W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKq1NmDd9W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKq1NmDd9W .dropdown-item:hover,
.cid-uKq1NmDd9W .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKq1NmDd9W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKq1NmDd9W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKq1NmDd9W .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKq1NmDd9W .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKq1NmDd9W .nav-item {
  margin: 0 31px;
}
.cid-uKq1NmDd9W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKq1NmDd9W .nav-link {
  position: relative;
}
.cid-uKq1NmDd9W .nav-link:hover,
.cid-uKq1NmDd9W .nav-link:focus,
.cid-uKq1NmDd9W .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKq1NmDd9W .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKq1NmDd9W .container {
    flex-wrap: inherit;
  }
}
.cid-uKq1NmDd9W .navbar-caption:hover,
.cid-uKq1NmDd9W .navbar-caption:focus,
.cid-uKq1NmDd9W .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKq1NmDd9W .dropdown-menu,
.cid-uKq1NmDd9W .navbar.opened {
  background: #ffffff !important;
}
.cid-uKq1NmDd9W .nav-item:focus,
.cid-uKq1NmDd9W .nav-link:focus {
  outline: none;
}
.cid-uKq1NmDd9W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKq1NmDd9W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKq1NmDd9W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKq1NmDd9W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKq1NmDd9W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKq1NmDd9W .navbar.opened {
  transition: all 0.3s;
}
.cid-uKq1NmDd9W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKq1NmDd9W .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKq1NmDd9W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKq1NmDd9W .navbar.collapsed {
  justify-content: center;
}
.cid-uKq1NmDd9W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKq1NmDd9W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKq1NmDd9W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKq1NmDd9W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKq1NmDd9W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKq1NmDd9W .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-uKq1NmDd9W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKq1NmDd9W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKq1NmDd9W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKq1NmDd9W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKq1NmDd9W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKq1NmDd9W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKq1NmDd9W .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-uKq1NmDd9W .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKq1NmDd9W .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKq1NmDd9W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKq1NmDd9W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKq1NmDd9W .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKq1NmDd9W .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKq1NmDd9W .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKq1NmDd9W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKq1NmDd9W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKq1NmDd9W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKq1NmDd9W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKq1NmDd9W .dropdown-item.active,
.cid-uKq1NmDd9W .dropdown-item:active {
  background-color: transparent;
}
.cid-uKq1NmDd9W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKq1NmDd9W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKq1NmDd9W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKq1NmDd9W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKq1NmDd9W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKq1NmDd9W .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKq1NmDd9W .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKq1NmDd9W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKq1NmDd9W ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKq1NmDd9W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKq1NmDd9W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKq1NmDd9W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKq1NmDd9W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKq1NmDd9W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKq1NmDd9W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKq1NmDd9W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKq1NmDd9W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKq1NmDd9W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKq1NmDd9W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKq1NmDd9W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKq1NmDd9W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKq1NmDd9W a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKq1NmDd9W .navbar {
    height: 70px;
  }
  .cid-uKq1NmDd9W .navbar.opened {
    height: auto;
  }
  .cid-uKq1NmDd9W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKq1NmDd9W .socials-wrap {
  flex-shrink: 0;
}
.cid-uKq1NmDd9W .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKq1NmDd9W .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKq1NmDd9W .socials {
    
    margin-top: 10px;
  }
}
.cid-uKq1NmDd9W .socials-item .link {
  color: #ffffff;
}
.cid-uKq1NmDd9W .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
.cid-uKq1NlBMmD {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKq1NlBMmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKq1NlBMmD .mbr-fallback-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKq1NlBMmD .image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: fill;
  margin: 0;
  padding: 0;
}
.cid-uKq1NlBMmD .text-wrapper {
  margin: 16px 0 0 0;
  padding: 0;
}
.cid-uKq1NlBMmD .text-wrapper .mbr-iconfont {
  color: #e0bdb6;
  margin: 0;
  padding: 0;
}
.cid-uKq1NlBMmD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKq1NlBMmD .mbr-text {
  color: #747474;
}
.cid-uKq1NlBMmD .col,
.cid-uKq1NlBMmD .col-1,
.cid-uKq1NlBMmD .col-10,
.cid-uKq1NlBMmD .col-11,
.cid-uKq1NlBMmD .col-12,
.cid-uKq1NlBMmD .col-2,
.cid-uKq1NlBMmD .col-3,
.cid-uKq1NlBMmD .col-4,
.cid-uKq1NlBMmD .col-5,
.cid-uKq1NlBMmD .col-6,
.cid-uKq1NlBMmD .col-7,
.cid-uKq1NlBMmD .col-8,
.cid-uKq1NlBMmD .col-9,
.cid-uKq1NlBMmD .col-auto,
.cid-uKq1NlBMmD .col-lg,
.cid-uKq1NlBMmD .col-lg-1,
.cid-uKq1NlBMmD .col-lg-10,
.cid-uKq1NlBMmD .col-lg-11,
.cid-uKq1NlBMmD .col-lg-12,
.cid-uKq1NlBMmD .col-lg-2,
.cid-uKq1NlBMmD .col-lg-3,
.cid-uKq1NlBMmD .col-lg-4,
.cid-uKq1NlBMmD .col-lg-5,
.cid-uKq1NlBMmD .col-lg-6,
.cid-uKq1NlBMmD .col-lg-7,
.cid-uKq1NlBMmD .col-lg-8,
.cid-uKq1NlBMmD .col-lg-9,
.cid-uKq1NlBMmD .col-lg-auto,
.cid-uKq1NlBMmD .col-md,
.cid-uKq1NlBMmD .col-md-1,
.cid-uKq1NlBMmD .col-md-10,
.cid-uKq1NlBMmD .col-md-11,
.cid-uKq1NlBMmD .col-md-12,
.cid-uKq1NlBMmD .col-md-2,
.cid-uKq1NlBMmD .col-md-3,
.cid-uKq1NlBMmD .col-md-4,
.cid-uKq1NlBMmD .col-md-5,
.cid-uKq1NlBMmD .col-md-6,
.cid-uKq1NlBMmD .col-md-7,
.cid-uKq1NlBMmD .col-md-8,
.cid-uKq1NlBMmD .col-md-9,
.cid-uKq1NlBMmD .col-md-auto,
.cid-uKq1NlBMmD .col-sm,
.cid-uKq1NlBMmD .col-sm-1,
.cid-uKq1NlBMmD .col-sm-10,
.cid-uKq1NlBMmD .col-sm-11,
.cid-uKq1NlBMmD .col-sm-12,
.cid-uKq1NlBMmD .col-sm-2,
.cid-uKq1NlBMmD .col-sm-3,
.cid-uKq1NlBMmD .col-sm-4,
.cid-uKq1NlBMmD .col-sm-5,
.cid-uKq1NlBMmD .col-sm-6,
.cid-uKq1NlBMmD .col-sm-7,
.cid-uKq1NlBMmD .col-sm-8,
.cid-uKq1NlBMmD .col-sm-9,
.cid-uKq1NlBMmD .col-sm-auto,
.cid-uKq1NlBMmD .col-xl,
.cid-uKq1NlBMmD .col-xl-1,
.cid-uKq1NlBMmD .col-xl-10,
.cid-uKq1NlBMmD .col-xl-11,
.cid-uKq1NlBMmD .col-xl-12,
.cid-uKq1NlBMmD .col-xl-2,
.cid-uKq1NlBMmD .col-xl-3,
.cid-uKq1NlBMmD .col-xl-4,
.cid-uKq1NlBMmD .col-xl-5,
.cid-uKq1NlBMmD .col-xl-6,
.cid-uKq1NlBMmD .col-xl-7,
.cid-uKq1NlBMmD .col-xl-8,
.cid-uKq1NlBMmD .col-xl-9,
.cid-uKq1NlBMmD .col-xl-auto {
  padding: 0;
}
#custom-html-eb {
  /*跑馬燈*/
}
#custom-html-eb .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-eb .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-eb .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKqhkSwOz2 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/unnamed.webp");
  overflow: hidden;
}
.cid-uKqhkSwOz2 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uKqhkSwOz2 #e2_shape {
  fill: #000000 !important;
}
.cid-uKqhkSwOz2 .mbr-section-title {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ffe7bd, #f7b675);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.cid-uKqhkSwOz2 .mbr-text.display-5 {
  color: #fbfbfb !important;
  caret-color: #fbfbfb !important;
  font-size: 26px;
}
.cid-uKqhkSwOz2 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uKqhkSwOz2 img {
  margin-left: auto;
  margin-right: auto;
}
.cid-uKqhkSwOz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqhkSwOz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKqhkSwOz2 .appButtons {
  display: inline !important;
}
.cid-uKqhkSwOz2 .appButtons > img {
  width: 200px !important;
  margin: 5px;
}
.cid-uKqhkSwOz2 .appButtons > img:hover {
  filter: contrast(120%);
  transform: scale(1.1);
}
.cid-uKqhkSwOz2 .mbr-text,
.cid-uKqhkSwOz2 .mbr-section-btn {
  text-align: left;
}
.cid-uKq1Nmngn1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKq1Nmngn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKq1Nmngn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKq1Nmngn1 .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKq1Nmngn1 .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKq1Nmngn1 .container {
    padding: 0 0;
  }
}
.cid-uKq1Nmngn1 .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKq1Nmngn1 .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKq1Nmngn1 .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKq1Nmngn1 .row {
    padding: 0;
  }
}
.cid-uKq1Nmngn1 .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKq1Nmngn1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKq1Nmngn1 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKq1Nmngn1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKq1Nmngn1 .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKq1Nmngn1 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKq1Nmngn1 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKq1Nmngn1 .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKq1Nmngn1 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKq1Nmngn1 .nav-wrapper .list {
    display: block;
  }
}
.cid-uKq1Nmngn1 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKq1Nmngn1 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKq1Nmngn1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKq1Nmngn1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKq1Nmngn1 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKq1Nmngn1 .item-wrap > a {
  font-weight: 800;
}
.cid-uKq1Nmngn1 .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKq1Nmngn1 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKq1Nmngn1 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKq1Nmngn1 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKq1Nmngn1 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKq1Nmngn1 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKq1Nmngn1 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKq1Nmngn1 .mbr-section-title,
.cid-uKq1Nmngn1 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKq1Nmngn1 .list {
  color: #ffffff;
}
.cid-uKq1Nmngn1 .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKq1Nmngn1 .list,
.cid-uKq1Nmngn1 .nav-wrapper,
.cid-uKq1Nmngn1 .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKq1Nmngn1 .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKq1Nmngn1 .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKq1Nmngn1 .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKq1Nmngn1 .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKq1Nmngn1 .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKq1Nmngn1 .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKq1Nmngn1 .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKq1Nmngn1 .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKq1Nmngn1 .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKq1Nmngn1 .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-eg .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-eg .icon-box {
  position: relative;
}
#custom-html-eg .icon-box img {
  margin: 10% auto;
}
#custom-html-eg .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-eg .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-eg .logo-box img,
#custom-html-eg .icon-box > a > img,
#custom-html-eg .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-eg .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-eg .img-responsive,
#custom-html-eg .thumbnail > img,
#custom-html-eg .thumbnail a > img,
#custom-html-eg .carousel-inner > .item > img,
#custom-html-eg .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-eg .logo-box img:hover,
#custom-html-eg .icon-box > a > img:hover,
#custom-html-eg .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-eg .logo-box img:hover,
#custom-html-eg .icon-box > a > img:hover,
#custom-html-eg .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-eg .window-box {
    display: none;
  }
}
.cid-uKvqrnikBF {
  z-index: 1000;
  width: 100%;
}
.cid-uKvqrnikBF nav.navbar {
  position: fixed;
}
.cid-uKvqrnikBF .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-uKvqrnikBF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKvqrnikBF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKvqrnikBF .dropdown-item:hover,
.cid-uKvqrnikBF .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKvqrnikBF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKvqrnikBF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKvqrnikBF .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKvqrnikBF .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKvqrnikBF .nav-item {
  margin: 0 31px;
}
.cid-uKvqrnikBF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKvqrnikBF .nav-link {
  position: relative;
}
.cid-uKvqrnikBF .nav-link:hover,
.cid-uKvqrnikBF .nav-link:focus,
.cid-uKvqrnikBF .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKvqrnikBF .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKvqrnikBF .container {
    flex-wrap: inherit;
  }
}
.cid-uKvqrnikBF .navbar-caption:hover,
.cid-uKvqrnikBF .navbar-caption:focus,
.cid-uKvqrnikBF .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKvqrnikBF .dropdown-menu,
.cid-uKvqrnikBF .navbar.opened {
  background: #ffffff !important;
}
.cid-uKvqrnikBF .nav-item:focus,
.cid-uKvqrnikBF .nav-link:focus {
  outline: none;
}
.cid-uKvqrnikBF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKvqrnikBF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKvqrnikBF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKvqrnikBF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKvqrnikBF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKvqrnikBF .navbar.opened {
  transition: all 0.3s;
}
.cid-uKvqrnikBF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKvqrnikBF .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKvqrnikBF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKvqrnikBF .navbar.collapsed {
  justify-content: center;
}
.cid-uKvqrnikBF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKvqrnikBF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKvqrnikBF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKvqrnikBF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKvqrnikBF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKvqrnikBF .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-uKvqrnikBF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKvqrnikBF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKvqrnikBF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKvqrnikBF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKvqrnikBF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKvqrnikBF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKvqrnikBF .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-uKvqrnikBF .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKvqrnikBF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKvqrnikBF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKvqrnikBF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKvqrnikBF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKvqrnikBF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKvqrnikBF .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKvqrnikBF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKvqrnikBF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKvqrnikBF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKvqrnikBF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKvqrnikBF .dropdown-item.active,
.cid-uKvqrnikBF .dropdown-item:active {
  background-color: transparent;
}
.cid-uKvqrnikBF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKvqrnikBF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKvqrnikBF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKvqrnikBF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKvqrnikBF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKvqrnikBF .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKvqrnikBF .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKvqrnikBF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKvqrnikBF ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKvqrnikBF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKvqrnikBF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKvqrnikBF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKvqrnikBF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvqrnikBF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvqrnikBF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKvqrnikBF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvqrnikBF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKvqrnikBF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKvqrnikBF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvqrnikBF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKvqrnikBF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKvqrnikBF a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKvqrnikBF .navbar {
    height: 70px;
  }
  .cid-uKvqrnikBF .navbar.opened {
    height: auto;
  }
  .cid-uKvqrnikBF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKvqrnikBF .socials-wrap {
  flex-shrink: 0;
}
.cid-uKvqrnikBF .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKvqrnikBF .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKvqrnikBF .socials {
    
    margin-top: 10px;
  }
}
.cid-uKvqrnikBF .socials-item .link {
  color: #ffffff;
}
.cid-uKvqrnikBF .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-f5 .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-f5 .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-f5 .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-f5 .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-f5 .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-f5 .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-f5 .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uKvqrnxiqB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uKvqrnxiqB .content-head {
  max-width: 960px;
}
.cid-uKvqrnxiqB .mbr-text,
.cid-uKvqrnxiqB .mbr-section-btn {
  text-align: left;
}
.cid-uKvqrnxiqB .mbr-section-title {
  text-align: left;
}
.cid-uKvqrnDwSn {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKvqrnDwSn .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKvqrnDwSn .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKvqrnDwSn .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKvqrnDwSn .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKvqrnDwSn .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKvqrnDwSn .mbr-text {
  color: #000000;
}
.cid-uKvqrnLaqG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKvqrnLaqG .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.cid-uKvqrnLaqG .card {
  background: transparent;
}
.cid-uKvqrnLaqG .card-img {
  width: 100%;
  height: auto;
}
.cid-uKvqrnLaqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvqrnLaqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvqrnTwaa {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKvqrnTwaa .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKvqrnTwaa .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKvqrnTwaa .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKvqrnTwaa .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKvqrnTwaa .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKvqrnTwaa .mbr-text {
  color: #000000;
}
.cid-uKvqro03Lg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKvqro03Lg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvqro03Lg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvqro03Lg .container-fluid {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uKvqro03Lg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKvqro03Lg .container {
    padding: 0 24px;
  }
}
.cid-uKvqro03Lg .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKvqro03Lg .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKvqro03Lg .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKvqro03Lg .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uKvqro03Lg .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uKvqro03Lg .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvqro03Lg .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 100%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uKvqro03Lg .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKvqro03Lg .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uKvqro03Lg .mbr-section-title {
  color: #ffffff;
}
.cid-uKvqro03Lg .mbr-text,
.cid-uKvqro03Lg .text-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-uKvqro03Lg .mbr-section-title,
.cid-uKvqro03Lg .icon-wrapper {
  text-align: center;
}
.cid-uKvqro77r9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKvqro77r9 .card-box {
  padding: 0rem;
}
.cid-uKvqro77r9 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uKvqro77r9 h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uKvqro77r9 p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uKvqro77r9 .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uKvqro77r9 .mbr-text {
  color: #879a9f;
}
.cid-uKvqro77r9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvqro77r9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvqro77r9 .card-title > a > b {
  line-height: 36px !important;
}
.cid-uKvqrojD8p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKvqrojD8p::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #3359a0 50%);
  z-index: 1;
}
.cid-uKvqrojD8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvqrojD8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKvqrojD8p .container {
    padding: 0 22px;
  }
}
.cid-uKvqrojD8p .row {
  justify-content: center;
}
.cid-uKvqrojD8p .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uKvqrojD8p .content-wrapper {
    padding: 0;
  }
}
.cid-uKvqrojD8p .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uKvqrojD8p .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uKvqrojD8p .mbr-section-title {
  color: #ffffff;
}
.cid-uKvqrojD8p .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uKvqrojD8p .mbr-section-title,
.cid-uKvqrojD8p .mbr-section-btn {
  text-align: center;
}
.cid-uKvqroHhpC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKvqroHhpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvqroHhpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvqroHhpC .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKvqroHhpC .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKvqroHhpC .container {
    padding: 0 0;
  }
}
.cid-uKvqroHhpC .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKvqroHhpC .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKvqroHhpC .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKvqroHhpC .row {
    padding: 0;
  }
}
.cid-uKvqroHhpC .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKvqroHhpC .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKvqroHhpC .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKvqroHhpC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvqroHhpC .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKvqroHhpC .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKvqroHhpC .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKvqroHhpC .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKvqroHhpC .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKvqroHhpC .nav-wrapper .list {
    display: block;
  }
}
.cid-uKvqroHhpC .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKvqroHhpC .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKvqroHhpC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKvqroHhpC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKvqroHhpC .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKvqroHhpC .item-wrap > a {
  font-weight: 800;
}
.cid-uKvqroHhpC .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKvqroHhpC .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKvqroHhpC .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKvqroHhpC .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKvqroHhpC .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKvqroHhpC .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKvqroHhpC .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKvqroHhpC .mbr-section-title,
.cid-uKvqroHhpC .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKvqroHhpC .list {
  color: #ffffff;
}
.cid-uKvqroHhpC .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKvqroHhpC .list,
.cid-uKvqroHhpC .nav-wrapper,
.cid-uKvqroHhpC .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKvqroHhpC .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKvqroHhpC .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKvqroHhpC .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKvqroHhpC .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKvqroHhpC .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKvqroHhpC .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKvqroHhpC .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKvqroHhpC .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKvqroHhpC .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKvqroHhpC .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-ft .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-ft .icon-box {
  position: relative;
}
#custom-html-ft .icon-box img {
  margin: 10% auto;
}
#custom-html-ft .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-ft .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-ft .logo-box img,
#custom-html-ft .icon-box > a > img,
#custom-html-ft .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-ft .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-ft .img-responsive,
#custom-html-ft .thumbnail > img,
#custom-html-ft .thumbnail a > img,
#custom-html-ft .carousel-inner > .item > img,
#custom-html-ft .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-ft .logo-box img:hover,
#custom-html-ft .icon-box > a > img:hover,
#custom-html-ft .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-ft .logo-box img:hover,
#custom-html-ft .icon-box > a > img:hover,
#custom-html-ft .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-ft .window-box {
    display: none;
  }
}
.cid-uKvqsu31OV {
  z-index: 1000;
  width: 100%;
}
.cid-uKvqsu31OV nav.navbar {
  position: fixed;
}
.cid-uKvqsu31OV .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-uKvqsu31OV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKvqsu31OV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKvqsu31OV .dropdown-item:hover,
.cid-uKvqsu31OV .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKvqsu31OV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKvqsu31OV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKvqsu31OV .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKvqsu31OV .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKvqsu31OV .nav-item {
  margin: 0 31px;
}
.cid-uKvqsu31OV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKvqsu31OV .nav-link {
  position: relative;
}
.cid-uKvqsu31OV .nav-link:hover,
.cid-uKvqsu31OV .nav-link:focus,
.cid-uKvqsu31OV .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKvqsu31OV .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKvqsu31OV .container {
    flex-wrap: inherit;
  }
}
.cid-uKvqsu31OV .navbar-caption:hover,
.cid-uKvqsu31OV .navbar-caption:focus,
.cid-uKvqsu31OV .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKvqsu31OV .dropdown-menu,
.cid-uKvqsu31OV .navbar.opened {
  background: #ffffff !important;
}
.cid-uKvqsu31OV .nav-item:focus,
.cid-uKvqsu31OV .nav-link:focus {
  outline: none;
}
.cid-uKvqsu31OV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKvqsu31OV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKvqsu31OV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKvqsu31OV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKvqsu31OV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKvqsu31OV .navbar.opened {
  transition: all 0.3s;
}
.cid-uKvqsu31OV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKvqsu31OV .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKvqsu31OV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKvqsu31OV .navbar.collapsed {
  justify-content: center;
}
.cid-uKvqsu31OV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKvqsu31OV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKvqsu31OV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKvqsu31OV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKvqsu31OV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKvqsu31OV .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-uKvqsu31OV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKvqsu31OV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKvqsu31OV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKvqsu31OV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKvqsu31OV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKvqsu31OV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKvqsu31OV .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-uKvqsu31OV .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKvqsu31OV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKvqsu31OV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKvqsu31OV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKvqsu31OV .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKvqsu31OV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKvqsu31OV .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKvqsu31OV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKvqsu31OV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKvqsu31OV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKvqsu31OV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKvqsu31OV .dropdown-item.active,
.cid-uKvqsu31OV .dropdown-item:active {
  background-color: transparent;
}
.cid-uKvqsu31OV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKvqsu31OV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKvqsu31OV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKvqsu31OV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKvqsu31OV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKvqsu31OV .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKvqsu31OV .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKvqsu31OV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKvqsu31OV ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKvqsu31OV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKvqsu31OV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKvqsu31OV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKvqsu31OV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvqsu31OV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvqsu31OV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKvqsu31OV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvqsu31OV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKvqsu31OV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKvqsu31OV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvqsu31OV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKvqsu31OV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKvqsu31OV a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKvqsu31OV .navbar {
    height: 70px;
  }
  .cid-uKvqsu31OV .navbar.opened {
    height: auto;
  }
  .cid-uKvqsu31OV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKvqsu31OV .socials-wrap {
  flex-shrink: 0;
}
.cid-uKvqsu31OV .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKvqsu31OV .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKvqsu31OV .socials {
    
    margin-top: 10px;
  }
}
.cid-uKvqsu31OV .socials-item .link {
  color: #ffffff;
}
.cid-uKvqsu31OV .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-fg .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-fg .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-fg .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-fg .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-fg .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-fg .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-fg .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uKvqsuiP4m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uKvqsuiP4m .content-head {
  max-width: 960px;
}
.cid-uKvqsuiP4m .mbr-text,
.cid-uKvqsuiP4m .mbr-section-btn {
  text-align: left;
}
.cid-uKvqsuiP4m .mbr-section-title {
  text-align: left;
}
.cid-uKvqsuq81t {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKvqsuq81t .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKvqsuq81t .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKvqsuq81t .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKvqsuq81t .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKvqsuq81t .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKvqsuq81t .mbr-text {
  color: #000000;
}
.cid-uKvqsuxYA6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKvqsuxYA6 .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.cid-uKvqsuxYA6 .card {
  background: transparent;
}
.cid-uKvqsuxYA6 .card-img {
  width: 100%;
  height: auto;
}
.cid-uKvqsuxYA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvqsuxYA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvqsuF5Gl {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKvqsuF5Gl .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKvqsuF5Gl .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKvqsuF5Gl .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKvqsuF5Gl .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKvqsuF5Gl .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKvqsuF5Gl .mbr-text {
  color: #000000;
}
.cid-uKvqsuMYop {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKvqsuMYop .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvqsuMYop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvqsuMYop .container-fluid {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uKvqsuMYop .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKvqsuMYop .container {
    padding: 0 24px;
  }
}
.cid-uKvqsuMYop .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKvqsuMYop .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKvqsuMYop .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKvqsuMYop .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uKvqsuMYop .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uKvqsuMYop .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvqsuMYop .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 100%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uKvqsuMYop .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKvqsuMYop .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uKvqsuMYop .mbr-section-title {
  color: #ffffff;
}
.cid-uKvqsuMYop .mbr-text,
.cid-uKvqsuMYop .text-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-uKvqsuMYop .mbr-section-title,
.cid-uKvqsuMYop .icon-wrapper {
  text-align: left;
}
.cid-uKvqsuVCo5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKvqsuVCo5 .card-box {
  padding: 0rem;
}
.cid-uKvqsuVCo5 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uKvqsuVCo5 h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uKvqsuVCo5 p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uKvqsuVCo5 .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uKvqsuVCo5 .mbr-text {
  color: #879a9f;
}
.cid-uKvqsuVCo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvqsuVCo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvqsuVCo5 .card-title > a > b {
  line-height: 36px !important;
}
.cid-uKvqsv6Mxe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKvqsv6Mxe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #3359a0 50%);
  z-index: 1;
}
.cid-uKvqsv6Mxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvqsv6Mxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKvqsv6Mxe .container {
    padding: 0 22px;
  }
}
.cid-uKvqsv6Mxe .row {
  justify-content: center;
}
.cid-uKvqsv6Mxe .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uKvqsv6Mxe .content-wrapper {
    padding: 0;
  }
}
.cid-uKvqsv6Mxe .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uKvqsv6Mxe .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uKvqsv6Mxe .mbr-section-title {
  color: #ffffff;
}
.cid-uKvqsv6Mxe .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uKvqsv6Mxe .mbr-section-title,
.cid-uKvqsv6Mxe .mbr-section-btn {
  text-align: center;
}
.cid-uKvqsvuUli {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKvqsvuUli .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvqsvuUli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvqsvuUli .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKvqsvuUli .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKvqsvuUli .container {
    padding: 0 0;
  }
}
.cid-uKvqsvuUli .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKvqsvuUli .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKvqsvuUli .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKvqsvuUli .row {
    padding: 0;
  }
}
.cid-uKvqsvuUli .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKvqsvuUli .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKvqsvuUli .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKvqsvuUli .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvqsvuUli .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKvqsvuUli .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKvqsvuUli .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKvqsvuUli .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKvqsvuUli .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKvqsvuUli .nav-wrapper .list {
    display: block;
  }
}
.cid-uKvqsvuUli .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKvqsvuUli .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKvqsvuUli .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKvqsvuUli .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKvqsvuUli .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKvqsvuUli .item-wrap > a {
  font-weight: 800;
}
.cid-uKvqsvuUli .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKvqsvuUli .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKvqsvuUli .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKvqsvuUli .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKvqsvuUli .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKvqsvuUli .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKvqsvuUli .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKvqsvuUli .mbr-section-title,
.cid-uKvqsvuUli .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKvqsvuUli .list {
  color: #ffffff;
}
.cid-uKvqsvuUli .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKvqsvuUli .list,
.cid-uKvqsvuUli .nav-wrapper,
.cid-uKvqsvuUli .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKvqsvuUli .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKvqsvuUli .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKvqsvuUli .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKvqsvuUli .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKvqsvuUli .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKvqsvuUli .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKvqsvuUli .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKvqsvuUli .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKvqsvuUli .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKvqsvuUli .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-fu .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-fu .icon-box {
  position: relative;
}
#custom-html-fu .icon-box img {
  margin: 10% auto;
}
#custom-html-fu .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-fu .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-fu .logo-box img,
#custom-html-fu .icon-box > a > img,
#custom-html-fu .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-fu .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-fu .img-responsive,
#custom-html-fu .thumbnail > img,
#custom-html-fu .thumbnail a > img,
#custom-html-fu .carousel-inner > .item > img,
#custom-html-fu .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-fu .logo-box img:hover,
#custom-html-fu .icon-box > a > img:hover,
#custom-html-fu .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-fu .logo-box img:hover,
#custom-html-fu .icon-box > a > img:hover,
#custom-html-fu .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-fu .window-box {
    display: none;
  }
}
.cid-uKvPGjycbK {
  z-index: 1000;
  width: 100%;
}
.cid-uKvPGjycbK nav.navbar {
  position: fixed;
}
.cid-uKvPGjycbK .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-uKvPGjycbK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKvPGjycbK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKvPGjycbK .dropdown-item:hover,
.cid-uKvPGjycbK .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKvPGjycbK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKvPGjycbK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKvPGjycbK .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKvPGjycbK .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKvPGjycbK .nav-item {
  margin: 0 31px;
}
.cid-uKvPGjycbK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKvPGjycbK .nav-link {
  position: relative;
}
.cid-uKvPGjycbK .nav-link:hover,
.cid-uKvPGjycbK .nav-link:focus,
.cid-uKvPGjycbK .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKvPGjycbK .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKvPGjycbK .container {
    flex-wrap: inherit;
  }
}
.cid-uKvPGjycbK .navbar-caption:hover,
.cid-uKvPGjycbK .navbar-caption:focus,
.cid-uKvPGjycbK .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKvPGjycbK .dropdown-menu,
.cid-uKvPGjycbK .navbar.opened {
  background: #ffffff !important;
}
.cid-uKvPGjycbK .nav-item:focus,
.cid-uKvPGjycbK .nav-link:focus {
  outline: none;
}
.cid-uKvPGjycbK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKvPGjycbK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKvPGjycbK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKvPGjycbK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKvPGjycbK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKvPGjycbK .navbar.opened {
  transition: all 0.3s;
}
.cid-uKvPGjycbK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKvPGjycbK .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKvPGjycbK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKvPGjycbK .navbar.collapsed {
  justify-content: center;
}
.cid-uKvPGjycbK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKvPGjycbK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKvPGjycbK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKvPGjycbK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKvPGjycbK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKvPGjycbK .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-uKvPGjycbK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKvPGjycbK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKvPGjycbK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKvPGjycbK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKvPGjycbK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKvPGjycbK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKvPGjycbK .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-uKvPGjycbK .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKvPGjycbK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKvPGjycbK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKvPGjycbK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKvPGjycbK .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKvPGjycbK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKvPGjycbK .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKvPGjycbK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKvPGjycbK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKvPGjycbK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKvPGjycbK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKvPGjycbK .dropdown-item.active,
.cid-uKvPGjycbK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKvPGjycbK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKvPGjycbK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKvPGjycbK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKvPGjycbK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKvPGjycbK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKvPGjycbK .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKvPGjycbK .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKvPGjycbK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKvPGjycbK ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKvPGjycbK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKvPGjycbK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKvPGjycbK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKvPGjycbK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvPGjycbK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvPGjycbK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKvPGjycbK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvPGjycbK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKvPGjycbK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKvPGjycbK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvPGjycbK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKvPGjycbK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKvPGjycbK a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKvPGjycbK .navbar {
    height: 70px;
  }
  .cid-uKvPGjycbK .navbar.opened {
    height: auto;
  }
  .cid-uKvPGjycbK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKvPGjycbK .socials-wrap {
  flex-shrink: 0;
}
.cid-uKvPGjycbK .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKvPGjycbK .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKvPGjycbK .socials {
    
    margin-top: 10px;
  }
}
.cid-uKvPGjycbK .socials-item .link {
  color: #ffffff;
}
.cid-uKvPGjycbK .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-g0 {
  /*跑馬燈*/
}
#custom-html-g0 .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-g0 .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-g0 .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKvPGjWQ13 {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/unnamed.webp");
  overflow: hidden;
}
.cid-uKvPGjWQ13 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uKvPGjWQ13 #e2_shape {
  fill: #000000 !important;
}
.cid-uKvPGjWQ13 .mbr-section-title {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ffe7bd, #f7b675);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.cid-uKvPGjWQ13 .mbr-text.display-5 {
  color: #fbfbfb !important;
  caret-color: #fbfbfb !important;
  font-size: 26px;
}
.cid-uKvPGjWQ13 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uKvPGjWQ13 img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.cid-uKvPGjWQ13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvPGjWQ13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvPGjWQ13 .appButtons {
  display: inline !important;
}
.cid-uKvPGjWQ13 .appButtons > img {
  width: 200px !important;
  margin: 5px;
}
.cid-uKvPGjWQ13 .appButtons > img:hover {
  filter: contrast(120%);
  transform: scale(1.1);
}
.cid-uKvPGjWQ13 P {
  text-align: left;
}
.cid-uKvPGk5yoz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKvPGk5yoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvPGk5yoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvPGk5yoz .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKvPGk5yoz .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKvPGk5yoz .container {
    padding: 0 0;
  }
}
.cid-uKvPGk5yoz .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKvPGk5yoz .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKvPGk5yoz .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKvPGk5yoz .row {
    padding: 0;
  }
}
.cid-uKvPGk5yoz .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKvPGk5yoz .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKvPGk5yoz .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKvPGk5yoz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvPGk5yoz .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKvPGk5yoz .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKvPGk5yoz .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKvPGk5yoz .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKvPGk5yoz .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKvPGk5yoz .nav-wrapper .list {
    display: block;
  }
}
.cid-uKvPGk5yoz .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKvPGk5yoz .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKvPGk5yoz .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKvPGk5yoz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKvPGk5yoz .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKvPGk5yoz .item-wrap > a {
  font-weight: 800;
}
.cid-uKvPGk5yoz .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKvPGk5yoz .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKvPGk5yoz .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKvPGk5yoz .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKvPGk5yoz .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKvPGk5yoz .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKvPGk5yoz .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKvPGk5yoz .mbr-section-title,
.cid-uKvPGk5yoz .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKvPGk5yoz .list {
  color: #ffffff;
}
.cid-uKvPGk5yoz .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKvPGk5yoz .list,
.cid-uKvPGk5yoz .nav-wrapper,
.cid-uKvPGk5yoz .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKvPGk5yoz .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKvPGk5yoz .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKvPGk5yoz .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKvPGk5yoz .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKvPGk5yoz .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKvPGk5yoz .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKvPGk5yoz .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKvPGk5yoz .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKvPGk5yoz .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKvPGk5yoz .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-g3 .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-g3 .icon-box {
  position: relative;
}
#custom-html-g3 .icon-box img {
  margin: 10% auto;
}
#custom-html-g3 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-g3 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-g3 .logo-box img,
#custom-html-g3 .icon-box > a > img,
#custom-html-g3 .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-g3 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-g3 .img-responsive,
#custom-html-g3 .thumbnail > img,
#custom-html-g3 .thumbnail a > img,
#custom-html-g3 .carousel-inner > .item > img,
#custom-html-g3 .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-g3 .logo-box img:hover,
#custom-html-g3 .icon-box > a > img:hover,
#custom-html-g3 .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-g3 .logo-box img:hover,
#custom-html-g3 .icon-box > a > img:hover,
#custom-html-g3 .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-g3 .window-box {
    display: none;
  }
}
.cid-uKvR6wNsZ7 {
  z-index: 1000;
  width: 100%;
}
.cid-uKvR6wNsZ7 nav.navbar {
  position: fixed;
}
.cid-uKvR6wNsZ7 .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-uKvR6wNsZ7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKvR6wNsZ7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKvR6wNsZ7 .dropdown-item:hover,
.cid-uKvR6wNsZ7 .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKvR6wNsZ7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKvR6wNsZ7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKvR6wNsZ7 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKvR6wNsZ7 .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKvR6wNsZ7 .nav-item {
  margin: 0 31px;
}
.cid-uKvR6wNsZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKvR6wNsZ7 .nav-link {
  position: relative;
}
.cid-uKvR6wNsZ7 .nav-link:hover,
.cid-uKvR6wNsZ7 .nav-link:focus,
.cid-uKvR6wNsZ7 .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKvR6wNsZ7 .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKvR6wNsZ7 .container {
    flex-wrap: inherit;
  }
}
.cid-uKvR6wNsZ7 .navbar-caption:hover,
.cid-uKvR6wNsZ7 .navbar-caption:focus,
.cid-uKvR6wNsZ7 .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKvR6wNsZ7 .dropdown-menu,
.cid-uKvR6wNsZ7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uKvR6wNsZ7 .nav-item:focus,
.cid-uKvR6wNsZ7 .nav-link:focus {
  outline: none;
}
.cid-uKvR6wNsZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKvR6wNsZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKvR6wNsZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKvR6wNsZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKvR6wNsZ7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKvR6wNsZ7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKvR6wNsZ7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKvR6wNsZ7 .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKvR6wNsZ7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKvR6wNsZ7 .navbar.collapsed {
  justify-content: center;
}
.cid-uKvR6wNsZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKvR6wNsZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKvR6wNsZ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKvR6wNsZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKvR6wNsZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKvR6wNsZ7 .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-uKvR6wNsZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKvR6wNsZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKvR6wNsZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKvR6wNsZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKvR6wNsZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKvR6wNsZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKvR6wNsZ7 .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-uKvR6wNsZ7 .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKvR6wNsZ7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKvR6wNsZ7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKvR6wNsZ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKvR6wNsZ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKvR6wNsZ7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKvR6wNsZ7 .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKvR6wNsZ7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKvR6wNsZ7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKvR6wNsZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKvR6wNsZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKvR6wNsZ7 .dropdown-item.active,
.cid-uKvR6wNsZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKvR6wNsZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKvR6wNsZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKvR6wNsZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKvR6wNsZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKvR6wNsZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKvR6wNsZ7 .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKvR6wNsZ7 .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKvR6wNsZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKvR6wNsZ7 ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKvR6wNsZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKvR6wNsZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKvR6wNsZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKvR6wNsZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvR6wNsZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvR6wNsZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKvR6wNsZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvR6wNsZ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKvR6wNsZ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKvR6wNsZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvR6wNsZ7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKvR6wNsZ7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKvR6wNsZ7 a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKvR6wNsZ7 .navbar {
    height: 70px;
  }
  .cid-uKvR6wNsZ7 .navbar.opened {
    height: auto;
  }
  .cid-uKvR6wNsZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKvR6wNsZ7 .socials-wrap {
  flex-shrink: 0;
}
.cid-uKvR6wNsZ7 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKvR6wNsZ7 .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKvR6wNsZ7 .socials {
    
    margin-top: 10px;
  }
}
.cid-uKvR6wNsZ7 .socials-item .link {
  color: #ffffff;
}
.cid-uKvR6wNsZ7 .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-g5 {
  /*跑馬燈*/
}
#custom-html-g5 .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-g5 .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-g5 .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKvR6x1qle {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/unnamed.webp");
  overflow: hidden;
}
.cid-uKvR6x1qle svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uKvR6x1qle #e2_shape {
  fill: #000000 !important;
}
.cid-uKvR6x1qle .mbr-section-title {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ffe7bd, #f7b675);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.cid-uKvR6x1qle .mbr-text.display-5 {
  color: #fbfbfb !important;
  caret-color: #fbfbfb !important;
  font-size: 26px;
}
.cid-uKvR6x1qle .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uKvR6x1qle img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKvR6x1qle .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvR6x1qle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvR6x1qle .appButtons {
  display: inline !important;
}
.cid-uKvR6x1qle .appButtons > img {
  width: 200px !important;
  margin: 5px;
}
.cid-uKvR6x1qle .appButtons > img:hover {
  filter: contrast(120%);
  transform: scale(1.1);
}
.cid-uKvR6x1qle P {
  text-align: left;
}
.cid-uKvR6xa7SW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKvR6xa7SW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvR6xa7SW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvR6xa7SW .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKvR6xa7SW .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKvR6xa7SW .container {
    padding: 0 0;
  }
}
.cid-uKvR6xa7SW .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKvR6xa7SW .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKvR6xa7SW .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKvR6xa7SW .row {
    padding: 0;
  }
}
.cid-uKvR6xa7SW .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKvR6xa7SW .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKvR6xa7SW .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKvR6xa7SW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvR6xa7SW .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKvR6xa7SW .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKvR6xa7SW .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKvR6xa7SW .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKvR6xa7SW .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKvR6xa7SW .nav-wrapper .list {
    display: block;
  }
}
.cid-uKvR6xa7SW .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKvR6xa7SW .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKvR6xa7SW .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKvR6xa7SW .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKvR6xa7SW .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKvR6xa7SW .item-wrap > a {
  font-weight: 800;
}
.cid-uKvR6xa7SW .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKvR6xa7SW .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKvR6xa7SW .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKvR6xa7SW .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKvR6xa7SW .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKvR6xa7SW .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKvR6xa7SW .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKvR6xa7SW .mbr-section-title,
.cid-uKvR6xa7SW .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKvR6xa7SW .list {
  color: #ffffff;
}
.cid-uKvR6xa7SW .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKvR6xa7SW .list,
.cid-uKvR6xa7SW .nav-wrapper,
.cid-uKvR6xa7SW .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKvR6xa7SW .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKvR6xa7SW .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKvR6xa7SW .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKvR6xa7SW .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKvR6xa7SW .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKvR6xa7SW .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKvR6xa7SW .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKvR6xa7SW .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKvR6xa7SW .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKvR6xa7SW .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-g8 .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-g8 .icon-box {
  position: relative;
}
#custom-html-g8 .icon-box img {
  margin: 10% auto;
}
#custom-html-g8 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-g8 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-g8 .logo-box img,
#custom-html-g8 .icon-box > a > img,
#custom-html-g8 .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-g8 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-g8 .img-responsive,
#custom-html-g8 .thumbnail > img,
#custom-html-g8 .thumbnail a > img,
#custom-html-g8 .carousel-inner > .item > img,
#custom-html-g8 .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-g8 .logo-box img:hover,
#custom-html-g8 .icon-box > a > img:hover,
#custom-html-g8 .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-g8 .logo-box img:hover,
#custom-html-g8 .icon-box > a > img:hover,
#custom-html-g8 .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-g8 .window-box {
    display: none;
  }
}
.cid-uKvRmfEuuv {
  z-index: 1000;
  width: 100%;
}
.cid-uKvRmfEuuv nav.navbar {
  position: fixed;
}
.cid-uKvRmfEuuv .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-uKvRmfEuuv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKvRmfEuuv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKvRmfEuuv .dropdown-item:hover,
.cid-uKvRmfEuuv .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKvRmfEuuv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKvRmfEuuv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKvRmfEuuv .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKvRmfEuuv .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKvRmfEuuv .nav-item {
  margin: 0 31px;
}
.cid-uKvRmfEuuv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKvRmfEuuv .nav-link {
  position: relative;
}
.cid-uKvRmfEuuv .nav-link:hover,
.cid-uKvRmfEuuv .nav-link:focus,
.cid-uKvRmfEuuv .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKvRmfEuuv .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKvRmfEuuv .container {
    flex-wrap: inherit;
  }
}
.cid-uKvRmfEuuv .navbar-caption:hover,
.cid-uKvRmfEuuv .navbar-caption:focus,
.cid-uKvRmfEuuv .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKvRmfEuuv .dropdown-menu,
.cid-uKvRmfEuuv .navbar.opened {
  background: #ffffff !important;
}
.cid-uKvRmfEuuv .nav-item:focus,
.cid-uKvRmfEuuv .nav-link:focus {
  outline: none;
}
.cid-uKvRmfEuuv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKvRmfEuuv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKvRmfEuuv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKvRmfEuuv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKvRmfEuuv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKvRmfEuuv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKvRmfEuuv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKvRmfEuuv .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKvRmfEuuv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKvRmfEuuv .navbar.collapsed {
  justify-content: center;
}
.cid-uKvRmfEuuv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKvRmfEuuv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKvRmfEuuv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKvRmfEuuv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKvRmfEuuv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKvRmfEuuv .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-uKvRmfEuuv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKvRmfEuuv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKvRmfEuuv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKvRmfEuuv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKvRmfEuuv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKvRmfEuuv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKvRmfEuuv .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-uKvRmfEuuv .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKvRmfEuuv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKvRmfEuuv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKvRmfEuuv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKvRmfEuuv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKvRmfEuuv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKvRmfEuuv .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKvRmfEuuv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKvRmfEuuv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKvRmfEuuv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKvRmfEuuv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKvRmfEuuv .dropdown-item.active,
.cid-uKvRmfEuuv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKvRmfEuuv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKvRmfEuuv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKvRmfEuuv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKvRmfEuuv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKvRmfEuuv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKvRmfEuuv .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKvRmfEuuv .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKvRmfEuuv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKvRmfEuuv ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKvRmfEuuv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKvRmfEuuv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKvRmfEuuv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKvRmfEuuv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvRmfEuuv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvRmfEuuv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKvRmfEuuv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvRmfEuuv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKvRmfEuuv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKvRmfEuuv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvRmfEuuv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKvRmfEuuv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKvRmfEuuv a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKvRmfEuuv .navbar {
    height: 70px;
  }
  .cid-uKvRmfEuuv .navbar.opened {
    height: auto;
  }
  .cid-uKvRmfEuuv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKvRmfEuuv .socials-wrap {
  flex-shrink: 0;
}
.cid-uKvRmfEuuv .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKvRmfEuuv .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKvRmfEuuv .socials {
    
    margin-top: 10px;
  }
}
.cid-uKvRmfEuuv .socials-item .link {
  color: #ffffff;
}
.cid-uKvRmfEuuv .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-ga {
  /*跑馬燈*/
}
#custom-html-ga .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-ga .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ga .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKvRmfVZ2D {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/unnamed.webp");
  overflow: hidden;
}
.cid-uKvRmfVZ2D svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uKvRmfVZ2D #e2_shape {
  fill: #000000 !important;
}
.cid-uKvRmfVZ2D .mbr-section-title {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ffe7bd, #f7b675);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.cid-uKvRmfVZ2D .mbr-text.display-5 {
  color: #fbfbfb !important;
  caret-color: #fbfbfb !important;
  font-size: 26px;
}
.cid-uKvRmfVZ2D .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uKvRmfVZ2D img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKvRmfVZ2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvRmfVZ2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvRmfVZ2D .appButtons {
  display: inline !important;
}
.cid-uKvRmfVZ2D .appButtons > img {
  width: 200px !important;
  margin: 5px;
}
.cid-uKvRmfVZ2D .appButtons > img:hover {
  filter: contrast(120%);
  transform: scale(1.1);
}
.cid-uKvRmfVZ2D P {
  text-align: left;
}
.cid-uKvRmg7518 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKvRmg7518 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvRmg7518 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvRmg7518 .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKvRmg7518 .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKvRmg7518 .container {
    padding: 0 0;
  }
}
.cid-uKvRmg7518 .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKvRmg7518 .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKvRmg7518 .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKvRmg7518 .row {
    padding: 0;
  }
}
.cid-uKvRmg7518 .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKvRmg7518 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKvRmg7518 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKvRmg7518 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvRmg7518 .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKvRmg7518 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKvRmg7518 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKvRmg7518 .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKvRmg7518 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKvRmg7518 .nav-wrapper .list {
    display: block;
  }
}
.cid-uKvRmg7518 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKvRmg7518 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKvRmg7518 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKvRmg7518 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKvRmg7518 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKvRmg7518 .item-wrap > a {
  font-weight: 800;
}
.cid-uKvRmg7518 .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKvRmg7518 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKvRmg7518 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKvRmg7518 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKvRmg7518 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKvRmg7518 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKvRmg7518 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKvRmg7518 .mbr-section-title,
.cid-uKvRmg7518 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKvRmg7518 .list {
  color: #ffffff;
}
.cid-uKvRmg7518 .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKvRmg7518 .list,
.cid-uKvRmg7518 .nav-wrapper,
.cid-uKvRmg7518 .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKvRmg7518 .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKvRmg7518 .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKvRmg7518 .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKvRmg7518 .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKvRmg7518 .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKvRmg7518 .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKvRmg7518 .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKvRmg7518 .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKvRmg7518 .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKvRmg7518 .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-gd .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-gd .icon-box {
  position: relative;
}
#custom-html-gd .icon-box img {
  margin: 10% auto;
}
#custom-html-gd .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-gd .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-gd .logo-box img,
#custom-html-gd .icon-box > a > img,
#custom-html-gd .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-gd .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-gd .img-responsive,
#custom-html-gd .thumbnail > img,
#custom-html-gd .thumbnail a > img,
#custom-html-gd .carousel-inner > .item > img,
#custom-html-gd .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-gd .logo-box img:hover,
#custom-html-gd .icon-box > a > img:hover,
#custom-html-gd .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-gd .logo-box img:hover,
#custom-html-gd .icon-box > a > img:hover,
#custom-html-gd .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-gd .window-box {
    display: none;
  }
}
.cid-uKvRv4NnEz {
  z-index: 1000;
  width: 100%;
}
.cid-uKvRv4NnEz nav.navbar {
  position: fixed;
}
.cid-uKvRv4NnEz .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-uKvRv4NnEz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKvRv4NnEz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKvRv4NnEz .dropdown-item:hover,
.cid-uKvRv4NnEz .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKvRv4NnEz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKvRv4NnEz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKvRv4NnEz .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKvRv4NnEz .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKvRv4NnEz .nav-item {
  margin: 0 31px;
}
.cid-uKvRv4NnEz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKvRv4NnEz .nav-link {
  position: relative;
}
.cid-uKvRv4NnEz .nav-link:hover,
.cid-uKvRv4NnEz .nav-link:focus,
.cid-uKvRv4NnEz .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKvRv4NnEz .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKvRv4NnEz .container {
    flex-wrap: inherit;
  }
}
.cid-uKvRv4NnEz .navbar-caption:hover,
.cid-uKvRv4NnEz .navbar-caption:focus,
.cid-uKvRv4NnEz .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKvRv4NnEz .dropdown-menu,
.cid-uKvRv4NnEz .navbar.opened {
  background: #ffffff !important;
}
.cid-uKvRv4NnEz .nav-item:focus,
.cid-uKvRv4NnEz .nav-link:focus {
  outline: none;
}
.cid-uKvRv4NnEz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKvRv4NnEz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKvRv4NnEz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKvRv4NnEz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKvRv4NnEz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKvRv4NnEz .navbar.opened {
  transition: all 0.3s;
}
.cid-uKvRv4NnEz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKvRv4NnEz .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKvRv4NnEz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKvRv4NnEz .navbar.collapsed {
  justify-content: center;
}
.cid-uKvRv4NnEz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKvRv4NnEz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKvRv4NnEz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKvRv4NnEz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKvRv4NnEz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKvRv4NnEz .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-uKvRv4NnEz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKvRv4NnEz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKvRv4NnEz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKvRv4NnEz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKvRv4NnEz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKvRv4NnEz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKvRv4NnEz .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-uKvRv4NnEz .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKvRv4NnEz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKvRv4NnEz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKvRv4NnEz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKvRv4NnEz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKvRv4NnEz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKvRv4NnEz .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKvRv4NnEz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKvRv4NnEz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKvRv4NnEz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKvRv4NnEz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKvRv4NnEz .dropdown-item.active,
.cid-uKvRv4NnEz .dropdown-item:active {
  background-color: transparent;
}
.cid-uKvRv4NnEz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKvRv4NnEz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKvRv4NnEz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKvRv4NnEz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKvRv4NnEz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKvRv4NnEz .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKvRv4NnEz .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKvRv4NnEz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKvRv4NnEz ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKvRv4NnEz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKvRv4NnEz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKvRv4NnEz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKvRv4NnEz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvRv4NnEz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvRv4NnEz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKvRv4NnEz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvRv4NnEz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKvRv4NnEz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKvRv4NnEz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvRv4NnEz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKvRv4NnEz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKvRv4NnEz a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKvRv4NnEz .navbar {
    height: 70px;
  }
  .cid-uKvRv4NnEz .navbar.opened {
    height: auto;
  }
  .cid-uKvRv4NnEz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKvRv4NnEz .socials-wrap {
  flex-shrink: 0;
}
.cid-uKvRv4NnEz .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKvRv4NnEz .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKvRv4NnEz .socials {
    
    margin-top: 10px;
  }
}
.cid-uKvRv4NnEz .socials-item .link {
  color: #ffffff;
}
.cid-uKvRv4NnEz .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-gf {
  /*跑馬燈*/
}
#custom-html-gf .marquee-line {
  width: 100%;
  background-color: #333;
}
#custom-html-gf .marquee-wrapper {
  width: 100%;
  height: 45px;
  max-width: 1024px;
  /* 設定最大寬度 */
  overflow: hidden;
  position: relative;
  background-color: #333;
  color: white;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-gf .marquee-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.cid-uKvRv50VXR {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/unnamed.webp");
  overflow: hidden;
}
.cid-uKvRv50VXR svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uKvRv50VXR #e2_shape {
  fill: #000000 !important;
}
.cid-uKvRv50VXR .mbr-section-title {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ffe7bd, #f7b675);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.cid-uKvRv50VXR .mbr-text.display-5 {
  color: #fbfbfb !important;
  caret-color: #fbfbfb !important;
  font-size: 26px;
}
.cid-uKvRv50VXR .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uKvRv50VXR img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKvRv50VXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvRv50VXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvRv50VXR .appButtons {
  display: inline !important;
}
.cid-uKvRv50VXR .appButtons > img {
  width: 200px !important;
  margin: 5px;
}
.cid-uKvRv50VXR .appButtons > img:hover {
  filter: contrast(120%);
  transform: scale(1.1);
}
.cid-uKvRv50VXR .mbr-white > p {
  size: 24px;
  text-align: center;
}
.cid-uKvRv50VXR .mbr-text,
.cid-uKvRv50VXR .mbr-section-btn {
  text-align: right;
}
.cid-uKvRv5ax1k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKvRv5ax1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvRv5ax1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvRv5ax1k .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKvRv5ax1k .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKvRv5ax1k .container {
    padding: 0 0;
  }
}
.cid-uKvRv5ax1k .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKvRv5ax1k .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKvRv5ax1k .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKvRv5ax1k .row {
    padding: 0;
  }
}
.cid-uKvRv5ax1k .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKvRv5ax1k .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKvRv5ax1k .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKvRv5ax1k .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvRv5ax1k .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKvRv5ax1k .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKvRv5ax1k .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKvRv5ax1k .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKvRv5ax1k .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKvRv5ax1k .nav-wrapper .list {
    display: block;
  }
}
.cid-uKvRv5ax1k .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKvRv5ax1k .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKvRv5ax1k .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKvRv5ax1k .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKvRv5ax1k .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKvRv5ax1k .item-wrap > a {
  font-weight: 800;
}
.cid-uKvRv5ax1k .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKvRv5ax1k .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKvRv5ax1k .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKvRv5ax1k .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKvRv5ax1k .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKvRv5ax1k .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKvRv5ax1k .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKvRv5ax1k .mbr-section-title,
.cid-uKvRv5ax1k .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKvRv5ax1k .list {
  color: #ffffff;
}
.cid-uKvRv5ax1k .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKvRv5ax1k .list,
.cid-uKvRv5ax1k .nav-wrapper,
.cid-uKvRv5ax1k .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKvRv5ax1k .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKvRv5ax1k .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKvRv5ax1k .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKvRv5ax1k .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKvRv5ax1k .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKvRv5ax1k .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKvRv5ax1k .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKvRv5ax1k .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKvRv5ax1k .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKvRv5ax1k .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-gi .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-gi .icon-box {
  position: relative;
}
#custom-html-gi .icon-box img {
  margin: 10% auto;
}
#custom-html-gi .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-gi .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-gi .logo-box img,
#custom-html-gi .icon-box > a > img,
#custom-html-gi .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-gi .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-gi .img-responsive,
#custom-html-gi .thumbnail > img,
#custom-html-gi .thumbnail a > img,
#custom-html-gi .carousel-inner > .item > img,
#custom-html-gi .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-gi .logo-box img:hover,
#custom-html-gi .icon-box > a > img:hover,
#custom-html-gi .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-gi .logo-box img:hover,
#custom-html-gi .icon-box > a > img:hover,
#custom-html-gi .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-gi .window-box {
    display: none;
  }
}
.cid-uKASerNb2x {
  z-index: 1000;
  width: 100%;
}
.cid-uKASerNb2x nav.navbar {
  position: fixed;
}
.cid-uKASerNb2x .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-uKASerNb2x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKASerNb2x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKASerNb2x .dropdown-item:hover,
.cid-uKASerNb2x .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKASerNb2x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKASerNb2x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKASerNb2x .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKASerNb2x .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKASerNb2x .nav-item {
  margin: 0 31px;
}
.cid-uKASerNb2x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKASerNb2x .nav-link {
  position: relative;
}
.cid-uKASerNb2x .nav-link:hover,
.cid-uKASerNb2x .nav-link:focus,
.cid-uKASerNb2x .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKASerNb2x .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKASerNb2x .container {
    flex-wrap: inherit;
  }
}
.cid-uKASerNb2x .navbar-caption:hover,
.cid-uKASerNb2x .navbar-caption:focus,
.cid-uKASerNb2x .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKASerNb2x .dropdown-menu,
.cid-uKASerNb2x .navbar.opened {
  background: #ffffff !important;
}
.cid-uKASerNb2x .nav-item:focus,
.cid-uKASerNb2x .nav-link:focus {
  outline: none;
}
.cid-uKASerNb2x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKASerNb2x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKASerNb2x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKASerNb2x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKASerNb2x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKASerNb2x .navbar.opened {
  transition: all 0.3s;
}
.cid-uKASerNb2x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKASerNb2x .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKASerNb2x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKASerNb2x .navbar.collapsed {
  justify-content: center;
}
.cid-uKASerNb2x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKASerNb2x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKASerNb2x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKASerNb2x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKASerNb2x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKASerNb2x .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-uKASerNb2x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKASerNb2x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKASerNb2x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKASerNb2x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKASerNb2x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKASerNb2x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKASerNb2x .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-uKASerNb2x .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKASerNb2x .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKASerNb2x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKASerNb2x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKASerNb2x .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKASerNb2x .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKASerNb2x .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKASerNb2x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKASerNb2x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKASerNb2x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKASerNb2x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKASerNb2x .dropdown-item.active,
.cid-uKASerNb2x .dropdown-item:active {
  background-color: transparent;
}
.cid-uKASerNb2x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKASerNb2x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKASerNb2x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKASerNb2x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKASerNb2x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKASerNb2x .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKASerNb2x .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKASerNb2x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKASerNb2x ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKASerNb2x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKASerNb2x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKASerNb2x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKASerNb2x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKASerNb2x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKASerNb2x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKASerNb2x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKASerNb2x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKASerNb2x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKASerNb2x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKASerNb2x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKASerNb2x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKASerNb2x a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKASerNb2x .navbar {
    height: 70px;
  }
  .cid-uKASerNb2x .navbar.opened {
    height: auto;
  }
  .cid-uKASerNb2x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKASerNb2x .socials-wrap {
  flex-shrink: 0;
}
.cid-uKASerNb2x .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKASerNb2x .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKASerNb2x .socials {
    
    margin-top: 10px;
  }
}
.cid-uKASerNb2x .socials-item .link {
  color: #ffffff;
}
.cid-uKASerNb2x .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-gk .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-gk .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-gk .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-gk .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-gk .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-gk .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-gk .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uKASes0kuE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uKASes0kuE .content-head {
  max-width: 960px;
}
.cid-uKASes0kuE .mbr-text,
.cid-uKASes0kuE .mbr-section-btn {
  text-align: left;
}
.cid-uKASes0kuE .mbr-section-title {
  text-align: left;
}
.cid-uKASes5QDk {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKASes5QDk .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKASes5QDk .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKASes5QDk .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKASes5QDk .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKASes5QDk .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKASes5QDk .mbr-text {
  color: #000000;
}
.cid-uKASes5QDk table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uKASes5QDk table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uKASes5QDk table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uKASes5QDk table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uKASesaunv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKASesaunv .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.cid-uKASesaunv .card {
  background: transparent;
}
.cid-uKASesaunv .card-img {
  width: 100%;
  height: auto;
}
.cid-uKASesaunv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKASesaunv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKASesgKx7 {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKASesgKx7 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKASesgKx7 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKASesgKx7 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKASesgKx7 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKASesgKx7 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKASesgKx7 .mbr-text {
  color: #000000;
}
.cid-uKASesgKx7 table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uKASesgKx7 table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uKASesgKx7 table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uKASesgKx7 table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uKASesn0Mk {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKASesn0Mk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKASesn0Mk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKASesn0Mk .container-fluid {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uKASesn0Mk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKASesn0Mk .container {
    padding: 0 24px;
  }
}
.cid-uKASesn0Mk .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKASesn0Mk .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKASesn0Mk .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKASesn0Mk .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uKASesn0Mk .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uKASesn0Mk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKASesn0Mk .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 100%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uKASesn0Mk .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKASesn0Mk .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uKASesn0Mk .mbr-section-title {
  color: #ffffff;
}
.cid-uKASesn0Mk .mbr-text,
.cid-uKASesn0Mk .text-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-uKASesn0Mk .mbr-section-title,
.cid-uKASesn0Mk .icon-wrapper {
  text-align: center;
}
.cid-uKASestSBc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKASestSBc .card-box {
  padding: 0rem;
}
.cid-uKASestSBc .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uKASestSBc h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uKASestSBc p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uKASestSBc .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uKASestSBc .mbr-text {
  color: #879a9f;
}
.cid-uKASestSBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKASestSBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKASestSBc .card-title > a > b {
  line-height: 36px !important;
}
.cid-uKASesEXLz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKASesEXLz::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #3359a0 50%);
  z-index: 1;
}
.cid-uKASesEXLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKASesEXLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKASesEXLz .container {
    padding: 0 22px;
  }
}
.cid-uKASesEXLz .row {
  justify-content: center;
}
.cid-uKASesEXLz .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uKASesEXLz .content-wrapper {
    padding: 0;
  }
}
.cid-uKASesEXLz .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uKASesEXLz .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uKASesEXLz .mbr-section-title {
  color: #ffffff;
}
.cid-uKASesEXLz .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uKASesEXLz .mbr-section-title,
.cid-uKASesEXLz .mbr-section-btn {
  text-align: center;
}
.cid-uKASesYe8x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKASesYe8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKASesYe8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKASesYe8x .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKASesYe8x .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKASesYe8x .container {
    padding: 0 0;
  }
}
.cid-uKASesYe8x .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKASesYe8x .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKASesYe8x .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKASesYe8x .row {
    padding: 0;
  }
}
.cid-uKASesYe8x .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKASesYe8x .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKASesYe8x .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKASesYe8x .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKASesYe8x .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKASesYe8x .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKASesYe8x .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKASesYe8x .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKASesYe8x .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKASesYe8x .nav-wrapper .list {
    display: block;
  }
}
.cid-uKASesYe8x .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKASesYe8x .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKASesYe8x .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKASesYe8x .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKASesYe8x .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKASesYe8x .item-wrap > a {
  font-weight: 800;
}
.cid-uKASesYe8x .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKASesYe8x .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKASesYe8x .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKASesYe8x .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKASesYe8x .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKASesYe8x .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKASesYe8x .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKASesYe8x .mbr-section-title,
.cid-uKASesYe8x .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKASesYe8x .list {
  color: #ffffff;
}
.cid-uKASesYe8x .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKASesYe8x .list,
.cid-uKASesYe8x .nav-wrapper,
.cid-uKASesYe8x .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKASesYe8x .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKASesYe8x .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKASesYe8x .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKASesYe8x .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKASesYe8x .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKASesYe8x .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKASesYe8x .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKASesYe8x .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKASesYe8x .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKASesYe8x .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-gu .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-gu .icon-box {
  position: relative;
}
#custom-html-gu .icon-box img {
  margin: 10% auto;
}
#custom-html-gu .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-gu .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-gu .logo-box img,
#custom-html-gu .icon-box > a > img,
#custom-html-gu .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-gu .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-gu .img-responsive,
#custom-html-gu .thumbnail > img,
#custom-html-gu .thumbnail a > img,
#custom-html-gu .carousel-inner > .item > img,
#custom-html-gu .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-gu .logo-box img:hover,
#custom-html-gu .icon-box > a > img:hover,
#custom-html-gu .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-gu .logo-box img:hover,
#custom-html-gu .icon-box > a > img:hover,
#custom-html-gu .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-gu .window-box {
    display: none;
  }
}
.cid-uKAXPX8y7m {
  z-index: 1000;
  width: 100%;
}
.cid-uKAXPX8y7m nav.navbar {
  position: fixed;
}
.cid-uKAXPX8y7m .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-uKAXPX8y7m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKAXPX8y7m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKAXPX8y7m .dropdown-item:hover,
.cid-uKAXPX8y7m .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKAXPX8y7m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKAXPX8y7m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKAXPX8y7m .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKAXPX8y7m .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKAXPX8y7m .nav-item {
  margin: 0 31px;
}
.cid-uKAXPX8y7m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKAXPX8y7m .nav-link {
  position: relative;
}
.cid-uKAXPX8y7m .nav-link:hover,
.cid-uKAXPX8y7m .nav-link:focus,
.cid-uKAXPX8y7m .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKAXPX8y7m .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKAXPX8y7m .container {
    flex-wrap: inherit;
  }
}
.cid-uKAXPX8y7m .navbar-caption:hover,
.cid-uKAXPX8y7m .navbar-caption:focus,
.cid-uKAXPX8y7m .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKAXPX8y7m .dropdown-menu,
.cid-uKAXPX8y7m .navbar.opened {
  background: #ffffff !important;
}
.cid-uKAXPX8y7m .nav-item:focus,
.cid-uKAXPX8y7m .nav-link:focus {
  outline: none;
}
.cid-uKAXPX8y7m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKAXPX8y7m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKAXPX8y7m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKAXPX8y7m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKAXPX8y7m .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKAXPX8y7m .navbar.opened {
  transition: all 0.3s;
}
.cid-uKAXPX8y7m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKAXPX8y7m .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKAXPX8y7m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKAXPX8y7m .navbar.collapsed {
  justify-content: center;
}
.cid-uKAXPX8y7m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKAXPX8y7m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKAXPX8y7m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKAXPX8y7m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKAXPX8y7m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKAXPX8y7m .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-uKAXPX8y7m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKAXPX8y7m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKAXPX8y7m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKAXPX8y7m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKAXPX8y7m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKAXPX8y7m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKAXPX8y7m .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-uKAXPX8y7m .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKAXPX8y7m .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKAXPX8y7m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKAXPX8y7m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKAXPX8y7m .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKAXPX8y7m .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKAXPX8y7m .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKAXPX8y7m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKAXPX8y7m .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKAXPX8y7m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKAXPX8y7m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKAXPX8y7m .dropdown-item.active,
.cid-uKAXPX8y7m .dropdown-item:active {
  background-color: transparent;
}
.cid-uKAXPX8y7m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKAXPX8y7m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKAXPX8y7m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKAXPX8y7m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKAXPX8y7m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKAXPX8y7m .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKAXPX8y7m .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKAXPX8y7m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKAXPX8y7m ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKAXPX8y7m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKAXPX8y7m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKAXPX8y7m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKAXPX8y7m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKAXPX8y7m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKAXPX8y7m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKAXPX8y7m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKAXPX8y7m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKAXPX8y7m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKAXPX8y7m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKAXPX8y7m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKAXPX8y7m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKAXPX8y7m a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKAXPX8y7m .navbar {
    height: 70px;
  }
  .cid-uKAXPX8y7m .navbar.opened {
    height: auto;
  }
  .cid-uKAXPX8y7m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKAXPX8y7m .socials-wrap {
  flex-shrink: 0;
}
.cid-uKAXPX8y7m .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKAXPX8y7m .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKAXPX8y7m .socials {
    
    margin-top: 10px;
  }
}
.cid-uKAXPX8y7m .socials-item .link {
  color: #ffffff;
}
.cid-uKAXPX8y7m .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-gw .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-gw .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-gw .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-gw .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-gw .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-gw .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-gw .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uKAXPXl7BD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uKAXPXl7BD .content-head {
  max-width: 960px;
}
.cid-uKAXPXl7BD .mbr-text,
.cid-uKAXPXl7BD .mbr-section-btn {
  text-align: left;
}
.cid-uKAXPXl7BD .mbr-section-title {
  text-align: left;
}
.cid-uKAXPXseYi {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKAXPXseYi .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKAXPXseYi .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKAXPXseYi .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKAXPXseYi .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKAXPXseYi .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKAXPXseYi .mbr-text {
  color: #000000;
}
.cid-uKAXPXseYi table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uKAXPXseYi table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uKAXPXseYi table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uKAXPXseYi table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uKAXPXy6PW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKAXPXy6PW .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.cid-uKAXPXy6PW .card {
  background: transparent;
}
.cid-uKAXPXy6PW .card-img {
  width: 100%;
  height: auto;
}
.cid-uKAXPXy6PW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAXPXy6PW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAXPXEkRh {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKAXPXEkRh .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKAXPXEkRh .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKAXPXEkRh .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKAXPXEkRh .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKAXPXEkRh .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKAXPXEkRh .mbr-text {
  color: #000000;
}
.cid-uKAXPXEkRh table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uKAXPXEkRh table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uKAXPXEkRh table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uKAXPXEkRh table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uKAXPXKcrN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKAXPXKcrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAXPXKcrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAXPXKcrN .container-fluid {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uKAXPXKcrN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKAXPXKcrN .container {
    padding: 0 24px;
  }
}
.cid-uKAXPXKcrN .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKAXPXKcrN .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKAXPXKcrN .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKAXPXKcrN .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uKAXPXKcrN .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uKAXPXKcrN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKAXPXKcrN .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 100%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uKAXPXKcrN .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKAXPXKcrN .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uKAXPXKcrN .mbr-section-title {
  color: #ffffff;
}
.cid-uKAXPXKcrN .mbr-text,
.cid-uKAXPXKcrN .text-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-uKAXPXKcrN .mbr-section-title,
.cid-uKAXPXKcrN .icon-wrapper {
  text-align: left;
}
.cid-uKAXPXQKiL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKAXPXQKiL .card-box {
  padding: 0rem;
}
.cid-uKAXPXQKiL .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uKAXPXQKiL h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uKAXPXQKiL p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uKAXPXQKiL .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uKAXPXQKiL .mbr-text {
  color: #879a9f;
}
.cid-uKAXPXQKiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAXPXQKiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAXPXQKiL .card-title > a > b {
  line-height: 36px !important;
}
.cid-uKAXPY0ajk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKAXPY0ajk::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #3359a0 50%);
  z-index: 1;
}
.cid-uKAXPY0ajk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAXPY0ajk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKAXPY0ajk .container {
    padding: 0 22px;
  }
}
.cid-uKAXPY0ajk .row {
  justify-content: center;
}
.cid-uKAXPY0ajk .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uKAXPY0ajk .content-wrapper {
    padding: 0;
  }
}
.cid-uKAXPY0ajk .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uKAXPY0ajk .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uKAXPY0ajk .mbr-section-title {
  color: #ffffff;
}
.cid-uKAXPY0ajk .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uKAXPY0ajk .mbr-section-title,
.cid-uKAXPY0ajk .mbr-section-btn {
  text-align: center;
}
.cid-uKAXPYjKP6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKAXPYjKP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAXPYjKP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAXPYjKP6 .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKAXPYjKP6 .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKAXPYjKP6 .container {
    padding: 0 0;
  }
}
.cid-uKAXPYjKP6 .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKAXPYjKP6 .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKAXPYjKP6 .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKAXPYjKP6 .row {
    padding: 0;
  }
}
.cid-uKAXPYjKP6 .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKAXPYjKP6 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKAXPYjKP6 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKAXPYjKP6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKAXPYjKP6 .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKAXPYjKP6 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKAXPYjKP6 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKAXPYjKP6 .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKAXPYjKP6 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKAXPYjKP6 .nav-wrapper .list {
    display: block;
  }
}
.cid-uKAXPYjKP6 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKAXPYjKP6 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKAXPYjKP6 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKAXPYjKP6 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKAXPYjKP6 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKAXPYjKP6 .item-wrap > a {
  font-weight: 800;
}
.cid-uKAXPYjKP6 .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKAXPYjKP6 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKAXPYjKP6 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKAXPYjKP6 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKAXPYjKP6 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKAXPYjKP6 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKAXPYjKP6 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKAXPYjKP6 .mbr-section-title,
.cid-uKAXPYjKP6 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKAXPYjKP6 .list {
  color: #ffffff;
}
.cid-uKAXPYjKP6 .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKAXPYjKP6 .list,
.cid-uKAXPYjKP6 .nav-wrapper,
.cid-uKAXPYjKP6 .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKAXPYjKP6 .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKAXPYjKP6 .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKAXPYjKP6 .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKAXPYjKP6 .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKAXPYjKP6 .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKAXPYjKP6 .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKAXPYjKP6 .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKAXPYjKP6 .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKAXPYjKP6 .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKAXPYjKP6 .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-h6 .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-h6 .icon-box {
  position: relative;
}
#custom-html-h6 .icon-box img {
  margin: 10% auto;
}
#custom-html-h6 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-h6 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-h6 .logo-box img,
#custom-html-h6 .icon-box > a > img,
#custom-html-h6 .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-h6 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-h6 .img-responsive,
#custom-html-h6 .thumbnail > img,
#custom-html-h6 .thumbnail a > img,
#custom-html-h6 .carousel-inner > .item > img,
#custom-html-h6 .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-h6 .logo-box img:hover,
#custom-html-h6 .icon-box > a > img:hover,
#custom-html-h6 .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-h6 .logo-box img:hover,
#custom-html-h6 .icon-box > a > img:hover,
#custom-html-h6 .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-h6 .window-box {
    display: none;
  }
}
.cid-uKB0oYDbV6 {
  z-index: 1000;
  width: 100%;
}
.cid-uKB0oYDbV6 nav.navbar {
  position: fixed;
}
.cid-uKB0oYDbV6 .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-uKB0oYDbV6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKB0oYDbV6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKB0oYDbV6 .dropdown-item:hover,
.cid-uKB0oYDbV6 .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKB0oYDbV6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKB0oYDbV6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKB0oYDbV6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKB0oYDbV6 .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKB0oYDbV6 .nav-item {
  margin: 0 31px;
}
.cid-uKB0oYDbV6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKB0oYDbV6 .nav-link {
  position: relative;
}
.cid-uKB0oYDbV6 .nav-link:hover,
.cid-uKB0oYDbV6 .nav-link:focus,
.cid-uKB0oYDbV6 .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKB0oYDbV6 .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKB0oYDbV6 .container {
    flex-wrap: inherit;
  }
}
.cid-uKB0oYDbV6 .navbar-caption:hover,
.cid-uKB0oYDbV6 .navbar-caption:focus,
.cid-uKB0oYDbV6 .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKB0oYDbV6 .dropdown-menu,
.cid-uKB0oYDbV6 .navbar.opened {
  background: #ffffff !important;
}
.cid-uKB0oYDbV6 .nav-item:focus,
.cid-uKB0oYDbV6 .nav-link:focus {
  outline: none;
}
.cid-uKB0oYDbV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKB0oYDbV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKB0oYDbV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKB0oYDbV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKB0oYDbV6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKB0oYDbV6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKB0oYDbV6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKB0oYDbV6 .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKB0oYDbV6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKB0oYDbV6 .navbar.collapsed {
  justify-content: center;
}
.cid-uKB0oYDbV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKB0oYDbV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKB0oYDbV6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKB0oYDbV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKB0oYDbV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKB0oYDbV6 .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-uKB0oYDbV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKB0oYDbV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKB0oYDbV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKB0oYDbV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKB0oYDbV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKB0oYDbV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKB0oYDbV6 .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-uKB0oYDbV6 .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKB0oYDbV6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKB0oYDbV6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKB0oYDbV6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKB0oYDbV6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKB0oYDbV6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKB0oYDbV6 .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKB0oYDbV6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKB0oYDbV6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKB0oYDbV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKB0oYDbV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKB0oYDbV6 .dropdown-item.active,
.cid-uKB0oYDbV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKB0oYDbV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKB0oYDbV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKB0oYDbV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKB0oYDbV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKB0oYDbV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKB0oYDbV6 .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKB0oYDbV6 .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKB0oYDbV6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKB0oYDbV6 ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKB0oYDbV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKB0oYDbV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKB0oYDbV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKB0oYDbV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKB0oYDbV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKB0oYDbV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKB0oYDbV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKB0oYDbV6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKB0oYDbV6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKB0oYDbV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKB0oYDbV6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKB0oYDbV6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKB0oYDbV6 a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKB0oYDbV6 .navbar {
    height: 70px;
  }
  .cid-uKB0oYDbV6 .navbar.opened {
    height: auto;
  }
  .cid-uKB0oYDbV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKB0oYDbV6 .socials-wrap {
  flex-shrink: 0;
}
.cid-uKB0oYDbV6 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKB0oYDbV6 .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKB0oYDbV6 .socials {
    
    margin-top: 10px;
  }
}
.cid-uKB0oYDbV6 .socials-item .link {
  color: #ffffff;
}
.cid-uKB0oYDbV6 .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-h8 .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-h8 .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-h8 .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-h8 .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-h8 .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-h8 .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-h8 .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uKB0oYPgYR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uKB0oYPgYR .content-head {
  max-width: 960px;
}
.cid-uKB0oYPgYR .mbr-text,
.cid-uKB0oYPgYR .mbr-section-btn {
  text-align: left;
}
.cid-uKB0oYPgYR .mbr-section-title {
  text-align: left;
}
.cid-uKB0oYVdBa {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKB0oYVdBa .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKB0oYVdBa .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKB0oYVdBa .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKB0oYVdBa .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKB0oYVdBa .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKB0oYVdBa .mbr-text {
  color: #000000;
}
.cid-uKB0oYVdBa table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uKB0oYVdBa table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uKB0oYVdBa table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uKB0oYVdBa table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uKB0oZ1ceV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKB0oZ1ceV .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.cid-uKB0oZ1ceV .card {
  background: transparent;
}
.cid-uKB0oZ1ceV .card-img {
  width: 100%;
  height: auto;
}
.cid-uKB0oZ1ceV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB0oZ1ceV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB0oZ794U {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKB0oZ794U .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKB0oZ794U .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKB0oZ794U .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKB0oZ794U .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKB0oZ794U .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKB0oZ794U .mbr-text {
  color: #000000;
}
.cid-uKB0oZ794U table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uKB0oZ794U table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uKB0oZ794U table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uKB0oZ794U table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uKB0oZdQ4A {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKB0oZdQ4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB0oZdQ4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB0oZdQ4A .container-fluid {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uKB0oZdQ4A .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKB0oZdQ4A .container {
    padding: 0 24px;
  }
}
.cid-uKB0oZdQ4A .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKB0oZdQ4A .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKB0oZdQ4A .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKB0oZdQ4A .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uKB0oZdQ4A .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uKB0oZdQ4A .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKB0oZdQ4A .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 100%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uKB0oZdQ4A .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKB0oZdQ4A .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uKB0oZdQ4A .mbr-section-title {
  color: #ffffff;
}
.cid-uKB0oZdQ4A .mbr-text,
.cid-uKB0oZdQ4A .text-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-uKB0oZdQ4A .mbr-section-title,
.cid-uKB0oZdQ4A .icon-wrapper {
  text-align: left;
}
.cid-uKB0oZkCBA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKB0oZkCBA .card-box {
  padding: 0rem;
}
.cid-uKB0oZkCBA .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uKB0oZkCBA h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uKB0oZkCBA p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uKB0oZkCBA .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uKB0oZkCBA .mbr-text {
  color: #879a9f;
}
.cid-uKB0oZkCBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB0oZkCBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB0oZkCBA .card-title > a > b {
  line-height: 36px !important;
}
.cid-uKB0oZuaQb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKB0oZuaQb::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #3359a0 50%);
  z-index: 1;
}
.cid-uKB0oZuaQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB0oZuaQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKB0oZuaQb .container {
    padding: 0 22px;
  }
}
.cid-uKB0oZuaQb .row {
  justify-content: center;
}
.cid-uKB0oZuaQb .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uKB0oZuaQb .content-wrapper {
    padding: 0;
  }
}
.cid-uKB0oZuaQb .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uKB0oZuaQb .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uKB0oZuaQb .mbr-section-title {
  color: #ffffff;
}
.cid-uKB0oZuaQb .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uKB0oZuaQb .mbr-section-title,
.cid-uKB0oZuaQb .mbr-section-btn {
  text-align: center;
}
.cid-uKB0oZPO7h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKB0oZPO7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB0oZPO7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB0oZPO7h .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKB0oZPO7h .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKB0oZPO7h .container {
    padding: 0 0;
  }
}
.cid-uKB0oZPO7h .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKB0oZPO7h .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKB0oZPO7h .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKB0oZPO7h .row {
    padding: 0;
  }
}
.cid-uKB0oZPO7h .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKB0oZPO7h .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKB0oZPO7h .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKB0oZPO7h .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKB0oZPO7h .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKB0oZPO7h .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKB0oZPO7h .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKB0oZPO7h .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKB0oZPO7h .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKB0oZPO7h .nav-wrapper .list {
    display: block;
  }
}
.cid-uKB0oZPO7h .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKB0oZPO7h .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKB0oZPO7h .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKB0oZPO7h .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKB0oZPO7h .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKB0oZPO7h .item-wrap > a {
  font-weight: 800;
}
.cid-uKB0oZPO7h .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKB0oZPO7h .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKB0oZPO7h .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKB0oZPO7h .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKB0oZPO7h .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKB0oZPO7h .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKB0oZPO7h .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKB0oZPO7h .mbr-section-title,
.cid-uKB0oZPO7h .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKB0oZPO7h .list {
  color: #ffffff;
}
.cid-uKB0oZPO7h .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKB0oZPO7h .list,
.cid-uKB0oZPO7h .nav-wrapper,
.cid-uKB0oZPO7h .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKB0oZPO7h .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKB0oZPO7h .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKB0oZPO7h .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKB0oZPO7h .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKB0oZPO7h .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKB0oZPO7h .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKB0oZPO7h .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKB0oZPO7h .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKB0oZPO7h .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKB0oZPO7h .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-hi .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-hi .icon-box {
  position: relative;
}
#custom-html-hi .icon-box img {
  margin: 10% auto;
}
#custom-html-hi .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-hi .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-hi .logo-box img,
#custom-html-hi .icon-box > a > img,
#custom-html-hi .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-hi .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-hi .img-responsive,
#custom-html-hi .thumbnail > img,
#custom-html-hi .thumbnail a > img,
#custom-html-hi .carousel-inner > .item > img,
#custom-html-hi .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-hi .logo-box img:hover,
#custom-html-hi .icon-box > a > img:hover,
#custom-html-hi .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-hi .logo-box img:hover,
#custom-html-hi .icon-box > a > img:hover,
#custom-html-hi .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-hi .window-box {
    display: none;
  }
}
.cid-uKpHCbgSeM {
  z-index: 1000;
  width: 100%;
}
.cid-uKpHCbgSeM nav.navbar {
  position: fixed;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKpHCbgSeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKpHCbgSeM .dropdown-item:hover,
.cid-uKpHCbgSeM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKpHCbgSeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKpHCbgSeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKpHCbgSeM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKpHCbgSeM .nav-item {
  margin: 0 31px;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKpHCbgSeM .nav-link {
  position: relative;
}
.cid-uKpHCbgSeM .nav-link:hover,
.cid-uKpHCbgSeM .nav-link:focus,
.cid-uKpHCbgSeM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKpHCbgSeM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .container {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar-caption:hover,
.cid-uKpHCbgSeM .navbar-caption:focus,
.cid-uKpHCbgSeM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKpHCbgSeM .dropdown-menu,
.cid-uKpHCbgSeM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKpHCbgSeM .nav-item:focus,
.cid-uKpHCbgSeM .nav-link:focus {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpHCbgSeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpHCbgSeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpHCbgSeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpHCbgSeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpHCbgSeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpHCbgSeM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKpHCbgSeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKpHCbgSeM .navbar.collapsed {
  justify-content: center;
}
.cid-uKpHCbgSeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpHCbgSeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpHCbgSeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpHCbgSeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpHCbgSeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpHCbgSeM .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-uKpHCbgSeM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKpHCbgSeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKpHCbgSeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpHCbgSeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKpHCbgSeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKpHCbgSeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKpHCbgSeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKpHCbgSeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpHCbgSeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpHCbgSeM .dropdown-item.active,
.cid-uKpHCbgSeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpHCbgSeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpHCbgSeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKpHCbgSeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKpHCbgSeM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKpHCbgSeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpHCbgSeM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKpHCbgSeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpHCbgSeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpHCbgSeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpHCbgSeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKpHCbgSeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpHCbgSeM .navbar {
    height: 70px;
  }
  .cid-uKpHCbgSeM .navbar.opened {
    height: auto;
  }
  .cid-uKpHCbgSeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpHCbgSeM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKpHCbgSeM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKpHCbgSeM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKpHCbgSeM .socials {
    
    margin-top: 10px;
  }
}
.cid-uKpHCbgSeM .socials-item .link {
  color: #ffffff;
}
.cid-uKpHCbgSeM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-eo .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-eo .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-eo .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-eo .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-eo .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-eo .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-eo .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uG4GCkHVw4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rg88-back-w02-1-1600x1080.webp");
}
.cid-uG4GCkHVw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4GCkHVw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG4GCkHVw4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG4GCkHVw4 img {
  border-radius: 2rem;
}
.cid-uG4GCkHVw4 .row {
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uG4GCkHVw4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uG4GCkHVw4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uG4GCkHVw4 .mbr-section-title {
  color: #1e2330;
}
.cid-uG4GCkHVw4 .mbr-text,
.cid-uG4GCkHVw4 .mbr-section-btn {
  color: #1e2330;
}
.cid-uG4GCkZbgH {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/rg88-back-w02-1-1600x1080.webp");
}
.cid-uG4GCkZbgH h4 {
  margin-bottom: 0;
  line-height: 32px;
}
.cid-uG4GCkZbgH p {
  color: #767676;
}
.cid-uG4GCkZbgH .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uG4GCkZbgH .btn-info-outline {
  border: none;
  color: #375a9c !important;
  padding: 0;
  margin: 0 0 !important;
}
.cid-uG4GCkZbgH .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uG4GCkZbgH .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uG4GCkZbgH .btn-info-outline:hover {
  background-color: transparent!important;
  color: #cc2952 !important;
  box-shadow: none!important;
}
.cid-uG4GCkZbgH .btn-info-outline:active,
.cid-uG4GCkZbgH .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uG4GCkZbgH .card-box {
  padding-top: 1rem;
}
.cid-uG4GCkZbgH .card-wrapper {
  height: 100%;
}
.cid-uG4GCkZbgH .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uG4GCkZbgH img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-uG4GCkZbgH .card-title {
  color: #343351;
}
.cid-uG4GCkZbgH .main-title {
  color: #232323;
  text-align: center;
}
.cid-uG4GCkZbgH DIV {
  color: #57468b;
}
.cid-uG4GCkZbgH .card-img {
  width: auto;
}
.cid-uG4GCkZbgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4GCkZbgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4GCkZbgH .mbr-text,
.cid-uG4GCkZbgH .mbr-section-btn {
  color: #375a9c;
}
.cid-uK8Ez5jTR1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uK8Ez5jTR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8Ez5jTR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8Ez5jTR1 .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .container {
    padding: 0 0;
  }
}
.cid-uK8Ez5jTR1 .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uK8Ez5jTR1 .row {
    padding: 0;
  }
}
.cid-uK8Ez5jTR1 .title-wrapper {
  margin-bottom: 0px;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .nav-wrapper .list {
    display: block;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uK8Ez5jTR1 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uK8Ez5jTR1 .item-wrap > a {
  font-weight: 800;
}
.cid-uK8Ez5jTR1 .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uK8Ez5jTR1 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uK8Ez5jTR1 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uK8Ez5jTR1 .mbr-section-title,
.cid-uK8Ez5jTR1 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uK8Ez5jTR1 .list {
  color: #ffffff;
}
.cid-uK8Ez5jTR1 .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uK8Ez5jTR1 .list,
.cid-uK8Ez5jTR1 .nav-wrapper,
.cid-uK8Ez5jTR1 .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uK8Ez5jTR1 .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uK8Ez5jTR1 .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uK8Ez5jTR1 .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uK8Ez5jTR1 .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uK8Ez5jTR1 .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uK8Ez5jTR1 .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uK8Ez5jTR1 .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uK8Ez5jTR1 .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uK8Ez5jTR1 .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uK8Ez5jTR1 .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-fx .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-fx .icon-box {
  position: relative;
}
#custom-html-fx .icon-box img {
  margin: 10% auto;
}
#custom-html-fx .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-fx .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-fx .logo-box img,
#custom-html-fx .icon-box > a > img,
#custom-html-fx .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-fx .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-fx .img-responsive,
#custom-html-fx .thumbnail > img,
#custom-html-fx .thumbnail a > img,
#custom-html-fx .carousel-inner > .item > img,
#custom-html-fx .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-fx .logo-box img:hover,
#custom-html-fx .icon-box > a > img:hover,
#custom-html-fx .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-fx .logo-box img:hover,
#custom-html-fx .icon-box > a > img:hover,
#custom-html-fx .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-fx .window-box {
    display: none;
  }
}
.cid-uKBiNHmUno {
  z-index: 1000;
  width: 100%;
}
.cid-uKBiNHmUno nav.navbar {
  position: fixed;
}
.cid-uKBiNHmUno .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-uKBiNHmUno .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKBiNHmUno .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKBiNHmUno .dropdown-item:hover,
.cid-uKBiNHmUno .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKBiNHmUno .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKBiNHmUno .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKBiNHmUno .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKBiNHmUno .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKBiNHmUno .nav-item {
  margin: 0 31px;
}
.cid-uKBiNHmUno .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKBiNHmUno .nav-link {
  position: relative;
}
.cid-uKBiNHmUno .nav-link:hover,
.cid-uKBiNHmUno .nav-link:focus,
.cid-uKBiNHmUno .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKBiNHmUno .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKBiNHmUno .container {
    flex-wrap: inherit;
  }
}
.cid-uKBiNHmUno .navbar-caption:hover,
.cid-uKBiNHmUno .navbar-caption:focus,
.cid-uKBiNHmUno .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKBiNHmUno .dropdown-menu,
.cid-uKBiNHmUno .navbar.opened {
  background: #ffffff !important;
}
.cid-uKBiNHmUno .nav-item:focus,
.cid-uKBiNHmUno .nav-link:focus {
  outline: none;
}
.cid-uKBiNHmUno .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKBiNHmUno .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKBiNHmUno .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBiNHmUno .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKBiNHmUno .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKBiNHmUno .navbar.opened {
  transition: all 0.3s;
}
.cid-uKBiNHmUno .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKBiNHmUno .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKBiNHmUno .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKBiNHmUno .navbar.collapsed {
  justify-content: center;
}
.cid-uKBiNHmUno .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBiNHmUno .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBiNHmUno .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKBiNHmUno .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBiNHmUno .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKBiNHmUno .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-uKBiNHmUno .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKBiNHmUno .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKBiNHmUno .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBiNHmUno .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBiNHmUno .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBiNHmUno .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKBiNHmUno .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-uKBiNHmUno .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKBiNHmUno .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKBiNHmUno .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKBiNHmUno .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKBiNHmUno .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKBiNHmUno .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKBiNHmUno .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKBiNHmUno .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKBiNHmUno .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKBiNHmUno .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKBiNHmUno .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBiNHmUno .dropdown-item.active,
.cid-uKBiNHmUno .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBiNHmUno .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKBiNHmUno .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBiNHmUno .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKBiNHmUno .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKBiNHmUno .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKBiNHmUno .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKBiNHmUno .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKBiNHmUno .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKBiNHmUno ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKBiNHmUno button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKBiNHmUno button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKBiNHmUno button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKBiNHmUno button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBiNHmUno button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBiNHmUno button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKBiNHmUno nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBiNHmUno nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKBiNHmUno nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKBiNHmUno nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBiNHmUno .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKBiNHmUno a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBiNHmUno a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBiNHmUno .navbar {
    height: 70px;
  }
  .cid-uKBiNHmUno .navbar.opened {
    height: auto;
  }
  .cid-uKBiNHmUno .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKBiNHmUno .socials-wrap {
  flex-shrink: 0;
}
.cid-uKBiNHmUno .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKBiNHmUno .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKBiNHmUno .socials {
    
    margin-top: 10px;
  }
}
.cid-uKBiNHmUno .socials-item .link {
  color: #ffffff;
}
.cid-uKBiNHmUno .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-hk .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-hk .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-hk .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-hk .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-hk .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-hk .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-hk .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uKBiNHDYeP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uKBiNHDYeP .content-head {
  max-width: 960px;
}
.cid-uKBiNHDYeP .mbr-text,
.cid-uKBiNHDYeP .mbr-section-btn {
  text-align: left;
}
.cid-uKBiNHDYeP .mbr-section-title {
  text-align: left;
}
.cid-uKBiNHMYT6 {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKBiNHMYT6 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKBiNHMYT6 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKBiNHMYT6 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKBiNHMYT6 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKBiNHMYT6 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKBiNHMYT6 .mbr-text {
  color: #000000;
}
.cid-uKBiNHMYT6 table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uKBiNHMYT6 table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uKBiNHMYT6 table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uKBiNHMYT6 table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uKBiNHVcR4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKBiNHVcR4 .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.cid-uKBiNHVcR4 .card {
  background: transparent;
}
.cid-uKBiNHVcR4 .card-img {
  width: 100%;
  height: auto;
}
.cid-uKBiNHVcR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBiNHVcR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBiNI3YHF {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKBiNI3YHF .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKBiNI3YHF .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKBiNI3YHF .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKBiNI3YHF .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKBiNI3YHF .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKBiNI3YHF .mbr-text {
  color: #000000;
}
.cid-uKBiNI3YHF table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uKBiNI3YHF table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uKBiNI3YHF table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uKBiNI3YHF table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uKBiNIj24i {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKBiNIj24i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBiNIj24i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBiNIj24i .container-fluid {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uKBiNIj24i .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKBiNIj24i .container {
    padding: 0 24px;
  }
}
.cid-uKBiNIj24i .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKBiNIj24i .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKBiNIj24i .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKBiNIj24i .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uKBiNIj24i .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uKBiNIj24i .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKBiNIj24i .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 100%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uKBiNIj24i .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKBiNIj24i .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uKBiNIj24i .mbr-section-title {
  color: #ffffff;
}
.cid-uKBiNIj24i .mbr-text,
.cid-uKBiNIj24i .text-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-uKBiNIj24i .mbr-section-title,
.cid-uKBiNIj24i .icon-wrapper {
  text-align: left;
}
.cid-uKBiNIszCh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKBiNIszCh .card-box {
  padding: 0rem;
}
.cid-uKBiNIszCh .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uKBiNIszCh h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uKBiNIszCh p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uKBiNIszCh .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uKBiNIszCh .mbr-text {
  color: #879a9f;
}
.cid-uKBiNIszCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBiNIszCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBiNIszCh .card-title > a > b {
  line-height: 36px !important;
}
.cid-uKBiNIF4rO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKBiNIF4rO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #3359a0 50%);
  z-index: 1;
}
.cid-uKBiNIF4rO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBiNIF4rO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKBiNIF4rO .container {
    padding: 0 22px;
  }
}
.cid-uKBiNIF4rO .row {
  justify-content: center;
}
.cid-uKBiNIF4rO .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uKBiNIF4rO .content-wrapper {
    padding: 0;
  }
}
.cid-uKBiNIF4rO .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uKBiNIF4rO .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uKBiNIF4rO .mbr-section-title {
  color: #ffffff;
}
.cid-uKBiNIF4rO .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uKBiNIF4rO .mbr-section-title,
.cid-uKBiNIF4rO .mbr-section-btn {
  text-align: center;
}
.cid-uKBiNJ6gyU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKBiNJ6gyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBiNJ6gyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBiNJ6gyU .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKBiNJ6gyU .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKBiNJ6gyU .container {
    padding: 0 0;
  }
}
.cid-uKBiNJ6gyU .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKBiNJ6gyU .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKBiNJ6gyU .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKBiNJ6gyU .row {
    padding: 0;
  }
}
.cid-uKBiNJ6gyU .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKBiNJ6gyU .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKBiNJ6gyU .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKBiNJ6gyU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKBiNJ6gyU .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKBiNJ6gyU .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKBiNJ6gyU .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKBiNJ6gyU .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKBiNJ6gyU .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKBiNJ6gyU .nav-wrapper .list {
    display: block;
  }
}
.cid-uKBiNJ6gyU .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKBiNJ6gyU .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKBiNJ6gyU .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKBiNJ6gyU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKBiNJ6gyU .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKBiNJ6gyU .item-wrap > a {
  font-weight: 800;
}
.cid-uKBiNJ6gyU .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKBiNJ6gyU .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKBiNJ6gyU .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKBiNJ6gyU .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKBiNJ6gyU .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKBiNJ6gyU .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKBiNJ6gyU .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKBiNJ6gyU .mbr-section-title,
.cid-uKBiNJ6gyU .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKBiNJ6gyU .list {
  color: #ffffff;
}
.cid-uKBiNJ6gyU .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKBiNJ6gyU .list,
.cid-uKBiNJ6gyU .nav-wrapper,
.cid-uKBiNJ6gyU .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKBiNJ6gyU .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKBiNJ6gyU .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKBiNJ6gyU .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKBiNJ6gyU .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKBiNJ6gyU .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKBiNJ6gyU .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKBiNJ6gyU .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKBiNJ6gyU .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKBiNJ6gyU .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKBiNJ6gyU .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-hu .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-hu .icon-box {
  position: relative;
}
#custom-html-hu .icon-box img {
  margin: 10% auto;
}
#custom-html-hu .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-hu .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-hu .logo-box img,
#custom-html-hu .icon-box > a > img,
#custom-html-hu .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-hu .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-hu .img-responsive,
#custom-html-hu .thumbnail > img,
#custom-html-hu .thumbnail a > img,
#custom-html-hu .carousel-inner > .item > img,
#custom-html-hu .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-hu .logo-box img:hover,
#custom-html-hu .icon-box > a > img:hover,
#custom-html-hu .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-hu .logo-box img:hover,
#custom-html-hu .icon-box > a > img:hover,
#custom-html-hu .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-hu .window-box {
    display: none;
  }
}
.cid-uKBxYyb0QM {
  z-index: 1000;
  width: 100%;
}
.cid-uKBxYyb0QM nav.navbar {
  position: fixed;
}
.cid-uKBxYyb0QM .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-uKBxYyb0QM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKBxYyb0QM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKBxYyb0QM .dropdown-item:hover,
.cid-uKBxYyb0QM .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uKBxYyb0QM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKBxYyb0QM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKBxYyb0QM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKBxYyb0QM .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uKBxYyb0QM .nav-item {
  margin: 0 31px;
}
.cid-uKBxYyb0QM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKBxYyb0QM .nav-link {
  position: relative;
}
.cid-uKBxYyb0QM .nav-link:hover,
.cid-uKBxYyb0QM .nav-link:focus,
.cid-uKBxYyb0QM .nav-link:active {
  color: #cc2952 !important;
}
.cid-uKBxYyb0QM .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uKBxYyb0QM .container {
    flex-wrap: inherit;
  }
}
.cid-uKBxYyb0QM .navbar-caption:hover,
.cid-uKBxYyb0QM .navbar-caption:focus,
.cid-uKBxYyb0QM .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uKBxYyb0QM .dropdown-menu,
.cid-uKBxYyb0QM .navbar.opened {
  background: #ffffff !important;
}
.cid-uKBxYyb0QM .nav-item:focus,
.cid-uKBxYyb0QM .nav-link:focus {
  outline: none;
}
.cid-uKBxYyb0QM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKBxYyb0QM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKBxYyb0QM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBxYyb0QM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKBxYyb0QM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uKBxYyb0QM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKBxYyb0QM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKBxYyb0QM .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uKBxYyb0QM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKBxYyb0QM .navbar.collapsed {
  justify-content: center;
}
.cid-uKBxYyb0QM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBxYyb0QM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBxYyb0QM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKBxYyb0QM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBxYyb0QM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKBxYyb0QM .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-uKBxYyb0QM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKBxYyb0QM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKBxYyb0QM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBxYyb0QM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBxYyb0QM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBxYyb0QM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKBxYyb0QM .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-uKBxYyb0QM .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uKBxYyb0QM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKBxYyb0QM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKBxYyb0QM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKBxYyb0QM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKBxYyb0QM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKBxYyb0QM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uKBxYyb0QM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKBxYyb0QM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uKBxYyb0QM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKBxYyb0QM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBxYyb0QM .dropdown-item.active,
.cid-uKBxYyb0QM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBxYyb0QM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKBxYyb0QM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBxYyb0QM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKBxYyb0QM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKBxYyb0QM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKBxYyb0QM .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uKBxYyb0QM .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uKBxYyb0QM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKBxYyb0QM ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKBxYyb0QM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKBxYyb0QM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uKBxYyb0QM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKBxYyb0QM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBxYyb0QM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBxYyb0QM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKBxYyb0QM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBxYyb0QM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKBxYyb0QM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKBxYyb0QM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBxYyb0QM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKBxYyb0QM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBxYyb0QM a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBxYyb0QM .navbar {
    height: 70px;
  }
  .cid-uKBxYyb0QM .navbar.opened {
    height: auto;
  }
  .cid-uKBxYyb0QM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKBxYyb0QM .socials-wrap {
  flex-shrink: 0;
}
.cid-uKBxYyb0QM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uKBxYyb0QM .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKBxYyb0QM .socials {
    
    margin-top: 10px;
  }
}
.cid-uKBxYyb0QM .socials-item .link {
  color: #ffffff;
}
.cid-uKBxYyb0QM .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-hw .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-hw .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-hw .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-hw .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-hw .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-hw .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-hw .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uKBxYyqZ4e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uKBxYyqZ4e .content-head {
  max-width: 960px;
}
.cid-uKBxYyqZ4e .mbr-text,
.cid-uKBxYyqZ4e .mbr-section-btn {
  text-align: left;
}
.cid-uKBxYyqZ4e .mbr-section-title {
  text-align: left;
}
.cid-uKBxYywAev {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKBxYywAev .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKBxYywAev .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKBxYywAev .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKBxYywAev .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKBxYywAev .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKBxYywAev .mbr-text {
  color: #000000;
}
.cid-uKBxYywAev table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uKBxYywAev table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uKBxYywAev table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uKBxYywAev table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uKBxYyDx3X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKBxYyDx3X .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.cid-uKBxYyDx3X .card {
  background: transparent;
}
.cid-uKBxYyDx3X .card-img {
  width: 100%;
  height: auto;
}
.cid-uKBxYyDx3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBxYyDx3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBxYyL94J {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKBxYyL94J .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uKBxYyL94J .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKBxYyL94J .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uKBxYyL94J .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uKBxYyL94J .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uKBxYyL94J .mbr-text {
  color: #000000;
}
.cid-uKBxYyL94J table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uKBxYyL94J table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uKBxYyL94J table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uKBxYyL94J table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uKBxYz0Dzx {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKBxYz0Dzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBxYz0Dzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBxYz0Dzx .container-fluid {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uKBxYz0Dzx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKBxYz0Dzx .container {
    padding: 0 24px;
  }
}
.cid-uKBxYz0Dzx .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uKBxYz0Dzx .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKBxYz0Dzx .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKBxYz0Dzx .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uKBxYz0Dzx .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uKBxYz0Dzx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKBxYz0Dzx .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 100%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uKBxYz0Dzx .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKBxYz0Dzx .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uKBxYz0Dzx .mbr-section-title {
  color: #ffffff;
}
.cid-uKBxYz0Dzx .mbr-text,
.cid-uKBxYz0Dzx .text-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-uKBxYz0Dzx .mbr-section-title,
.cid-uKBxYz0Dzx .icon-wrapper {
  text-align: left;
}
.cid-uKBxYz8INn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKBxYz8INn .card-box {
  padding: 0rem;
}
.cid-uKBxYz8INn .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uKBxYz8INn h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uKBxYz8INn p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uKBxYz8INn .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uKBxYz8INn .mbr-text {
  color: #879a9f;
}
.cid-uKBxYz8INn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBxYz8INn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBxYz8INn .card-title > a > b {
  line-height: 36px !important;
}
.cid-uKBxYzkrDZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uKBxYzkrDZ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #3359a0 50%);
  z-index: 1;
}
.cid-uKBxYzkrDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBxYzkrDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKBxYzkrDZ .container {
    padding: 0 22px;
  }
}
.cid-uKBxYzkrDZ .row {
  justify-content: center;
}
.cid-uKBxYzkrDZ .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uKBxYzkrDZ .content-wrapper {
    padding: 0;
  }
}
.cid-uKBxYzkrDZ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uKBxYzkrDZ .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uKBxYzkrDZ .mbr-section-title {
  color: #ffffff;
}
.cid-uKBxYzkrDZ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uKBxYzkrDZ .mbr-section-title,
.cid-uKBxYzkrDZ .mbr-section-btn {
  text-align: center;
}
.cid-uKBxYzJXos {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKBxYzJXos .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBxYzJXos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBxYzJXos .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uKBxYzJXos .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKBxYzJXos .container {
    padding: 0 0;
  }
}
.cid-uKBxYzJXos .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uKBxYzJXos .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uKBxYzJXos .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uKBxYzJXos .row {
    padding: 0;
  }
}
.cid-uKBxYzJXos .title-wrapper {
  margin-bottom: 0px;
}
.cid-uKBxYzJXos .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKBxYzJXos .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uKBxYzJXos .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKBxYzJXos .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uKBxYzJXos .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKBxYzJXos .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uKBxYzJXos .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uKBxYzJXos .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKBxYzJXos .nav-wrapper .list {
    display: block;
  }
}
.cid-uKBxYzJXos .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKBxYzJXos .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uKBxYzJXos .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uKBxYzJXos .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKBxYzJXos .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uKBxYzJXos .item-wrap > a {
  font-weight: 800;
}
.cid-uKBxYzJXos .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uKBxYzJXos .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uKBxYzJXos .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uKBxYzJXos .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uKBxYzJXos .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uKBxYzJXos .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uKBxYzJXos .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uKBxYzJXos .mbr-section-title,
.cid-uKBxYzJXos .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKBxYzJXos .list {
  color: #ffffff;
}
.cid-uKBxYzJXos .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uKBxYzJXos .list,
.cid-uKBxYzJXos .nav-wrapper,
.cid-uKBxYzJXos .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uKBxYzJXos .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uKBxYzJXos .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uKBxYzJXos .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uKBxYzJXos .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uKBxYzJXos .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uKBxYzJXos .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uKBxYzJXos .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uKBxYzJXos .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uKBxYzJXos .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uKBxYzJXos .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-i6 .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-i6 .icon-box {
  position: relative;
}
#custom-html-i6 .icon-box img {
  margin: 10% auto;
}
#custom-html-i6 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-i6 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-i6 .logo-box img,
#custom-html-i6 .icon-box > a > img,
#custom-html-i6 .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-i6 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-i6 .img-responsive,
#custom-html-i6 .thumbnail > img,
#custom-html-i6 .thumbnail a > img,
#custom-html-i6 .carousel-inner > .item > img,
#custom-html-i6 .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-i6 .logo-box img:hover,
#custom-html-i6 .icon-box > a > img:hover,
#custom-html-i6 .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-i6 .logo-box img:hover,
#custom-html-i6 .icon-box > a > img:hover,
#custom-html-i6 .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-i6 .window-box {
    display: none;
  }
}
.cid-uLf38Wdpob {
  z-index: 1000;
  width: 100%;
}
.cid-uLf38Wdpob nav.navbar {
  position: fixed;
}
.cid-uLf38Wdpob .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-uLf38Wdpob .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLf38Wdpob .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLf38Wdpob .dropdown-item:hover,
.cid-uLf38Wdpob .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uLf38Wdpob .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLf38Wdpob .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLf38Wdpob .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uLf38Wdpob .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uLf38Wdpob .nav-item {
  margin: 0 31px;
}
.cid-uLf38Wdpob .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLf38Wdpob .nav-link {
  position: relative;
}
.cid-uLf38Wdpob .nav-link:hover,
.cid-uLf38Wdpob .nav-link:focus,
.cid-uLf38Wdpob .nav-link:active {
  color: #cc2952 !important;
}
.cid-uLf38Wdpob .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uLf38Wdpob .container {
    flex-wrap: inherit;
  }
}
.cid-uLf38Wdpob .navbar-caption:hover,
.cid-uLf38Wdpob .navbar-caption:focus,
.cid-uLf38Wdpob .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uLf38Wdpob .dropdown-menu,
.cid-uLf38Wdpob .navbar.opened {
  background: #ffffff !important;
}
.cid-uLf38Wdpob .nav-item:focus,
.cid-uLf38Wdpob .nav-link:focus {
  outline: none;
}
.cid-uLf38Wdpob .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLf38Wdpob .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLf38Wdpob .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLf38Wdpob .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLf38Wdpob .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uLf38Wdpob .navbar.opened {
  transition: all 0.3s;
}
.cid-uLf38Wdpob .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLf38Wdpob .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uLf38Wdpob .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLf38Wdpob .navbar.collapsed {
  justify-content: center;
}
.cid-uLf38Wdpob .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLf38Wdpob .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLf38Wdpob .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLf38Wdpob .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLf38Wdpob .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLf38Wdpob .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-uLf38Wdpob .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLf38Wdpob .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLf38Wdpob .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLf38Wdpob .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLf38Wdpob .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLf38Wdpob .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLf38Wdpob .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-uLf38Wdpob .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uLf38Wdpob .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLf38Wdpob .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLf38Wdpob .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLf38Wdpob .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uLf38Wdpob .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLf38Wdpob .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uLf38Wdpob .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLf38Wdpob .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uLf38Wdpob .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLf38Wdpob .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLf38Wdpob .dropdown-item.active,
.cid-uLf38Wdpob .dropdown-item:active {
  background-color: transparent;
}
.cid-uLf38Wdpob .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLf38Wdpob .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLf38Wdpob .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLf38Wdpob .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLf38Wdpob .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLf38Wdpob .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uLf38Wdpob .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uLf38Wdpob .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLf38Wdpob ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLf38Wdpob button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLf38Wdpob button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uLf38Wdpob button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLf38Wdpob button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLf38Wdpob button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLf38Wdpob button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLf38Wdpob nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLf38Wdpob nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLf38Wdpob nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLf38Wdpob nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLf38Wdpob .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLf38Wdpob a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLf38Wdpob a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLf38Wdpob .navbar {
    height: 70px;
  }
  .cid-uLf38Wdpob .navbar.opened {
    height: auto;
  }
  .cid-uLf38Wdpob .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLf38Wdpob .socials-wrap {
  flex-shrink: 0;
}
.cid-uLf38Wdpob .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uLf38Wdpob .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLf38Wdpob .socials {
    
    margin-top: 10px;
  }
}
.cid-uLf38Wdpob .socials-item .link {
  color: #ffffff;
}
.cid-uLf38Wdpob .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-i8 .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-i8 .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-i8 .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-i8 .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-i8 .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-i8 .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-i8 .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uLf38WpAfX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uLf38WpAfX .content-head {
  max-width: 960px;
}
.cid-uLf38WpAfX .mbr-text,
.cid-uLf38WpAfX .mbr-section-btn {
  text-align: left;
}
.cid-uLf38WpAfX .mbr-section-title {
  text-align: left;
}
.cid-uLf38WvTai {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLf38WvTai .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLf38WvTai .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLf38WvTai .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLf38WvTai .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLf38WvTai .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLf38WvTai .mbr-text {
  color: #000000;
}
.cid-uLf38WvTai table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uLf38WvTai table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uLf38WvTai table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uLf38WvTai table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uLf38WB3i2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf38WB3i2 .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.cid-uLf38WB3i2 .card {
  background: transparent;
}
.cid-uLf38WB3i2 .card-img {
  width: 100%;
  height: auto;
}
.cid-uLf38WB3i2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf38WB3i2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf38WHVyI {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLf38WHVyI .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLf38WHVyI .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLf38WHVyI .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLf38WHVyI .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLf38WHVyI .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLf38WHVyI .mbr-text {
  color: #000000;
}
.cid-uLf38WHVyI table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uLf38WHVyI table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uLf38WHVyI table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uLf38WHVyI table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uLf38WNUX8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uLf38WNUX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf38WNUX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf38WNUX8 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uLf38WNUX8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLf38WNUX8 .container {
    padding: 0 24px;
  }
}
.cid-uLf38WNUX8 .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLf38WNUX8 .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLf38WNUX8 .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uLf38WNUX8 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uLf38WNUX8 .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uLf38WNUX8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLf38WNUX8 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 100%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uLf38WNUX8 .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uLf38WNUX8 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uLf38WNUX8 .mbr-section-title {
  color: #ffffff;
}
.cid-uLf38WNUX8 .mbr-text,
.cid-uLf38WNUX8 .text-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-uLf38WNUX8 .mbr-section-title,
.cid-uLf38WNUX8 .icon-wrapper {
  text-align: left;
}
.cid-uLf38WTVAQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uLf38WTVAQ .card-box {
  padding: 0rem;
}
.cid-uLf38WTVAQ .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uLf38WTVAQ h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uLf38WTVAQ p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uLf38WTVAQ .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uLf38WTVAQ .mbr-text {
  color: #879a9f;
}
.cid-uLf38WTVAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf38WTVAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf38WTVAQ .card-title > a > b {
  line-height: 36px !important;
}
.cid-uLf38X1iYX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uLf38X1iYX::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #3359a0 50%);
  z-index: 1;
}
.cid-uLf38X1iYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf38X1iYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLf38X1iYX .container {
    padding: 0 22px;
  }
}
.cid-uLf38X1iYX .row {
  justify-content: center;
}
.cid-uLf38X1iYX .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uLf38X1iYX .content-wrapper {
    padding: 0;
  }
}
.cid-uLf38X1iYX .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLf38X1iYX .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uLf38X1iYX .mbr-section-title {
  color: #ffffff;
}
.cid-uLf38X1iYX .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLf38X1iYX .mbr-section-title,
.cid-uLf38X1iYX .mbr-section-btn {
  text-align: center;
}
.cid-uLf38X7ur2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLf38X7ur2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf38X7ur2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf38X7ur2 .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uLf38X7ur2 .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uLf38X7ur2 .container {
    padding: 0 0;
  }
}
.cid-uLf38X7ur2 .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uLf38X7ur2 .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uLf38X7ur2 .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uLf38X7ur2 .row {
    padding: 0;
  }
}
.cid-uLf38X7ur2 .title-wrapper {
  margin-bottom: 0px;
}
.cid-uLf38X7ur2 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLf38X7ur2 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uLf38X7ur2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLf38X7ur2 .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uLf38X7ur2 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uLf38X7ur2 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uLf38X7ur2 .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uLf38X7ur2 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLf38X7ur2 .nav-wrapper .list {
    display: block;
  }
}
.cid-uLf38X7ur2 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLf38X7ur2 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uLf38X7ur2 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uLf38X7ur2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLf38X7ur2 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLf38X7ur2 .item-wrap > a {
  font-weight: 800;
}
.cid-uLf38X7ur2 .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uLf38X7ur2 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uLf38X7ur2 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uLf38X7ur2 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uLf38X7ur2 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uLf38X7ur2 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uLf38X7ur2 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uLf38X7ur2 .mbr-section-title,
.cid-uLf38X7ur2 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLf38X7ur2 .list {
  color: #ffffff;
}
.cid-uLf38X7ur2 .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uLf38X7ur2 .list,
.cid-uLf38X7ur2 .nav-wrapper,
.cid-uLf38X7ur2 .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uLf38X7ur2 .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uLf38X7ur2 .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uLf38X7ur2 .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uLf38X7ur2 .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uLf38X7ur2 .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uLf38X7ur2 .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uLf38X7ur2 .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uLf38X7ur2 .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uLf38X7ur2 .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uLf38X7ur2 .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-ih .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-ih .icon-box {
  position: relative;
}
#custom-html-ih .icon-box img {
  margin: 10% auto;
}
#custom-html-ih .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-ih .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-ih .logo-box img,
#custom-html-ih .icon-box > a > img,
#custom-html-ih .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-ih .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-ih .img-responsive,
#custom-html-ih .thumbnail > img,
#custom-html-ih .thumbnail a > img,
#custom-html-ih .carousel-inner > .item > img,
#custom-html-ih .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-ih .logo-box img:hover,
#custom-html-ih .icon-box > a > img:hover,
#custom-html-ih .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-ih .logo-box img:hover,
#custom-html-ih .icon-box > a > img:hover,
#custom-html-ih .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-ih .window-box {
    display: none;
  }
}
.cid-uLggGZRY6j {
  z-index: 1000;
  width: 100%;
}
.cid-uLggGZRY6j nav.navbar {
  position: fixed;
}
.cid-uLggGZRY6j .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-uLggGZRY6j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLggGZRY6j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLggGZRY6j .dropdown-item:hover,
.cid-uLggGZRY6j .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uLggGZRY6j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLggGZRY6j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLggGZRY6j .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uLggGZRY6j .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uLggGZRY6j .nav-item {
  margin: 0 31px;
}
.cid-uLggGZRY6j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLggGZRY6j .nav-link {
  position: relative;
}
.cid-uLggGZRY6j .nav-link:hover,
.cid-uLggGZRY6j .nav-link:focus,
.cid-uLggGZRY6j .nav-link:active {
  color: #cc2952 !important;
}
.cid-uLggGZRY6j .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uLggGZRY6j .container {
    flex-wrap: inherit;
  }
}
.cid-uLggGZRY6j .navbar-caption:hover,
.cid-uLggGZRY6j .navbar-caption:focus,
.cid-uLggGZRY6j .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uLggGZRY6j .dropdown-menu,
.cid-uLggGZRY6j .navbar.opened {
  background: #ffffff !important;
}
.cid-uLggGZRY6j .nav-item:focus,
.cid-uLggGZRY6j .nav-link:focus {
  outline: none;
}
.cid-uLggGZRY6j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLggGZRY6j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLggGZRY6j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLggGZRY6j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLggGZRY6j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uLggGZRY6j .navbar.opened {
  transition: all 0.3s;
}
.cid-uLggGZRY6j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLggGZRY6j .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uLggGZRY6j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLggGZRY6j .navbar.collapsed {
  justify-content: center;
}
.cid-uLggGZRY6j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLggGZRY6j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLggGZRY6j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLggGZRY6j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLggGZRY6j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLggGZRY6j .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-uLggGZRY6j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLggGZRY6j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLggGZRY6j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLggGZRY6j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLggGZRY6j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLggGZRY6j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLggGZRY6j .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-uLggGZRY6j .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uLggGZRY6j .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLggGZRY6j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLggGZRY6j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLggGZRY6j .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uLggGZRY6j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLggGZRY6j .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uLggGZRY6j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLggGZRY6j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uLggGZRY6j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLggGZRY6j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLggGZRY6j .dropdown-item.active,
.cid-uLggGZRY6j .dropdown-item:active {
  background-color: transparent;
}
.cid-uLggGZRY6j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLggGZRY6j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLggGZRY6j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLggGZRY6j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLggGZRY6j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLggGZRY6j .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uLggGZRY6j .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uLggGZRY6j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLggGZRY6j ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLggGZRY6j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLggGZRY6j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uLggGZRY6j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLggGZRY6j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLggGZRY6j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLggGZRY6j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLggGZRY6j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLggGZRY6j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLggGZRY6j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLggGZRY6j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLggGZRY6j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLggGZRY6j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLggGZRY6j a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLggGZRY6j .navbar {
    height: 70px;
  }
  .cid-uLggGZRY6j .navbar.opened {
    height: auto;
  }
  .cid-uLggGZRY6j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLggGZRY6j .socials-wrap {
  flex-shrink: 0;
}
.cid-uLggGZRY6j .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uLggGZRY6j .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLggGZRY6j .socials {
    
    margin-top: 10px;
  }
}
.cid-uLggGZRY6j .socials-item .link {
  color: #ffffff;
}
.cid-uLggGZRY6j .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-ij .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-ij .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-ij .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-ij .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-ij .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-ij .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-ij .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uLggH07am0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uLggH07am0 .content-head {
  max-width: 960px;
}
.cid-uLggH07am0 .mbr-text,
.cid-uLggH07am0 .mbr-section-btn {
  text-align: left;
}
.cid-uLggH07am0 .mbr-section-title {
  text-align: left;
}
.cid-uLggH0eCFE {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLggH0eCFE .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLggH0eCFE .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLggH0eCFE .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLggH0eCFE .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLggH0eCFE .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLggH0eCFE .mbr-text {
  color: #000000;
}
.cid-uLggH0eCFE table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uLggH0eCFE table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uLggH0eCFE table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uLggH0eCFE table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uLggH0knRv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLggH0knRv .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.cid-uLggH0knRv .card {
  background: transparent;
}
.cid-uLggH0knRv .card-img {
  width: 100%;
  height: auto;
}
.cid-uLggH0knRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLggH0knRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLggH0sQ43 {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLggH0sQ43 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLggH0sQ43 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLggH0sQ43 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLggH0sQ43 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLggH0sQ43 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLggH0sQ43 .mbr-text {
  color: #000000;
}
.cid-uLggH0sQ43 table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uLggH0sQ43 table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uLggH0sQ43 table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uLggH0sQ43 table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uLggH0CHit {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uLggH0CHit .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLggH0CHit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLggH0CHit .container-fluid {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uLggH0CHit .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLggH0CHit .container {
    padding: 0 24px;
  }
}
.cid-uLggH0CHit .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLggH0CHit .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLggH0CHit .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uLggH0CHit .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uLggH0CHit .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uLggH0CHit .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLggH0CHit .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 100%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uLggH0CHit .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uLggH0CHit .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uLggH0CHit .mbr-section-title {
  color: #ffffff;
}
.cid-uLggH0CHit .mbr-text,
.cid-uLggH0CHit .text-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-uLggH0CHit .mbr-section-title,
.cid-uLggH0CHit .icon-wrapper {
  text-align: left;
}
.cid-uLggH0JZHL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uLggH0JZHL .card-box {
  padding: 0rem;
}
.cid-uLggH0JZHL .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uLggH0JZHL h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uLggH0JZHL p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uLggH0JZHL .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uLggH0JZHL .mbr-text {
  color: #879a9f;
}
.cid-uLggH0JZHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLggH0JZHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLggH0JZHL .card-title > a > b {
  line-height: 36px !important;
}
.cid-uLggH0Wmry {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uLggH0Wmry::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #3359a0 50%);
  z-index: 1;
}
.cid-uLggH0Wmry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLggH0Wmry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLggH0Wmry .container {
    padding: 0 22px;
  }
}
.cid-uLggH0Wmry .row {
  justify-content: center;
}
.cid-uLggH0Wmry .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uLggH0Wmry .content-wrapper {
    padding: 0;
  }
}
.cid-uLggH0Wmry .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLggH0Wmry .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uLggH0Wmry .mbr-section-title {
  color: #ffffff;
}
.cid-uLggH0Wmry .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLggH0Wmry .mbr-section-title,
.cid-uLggH0Wmry .mbr-section-btn {
  text-align: center;
}
.cid-uLggH13Skk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLggH13Skk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLggH13Skk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLggH13Skk .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uLggH13Skk .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uLggH13Skk .container {
    padding: 0 0;
  }
}
.cid-uLggH13Skk .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uLggH13Skk .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uLggH13Skk .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uLggH13Skk .row {
    padding: 0;
  }
}
.cid-uLggH13Skk .title-wrapper {
  margin-bottom: 0px;
}
.cid-uLggH13Skk .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLggH13Skk .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uLggH13Skk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLggH13Skk .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uLggH13Skk .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uLggH13Skk .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uLggH13Skk .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uLggH13Skk .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLggH13Skk .nav-wrapper .list {
    display: block;
  }
}
.cid-uLggH13Skk .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLggH13Skk .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uLggH13Skk .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uLggH13Skk .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLggH13Skk .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLggH13Skk .item-wrap > a {
  font-weight: 800;
}
.cid-uLggH13Skk .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uLggH13Skk .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uLggH13Skk .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uLggH13Skk .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uLggH13Skk .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uLggH13Skk .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uLggH13Skk .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uLggH13Skk .mbr-section-title,
.cid-uLggH13Skk .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLggH13Skk .list {
  color: #ffffff;
}
.cid-uLggH13Skk .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uLggH13Skk .list,
.cid-uLggH13Skk .nav-wrapper,
.cid-uLggH13Skk .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uLggH13Skk .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uLggH13Skk .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uLggH13Skk .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uLggH13Skk .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uLggH13Skk .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uLggH13Skk .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uLggH13Skk .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uLggH13Skk .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uLggH13Skk .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uLggH13Skk .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-is .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-is .icon-box {
  position: relative;
}
#custom-html-is .icon-box img {
  margin: 10% auto;
}
#custom-html-is .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-is .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-is .logo-box img,
#custom-html-is .icon-box > a > img,
#custom-html-is .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-is .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-is .img-responsive,
#custom-html-is .thumbnail > img,
#custom-html-is .thumbnail a > img,
#custom-html-is .carousel-inner > .item > img,
#custom-html-is .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-is .logo-box img:hover,
#custom-html-is .icon-box > a > img:hover,
#custom-html-is .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-is .logo-box img:hover,
#custom-html-is .icon-box > a > img:hover,
#custom-html-is .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-is .window-box {
    display: none;
  }
}
.cid-uLgh37KT6v {
  z-index: 1000;
  width: 100%;
}
.cid-uLgh37KT6v nav.navbar {
  position: fixed;
}
.cid-uLgh37KT6v .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-uLgh37KT6v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLgh37KT6v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLgh37KT6v .dropdown-item:hover,
.cid-uLgh37KT6v .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uLgh37KT6v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLgh37KT6v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLgh37KT6v .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uLgh37KT6v .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uLgh37KT6v .nav-item {
  margin: 0 31px;
}
.cid-uLgh37KT6v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLgh37KT6v .nav-link {
  position: relative;
}
.cid-uLgh37KT6v .nav-link:hover,
.cid-uLgh37KT6v .nav-link:focus,
.cid-uLgh37KT6v .nav-link:active {
  color: #cc2952 !important;
}
.cid-uLgh37KT6v .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uLgh37KT6v .container {
    flex-wrap: inherit;
  }
}
.cid-uLgh37KT6v .navbar-caption:hover,
.cid-uLgh37KT6v .navbar-caption:focus,
.cid-uLgh37KT6v .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uLgh37KT6v .dropdown-menu,
.cid-uLgh37KT6v .navbar.opened {
  background: #ffffff !important;
}
.cid-uLgh37KT6v .nav-item:focus,
.cid-uLgh37KT6v .nav-link:focus {
  outline: none;
}
.cid-uLgh37KT6v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgh37KT6v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgh37KT6v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgh37KT6v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgh37KT6v .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uLgh37KT6v .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgh37KT6v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLgh37KT6v .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uLgh37KT6v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLgh37KT6v .navbar.collapsed {
  justify-content: center;
}
.cid-uLgh37KT6v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgh37KT6v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLgh37KT6v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLgh37KT6v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgh37KT6v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgh37KT6v .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-uLgh37KT6v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgh37KT6v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLgh37KT6v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgh37KT6v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgh37KT6v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgh37KT6v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLgh37KT6v .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-uLgh37KT6v .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uLgh37KT6v .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgh37KT6v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLgh37KT6v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLgh37KT6v .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uLgh37KT6v .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgh37KT6v .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uLgh37KT6v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgh37KT6v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uLgh37KT6v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLgh37KT6v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgh37KT6v .dropdown-item.active,
.cid-uLgh37KT6v .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgh37KT6v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLgh37KT6v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgh37KT6v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgh37KT6v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLgh37KT6v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLgh37KT6v .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uLgh37KT6v .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uLgh37KT6v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgh37KT6v ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLgh37KT6v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLgh37KT6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uLgh37KT6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgh37KT6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgh37KT6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgh37KT6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgh37KT6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgh37KT6v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgh37KT6v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgh37KT6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgh37KT6v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLgh37KT6v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLgh37KT6v a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLgh37KT6v .navbar {
    height: 70px;
  }
  .cid-uLgh37KT6v .navbar.opened {
    height: auto;
  }
  .cid-uLgh37KT6v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgh37KT6v .socials-wrap {
  flex-shrink: 0;
}
.cid-uLgh37KT6v .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uLgh37KT6v .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLgh37KT6v .socials {
    
    margin-top: 10px;
  }
}
.cid-uLgh37KT6v .socials-item .link {
  color: #ffffff;
}
.cid-uLgh37KT6v .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-iu .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-iu .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-iu .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-iu .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-iu .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-iu .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-iu .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uLgh381LJS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uLgh381LJS .content-head {
  max-width: 960px;
}
.cid-uLgh381LJS .mbr-text,
.cid-uLgh381LJS .mbr-section-btn {
  text-align: left;
}
.cid-uLgh381LJS .mbr-section-title {
  text-align: left;
}
.cid-uLgh38aeUV {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLgh38aeUV .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLgh38aeUV .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLgh38aeUV .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLgh38aeUV .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLgh38aeUV .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLgh38aeUV .mbr-text {
  color: #000000;
}
.cid-uLgh38aeUV table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uLgh38aeUV table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uLgh38aeUV table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uLgh38aeUV table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uLgh38h0hb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLgh38h0hb .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.cid-uLgh38h0hb .card {
  background: transparent;
}
.cid-uLgh38h0hb .card-img {
  width: 100%;
  height: auto;
}
.cid-uLgh38h0hb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgh38h0hb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgh38p3U5 {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLgh38p3U5 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLgh38p3U5 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLgh38p3U5 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLgh38p3U5 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLgh38p3U5 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLgh38p3U5 .mbr-text {
  color: #000000;
}
.cid-uLgh38p3U5 table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uLgh38p3U5 table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uLgh38p3U5 table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uLgh38p3U5 table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uLgh38BC2v {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uLgh38BC2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgh38BC2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgh38BC2v .container-fluid {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uLgh38BC2v .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLgh38BC2v .container {
    padding: 0 24px;
  }
}
.cid-uLgh38BC2v .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLgh38BC2v .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLgh38BC2v .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uLgh38BC2v .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uLgh38BC2v .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uLgh38BC2v .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgh38BC2v .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 100%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uLgh38BC2v .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uLgh38BC2v .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uLgh38BC2v .mbr-section-title {
  color: #ffffff;
}
.cid-uLgh38BC2v .mbr-text,
.cid-uLgh38BC2v .text-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-uLgh38BC2v .mbr-section-title,
.cid-uLgh38BC2v .icon-wrapper {
  text-align: left;
}
.cid-uLgh38KLUe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uLgh38KLUe .card-box {
  padding: 0rem;
}
.cid-uLgh38KLUe .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uLgh38KLUe h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uLgh38KLUe p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uLgh38KLUe .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uLgh38KLUe .mbr-text {
  color: #879a9f;
}
.cid-uLgh38KLUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgh38KLUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgh38KLUe .card-title > a > b {
  line-height: 36px !important;
}
.cid-uLgh38WeG5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uLgh38WeG5::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #3359a0 50%);
  z-index: 1;
}
.cid-uLgh38WeG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgh38WeG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLgh38WeG5 .container {
    padding: 0 22px;
  }
}
.cid-uLgh38WeG5 .row {
  justify-content: center;
}
.cid-uLgh38WeG5 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uLgh38WeG5 .content-wrapper {
    padding: 0;
  }
}
.cid-uLgh38WeG5 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLgh38WeG5 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uLgh38WeG5 .mbr-section-title {
  color: #ffffff;
}
.cid-uLgh38WeG5 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLgh38WeG5 .mbr-section-title,
.cid-uLgh38WeG5 .mbr-section-btn {
  text-align: center;
}
.cid-uLgh395KRj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLgh395KRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgh395KRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgh395KRj .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uLgh395KRj .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uLgh395KRj .container {
    padding: 0 0;
  }
}
.cid-uLgh395KRj .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uLgh395KRj .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uLgh395KRj .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uLgh395KRj .row {
    padding: 0;
  }
}
.cid-uLgh395KRj .title-wrapper {
  margin-bottom: 0px;
}
.cid-uLgh395KRj .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLgh395KRj .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uLgh395KRj .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgh395KRj .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uLgh395KRj .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uLgh395KRj .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uLgh395KRj .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uLgh395KRj .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLgh395KRj .nav-wrapper .list {
    display: block;
  }
}
.cid-uLgh395KRj .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLgh395KRj .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uLgh395KRj .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uLgh395KRj .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLgh395KRj .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLgh395KRj .item-wrap > a {
  font-weight: 800;
}
.cid-uLgh395KRj .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uLgh395KRj .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uLgh395KRj .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uLgh395KRj .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uLgh395KRj .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uLgh395KRj .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uLgh395KRj .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uLgh395KRj .mbr-section-title,
.cid-uLgh395KRj .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLgh395KRj .list {
  color: #ffffff;
}
.cid-uLgh395KRj .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uLgh395KRj .list,
.cid-uLgh395KRj .nav-wrapper,
.cid-uLgh395KRj .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uLgh395KRj .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uLgh395KRj .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uLgh395KRj .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uLgh395KRj .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uLgh395KRj .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uLgh395KRj .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uLgh395KRj .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uLgh395KRj .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uLgh395KRj .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uLgh395KRj .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-j3 .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-j3 .icon-box {
  position: relative;
}
#custom-html-j3 .icon-box img {
  margin: 10% auto;
}
#custom-html-j3 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-j3 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-j3 .logo-box img,
#custom-html-j3 .icon-box > a > img,
#custom-html-j3 .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-j3 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-j3 .img-responsive,
#custom-html-j3 .thumbnail > img,
#custom-html-j3 .thumbnail a > img,
#custom-html-j3 .carousel-inner > .item > img,
#custom-html-j3 .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-j3 .logo-box img:hover,
#custom-html-j3 .icon-box > a > img:hover,
#custom-html-j3 .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-j3 .logo-box img:hover,
#custom-html-j3 .icon-box > a > img:hover,
#custom-html-j3 .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-j3 .window-box {
    display: none;
  }
}
.cid-uLgzEBPrhF {
  z-index: 1000;
  width: 100%;
}
.cid-uLgzEBPrhF nav.navbar {
  position: fixed;
}
.cid-uLgzEBPrhF .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-uLgzEBPrhF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLgzEBPrhF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLgzEBPrhF .dropdown-item:hover,
.cid-uLgzEBPrhF .dropdown-item:focus {
  background: #cc2952 !important;
  color: white !important;
}
.cid-uLgzEBPrhF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLgzEBPrhF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLgzEBPrhF .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uLgzEBPrhF .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uLgzEBPrhF .nav-item {
  margin: 0 31px;
}
.cid-uLgzEBPrhF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLgzEBPrhF .nav-link {
  position: relative;
}
.cid-uLgzEBPrhF .nav-link:hover,
.cid-uLgzEBPrhF .nav-link:focus,
.cid-uLgzEBPrhF .nav-link:active {
  color: #cc2952 !important;
}
.cid-uLgzEBPrhF .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uLgzEBPrhF .container {
    flex-wrap: inherit;
  }
}
.cid-uLgzEBPrhF .navbar-caption:hover,
.cid-uLgzEBPrhF .navbar-caption:focus,
.cid-uLgzEBPrhF .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-uLgzEBPrhF .dropdown-menu,
.cid-uLgzEBPrhF .navbar.opened {
  background: #ffffff !important;
}
.cid-uLgzEBPrhF .nav-item:focus,
.cid-uLgzEBPrhF .nav-link:focus {
  outline: none;
}
.cid-uLgzEBPrhF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgzEBPrhF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgzEBPrhF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgzEBPrhF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgzEBPrhF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uLgzEBPrhF .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgzEBPrhF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLgzEBPrhF .navbar .navbar-logo img {
  width: 100%;
  min-width: 80%;
  height: auto;
}
.cid-uLgzEBPrhF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLgzEBPrhF .navbar.collapsed {
  justify-content: center;
}
.cid-uLgzEBPrhF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgzEBPrhF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLgzEBPrhF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLgzEBPrhF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgzEBPrhF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgzEBPrhF .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-uLgzEBPrhF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgzEBPrhF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLgzEBPrhF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgzEBPrhF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgzEBPrhF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgzEBPrhF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLgzEBPrhF .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-uLgzEBPrhF .navbar .navbar-logo img {
    height: auto;
  }
  .cid-uLgzEBPrhF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgzEBPrhF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLgzEBPrhF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLgzEBPrhF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uLgzEBPrhF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgzEBPrhF .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-uLgzEBPrhF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgzEBPrhF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-uLgzEBPrhF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLgzEBPrhF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgzEBPrhF .dropdown-item.active,
.cid-uLgzEBPrhF .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgzEBPrhF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLgzEBPrhF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgzEBPrhF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgzEBPrhF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLgzEBPrhF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLgzEBPrhF .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uLgzEBPrhF .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uLgzEBPrhF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgzEBPrhF ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLgzEBPrhF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLgzEBPrhF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #375a9c;
}
.cid-uLgzEBPrhF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgzEBPrhF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgzEBPrhF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgzEBPrhF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgzEBPrhF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgzEBPrhF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgzEBPrhF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgzEBPrhF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgzEBPrhF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLgzEBPrhF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLgzEBPrhF a.nav-link {
    
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLgzEBPrhF .navbar {
    height: 70px;
  }
  .cid-uLgzEBPrhF .navbar.opened {
    height: auto;
  }
  .cid-uLgzEBPrhF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgzEBPrhF .socials-wrap {
  flex-shrink: 0;
}
.cid-uLgzEBPrhF .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-uLgzEBPrhF .socials p {
  margin: 0 20px 0 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLgzEBPrhF .socials {
    
    margin-top: 10px;
  }
}
.cid-uLgzEBPrhF .socials-item .link {
  color: #ffffff;
}
.cid-uLgzEBPrhF .socials > li {
  text-align: center;
  border: 0px solid #999999;
}
#custom-html-j5 .breadcrumb {
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 10px;
  background: #fafafa;
  box-shadow: 0 2px 5px #375a9c;
}
#custom-html-j5 .breadcrumb li {
  margin: 0 5px;
  position: relative;
}
#custom-html-j5 .breadcrumb li a {
  text-decoration: none;
  color: #0073e6;
  font-size: 16px;
  padding: 5px 5px;
  transition: color 0.3s;
}
#custom-html-j5 .breadcrumb li a:hover {
  color: #005bb5;
}
#custom-html-j5 .breadcrumb li:not(:last-child)::after {
  content: '\276F';
  /* Unicode for right arrow */
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
#custom-html-j5 .breadcrumb li:last-child {
  margin-left: 9px;
}
#custom-html-j5 .breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.cid-uLgzEC3XeU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uLgzEC3XeU .content-head {
  max-width: 960px;
}
.cid-uLgzEC3XeU .mbr-text,
.cid-uLgzEC3XeU .mbr-section-btn {
  text-align: left;
}
.cid-uLgzEC3XeU .mbr-section-title {
  text-align: left;
}
.cid-uLgzECaMqZ {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLgzECaMqZ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLgzECaMqZ .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLgzECaMqZ .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLgzECaMqZ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLgzECaMqZ .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLgzECaMqZ .mbr-text {
  color: #000000;
}
.cid-uLgzECaMqZ table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uLgzECaMqZ table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uLgzECaMqZ table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uLgzECaMqZ table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uLgzEChUhu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLgzEChUhu .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.cid-uLgzEChUhu .card {
  background: transparent;
}
.cid-uLgzEChUhu .card-img {
  width: 100%;
  height: auto;
}
.cid-uLgzEChUhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgzEChUhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgzECoYkj {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLgzECoYkj .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLgzECoYkj .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLgzECoYkj .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLgzECoYkj .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLgzECoYkj .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLgzECoYkj .mbr-text {
  color: #000000;
}
.cid-uLgzECoYkj table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.cid-uLgzECoYkj table tbody tr:nth-child(1) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #ffffff;
  background-color: #333333;
}
.cid-uLgzECoYkj table tbody tr:nth-child(2n+3) td {
  border: 1px solid #b3adad;
  padding: 5px;
  color: #313030;
  background-color: #f0f0f0;
}
.cid-uLgzECoYkj table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
.cid-uLgzECwtOb {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uLgzECwtOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgzECwtOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgzECwtOb .container-fluid {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uLgzECwtOb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLgzECwtOb .container {
    padding: 0 24px;
  }
}
.cid-uLgzECwtOb .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLgzECwtOb .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLgzECwtOb .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uLgzECwtOb .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uLgzECwtOb .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uLgzECwtOb .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgzECwtOb .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 100%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uLgzECwtOb .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uLgzECwtOb .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uLgzECwtOb .mbr-section-title {
  color: #ffffff;
}
.cid-uLgzECwtOb .mbr-text,
.cid-uLgzECwtOb .text-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-uLgzECwtOb .mbr-section-title,
.cid-uLgzECwtOb .icon-wrapper {
  text-align: left;
}
.cid-uLgzECEbi0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uLgzECEbi0 .card-box {
  padding: 0rem;
}
.cid-uLgzECEbi0 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uLgzECEbi0 h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uLgzECEbi0 p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uLgzECEbi0 .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uLgzECEbi0 .mbr-text {
  color: #879a9f;
}
.cid-uLgzECEbi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgzECEbi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgzECEbi0 .card-title > a > b {
  line-height: 36px !important;
}
.cid-uLgzECNNSd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #375a9c;
}
.cid-uLgzECNNSd::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #3359a0 50%);
  z-index: 1;
}
.cid-uLgzECNNSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgzECNNSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLgzECNNSd .container {
    padding: 0 22px;
  }
}
.cid-uLgzECNNSd .row {
  justify-content: center;
}
.cid-uLgzECNNSd .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uLgzECNNSd .content-wrapper {
    padding: 0;
  }
}
.cid-uLgzECNNSd .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLgzECNNSd .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uLgzECNNSd .mbr-section-title {
  color: #ffffff;
}
.cid-uLgzECNNSd .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLgzECNNSd .mbr-section-title,
.cid-uLgzECNNSd .mbr-section-btn {
  text-align: center;
}
.cid-uLgzECUn6M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLgzECUn6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgzECUn6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgzECUn6M .container-fluid {
  padding: 0 0;
}
@media (max-width: 768px) {
  .cid-uLgzECUn6M .container-fluid {
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uLgzECUn6M .container {
    padding: 0 0;
  }
}
.cid-uLgzECUn6M .row {
  padding: 0;
  margin: 0;
  border: 0px solid #4d4d4d;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 992px) {
  .cid-uLgzECUn6M .row {
    padding: 0px 0px;
  }
}
@media (max-width: 992px) {
  .cid-uLgzECUn6M .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uLgzECUn6M .row {
    padding: 0;
  }
}
.cid-uLgzECUn6M .title-wrapper {
  margin-bottom: 0px;
}
.cid-uLgzECUn6M .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLgzECUn6M .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uLgzECUn6M .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgzECUn6M .title-wrapper .title-wrap .logo-wrap {
  margin: 30px 16px 30px 16px;
}
.cid-uLgzECUn6M .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uLgzECUn6M .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uLgzECUn6M .nav-wrapper {
  margin-bottom: 30px;
}
.cid-uLgzECUn6M .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLgzECUn6M .nav-wrapper .list {
    display: block;
  }
}
.cid-uLgzECUn6M .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLgzECUn6M .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uLgzECUn6M .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uLgzECUn6M .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLgzECUn6M .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLgzECUn6M .item-wrap > a {
  font-weight: 800;
}
.cid-uLgzECUn6M .soc-wrapper {
  margin-bottom: 0px;
}
.cid-uLgzECUn6M .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uLgzECUn6M .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uLgzECUn6M .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uLgzECUn6M .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uLgzECUn6M .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uLgzECUn6M .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uLgzECUn6M .mbr-section-title,
.cid-uLgzECUn6M .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLgzECUn6M .list {
  color: #ffffff;
}
.cid-uLgzECUn6M .copyright {
  color: #cacaca;
  text-align: left;
}
.cid-uLgzECUn6M .list,
.cid-uLgzECUn6M .nav-wrapper,
.cid-uLgzECUn6M .soc-wrapper {
  text-align: center;
  line-height: 30px;
}
.cid-uLgzECUn6M .old18 {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cid-uLgzECUn6M .footArea01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  padding-bottom: 80px;
}
.cid-uLgzECUn6M .footArea02 {
  width: 100%;
  margin: 30px auto;
  padding: 0 auto 100px auto !important;
  background: #333;
  clear: both;
  margin-bottom: 100px !important;
}
.cid-uLgzECUn6M .footText01 {
  font-size: 15px;
  width: 45%;
  vertical-align: top;
  float: left;
  padding: 0 20px 0 20px;
}
.cid-uLgzECUn6M .footText02 {
  font-size: 15px;
  width: 54%;
  vertical-align: top;
  float: right;
  padding: 0 20px 0 20px;
}
.cid-uLgzECUn6M .footText03 {
  font-size: 15px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .cid-uLgzECUn6M .footText01 {
    width: 100%;
    float: none;
  }
  .cid-uLgzECUn6M .footText02 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .cid-uLgzECUn6M .footArea01 {
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
  }
  .cid-uLgzECUn6M .footArea02 {
    padding: 0 auto 100px auto !important;
    margin-bottom: 100px !important;
  }
}
#custom-html-je .window-box {
  width: 10rem;
  height: auto;
  border-radius: 1.5rem;
  border: 4px solid rgba(234, 179, 8, 0.8);
  background-color: rgba(234, 179, 8, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 15%;
  right: 1%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 99;
}
#custom-html-je .icon-box {
  position: relative;
}
#custom-html-je .icon-box img {
  margin: 10% auto;
}
#custom-html-je .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-je .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-je .logo-box img,
#custom-html-je .icon-box > a > img,
#custom-html-je .store-box > a > img {
  transition: all 0.2s ease-out;
}
#custom-html-je .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-je .img-responsive,
#custom-html-je .thumbnail > img,
#custom-html-je .thumbnail a > img,
#custom-html-je .carousel-inner > .item > img,
#custom-html-je .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#custom-html-je .logo-box img:hover,
#custom-html-je .icon-box > a > img:hover,
#custom-html-je .store-box > a > img:hover {
  filter: contrast(150%);
}
#custom-html-je .logo-box img:hover,
#custom-html-je .icon-box > a > img:hover,
#custom-html-je .store-box > a > img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  #custom-html-je .window-box {
    display: none;
  }
}
