@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap);





.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.1875rem;
}
.display-5 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0068b5 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #0068b5 !important;
}
.bg-warning {
  background-color: #00c7fb !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0068b5 !important;
  border-color: #0068b5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #00365e !important;
  border-color: #00365e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00365e !important;
  border-color: #00365e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #0068b5 !important;
  border-color: #0068b5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #00365e !important;
  border-color: #00365e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #00365e !important;
  border-color: #00365e !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #00c7fb !important;
  border-color: #00c7fb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0082a4 !important;
  border-color: #0082a4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0082a4 !important;
  border-color: #0082a4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0068b5;
  color: #0068b5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00365e !important;
  background-color: transparent!important;
  border-color: #00365e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0068b5 !important;
  border-color: #0068b5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0068b5;
  color: #0068b5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00365e !important;
  background-color: transparent!important;
  border-color: #00365e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0068b5 !important;
  border-color: #0068b5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #00c7fb;
  color: #00c7fb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0082a4 !important;
  background-color: transparent!important;
  border-color: #0082a4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #00c7fb !important;
  border-color: #00c7fb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0068b5 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #0068b5 !important;
}
.text-warning {
  color: #00c7fb !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #002d4f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #002d4f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #007695 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0068b5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0068b5;
}
.alert-warning {
  background-color: #00c7fb;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0068b5;
  border-color: #0068b5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0068b5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #36a9ff;
}
.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: #36a9ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c8f4ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.1875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0068b5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.1875rem;
}
blockquote {
  border-color: #0068b5;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0068b5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0068b5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0068b5;
  border-bottom-color: #0068b5;
}
.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: #0068b5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230068b5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sdAHCZfxoU {
  z-index: 1000;
  width: 100%;
}
.cid-sdAHCZfxoU nav.navbar {
  position: fixed;
}
.cid-sdAHCZfxoU .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-sdAHCZfxoU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sdAHCZfxoU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdAHCZfxoU .dropdown-item:hover,
.cid-sdAHCZfxoU .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-sdAHCZfxoU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sdAHCZfxoU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sdAHCZfxoU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sdAHCZfxoU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdAHCZfxoU .nav-link {
  position: relative;
}
.cid-sdAHCZfxoU .container {
  display: flex;
  margin: auto;
}
.cid-sdAHCZfxoU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sdAHCZfxoU .dropdown-menu,
.cid-sdAHCZfxoU .navbar.opened {
  background: #ffffff !important;
}
.cid-sdAHCZfxoU .nav-item:focus,
.cid-sdAHCZfxoU .nav-link:focus {
  outline: none;
}
.cid-sdAHCZfxoU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdAHCZfxoU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdAHCZfxoU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sdAHCZfxoU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdAHCZfxoU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdAHCZfxoU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdAHCZfxoU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sdAHCZfxoU .navbar.opened {
  transition: all 0.3s;
}
.cid-sdAHCZfxoU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sdAHCZfxoU .navbar .navbar-logo img {
  width: auto;
}
.cid-sdAHCZfxoU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdAHCZfxoU .navbar.collapsed {
  justify-content: center;
}
.cid-sdAHCZfxoU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdAHCZfxoU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdAHCZfxoU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sdAHCZfxoU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdAHCZfxoU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdAHCZfxoU .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-sdAHCZfxoU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdAHCZfxoU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sdAHCZfxoU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sdAHCZfxoU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdAHCZfxoU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdAHCZfxoU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdAHCZfxoU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdAHCZfxoU .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-sdAHCZfxoU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sdAHCZfxoU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdAHCZfxoU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdAHCZfxoU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdAHCZfxoU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdAHCZfxoU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sdAHCZfxoU .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdAHCZfxoU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sdAHCZfxoU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sdAHCZfxoU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdAHCZfxoU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdAHCZfxoU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdAHCZfxoU .dropdown-item.active,
.cid-sdAHCZfxoU .dropdown-item:active {
  background-color: transparent;
}
.cid-sdAHCZfxoU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdAHCZfxoU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdAHCZfxoU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdAHCZfxoU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdAHCZfxoU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdAHCZfxoU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdAHCZfxoU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdAHCZfxoU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdAHCZfxoU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sdAHCZfxoU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-sdAHCZfxoU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sdAHCZfxoU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdAHCZfxoU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdAHCZfxoU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sdAHCZfxoU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdAHCZfxoU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sdAHCZfxoU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sdAHCZfxoU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdAHCZfxoU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sdAHCZfxoU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdAHCZfxoU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdAHCZfxoU .navbar {
    height: 70px;
  }
  .cid-sdAHCZfxoU .navbar.opened {
    height: auto;
  }
  .cid-sdAHCZfxoU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdAHMCuJfR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sdAHMCuJfR .carousel {
  height: 800px;
}
.cid-sdAHMCuJfR .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sdAHMCuJfR .carousel-item,
.cid-sdAHMCuJfR .carousel-inner {
  height: 100%;
}
.cid-sdAHMCuJfR .carousel-caption {
  bottom: 40px;
}
.cid-sdAHMCuJfR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sdAHMCuJfR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sdAHMCuJfR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sdAHMCuJfR .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sdAHMCuJfR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sdAHMCuJfR .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sdAHMCuJfR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sdAHMCuJfR .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sdAHMCuJfR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdAHMCuJfR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sdAHMCuJfR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sdAHMCuJfR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sdAHMCuJfR .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-sdAHMCuJfR .carousel-indicators li.active,
.cid-sdAHMCuJfR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sdAHMCuJfR .carousel-indicators li::after,
.cid-sdAHMCuJfR .carousel-indicators li::before {
  content: none;
}
.cid-sdAHMCuJfR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sdAHMCuJfR .carousel-indicators {
    display: none !important;
  }
}
.cid-slBvx0ALJr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-slBvx0ALJr .mbr-section-title {
  color: #0068b5;
}
.cid-slBvx0ALJr .mbr-section-subtitle {
  color: #353535;
}
.cid-sQfGJeVTwj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/incex-picbg-7-1920x1080.jpg");
}
.cid-sQfGJeVTwj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sQfGJeVTwj .team-card:hover {
  transform: translateY(-10px);
}
.cid-sQfGJeVTwj .card-wrap {
  background: #0068b5;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sQfGJeVTwj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sQfGJeVTwj .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sQfGJeVTwj .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQfGJeVTwj .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sQfGJeVTwj .social-row {
  text-align: center;
}
.cid-sQfGJeVTwj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sQfGJeVTwj .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sQfGJeVTwj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sQfGJeVTwj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sQfGJeVTwj .card-text,
.cid-sQfGJeVTwj .mbr-section-btn,
.cid-sQfGJeVTwj .social-row {
  color: #ffffff;
}
.cid-sfxG7aPDhy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sfxG7aPDhy .google-map {
  height: 30rem;
  position: relative;
}
.cid-sfxG7aPDhy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sfxG7aPDhy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sfxG7aPDhy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sfxG7aPDhy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sfsclqA0Il {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sfsclqA0Il .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sfsclqA0Il .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-sfsclqA0Il .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-sfsclqA0Il .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-sfsclqA0Il div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-sfsclqA0Il .copyright {
  color: #fafafa;
}
.cid-sfsclqA0Il .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyNiKqkYm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyNiKqkYm .mbr-section-title {
  color: #ffffff;
}
.cid-sRyNiKqkYm .mbr-text,
.cid-sRyNiKqkYm .mbr-section-btn {
  color: #353535;
}
.cid-sfF4vytm8y {
  z-index: 1000;
  width: 100%;
}
.cid-sfF4vytm8y nav.navbar {
  position: fixed;
}
.cid-sfF4vytm8y .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-sfF4vytm8y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfF4vytm8y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfF4vytm8y .dropdown-item:hover,
.cid-sfF4vytm8y .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-sfF4vytm8y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfF4vytm8y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfF4vytm8y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfF4vytm8y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfF4vytm8y .nav-link {
  position: relative;
}
.cid-sfF4vytm8y .container {
  display: flex;
  margin: auto;
}
.cid-sfF4vytm8y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfF4vytm8y .dropdown-menu,
.cid-sfF4vytm8y .navbar.opened {
  background: #ffffff !important;
}
.cid-sfF4vytm8y .nav-item:focus,
.cid-sfF4vytm8y .nav-link:focus {
  outline: none;
}
.cid-sfF4vytm8y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfF4vytm8y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfF4vytm8y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfF4vytm8y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfF4vytm8y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfF4vytm8y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfF4vytm8y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sfF4vytm8y .navbar.opened {
  transition: all 0.3s;
}
.cid-sfF4vytm8y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfF4vytm8y .navbar .navbar-logo img {
  width: auto;
}
.cid-sfF4vytm8y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfF4vytm8y .navbar.collapsed {
  justify-content: center;
}
.cid-sfF4vytm8y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfF4vytm8y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfF4vytm8y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfF4vytm8y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfF4vytm8y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfF4vytm8y .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-sfF4vytm8y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfF4vytm8y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfF4vytm8y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfF4vytm8y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfF4vytm8y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfF4vytm8y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfF4vytm8y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfF4vytm8y .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-sfF4vytm8y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfF4vytm8y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfF4vytm8y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfF4vytm8y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfF4vytm8y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfF4vytm8y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfF4vytm8y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfF4vytm8y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfF4vytm8y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfF4vytm8y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfF4vytm8y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfF4vytm8y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfF4vytm8y .dropdown-item.active,
.cid-sfF4vytm8y .dropdown-item:active {
  background-color: transparent;
}
.cid-sfF4vytm8y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfF4vytm8y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfF4vytm8y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfF4vytm8y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfF4vytm8y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfF4vytm8y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfF4vytm8y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfF4vytm8y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfF4vytm8y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfF4vytm8y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-sfF4vytm8y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfF4vytm8y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfF4vytm8y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfF4vytm8y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfF4vytm8y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfF4vytm8y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfF4vytm8y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfF4vytm8y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfF4vytm8y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfF4vytm8y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfF4vytm8y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfF4vytm8y .navbar {
    height: 70px;
  }
  .cid-sfF4vytm8y .navbar.opened {
    height: auto;
  }
  .cid-sfF4vytm8y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgHwfAVevM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/01factory-tit-5-1920x719.jpg");
}
.cid-sgHwfAVevM .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgHwfAVevM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgHwfAVevM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgHwfAVevM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sk5Z6fxgoX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sk5Z6fxgoX .mbr-section-subtitle,
.cid-sk5Z6fxgoX .mbr-text {
  color: #767676;
}
.cid-sk5Z6fxgoX .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sk5Z6fxgoX .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sk5Z6fxgoX .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sk5Z6fxgoX .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sk5Z6fxgoX .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-sk5Z6fxgoX .card-wrapper .card-img img {
  width: 100%;
}
.cid-sk5Z6fxgoX .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sk5Z6fxgoX .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sk5Z6fxgoX .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sk5Z6fxgoX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sk5Z6fxgoX .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sk5Z6fxgoX .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-sk5Z6fxgoX .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sk5Z6fxgoX .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-sk5Z6fxgoX .card-title {
  color: #0068b5;
  text-align: center;
}
.cid-sk5Z6fxgoX .mbr-text {
  text-align: center;
}
.cid-sfF4vDF6Ls {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sfF4vDF6Ls .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sfF4vDF6Ls .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-sfF4vDF6Ls .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-sfF4vDF6Ls .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-sfF4vDF6Ls div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-sfF4vDF6Ls .copyright {
  color: #fafafa;
}
.cid-sfF4vDF6Ls .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyNtFwcU9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyNtFwcU9 .mbr-section-title {
  color: #ffffff;
}
.cid-sRyNtFwcU9 .mbr-text,
.cid-sRyNtFwcU9 .mbr-section-btn {
  color: #353535;
}
.cid-sgHyhV8Prk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/01contactus-tit-8-1920x719.jpg");
}
.cid-sgHyhV8Prk .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgHyhV8Prk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgHyhV8Prk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgHyhV8Prk .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfI301rjP7 {
  z-index: 1000;
  width: 100%;
}
.cid-sfI301rjP7 nav.navbar {
  position: fixed;
}
.cid-sfI301rjP7 .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-sfI301rjP7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfI301rjP7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfI301rjP7 .dropdown-item:hover,
.cid-sfI301rjP7 .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-sfI301rjP7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfI301rjP7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfI301rjP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfI301rjP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfI301rjP7 .nav-link {
  position: relative;
}
.cid-sfI301rjP7 .container {
  display: flex;
  margin: auto;
}
.cid-sfI301rjP7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfI301rjP7 .dropdown-menu,
.cid-sfI301rjP7 .navbar.opened {
  background: #ffffff !important;
}
.cid-sfI301rjP7 .nav-item:focus,
.cid-sfI301rjP7 .nav-link:focus {
  outline: none;
}
.cid-sfI301rjP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfI301rjP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfI301rjP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfI301rjP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfI301rjP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfI301rjP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfI301rjP7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sfI301rjP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-sfI301rjP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfI301rjP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sfI301rjP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfI301rjP7 .navbar.collapsed {
  justify-content: center;
}
.cid-sfI301rjP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfI301rjP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfI301rjP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfI301rjP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfI301rjP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfI301rjP7 .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-sfI301rjP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfI301rjP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfI301rjP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfI301rjP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfI301rjP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfI301rjP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfI301rjP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfI301rjP7 .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-sfI301rjP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfI301rjP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfI301rjP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfI301rjP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfI301rjP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfI301rjP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfI301rjP7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfI301rjP7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfI301rjP7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfI301rjP7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfI301rjP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfI301rjP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfI301rjP7 .dropdown-item.active,
.cid-sfI301rjP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sfI301rjP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfI301rjP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfI301rjP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfI301rjP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfI301rjP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfI301rjP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfI301rjP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfI301rjP7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfI301rjP7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfI301rjP7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-sfI301rjP7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfI301rjP7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfI301rjP7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfI301rjP7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfI301rjP7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfI301rjP7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfI301rjP7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfI301rjP7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfI301rjP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfI301rjP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfI301rjP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfI301rjP7 .navbar {
    height: 70px;
  }
  .cid-sfI301rjP7 .navbar.opened {
    height: auto;
  }
  .cid-sfI301rjP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfI43LD4A4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sfI43LD4A4 .mbr-section-subtitle {
  color: #353535;
}
.cid-shdTDhQNWJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-shdTDhQNWJ .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-shdTDhQNWJ .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-shdTDhQNWJ .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-shdTDhQNWJ .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-shdTDhQNWJ .plan .list-group-item:last-child::after {
  display: none;
}
.cid-shdTDhQNWJ .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-shdTDhQNWJ .plan-header,
.cid-shdTDhQNWJ .plan-body {
  background-color: #fff;
}
.cid-shdTDhQNWJ .price-figure {
  font-weight: 700;
  color: #073b4c;
}
.cid-shdTDhQNWJ .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-shdTDhQNWJ .price-figure {
    font-size: 4.25rem;
  }
}
.cid-shdTDhQNWJ UL {
  text-align: center;
  color: #073b4c;
}
.cid-sfI303Moce {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sfI303Moce .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sfI303Moce .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-sfI303Moce .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-sfI303Moce .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-sfI303Moce div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-sfI303Moce .copyright {
  color: #fafafa;
}
.cid-sfI303Moce .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyNHcgzDy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyNHcgzDy .mbr-section-title {
  color: #ffffff;
}
.cid-sRyNHcgzDy .mbr-text,
.cid-sRyNHcgzDy .mbr-section-btn {
  color: #353535;
}
.cid-sfJ7w9pL5K {
  z-index: 1000;
  width: 100%;
}
.cid-sfJ7w9pL5K nav.navbar {
  position: fixed;
}
.cid-sfJ7w9pL5K .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-sfJ7w9pL5K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfJ7w9pL5K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfJ7w9pL5K .dropdown-item:hover,
.cid-sfJ7w9pL5K .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-sfJ7w9pL5K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfJ7w9pL5K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfJ7w9pL5K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfJ7w9pL5K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfJ7w9pL5K .nav-link {
  position: relative;
}
.cid-sfJ7w9pL5K .container {
  display: flex;
  margin: auto;
}
.cid-sfJ7w9pL5K .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfJ7w9pL5K .dropdown-menu,
.cid-sfJ7w9pL5K .navbar.opened {
  background: #ffffff !important;
}
.cid-sfJ7w9pL5K .nav-item:focus,
.cid-sfJ7w9pL5K .nav-link:focus {
  outline: none;
}
.cid-sfJ7w9pL5K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfJ7w9pL5K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfJ7w9pL5K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfJ7w9pL5K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfJ7w9pL5K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfJ7w9pL5K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfJ7w9pL5K .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sfJ7w9pL5K .navbar.opened {
  transition: all 0.3s;
}
.cid-sfJ7w9pL5K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfJ7w9pL5K .navbar .navbar-logo img {
  width: auto;
}
.cid-sfJ7w9pL5K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfJ7w9pL5K .navbar.collapsed {
  justify-content: center;
}
.cid-sfJ7w9pL5K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfJ7w9pL5K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfJ7w9pL5K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfJ7w9pL5K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfJ7w9pL5K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfJ7w9pL5K .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-sfJ7w9pL5K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfJ7w9pL5K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfJ7w9pL5K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfJ7w9pL5K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfJ7w9pL5K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfJ7w9pL5K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfJ7w9pL5K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfJ7w9pL5K .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-sfJ7w9pL5K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfJ7w9pL5K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfJ7w9pL5K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfJ7w9pL5K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfJ7w9pL5K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfJ7w9pL5K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfJ7w9pL5K .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfJ7w9pL5K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfJ7w9pL5K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfJ7w9pL5K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfJ7w9pL5K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfJ7w9pL5K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfJ7w9pL5K .dropdown-item.active,
.cid-sfJ7w9pL5K .dropdown-item:active {
  background-color: transparent;
}
.cid-sfJ7w9pL5K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfJ7w9pL5K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfJ7w9pL5K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfJ7w9pL5K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfJ7w9pL5K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfJ7w9pL5K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfJ7w9pL5K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfJ7w9pL5K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfJ7w9pL5K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfJ7w9pL5K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-sfJ7w9pL5K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfJ7w9pL5K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfJ7w9pL5K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfJ7w9pL5K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfJ7w9pL5K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfJ7w9pL5K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfJ7w9pL5K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfJ7w9pL5K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfJ7w9pL5K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfJ7w9pL5K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfJ7w9pL5K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfJ7w9pL5K .navbar {
    height: 70px;
  }
  .cid-sfJ7w9pL5K .navbar.opened {
    height: auto;
  }
  .cid-sfJ7w9pL5K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgHyOyTkWX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/02policy-tit-2-1920x719.jpg");
}
.cid-sgHyOyTkWX .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgHyOyTkWX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgHyOyTkWX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgHyOyTkWX .text-wrapper {
    padding: 2rem;
  }
}
.cid-slXnHzILkD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-slXnHzILkD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slXnHzILkD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slXnHzILkD .mbr-text {
    text-align: center;
  }
}
.cid-slXnHzILkD H1 {
  color: #ff9966;
  text-align: right;
}
.cid-slXnHzILkD .mbr-text,
.cid-slXnHzILkD .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slXnHzILkD H3 {
  color: #0068b5;
}
.cid-sfJ7wbOJIf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sfJ7wbOJIf .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sfJ7wbOJIf .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-sfJ7wbOJIf .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-sfJ7wbOJIf .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-sfJ7wbOJIf div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-sfJ7wbOJIf .copyright {
  color: #fafafa;
}
.cid-sfJ7wbOJIf .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyNLCIvUh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyNLCIvUh .mbr-section-title {
  color: #ffffff;
}
.cid-sRyNLCIvUh .mbr-text,
.cid-sRyNLCIvUh .mbr-section-btn {
  color: #353535;
}
.cid-sfJfvotat9 {
  z-index: 1000;
  width: 100%;
}
.cid-sfJfvotat9 nav.navbar {
  position: fixed;
}
.cid-sfJfvotat9 .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-sfJfvotat9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfJfvotat9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfJfvotat9 .dropdown-item:hover,
.cid-sfJfvotat9 .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-sfJfvotat9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfJfvotat9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfJfvotat9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfJfvotat9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfJfvotat9 .nav-link {
  position: relative;
}
.cid-sfJfvotat9 .container {
  display: flex;
  margin: auto;
}
.cid-sfJfvotat9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfJfvotat9 .dropdown-menu,
.cid-sfJfvotat9 .navbar.opened {
  background: #ffffff !important;
}
.cid-sfJfvotat9 .nav-item:focus,
.cid-sfJfvotat9 .nav-link:focus {
  outline: none;
}
.cid-sfJfvotat9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfJfvotat9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfJfvotat9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfJfvotat9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfJfvotat9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfJfvotat9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfJfvotat9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sfJfvotat9 .navbar.opened {
  transition: all 0.3s;
}
.cid-sfJfvotat9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfJfvotat9 .navbar .navbar-logo img {
  width: auto;
}
.cid-sfJfvotat9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfJfvotat9 .navbar.collapsed {
  justify-content: center;
}
.cid-sfJfvotat9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfJfvotat9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfJfvotat9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfJfvotat9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfJfvotat9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfJfvotat9 .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-sfJfvotat9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfJfvotat9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfJfvotat9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfJfvotat9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfJfvotat9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfJfvotat9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfJfvotat9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfJfvotat9 .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-sfJfvotat9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfJfvotat9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfJfvotat9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfJfvotat9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfJfvotat9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfJfvotat9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfJfvotat9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfJfvotat9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfJfvotat9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfJfvotat9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfJfvotat9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfJfvotat9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfJfvotat9 .dropdown-item.active,
.cid-sfJfvotat9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sfJfvotat9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfJfvotat9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfJfvotat9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfJfvotat9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfJfvotat9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfJfvotat9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfJfvotat9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfJfvotat9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfJfvotat9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfJfvotat9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-sfJfvotat9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfJfvotat9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfJfvotat9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfJfvotat9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfJfvotat9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfJfvotat9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfJfvotat9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfJfvotat9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfJfvotat9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfJfvotat9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfJfvotat9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfJfvotat9 .navbar {
    height: 70px;
  }
  .cid-sfJfvotat9 .navbar.opened {
    height: auto;
  }
  .cid-sfJfvotat9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgHzfmtXhD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/02policy-tit-2-1920x719.jpg");
}
.cid-sgHzfmtXhD .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgHzfmtXhD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgHzfmtXhD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgHzfmtXhD .text-wrapper {
    padding: 2rem;
  }
}
.cid-slXosimMwt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-slXosimMwt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slXosimMwt .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slXosimMwt .mbr-text {
    text-align: center;
  }
}
.cid-slXosimMwt H1 {
  color: #e6c63b;
  text-align: right;
}
.cid-slXosimMwt .mbr-text,
.cid-slXosimMwt .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slXosimMwt H3 {
  color: #0068b5;
}
.cid-skZY5yQAeR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #efefef);
}
.cid-skZY5yQAeR .carousel-control {
  background: #000;
}
.cid-skZY5yQAeR .mbr-section-subtitle {
  color: #232323;
}
.cid-skZY5yQAeR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skZY5yQAeR .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-skZY5yQAeR .carousel-item .wrap-img {
  text-align: center;
}
.cid-skZY5yQAeR .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-skZY5yQAeR .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skZY5yQAeR .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-skZY5yQAeR .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-skZY5yQAeR .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-skZY5yQAeR .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-skZY5yQAeR .cloneditem-1,
.cid-skZY5yQAeR .cloneditem-2,
.cid-skZY5yQAeR .cloneditem-3,
.cid-skZY5yQAeR .cloneditem-4,
.cid-skZY5yQAeR .cloneditem-5 {
  display: none;
}
.cid-skZY5yQAeR .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-skZY5yQAeR .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-skZY5yQAeR .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-skZY5yQAeR .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-skZY5yQAeR .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-skZY5yQAeR .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-skZY5yQAeR .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides2 .cloneditem-1,
  .cid-skZY5yQAeR .carousel-inner.slides2 .cloneditem-2,
  .cid-skZY5yQAeR .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-skZY5yQAeR .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-skZY5yQAeR .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-skZY5yQAeR .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-skZY5yQAeR .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-skZY5yQAeR .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides3 .cloneditem-1,
  .cid-skZY5yQAeR .carousel-inner.slides3 .cloneditem-2,
  .cid-skZY5yQAeR .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-skZY5yQAeR .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-skZY5yQAeR .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-skZY5yQAeR .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-skZY5yQAeR .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-skZY5yQAeR .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides4 .cloneditem-1,
  .cid-skZY5yQAeR .carousel-inner.slides4 .cloneditem-2,
  .cid-skZY5yQAeR .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-skZY5yQAeR .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-skZY5yQAeR .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-skZY5yQAeR .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-skZY5yQAeR .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-skZY5yQAeR .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides5 .cloneditem-1,
  .cid-skZY5yQAeR .carousel-inner.slides5 .cloneditem-2,
  .cid-skZY5yQAeR .carousel-inner.slides5 .cloneditem-3,
  .cid-skZY5yQAeR .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-skZY5yQAeR .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-skZY5yQAeR .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-skZY5yQAeR .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-skZY5yQAeR .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-skZY5yQAeR .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-skZY5yQAeR .carousel-inner.slides6 .cloneditem-1,
  .cid-skZY5yQAeR .carousel-inner.slides6 .cloneditem-2,
  .cid-skZY5yQAeR .carousel-inner.slides6 .cloneditem-3,
  .cid-skZY5yQAeR .carousel-inner.slides6 .cloneditem-4,
  .cid-skZY5yQAeR .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-skZY5yQAeR H2 {
  color: #0068b5;
  text-align: center;
}
.cid-sfJfvt13H7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sfJfvt13H7 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sfJfvt13H7 .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-sfJfvt13H7 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-sfJfvt13H7 .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-sfJfvt13H7 div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-sfJfvt13H7 .copyright {
  color: #fafafa;
}
.cid-sfJfvt13H7 .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyNNt5qo0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyNNt5qo0 .mbr-section-title {
  color: #ffffff;
}
.cid-sRyNNt5qo0 .mbr-text,
.cid-sRyNNt5qo0 .mbr-section-btn {
  color: #353535;
}
.cid-sfJVPkE5i5 {
  z-index: 1000;
  width: 100%;
}
.cid-sfJVPkE5i5 nav.navbar {
  position: fixed;
}
.cid-sfJVPkE5i5 .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-sfJVPkE5i5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfJVPkE5i5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfJVPkE5i5 .dropdown-item:hover,
.cid-sfJVPkE5i5 .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-sfJVPkE5i5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfJVPkE5i5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfJVPkE5i5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfJVPkE5i5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfJVPkE5i5 .nav-link {
  position: relative;
}
.cid-sfJVPkE5i5 .container {
  display: flex;
  margin: auto;
}
.cid-sfJVPkE5i5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfJVPkE5i5 .dropdown-menu,
.cid-sfJVPkE5i5 .navbar.opened {
  background: #ffffff !important;
}
.cid-sfJVPkE5i5 .nav-item:focus,
.cid-sfJVPkE5i5 .nav-link:focus {
  outline: none;
}
.cid-sfJVPkE5i5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfJVPkE5i5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfJVPkE5i5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfJVPkE5i5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfJVPkE5i5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfJVPkE5i5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfJVPkE5i5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sfJVPkE5i5 .navbar.opened {
  transition: all 0.3s;
}
.cid-sfJVPkE5i5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfJVPkE5i5 .navbar .navbar-logo img {
  width: auto;
}
.cid-sfJVPkE5i5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfJVPkE5i5 .navbar.collapsed {
  justify-content: center;
}
.cid-sfJVPkE5i5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfJVPkE5i5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfJVPkE5i5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfJVPkE5i5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfJVPkE5i5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfJVPkE5i5 .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-sfJVPkE5i5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfJVPkE5i5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfJVPkE5i5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfJVPkE5i5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfJVPkE5i5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfJVPkE5i5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfJVPkE5i5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfJVPkE5i5 .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-sfJVPkE5i5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfJVPkE5i5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfJVPkE5i5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfJVPkE5i5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfJVPkE5i5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfJVPkE5i5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfJVPkE5i5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfJVPkE5i5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfJVPkE5i5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfJVPkE5i5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfJVPkE5i5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfJVPkE5i5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfJVPkE5i5 .dropdown-item.active,
.cid-sfJVPkE5i5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sfJVPkE5i5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfJVPkE5i5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfJVPkE5i5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfJVPkE5i5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfJVPkE5i5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfJVPkE5i5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfJVPkE5i5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfJVPkE5i5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfJVPkE5i5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfJVPkE5i5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-sfJVPkE5i5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfJVPkE5i5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfJVPkE5i5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfJVPkE5i5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfJVPkE5i5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfJVPkE5i5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfJVPkE5i5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfJVPkE5i5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfJVPkE5i5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfJVPkE5i5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfJVPkE5i5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfJVPkE5i5 .navbar {
    height: 70px;
  }
  .cid-sfJVPkE5i5 .navbar.opened {
    height: auto;
  }
  .cid-sfJVPkE5i5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgHAkqCvqj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/02management-tit-11-1920x719.jpg");
}
.cid-sgHAkqCvqj .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgHAkqCvqj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgHAkqCvqj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgHAkqCvqj .text-wrapper {
    padding: 2rem;
  }
}
.cid-slXynljbwU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-slXynljbwU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slXynljbwU .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slXynljbwU .mbr-text {
    text-align: center;
  }
}
.cid-slXynljbwU H1 {
  color: #666f40;
  text-align: right;
}
.cid-slXynljbwU .mbr-text,
.cid-slXynljbwU .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slXynljbwU H3 {
  color: #0068b5;
}
.cid-slXAkT9BEI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-slXAkT9BEI .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-slXAkT9BEI .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slXAkT9BEI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slXAkT9BEI .mbr-text {
    text-align: center;
  }
}
.cid-slXAkT9BEI H1 {
  color: #13841f;
  text-align: right;
}
.cid-slXAkT9BEI .mbr-text,
.cid-slXAkT9BEI .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slXAkT9BEI H3 {
  color: #0068b5;
}
.cid-slXAyNxcZ4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-slXAyNxcZ4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slXAyNxcZ4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slXAyNxcZ4 .mbr-text {
    text-align: center;
  }
}
.cid-slXAyNxcZ4 H1 {
  color: #666f40;
  text-align: right;
}
.cid-slXAyNxcZ4 .mbr-text,
.cid-slXAyNxcZ4 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slXAyNxcZ4 H3 {
  color: #0068b5;
}
.cid-sfJVPoEYMt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sfJVPoEYMt .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sfJVPoEYMt .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-sfJVPoEYMt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-sfJVPoEYMt .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-sfJVPoEYMt div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-sfJVPoEYMt .copyright {
  color: #fafafa;
}
.cid-sfJVPoEYMt .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyNPwUv0P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyNPwUv0P .mbr-section-title {
  color: #ffffff;
}
.cid-sRyNPwUv0P .mbr-text,
.cid-sRyNPwUv0P .mbr-section-btn {
  color: #353535;
}
.cid-sfPmuH1v68 {
  z-index: 1000;
  width: 100%;
}
.cid-sfPmuH1v68 nav.navbar {
  position: fixed;
}
.cid-sfPmuH1v68 .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-sfPmuH1v68 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfPmuH1v68 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfPmuH1v68 .dropdown-item:hover,
.cid-sfPmuH1v68 .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-sfPmuH1v68 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfPmuH1v68 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfPmuH1v68 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfPmuH1v68 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfPmuH1v68 .nav-link {
  position: relative;
}
.cid-sfPmuH1v68 .container {
  display: flex;
  margin: auto;
}
.cid-sfPmuH1v68 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfPmuH1v68 .dropdown-menu,
.cid-sfPmuH1v68 .navbar.opened {
  background: #ffffff !important;
}
.cid-sfPmuH1v68 .nav-item:focus,
.cid-sfPmuH1v68 .nav-link:focus {
  outline: none;
}
.cid-sfPmuH1v68 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfPmuH1v68 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfPmuH1v68 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfPmuH1v68 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfPmuH1v68 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfPmuH1v68 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfPmuH1v68 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sfPmuH1v68 .navbar.opened {
  transition: all 0.3s;
}
.cid-sfPmuH1v68 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfPmuH1v68 .navbar .navbar-logo img {
  width: auto;
}
.cid-sfPmuH1v68 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfPmuH1v68 .navbar.collapsed {
  justify-content: center;
}
.cid-sfPmuH1v68 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfPmuH1v68 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfPmuH1v68 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfPmuH1v68 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfPmuH1v68 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfPmuH1v68 .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-sfPmuH1v68 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfPmuH1v68 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfPmuH1v68 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfPmuH1v68 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfPmuH1v68 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfPmuH1v68 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfPmuH1v68 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfPmuH1v68 .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-sfPmuH1v68 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfPmuH1v68 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfPmuH1v68 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfPmuH1v68 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfPmuH1v68 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfPmuH1v68 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfPmuH1v68 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfPmuH1v68 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfPmuH1v68 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfPmuH1v68 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfPmuH1v68 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfPmuH1v68 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfPmuH1v68 .dropdown-item.active,
.cid-sfPmuH1v68 .dropdown-item:active {
  background-color: transparent;
}
.cid-sfPmuH1v68 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfPmuH1v68 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfPmuH1v68 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfPmuH1v68 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfPmuH1v68 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfPmuH1v68 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfPmuH1v68 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfPmuH1v68 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfPmuH1v68 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfPmuH1v68 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-sfPmuH1v68 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfPmuH1v68 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfPmuH1v68 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfPmuH1v68 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfPmuH1v68 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfPmuH1v68 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfPmuH1v68 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfPmuH1v68 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfPmuH1v68 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfPmuH1v68 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfPmuH1v68 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfPmuH1v68 .navbar {
    height: 70px;
  }
  .cid-sfPmuH1v68 .navbar.opened {
    height: auto;
  }
  .cid-sfPmuH1v68 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgHE5dQxzj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/03green-tit-13-1920x719.jpg");
}
.cid-sgHE5dQxzj .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgHE5dQxzj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgHE5dQxzj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgHE5dQxzj .text-wrapper {
    padding: 2rem;
  }
}
.cid-slXEJ7Ne6O {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-slXEJ7Ne6O .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slXEJ7Ne6O .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slXEJ7Ne6O .mbr-text {
    text-align: center;
  }
}
.cid-slXEJ7Ne6O H1 {
  color: #57c325;
  text-align: right;
}
.cid-slXEJ7Ne6O .mbr-text,
.cid-slXEJ7Ne6O .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slXEJ7Ne6O H3 {
  color: #0068b5;
}
.cid-slXFopWYXY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-slXFopWYXY .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-slXFopWYXY .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slXFopWYXY .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slXFopWYXY .mbr-text {
    text-align: center;
  }
}
.cid-slXFopWYXY H1 {
  color: #57c325;
  text-align: right;
}
.cid-slXFopWYXY .mbr-text,
.cid-slXFopWYXY .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slXFopWYXY H3 {
  color: #0068b5;
}
.cid-slXFRMeofW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-slXFRMeofW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slXFRMeofW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slXFRMeofW .mbr-text {
    text-align: center;
  }
}
.cid-slXFRMeofW H1 {
  color: #57c325;
  text-align: right;
}
.cid-slXFRMeofW .mbr-text,
.cid-slXFRMeofW .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slXFRMeofW H3 {
  color: #0068b5;
}
.cid-slXGXqNCcB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-slXGXqNCcB .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-slXGXqNCcB .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slXGXqNCcB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slXGXqNCcB .mbr-text {
    text-align: center;
  }
}
.cid-slXGXqNCcB H1 {
  color: #13841f;
  text-align: right;
}
.cid-slXGXqNCcB .mbr-text,
.cid-slXGXqNCcB .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slXGXqNCcB H3 {
  color: #0068b5;
}
.cid-slYjcfICk0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-slYjcfICk0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slYjcfICk0 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slYjcfICk0 .mbr-text {
    text-align: center;
  }
}
.cid-slYjcfICk0 H1 {
  color: #13841f;
  text-align: right;
}
.cid-slYjcfICk0 .mbr-text,
.cid-slYjcfICk0 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slYjcfICk0 H3 {
  color: #0068b5;
}
.cid-sfPmuJMDgl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sfPmuJMDgl .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sfPmuJMDgl .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-sfPmuJMDgl .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-sfPmuJMDgl .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-sfPmuJMDgl div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-sfPmuJMDgl .copyright {
  color: #fafafa;
}
.cid-sfPmuJMDgl .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyNRhCoL2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyNRhCoL2 .mbr-section-title {
  color: #ffffff;
}
.cid-sRyNRhCoL2 .mbr-text,
.cid-sRyNRhCoL2 .mbr-section-btn {
  color: #353535;
}
.cid-sfQn6633qe {
  z-index: 1000;
  width: 100%;
}
.cid-sfQn6633qe nav.navbar {
  position: fixed;
}
.cid-sfQn6633qe .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-sfQn6633qe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfQn6633qe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfQn6633qe .dropdown-item:hover,
.cid-sfQn6633qe .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-sfQn6633qe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfQn6633qe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfQn6633qe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfQn6633qe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfQn6633qe .nav-link {
  position: relative;
}
.cid-sfQn6633qe .container {
  display: flex;
  margin: auto;
}
.cid-sfQn6633qe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfQn6633qe .dropdown-menu,
.cid-sfQn6633qe .navbar.opened {
  background: #ffffff !important;
}
.cid-sfQn6633qe .nav-item:focus,
.cid-sfQn6633qe .nav-link:focus {
  outline: none;
}
.cid-sfQn6633qe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfQn6633qe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfQn6633qe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfQn6633qe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfQn6633qe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfQn6633qe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfQn6633qe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sfQn6633qe .navbar.opened {
  transition: all 0.3s;
}
.cid-sfQn6633qe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfQn6633qe .navbar .navbar-logo img {
  width: auto;
}
.cid-sfQn6633qe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfQn6633qe .navbar.collapsed {
  justify-content: center;
}
.cid-sfQn6633qe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfQn6633qe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfQn6633qe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfQn6633qe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfQn6633qe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfQn6633qe .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-sfQn6633qe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfQn6633qe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfQn6633qe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfQn6633qe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfQn6633qe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfQn6633qe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfQn6633qe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfQn6633qe .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-sfQn6633qe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfQn6633qe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfQn6633qe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfQn6633qe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfQn6633qe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfQn6633qe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfQn6633qe .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfQn6633qe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfQn6633qe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfQn6633qe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfQn6633qe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfQn6633qe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfQn6633qe .dropdown-item.active,
.cid-sfQn6633qe .dropdown-item:active {
  background-color: transparent;
}
.cid-sfQn6633qe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfQn6633qe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfQn6633qe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfQn6633qe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfQn6633qe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfQn6633qe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfQn6633qe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfQn6633qe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfQn6633qe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfQn6633qe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-sfQn6633qe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfQn6633qe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfQn6633qe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfQn6633qe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfQn6633qe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfQn6633qe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfQn6633qe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfQn6633qe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfQn6633qe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfQn6633qe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfQn6633qe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfQn6633qe .navbar {
    height: 70px;
  }
  .cid-sfQn6633qe .navbar.opened {
    height: auto;
  }
  .cid-sfQn6633qe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgHEZed8ch {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/04safety-tit-13-1920x719.jpg");
}
.cid-sgHEZed8ch .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgHEZed8ch .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgHEZed8ch img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgHEZed8ch .text-wrapper {
    padding: 2rem;
  }
}
.cid-slYkMixuGO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-slYkMixuGO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slYkMixuGO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slYkMixuGO .mbr-text {
    text-align: center;
  }
}
.cid-slYkMixuGO H1 {
  color: #6592e6;
  text-align: right;
}
.cid-slYkMixuGO .mbr-text,
.cid-slYkMixuGO .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slYkMixuGO H3 {
  color: #0068b5;
}
.cid-slYmDCsIOc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-slYmDCsIOc .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-slYmDCsIOc .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slYmDCsIOc .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slYmDCsIOc .mbr-text {
    text-align: center;
  }
}
.cid-slYmDCsIOc H1 {
  color: #6592e6;
  text-align: right;
}
.cid-slYmDCsIOc .mbr-text,
.cid-slYmDCsIOc .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slYmDCsIOc H3 {
  color: #0068b5;
}
.cid-sqsvttbHU1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-sqsvttbHU1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sqsvttbHU1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sqsvttbHU1 .mbr-text {
    text-align: center;
  }
}
.cid-sqsvttbHU1 H1 {
  color: #6592e6;
  text-align: right;
}
.cid-sqsvttbHU1 .mbr-text,
.cid-sqsvttbHU1 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-sqsvttbHU1 H3 {
  color: #0068b5;
}
.cid-sfQn69D6zm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sfQn69D6zm .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sfQn69D6zm .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-sfQn69D6zm .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-sfQn69D6zm .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-sfQn69D6zm div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-sfQn69D6zm .copyright {
  color: #fafafa;
}
.cid-sfQn69D6zm .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyNT6RhIs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyNT6RhIs .mbr-section-title {
  color: #ffffff;
}
.cid-sRyNT6RhIs .mbr-text,
.cid-sRyNT6RhIs .mbr-section-btn {
  color: #353535;
}
.cid-sgbmhEfFzd {
  z-index: 1000;
  width: 100%;
}
.cid-sgbmhEfFzd nav.navbar {
  position: fixed;
}
.cid-sgbmhEfFzd .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-sgbmhEfFzd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgbmhEfFzd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgbmhEfFzd .dropdown-item:hover,
.cid-sgbmhEfFzd .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-sgbmhEfFzd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgbmhEfFzd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgbmhEfFzd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgbmhEfFzd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgbmhEfFzd .nav-link {
  position: relative;
}
.cid-sgbmhEfFzd .container {
  display: flex;
  margin: auto;
}
.cid-sgbmhEfFzd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgbmhEfFzd .dropdown-menu,
.cid-sgbmhEfFzd .navbar.opened {
  background: #ffffff !important;
}
.cid-sgbmhEfFzd .nav-item:focus,
.cid-sgbmhEfFzd .nav-link:focus {
  outline: none;
}
.cid-sgbmhEfFzd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgbmhEfFzd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgbmhEfFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgbmhEfFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgbmhEfFzd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgbmhEfFzd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgbmhEfFzd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sgbmhEfFzd .navbar.opened {
  transition: all 0.3s;
}
.cid-sgbmhEfFzd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgbmhEfFzd .navbar .navbar-logo img {
  width: auto;
}
.cid-sgbmhEfFzd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgbmhEfFzd .navbar.collapsed {
  justify-content: center;
}
.cid-sgbmhEfFzd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgbmhEfFzd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgbmhEfFzd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgbmhEfFzd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgbmhEfFzd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgbmhEfFzd .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-sgbmhEfFzd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgbmhEfFzd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgbmhEfFzd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgbmhEfFzd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgbmhEfFzd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgbmhEfFzd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgbmhEfFzd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgbmhEfFzd .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-sgbmhEfFzd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgbmhEfFzd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgbmhEfFzd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgbmhEfFzd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgbmhEfFzd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgbmhEfFzd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgbmhEfFzd .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgbmhEfFzd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgbmhEfFzd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgbmhEfFzd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgbmhEfFzd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgbmhEfFzd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgbmhEfFzd .dropdown-item.active,
.cid-sgbmhEfFzd .dropdown-item:active {
  background-color: transparent;
}
.cid-sgbmhEfFzd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgbmhEfFzd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgbmhEfFzd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgbmhEfFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgbmhEfFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgbmhEfFzd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgbmhEfFzd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgbmhEfFzd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgbmhEfFzd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgbmhEfFzd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-sgbmhEfFzd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgbmhEfFzd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgbmhEfFzd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgbmhEfFzd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgbmhEfFzd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgbmhEfFzd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgbmhEfFzd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgbmhEfFzd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgbmhEfFzd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgbmhEfFzd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgbmhEfFzd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgbmhEfFzd .navbar {
    height: 70px;
  }
  .cid-sgbmhEfFzd .navbar.opened {
    height: auto;
  }
  .cid-sgbmhEfFzd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgHOoniaw9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/05ptigroup-tit-11-1920x719.jpg");
}
.cid-sgHOoniaw9 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgHOoniaw9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgHOoniaw9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgHOoniaw9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sl2veikM7e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sl2veikM7e .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sl2veikM7e .team-card:hover {
  transform: translateY(-10px);
}
.cid-sl2veikM7e .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sl2veikM7e .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sl2veikM7e .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sl2veikM7e .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sl2veikM7e .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sl2veikM7e .social-row {
  text-align: center;
}
.cid-sl2veikM7e .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sl2veikM7e .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sl2veikM7e .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sl2veikM7e .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sl2veikM7e .mbr-section-title {
  color: #353535;
}
.cid-sl2veikM7e .mbr-role,
.cid-sl2veikM7e .social-row {
  color: #0068b5;
}
.cid-sl2veikM7e .card-title,
.cid-sl2veikM7e .social-row {
  color: #0068b5;
}
.cid-smqECyWCIs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-smqECyWCIs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-smqECyWCIs .team-card:hover {
  transform: translateY(-10px);
}
.cid-smqECyWCIs .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-smqECyWCIs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-smqECyWCIs .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-smqECyWCIs .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-smqECyWCIs .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-smqECyWCIs .social-row {
  text-align: center;
}
.cid-smqECyWCIs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-smqECyWCIs .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-smqECyWCIs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-smqECyWCIs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-smqECyWCIs .mbr-section-title {
  color: #353535;
}
.cid-smqECyWCIs .mbr-role,
.cid-smqECyWCIs .social-row {
  color: #0068b5;
}
.cid-smqECyWCIs .card-title,
.cid-smqECyWCIs .social-row {
  color: #0068b5;
}
.cid-sgbmhI8mzK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sgbmhI8mzK .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sgbmhI8mzK .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-sgbmhI8mzK .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-sgbmhI8mzK .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-sgbmhI8mzK div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-sgbmhI8mzK .copyright {
  color: #fafafa;
}
.cid-sgbmhI8mzK .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyNY6RFmv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyNY6RFmv .mbr-section-title {
  color: #ffffff;
}
.cid-sRyNY6RFmv .mbr-text,
.cid-sRyNY6RFmv .mbr-section-btn {
  color: #353535;
}
.cid-sgebI2ZbaC {
  z-index: 1000;
  width: 100%;
}
.cid-sgebI2ZbaC nav.navbar {
  position: fixed;
}
.cid-sgebI2ZbaC .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-sgebI2ZbaC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgebI2ZbaC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgebI2ZbaC .dropdown-item:hover,
.cid-sgebI2ZbaC .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-sgebI2ZbaC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgebI2ZbaC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgebI2ZbaC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgebI2ZbaC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgebI2ZbaC .nav-link {
  position: relative;
}
.cid-sgebI2ZbaC .container {
  display: flex;
  margin: auto;
}
.cid-sgebI2ZbaC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgebI2ZbaC .dropdown-menu,
.cid-sgebI2ZbaC .navbar.opened {
  background: #ffffff !important;
}
.cid-sgebI2ZbaC .nav-item:focus,
.cid-sgebI2ZbaC .nav-link:focus {
  outline: none;
}
.cid-sgebI2ZbaC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgebI2ZbaC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgebI2ZbaC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgebI2ZbaC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgebI2ZbaC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgebI2ZbaC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgebI2ZbaC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sgebI2ZbaC .navbar.opened {
  transition: all 0.3s;
}
.cid-sgebI2ZbaC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgebI2ZbaC .navbar .navbar-logo img {
  width: auto;
}
.cid-sgebI2ZbaC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgebI2ZbaC .navbar.collapsed {
  justify-content: center;
}
.cid-sgebI2ZbaC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgebI2ZbaC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgebI2ZbaC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgebI2ZbaC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgebI2ZbaC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgebI2ZbaC .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-sgebI2ZbaC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgebI2ZbaC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgebI2ZbaC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgebI2ZbaC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgebI2ZbaC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgebI2ZbaC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgebI2ZbaC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgebI2ZbaC .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-sgebI2ZbaC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgebI2ZbaC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgebI2ZbaC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgebI2ZbaC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgebI2ZbaC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgebI2ZbaC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgebI2ZbaC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgebI2ZbaC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgebI2ZbaC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgebI2ZbaC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgebI2ZbaC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgebI2ZbaC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgebI2ZbaC .dropdown-item.active,
.cid-sgebI2ZbaC .dropdown-item:active {
  background-color: transparent;
}
.cid-sgebI2ZbaC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgebI2ZbaC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgebI2ZbaC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgebI2ZbaC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgebI2ZbaC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgebI2ZbaC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgebI2ZbaC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgebI2ZbaC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgebI2ZbaC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgebI2ZbaC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-sgebI2ZbaC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgebI2ZbaC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgebI2ZbaC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgebI2ZbaC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgebI2ZbaC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgebI2ZbaC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgebI2ZbaC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgebI2ZbaC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgebI2ZbaC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgebI2ZbaC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgebI2ZbaC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgebI2ZbaC .navbar {
    height: 70px;
  }
  .cid-sgebI2ZbaC .navbar.opened {
    height: auto;
  }
  .cid-sgebI2ZbaC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgMcdxIxfD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/05turnkey-tit-8-1920x719.jpg");
}
.cid-sgMcdxIxfD .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgMcdxIxfD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgMcdxIxfD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgMcdxIxfD .text-wrapper {
    padding: 2rem;
  }
}
.cid-slYX1klXN9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-slYX1klXN9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slYX1klXN9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slYX1klXN9 .mbr-text {
    text-align: center;
  }
}
.cid-slYX1klXN9 H1 {
  color: #3d1c84;
  text-align: right;
}
.cid-slYX1klXN9 .mbr-text,
.cid-slYX1klXN9 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slYX1klXN9 H3 {
  color: #0068b5;
}
.cid-sgebI9njLq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sgebI9njLq .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sgebI9njLq .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-sgebI9njLq .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-sgebI9njLq .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-sgebI9njLq div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-sgebI9njLq .copyright {
  color: #fafafa;
}
.cid-sgebI9njLq .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyNZT02cC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyNZT02cC .mbr-section-title {
  color: #ffffff;
}
.cid-sRyNZT02cC .mbr-text,
.cid-sRyNZT02cC .mbr-section-btn {
  color: #353535;
}
.cid-siyTVPfAkD {
  z-index: 1000;
  width: 100%;
}
.cid-siyTVPfAkD nav.navbar {
  position: fixed;
}
.cid-siyTVPfAkD .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-siyTVPfAkD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siyTVPfAkD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-siyTVPfAkD .dropdown-item:hover,
.cid-siyTVPfAkD .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-siyTVPfAkD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siyTVPfAkD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siyTVPfAkD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-siyTVPfAkD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siyTVPfAkD .nav-link {
  position: relative;
}
.cid-siyTVPfAkD .container {
  display: flex;
  margin: auto;
}
.cid-siyTVPfAkD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-siyTVPfAkD .dropdown-menu,
.cid-siyTVPfAkD .navbar.opened {
  background: #ffffff !important;
}
.cid-siyTVPfAkD .nav-item:focus,
.cid-siyTVPfAkD .nav-link:focus {
  outline: none;
}
.cid-siyTVPfAkD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siyTVPfAkD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siyTVPfAkD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-siyTVPfAkD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siyTVPfAkD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siyTVPfAkD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siyTVPfAkD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-siyTVPfAkD .navbar.opened {
  transition: all 0.3s;
}
.cid-siyTVPfAkD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-siyTVPfAkD .navbar .navbar-logo img {
  width: auto;
}
.cid-siyTVPfAkD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siyTVPfAkD .navbar.collapsed {
  justify-content: center;
}
.cid-siyTVPfAkD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siyTVPfAkD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siyTVPfAkD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-siyTVPfAkD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siyTVPfAkD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siyTVPfAkD .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-siyTVPfAkD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siyTVPfAkD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-siyTVPfAkD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-siyTVPfAkD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siyTVPfAkD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siyTVPfAkD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siyTVPfAkD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siyTVPfAkD .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-siyTVPfAkD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siyTVPfAkD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siyTVPfAkD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siyTVPfAkD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siyTVPfAkD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siyTVPfAkD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-siyTVPfAkD .navbar.navbar-short {
  min-height: 60px;
}
.cid-siyTVPfAkD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siyTVPfAkD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siyTVPfAkD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siyTVPfAkD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siyTVPfAkD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siyTVPfAkD .dropdown-item.active,
.cid-siyTVPfAkD .dropdown-item:active {
  background-color: transparent;
}
.cid-siyTVPfAkD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siyTVPfAkD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siyTVPfAkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siyTVPfAkD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siyTVPfAkD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siyTVPfAkD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siyTVPfAkD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siyTVPfAkD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siyTVPfAkD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-siyTVPfAkD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-siyTVPfAkD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-siyTVPfAkD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siyTVPfAkD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siyTVPfAkD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-siyTVPfAkD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siyTVPfAkD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-siyTVPfAkD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-siyTVPfAkD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siyTVPfAkD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siyTVPfAkD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siyTVPfAkD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-siyTVPfAkD .navbar {
    height: 70px;
  }
  .cid-siyTVPfAkD .navbar.opened {
    height: auto;
  }
  .cid-siyTVPfAkD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siyTVQ9ko4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/06ic-tit-2-1920x719.jpg");
}
.cid-siyTVQ9ko4 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-siyTVQ9ko4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-siyTVQ9ko4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-siyTVQ9ko4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-snuw6x6YfU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snuw6x6YfU h1 {
  color: #616161;
}
.cid-snuw6x6YfU h2,
.cid-snuw6x6YfU h3,
.cid-snuw6x6YfU p {
  color: #767676;
}
.cid-snuw6x6YfU .mbr-section-subtitle {
  font-style: italic;
}
.cid-snuw6x6YfU H1 {
  color: #6592e6;
  text-align: right;
}
.cid-snuw6x6YfU H3 {
  color: #0068b5;
}
.cid-snuw6x6YfU .mbr-text,
.cid-snuw6x6YfU .mbr-section-btn {
  color: #353535;
}
.cid-slZ3LPTkhw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-slZ3LPTkhw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slZ3LPTkhw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slZ3LPTkhw .mbr-text {
    text-align: center;
  }
}
.cid-slZ3LPTkhw H1 {
  color: #0f0c13;
  text-align: left;
}
.cid-slZ3LPTkhw .mbr-text,
.cid-slZ3LPTkhw .mbr-section-btn {
  color: #0f0c13;
  text-align: left;
}
.cid-slZ3LPTkhw H3 {
  color: #353535;
}
.cid-snuwFh4Qk3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snuwFh4Qk3 h1 {
  color: #616161;
}
.cid-snuwFh4Qk3 h2,
.cid-snuwFh4Qk3 h3,
.cid-snuwFh4Qk3 p {
  color: #767676;
}
.cid-snuwFh4Qk3 .mbr-section-subtitle {
  font-style: italic;
}
.cid-snuwFh4Qk3 H1 {
  color: #006049;
  text-align: right;
}
.cid-snuwFh4Qk3 H3 {
  color: #0f0c13;
}
.cid-snuwFh4Qk3 .mbr-text,
.cid-snuwFh4Qk3 .mbr-section-btn {
  color: #353535;
}
.cid-snuwLMWlLK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snuwLMWlLK h1 {
  color: #616161;
}
.cid-snuwLMWlLK h2,
.cid-snuwLMWlLK h3,
.cid-snuwLMWlLK p {
  color: #767676;
}
.cid-snuwLMWlLK .mbr-section-subtitle {
  font-style: italic;
}
.cid-snuwLMWlLK H1 {
  color: #006049;
  text-align: right;
}
.cid-snuwLMWlLK H3 {
  color: #0f0c13;
}
.cid-snuwLMWlLK .mbr-text,
.cid-snuwLMWlLK .mbr-section-btn {
  color: #353535;
}
.cid-snuwQtlWhZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snuwQtlWhZ h1 {
  color: #616161;
}
.cid-snuwQtlWhZ h2,
.cid-snuwQtlWhZ h3,
.cid-snuwQtlWhZ p {
  color: #767676;
}
.cid-snuwQtlWhZ .mbr-section-subtitle {
  font-style: italic;
}
.cid-snuwQtlWhZ H1 {
  color: #006049;
  text-align: right;
}
.cid-snuwQtlWhZ H3 {
  color: #0f0c13;
}
.cid-snuwQtlWhZ .mbr-text,
.cid-snuwQtlWhZ .mbr-section-btn {
  color: #353535;
}
.cid-snyRSAwOTe {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-snyRSAwOTe .image-block {
  margin: auto;
}
.cid-snyRSAwOTe .mbr-figure {
  margin: 0 auto;
}
.cid-snyRSAwOTe figcaption {
  position: relative;
}
.cid-snyRSAwOTe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-snyRSAwOTe .image-block {
    width: 100% !important;
  }
}
.cid-siyTVRU20h {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-siyTVRU20h .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-siyTVRU20h .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-siyTVRU20h .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-siyTVRU20h .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-siyTVRU20h div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-siyTVRU20h .copyright {
  color: #fafafa;
}
.cid-siyTVRU20h .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyO2Myv22 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyO2Myv22 .mbr-section-title {
  color: #ffffff;
}
.cid-sRyO2Myv22 .mbr-text,
.cid-sRyO2Myv22 .mbr-section-btn {
  color: #353535;
}
.cid-siyU3V9oTN {
  z-index: 1000;
  width: 100%;
}
.cid-siyU3V9oTN nav.navbar {
  position: fixed;
}
.cid-siyU3V9oTN .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-siyU3V9oTN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siyU3V9oTN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-siyU3V9oTN .dropdown-item:hover,
.cid-siyU3V9oTN .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-siyU3V9oTN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siyU3V9oTN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siyU3V9oTN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-siyU3V9oTN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siyU3V9oTN .nav-link {
  position: relative;
}
.cid-siyU3V9oTN .container {
  display: flex;
  margin: auto;
}
.cid-siyU3V9oTN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-siyU3V9oTN .dropdown-menu,
.cid-siyU3V9oTN .navbar.opened {
  background: #ffffff !important;
}
.cid-siyU3V9oTN .nav-item:focus,
.cid-siyU3V9oTN .nav-link:focus {
  outline: none;
}
.cid-siyU3V9oTN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siyU3V9oTN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siyU3V9oTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-siyU3V9oTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siyU3V9oTN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siyU3V9oTN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siyU3V9oTN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-siyU3V9oTN .navbar.opened {
  transition: all 0.3s;
}
.cid-siyU3V9oTN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-siyU3V9oTN .navbar .navbar-logo img {
  width: auto;
}
.cid-siyU3V9oTN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siyU3V9oTN .navbar.collapsed {
  justify-content: center;
}
.cid-siyU3V9oTN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siyU3V9oTN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siyU3V9oTN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-siyU3V9oTN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siyU3V9oTN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siyU3V9oTN .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-siyU3V9oTN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siyU3V9oTN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-siyU3V9oTN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-siyU3V9oTN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siyU3V9oTN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siyU3V9oTN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siyU3V9oTN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siyU3V9oTN .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-siyU3V9oTN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siyU3V9oTN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siyU3V9oTN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siyU3V9oTN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siyU3V9oTN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siyU3V9oTN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-siyU3V9oTN .navbar.navbar-short {
  min-height: 60px;
}
.cid-siyU3V9oTN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siyU3V9oTN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siyU3V9oTN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siyU3V9oTN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siyU3V9oTN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siyU3V9oTN .dropdown-item.active,
.cid-siyU3V9oTN .dropdown-item:active {
  background-color: transparent;
}
.cid-siyU3V9oTN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siyU3V9oTN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siyU3V9oTN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siyU3V9oTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siyU3V9oTN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siyU3V9oTN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siyU3V9oTN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siyU3V9oTN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siyU3V9oTN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-siyU3V9oTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-siyU3V9oTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-siyU3V9oTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siyU3V9oTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siyU3V9oTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-siyU3V9oTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siyU3V9oTN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-siyU3V9oTN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-siyU3V9oTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siyU3V9oTN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siyU3V9oTN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siyU3V9oTN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-siyU3V9oTN .navbar {
    height: 70px;
  }
  .cid-siyU3V9oTN .navbar.opened {
    height: auto;
  }
  .cid-siyU3V9oTN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siyU3VHOoD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/06-pgm-tit-2-1920x719.jpg");
}
.cid-siyU3VHOoD .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-siyU3VHOoD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-siyU3VHOoD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-siyU3VHOoD .text-wrapper {
    padding: 2rem;
  }
}
.cid-snuJaoLGlx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snuJaoLGlx h1 {
  color: #616161;
}
.cid-snuJaoLGlx h2,
.cid-snuJaoLGlx h3,
.cid-snuJaoLGlx p {
  color: #767676;
}
.cid-snuJaoLGlx .mbr-section-subtitle {
  font-style: italic;
}
.cid-snuJaoLGlx H1 {
  color: #6592e6;
  text-align: right;
}
.cid-snuJaoLGlx H3 {
  color: #0068b5;
}
.cid-snuJaoLGlx .mbr-text,
.cid-snuJaoLGlx .mbr-section-btn {
  color: #353535;
}
.cid-slZ4voAava {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-slZ4voAava .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-slZ4voAava .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slZ4voAava .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slZ4voAava .mbr-text {
    text-align: center;
  }
}
.cid-slZ4voAava H1 {
  color: #0f0c13;
  text-align: left;
}
.cid-slZ4voAava .mbr-text,
.cid-slZ4voAava .mbr-section-btn {
  color: #0f0c13;
  text-align: left;
}
.cid-slZ4voAava H3 {
  color: #0068b5;
}
.cid-sr3bgkXkdF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sr3bgkXkdF h1 {
  color: #616161;
}
.cid-sr3bgkXkdF h2,
.cid-sr3bgkXkdF h3,
.cid-sr3bgkXkdF p {
  color: #767676;
}
.cid-sr3bgkXkdF .mbr-section-subtitle {
  font-style: italic;
}
.cid-sr3bgkXkdF H1 {
  color: #006049;
  text-align: right;
}
.cid-sr3bgkXkdF H3 {
  color: #0f0c13;
}
.cid-sr3bgkXkdF .mbr-text,
.cid-sr3bgkXkdF .mbr-section-btn {
  color: #353535;
}
.cid-snuJIuFawB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snuJIuFawB h1 {
  color: #616161;
}
.cid-snuJIuFawB h2,
.cid-snuJIuFawB h3,
.cid-snuJIuFawB p {
  color: #767676;
}
.cid-snuJIuFawB .mbr-section-subtitle {
  font-style: italic;
}
.cid-snuJIuFawB H1 {
  color: #006049;
  text-align: right;
}
.cid-snuJIuFawB H3 {
  color: #0f0c13;
}
.cid-snuJIuFawB .mbr-text,
.cid-snuJIuFawB .mbr-section-btn {
  color: #353535;
}
.cid-snuJIW5VwE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snuJIW5VwE h1 {
  color: #616161;
}
.cid-snuJIW5VwE h2,
.cid-snuJIW5VwE h3,
.cid-snuJIW5VwE p {
  color: #767676;
}
.cid-snuJIW5VwE .mbr-section-subtitle {
  font-style: italic;
}
.cid-snuJIW5VwE H1 {
  color: #006049;
  text-align: right;
}
.cid-snuJIW5VwE H3 {
  color: #0f0c13;
}
.cid-snuJIW5VwE .mbr-text,
.cid-snuJIW5VwE .mbr-section-btn {
  color: #353535;
}
.cid-snuJPsQkqd {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-snuJPsQkqd .image-block {
  margin: auto;
}
.cid-snuJPsQkqd .mbr-figure {
  margin: 0 auto;
}
.cid-snuJPsQkqd figcaption {
  position: relative;
}
.cid-snuJPsQkqd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-snuJPsQkqd .image-block {
    width: 100% !important;
  }
}
.cid-siyU3Xlg1W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-siyU3Xlg1W .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-siyU3Xlg1W .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-siyU3Xlg1W .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-siyU3Xlg1W .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-siyU3Xlg1W div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-siyU3Xlg1W .copyright {
  color: #fafafa;
}
.cid-siyU3Xlg1W .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyO4spXRR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyO4spXRR .mbr-section-title {
  color: #ffffff;
}
.cid-sRyO4spXRR .mbr-text,
.cid-sRyO4spXRR .mbr-section-btn {
  color: #353535;
}
.cid-smjFnDpe3m {
  z-index: 1000;
  width: 100%;
}
.cid-smjFnDpe3m nav.navbar {
  position: fixed;
}
.cid-smjFnDpe3m .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-smjFnDpe3m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smjFnDpe3m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-smjFnDpe3m .dropdown-item:hover,
.cid-smjFnDpe3m .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-smjFnDpe3m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smjFnDpe3m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smjFnDpe3m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smjFnDpe3m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smjFnDpe3m .nav-link {
  position: relative;
}
.cid-smjFnDpe3m .container {
  display: flex;
  margin: auto;
}
.cid-smjFnDpe3m .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smjFnDpe3m .dropdown-menu,
.cid-smjFnDpe3m .navbar.opened {
  background: #ffffff !important;
}
.cid-smjFnDpe3m .nav-item:focus,
.cid-smjFnDpe3m .nav-link:focus {
  outline: none;
}
.cid-smjFnDpe3m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smjFnDpe3m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smjFnDpe3m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smjFnDpe3m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smjFnDpe3m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smjFnDpe3m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smjFnDpe3m .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-smjFnDpe3m .navbar.opened {
  transition: all 0.3s;
}
.cid-smjFnDpe3m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smjFnDpe3m .navbar .navbar-logo img {
  width: auto;
}
.cid-smjFnDpe3m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smjFnDpe3m .navbar.collapsed {
  justify-content: center;
}
.cid-smjFnDpe3m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smjFnDpe3m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smjFnDpe3m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-smjFnDpe3m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smjFnDpe3m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smjFnDpe3m .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-smjFnDpe3m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smjFnDpe3m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smjFnDpe3m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smjFnDpe3m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smjFnDpe3m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smjFnDpe3m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smjFnDpe3m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smjFnDpe3m .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-smjFnDpe3m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-smjFnDpe3m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smjFnDpe3m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smjFnDpe3m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smjFnDpe3m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smjFnDpe3m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smjFnDpe3m .navbar.navbar-short {
  min-height: 60px;
}
.cid-smjFnDpe3m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-smjFnDpe3m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smjFnDpe3m .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smjFnDpe3m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smjFnDpe3m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smjFnDpe3m .dropdown-item.active,
.cid-smjFnDpe3m .dropdown-item:active {
  background-color: transparent;
}
.cid-smjFnDpe3m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smjFnDpe3m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smjFnDpe3m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smjFnDpe3m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-smjFnDpe3m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smjFnDpe3m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smjFnDpe3m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smjFnDpe3m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smjFnDpe3m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smjFnDpe3m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-smjFnDpe3m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smjFnDpe3m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smjFnDpe3m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smjFnDpe3m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smjFnDpe3m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smjFnDpe3m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smjFnDpe3m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smjFnDpe3m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smjFnDpe3m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smjFnDpe3m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smjFnDpe3m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smjFnDpe3m .navbar {
    height: 70px;
  }
  .cid-smjFnDpe3m .navbar.opened {
    height: auto;
  }
  .cid-smjFnDpe3m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smjFnE6Q7E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/08-allinone-tit-2-1920x719.jpg");
}
.cid-smjFnE6Q7E .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-smjFnE6Q7E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smjFnE6Q7E img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smjFnE6Q7E .text-wrapper {
    padding: 2rem;
  }
}
.cid-snytgwd6Xt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-snytgwd6Xt .image-block {
  margin: auto;
}
.cid-snytgwd6Xt .mbr-figure {
  margin: 0 auto;
}
.cid-snytgwd6Xt figcaption {
  position: relative;
}
.cid-snytgwd6Xt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-snytgwd6Xt .image-block {
    width: 100% !important;
  }
}
.cid-snyvmiVtmr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snyvmiVtmr h1 {
  color: #616161;
}
.cid-snyvmiVtmr h2,
.cid-snyvmiVtmr h3,
.cid-snyvmiVtmr p {
  color: #767676;
}
.cid-snyvmiVtmr .mbr-section-subtitle {
  font-style: italic;
}
.cid-snyvmiVtmr H1 {
  color: #6592e6;
  text-align: right;
}
.cid-snyvmiVtmr H3 {
  color: #0068b5;
}
.cid-snyvmiVtmr .mbr-text,
.cid-snyvmiVtmr .mbr-section-btn {
  color: #353535;
}
.cid-smjFnEP03F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-smjFnEP03F .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-smjFnEP03F .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-smjFnEP03F .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smjFnEP03F .mbr-text {
    text-align: center;
  }
}
.cid-smjFnEP03F H1 {
  color: #193974;
  text-align: right;
}
.cid-smjFnEP03F .mbr-text,
.cid-smjFnEP03F .mbr-section-btn {
  color: #0f0c13;
  text-align: left;
}
.cid-smjFnEP03F H3 {
  color: #0f0c13;
}
.cid-snyvVrBVUt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snyvVrBVUt h1 {
  color: #616161;
}
.cid-snyvVrBVUt h2,
.cid-snyvVrBVUt h3,
.cid-snyvVrBVUt p {
  color: #767676;
}
.cid-snyvVrBVUt .mbr-section-subtitle {
  font-style: italic;
}
.cid-snyvVrBVUt H1 {
  color: #006049;
  text-align: right;
}
.cid-snyvVrBVUt H3 {
  color: #0f0c13;
}
.cid-snyvVrBVUt .mbr-text,
.cid-snyvVrBVUt .mbr-section-btn {
  color: #353535;
}
.cid-snyw5hSf1s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snyw5hSf1s h1 {
  color: #616161;
}
.cid-snyw5hSf1s h2,
.cid-snyw5hSf1s h3,
.cid-snyw5hSf1s p {
  color: #767676;
}
.cid-snyw5hSf1s .mbr-section-subtitle {
  font-style: italic;
}
.cid-snyw5hSf1s H1 {
  color: #006049;
  text-align: right;
}
.cid-snyw5hSf1s H3 {
  color: #0f0c13;
}
.cid-snyw5hSf1s .mbr-text,
.cid-snyw5hSf1s .mbr-section-btn {
  color: #353535;
}
.cid-snywaeQymq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snywaeQymq h1 {
  color: #616161;
}
.cid-snywaeQymq h2,
.cid-snywaeQymq h3,
.cid-snywaeQymq p {
  color: #767676;
}
.cid-snywaeQymq .mbr-section-subtitle {
  font-style: italic;
}
.cid-snywaeQymq H1 {
  color: #006049;
  text-align: right;
}
.cid-snywaeQymq H3 {
  color: #0f0c13;
}
.cid-snywaeQymq .mbr-text,
.cid-snywaeQymq .mbr-section-btn {
  color: #353535;
}
.cid-snywfi3TLy {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-snywfi3TLy .image-block {
  margin: auto;
}
.cid-snywfi3TLy .mbr-figure {
  margin: 0 auto;
}
.cid-snywfi3TLy figcaption {
  position: relative;
}
.cid-snywfi3TLy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-snywfi3TLy .image-block {
    width: 100% !important;
  }
}
.cid-smjFnFRidH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-smjFnFRidH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-smjFnFRidH .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-smjFnFRidH .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-smjFnFRidH .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-smjFnFRidH div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-smjFnFRidH .copyright {
  color: #fafafa;
}
.cid-smjFnFRidH .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyOefi82J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyOefi82J .mbr-section-title {
  color: #ffffff;
}
.cid-sRyOefi82J .mbr-text,
.cid-sRyOefi82J .mbr-section-btn {
  color: #353535;
}
.cid-smjFHCxo2C {
  z-index: 1000;
  width: 100%;
}
.cid-smjFHCxo2C nav.navbar {
  position: fixed;
}
.cid-smjFHCxo2C .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-smjFHCxo2C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smjFHCxo2C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-smjFHCxo2C .dropdown-item:hover,
.cid-smjFHCxo2C .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-smjFHCxo2C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smjFHCxo2C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smjFHCxo2C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smjFHCxo2C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smjFHCxo2C .nav-link {
  position: relative;
}
.cid-smjFHCxo2C .container {
  display: flex;
  margin: auto;
}
.cid-smjFHCxo2C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smjFHCxo2C .dropdown-menu,
.cid-smjFHCxo2C .navbar.opened {
  background: #ffffff !important;
}
.cid-smjFHCxo2C .nav-item:focus,
.cid-smjFHCxo2C .nav-link:focus {
  outline: none;
}
.cid-smjFHCxo2C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smjFHCxo2C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smjFHCxo2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smjFHCxo2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smjFHCxo2C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smjFHCxo2C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smjFHCxo2C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-smjFHCxo2C .navbar.opened {
  transition: all 0.3s;
}
.cid-smjFHCxo2C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smjFHCxo2C .navbar .navbar-logo img {
  width: auto;
}
.cid-smjFHCxo2C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smjFHCxo2C .navbar.collapsed {
  justify-content: center;
}
.cid-smjFHCxo2C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smjFHCxo2C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smjFHCxo2C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-smjFHCxo2C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smjFHCxo2C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smjFHCxo2C .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-smjFHCxo2C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smjFHCxo2C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smjFHCxo2C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smjFHCxo2C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smjFHCxo2C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smjFHCxo2C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smjFHCxo2C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smjFHCxo2C .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-smjFHCxo2C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-smjFHCxo2C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smjFHCxo2C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smjFHCxo2C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smjFHCxo2C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smjFHCxo2C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smjFHCxo2C .navbar.navbar-short {
  min-height: 60px;
}
.cid-smjFHCxo2C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-smjFHCxo2C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smjFHCxo2C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smjFHCxo2C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smjFHCxo2C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smjFHCxo2C .dropdown-item.active,
.cid-smjFHCxo2C .dropdown-item:active {
  background-color: transparent;
}
.cid-smjFHCxo2C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smjFHCxo2C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smjFHCxo2C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smjFHCxo2C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-smjFHCxo2C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smjFHCxo2C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smjFHCxo2C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smjFHCxo2C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smjFHCxo2C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smjFHCxo2C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-smjFHCxo2C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smjFHCxo2C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smjFHCxo2C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smjFHCxo2C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smjFHCxo2C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smjFHCxo2C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smjFHCxo2C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smjFHCxo2C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smjFHCxo2C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smjFHCxo2C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smjFHCxo2C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smjFHCxo2C .navbar {
    height: 70px;
  }
  .cid-smjFHCxo2C .navbar.opened {
    height: auto;
  }
  .cid-smjFHCxo2C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smjFHDlSeD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/08-allinone-tit-2-1920x719.jpg");
}
.cid-smjFHDlSeD .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-smjFHDlSeD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smjFHDlSeD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smjFHDlSeD .text-wrapper {
    padding: 2rem;
  }
}
.cid-snyI8xN6B8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-snyI8xN6B8 .image-block {
  margin: auto;
}
.cid-snyI8xN6B8 .mbr-figure {
  margin: 0 auto;
}
.cid-snyI8xN6B8 figcaption {
  position: relative;
}
.cid-snyI8xN6B8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-snyI8xN6B8 .image-block {
    width: 100% !important;
  }
}
.cid-snyIOK6RYY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snyIOK6RYY h1 {
  color: #616161;
}
.cid-snyIOK6RYY h2,
.cid-snyIOK6RYY h3,
.cid-snyIOK6RYY p {
  color: #767676;
}
.cid-snyIOK6RYY .mbr-section-subtitle {
  font-style: italic;
}
.cid-snyIOK6RYY H1 {
  color: #6592e6;
  text-align: right;
}
.cid-snyIOK6RYY H3 {
  color: #0068b5;
}
.cid-snyIOK6RYY .mbr-text,
.cid-snyIOK6RYY .mbr-section-btn {
  color: #353535;
}
.cid-smjFHE5uZ2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-smjFHE5uZ2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-smjFHE5uZ2 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smjFHE5uZ2 .mbr-text {
    text-align: center;
  }
}
.cid-smjFHE5uZ2 H1 {
  color: #0f0c13;
  text-align: left;
}
.cid-smjFHE5uZ2 .mbr-text,
.cid-smjFHE5uZ2 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-smjFHE5uZ2 H3 {
  color: #0f0c13;
}
.cid-snyJA032Cf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snyJA032Cf h1 {
  color: #616161;
}
.cid-snyJA032Cf h2,
.cid-snyJA032Cf h3,
.cid-snyJA032Cf p {
  color: #767676;
}
.cid-snyJA032Cf .mbr-section-subtitle {
  font-style: italic;
}
.cid-snyJA032Cf H1 {
  color: #006049;
  text-align: right;
}
.cid-snyJA032Cf H3 {
  color: #0f0c13;
}
.cid-snyJA032Cf .mbr-text,
.cid-snyJA032Cf .mbr-section-btn {
  color: #353535;
}
.cid-snyJAnSER4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snyJAnSER4 h1 {
  color: #616161;
}
.cid-snyJAnSER4 h2,
.cid-snyJAnSER4 h3,
.cid-snyJAnSER4 p {
  color: #767676;
}
.cid-snyJAnSER4 .mbr-section-subtitle {
  font-style: italic;
}
.cid-snyJAnSER4 H1 {
  color: #006049;
  text-align: right;
}
.cid-snyJAnSER4 H3 {
  color: #0f0c13;
}
.cid-snyJAnSER4 .mbr-text,
.cid-snyJAnSER4 .mbr-section-btn {
  color: #353535;
}
.cid-snyS2xxMuV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-snyS2xxMuV .image-block {
  margin: auto;
}
.cid-snyS2xxMuV .mbr-figure {
  margin: 0 auto;
}
.cid-snyS2xxMuV figcaption {
  position: relative;
}
.cid-snyS2xxMuV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-snyS2xxMuV .image-block {
    width: 100% !important;
  }
}
.cid-smjFHF1nCL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-smjFHF1nCL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-smjFHF1nCL .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-smjFHF1nCL .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-smjFHF1nCL .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-smjFHF1nCL div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-smjFHF1nCL .copyright {
  color: #fafafa;
}
.cid-smjFHF1nCL .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyOfBqYCC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyOfBqYCC .mbr-section-title {
  color: #ffffff;
}
.cid-sRyOfBqYCC .mbr-text,
.cid-sRyOfBqYCC .mbr-section-btn {
  color: #353535;
}
.cid-smjG2xkKIT {
  z-index: 1000;
  width: 100%;
}
.cid-smjG2xkKIT nav.navbar {
  position: fixed;
}
.cid-smjG2xkKIT .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-smjG2xkKIT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smjG2xkKIT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-smjG2xkKIT .dropdown-item:hover,
.cid-smjG2xkKIT .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-smjG2xkKIT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smjG2xkKIT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smjG2xkKIT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smjG2xkKIT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smjG2xkKIT .nav-link {
  position: relative;
}
.cid-smjG2xkKIT .container {
  display: flex;
  margin: auto;
}
.cid-smjG2xkKIT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smjG2xkKIT .dropdown-menu,
.cid-smjG2xkKIT .navbar.opened {
  background: #ffffff !important;
}
.cid-smjG2xkKIT .nav-item:focus,
.cid-smjG2xkKIT .nav-link:focus {
  outline: none;
}
.cid-smjG2xkKIT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smjG2xkKIT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smjG2xkKIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smjG2xkKIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smjG2xkKIT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smjG2xkKIT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smjG2xkKIT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-smjG2xkKIT .navbar.opened {
  transition: all 0.3s;
}
.cid-smjG2xkKIT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smjG2xkKIT .navbar .navbar-logo img {
  width: auto;
}
.cid-smjG2xkKIT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smjG2xkKIT .navbar.collapsed {
  justify-content: center;
}
.cid-smjG2xkKIT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smjG2xkKIT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smjG2xkKIT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-smjG2xkKIT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smjG2xkKIT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smjG2xkKIT .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-smjG2xkKIT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smjG2xkKIT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smjG2xkKIT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smjG2xkKIT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smjG2xkKIT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smjG2xkKIT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smjG2xkKIT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smjG2xkKIT .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-smjG2xkKIT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-smjG2xkKIT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smjG2xkKIT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smjG2xkKIT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smjG2xkKIT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smjG2xkKIT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smjG2xkKIT .navbar.navbar-short {
  min-height: 60px;
}
.cid-smjG2xkKIT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-smjG2xkKIT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smjG2xkKIT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smjG2xkKIT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smjG2xkKIT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smjG2xkKIT .dropdown-item.active,
.cid-smjG2xkKIT .dropdown-item:active {
  background-color: transparent;
}
.cid-smjG2xkKIT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smjG2xkKIT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smjG2xkKIT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smjG2xkKIT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-smjG2xkKIT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smjG2xkKIT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smjG2xkKIT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smjG2xkKIT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smjG2xkKIT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smjG2xkKIT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-smjG2xkKIT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smjG2xkKIT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smjG2xkKIT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smjG2xkKIT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smjG2xkKIT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smjG2xkKIT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smjG2xkKIT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smjG2xkKIT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smjG2xkKIT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smjG2xkKIT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smjG2xkKIT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smjG2xkKIT .navbar {
    height: 70px;
  }
  .cid-smjG2xkKIT .navbar.opened {
    height: auto;
  }
  .cid-smjG2xkKIT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smjG2yaaBj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/09certification-tit-4-1920x719.jpg");
}
.cid-smjG2yaaBj .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-smjG2yaaBj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smjG2yaaBj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smjG2yaaBj .text-wrapper {
    padding: 2rem;
  }
}
.cid-smjG2yV09A {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-smjG2yV09A .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-smjG2yV09A .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-smjG2yV09A .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smjG2yV09A .mbr-text {
    text-align: center;
  }
}
.cid-smjG2yV09A H1 {
  color: #ac942b;
  text-align: right;
}
.cid-smjG2yV09A .mbr-text,
.cid-smjG2yV09A .mbr-section-btn {
  color: #0f0c13;
  text-align: left;
}
.cid-smjG2yV09A H3 {
  color: #0068b5;
}
.cid-spWAfvHs3v {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWAfvHs3v h1 {
  color: #616161;
}
.cid-spWAfvHs3v h2,
.cid-spWAfvHs3v h3,
.cid-spWAfvHs3v p {
  color: #767676;
}
.cid-spWAfvHs3v .mbr-section-subtitle {
  font-style: italic;
}
.cid-spWAfvHs3v H1 {
  color: #006049;
  text-align: right;
}
.cid-spWAfvHs3v H3 {
  color: #0f0c13;
}
.cid-spWAfvHs3v .mbr-text,
.cid-spWAfvHs3v .mbr-section-btn {
  color: #353535;
}
.cid-spWAfZ8FSO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWAfZ8FSO h1 {
  color: #616161;
}
.cid-spWAfZ8FSO h2,
.cid-spWAfZ8FSO h3,
.cid-spWAfZ8FSO p {
  color: #767676;
}
.cid-spWAfZ8FSO .mbr-section-subtitle {
  font-style: italic;
}
.cid-spWAfZ8FSO H1 {
  color: #006049;
  text-align: right;
}
.cid-spWAfZ8FSO H3 {
  color: #0f0c13;
}
.cid-spWAfZ8FSO .mbr-text,
.cid-spWAfZ8FSO .mbr-section-btn {
  color: #353535;
}
.cid-spWAgCpaoN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-spWAgCpaoN .image-block {
  margin: auto;
}
.cid-spWAgCpaoN .mbr-figure {
  margin: 0 auto;
}
.cid-spWAgCpaoN figcaption {
  position: relative;
}
.cid-spWAgCpaoN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spWAgCpaoN .image-block {
    width: 100% !important;
  }
}
.cid-smjG2zRkOs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-smjG2zRkOs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-smjG2zRkOs .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-smjG2zRkOs .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-smjG2zRkOs .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-smjG2zRkOs div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-smjG2zRkOs .copyright {
  color: #fafafa;
}
.cid-smjG2zRkOs .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyOh6ThF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyOh6ThF7 .mbr-section-title {
  color: #ffffff;
}
.cid-sRyOh6ThF7 .mbr-text,
.cid-sRyOh6ThF7 .mbr-section-btn {
  color: #353535;
}
.cid-smjGnOaBI8 {
  z-index: 1000;
  width: 100%;
}
.cid-smjGnOaBI8 nav.navbar {
  position: fixed;
}
.cid-smjGnOaBI8 .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-smjGnOaBI8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smjGnOaBI8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-smjGnOaBI8 .dropdown-item:hover,
.cid-smjGnOaBI8 .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-smjGnOaBI8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smjGnOaBI8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smjGnOaBI8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smjGnOaBI8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smjGnOaBI8 .nav-link {
  position: relative;
}
.cid-smjGnOaBI8 .container {
  display: flex;
  margin: auto;
}
.cid-smjGnOaBI8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smjGnOaBI8 .dropdown-menu,
.cid-smjGnOaBI8 .navbar.opened {
  background: #ffffff !important;
}
.cid-smjGnOaBI8 .nav-item:focus,
.cid-smjGnOaBI8 .nav-link:focus {
  outline: none;
}
.cid-smjGnOaBI8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smjGnOaBI8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smjGnOaBI8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smjGnOaBI8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smjGnOaBI8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smjGnOaBI8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smjGnOaBI8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-smjGnOaBI8 .navbar.opened {
  transition: all 0.3s;
}
.cid-smjGnOaBI8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smjGnOaBI8 .navbar .navbar-logo img {
  width: auto;
}
.cid-smjGnOaBI8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smjGnOaBI8 .navbar.collapsed {
  justify-content: center;
}
.cid-smjGnOaBI8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smjGnOaBI8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smjGnOaBI8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-smjGnOaBI8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smjGnOaBI8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smjGnOaBI8 .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-smjGnOaBI8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smjGnOaBI8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smjGnOaBI8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smjGnOaBI8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smjGnOaBI8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smjGnOaBI8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smjGnOaBI8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smjGnOaBI8 .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-smjGnOaBI8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-smjGnOaBI8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smjGnOaBI8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smjGnOaBI8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smjGnOaBI8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smjGnOaBI8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smjGnOaBI8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-smjGnOaBI8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-smjGnOaBI8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smjGnOaBI8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smjGnOaBI8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smjGnOaBI8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smjGnOaBI8 .dropdown-item.active,
.cid-smjGnOaBI8 .dropdown-item:active {
  background-color: transparent;
}
.cid-smjGnOaBI8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smjGnOaBI8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smjGnOaBI8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smjGnOaBI8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-smjGnOaBI8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smjGnOaBI8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smjGnOaBI8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smjGnOaBI8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smjGnOaBI8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smjGnOaBI8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-smjGnOaBI8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smjGnOaBI8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smjGnOaBI8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smjGnOaBI8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smjGnOaBI8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smjGnOaBI8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smjGnOaBI8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smjGnOaBI8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smjGnOaBI8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smjGnOaBI8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smjGnOaBI8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smjGnOaBI8 .navbar {
    height: 70px;
  }
  .cid-smjGnOaBI8 .navbar.opened {
    height: auto;
  }
  .cid-smjGnOaBI8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smjGnP880N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/09highlevel-tit-2-1920x719.jpg");
}
.cid-smjGnP880N .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-smjGnP880N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smjGnP880N img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smjGnP880N .text-wrapper {
    padding: 2rem;
  }
}
.cid-smjGnQ33tQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-smjGnQ33tQ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-smjGnQ33tQ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-smjGnQ33tQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smjGnQ33tQ .mbr-text {
    text-align: center;
  }
}
.cid-smjGnQ33tQ H1 {
  color: #0068b5;
  text-align: left;
}
.cid-smjGnQ33tQ .mbr-text,
.cid-smjGnQ33tQ .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-smjGnQ33tQ H3 {
  color: #0f0c13;
}
.cid-snzdpg6wXo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snzdpg6wXo h1 {
  color: #616161;
}
.cid-snzdpg6wXo h2,
.cid-snzdpg6wXo h3,
.cid-snzdpg6wXo p {
  color: #767676;
}
.cid-snzdpg6wXo .mbr-section-subtitle {
  font-style: italic;
}
.cid-snzdpg6wXo H1 {
  color: #6592e6;
  text-align: right;
}
.cid-snzdpg6wXo H3 {
  color: #0f0c13;
}
.cid-snzdpg6wXo .mbr-text,
.cid-snzdpg6wXo .mbr-section-btn {
  color: #353535;
}
.cid-snAC6Y584v {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-snAC6Y584v .image-block {
  margin: auto;
}
.cid-snAC6Y584v .mbr-figure {
  margin: 0 auto;
}
.cid-snAC6Y584v figcaption {
  position: relative;
}
.cid-snAC6Y584v figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-snAC6Y584v .image-block {
    width: 100% !important;
  }
}
.cid-smjGnR8ymg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-smjGnR8ymg .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-smjGnR8ymg .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-smjGnR8ymg .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-smjGnR8ymg .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-smjGnR8ymg div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-smjGnR8ymg .copyright {
  color: #fafafa;
}
.cid-smjGnR8ymg .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyOjRZFiB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyOjRZFiB .mbr-section-title {
  color: #ffffff;
}
.cid-sRyOjRZFiB .mbr-text,
.cid-sRyOjRZFiB .mbr-section-btn {
  color: #353535;
}
.cid-snJrsOCvCw {
  z-index: 1000;
  width: 100%;
}
.cid-snJrsOCvCw nav.navbar {
  position: fixed;
}
.cid-snJrsOCvCw .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-snJrsOCvCw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snJrsOCvCw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snJrsOCvCw .dropdown-item:hover,
.cid-snJrsOCvCw .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-snJrsOCvCw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snJrsOCvCw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snJrsOCvCw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snJrsOCvCw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snJrsOCvCw .nav-link {
  position: relative;
}
.cid-snJrsOCvCw .container {
  display: flex;
  margin: auto;
}
.cid-snJrsOCvCw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snJrsOCvCw .dropdown-menu,
.cid-snJrsOCvCw .navbar.opened {
  background: #ffffff !important;
}
.cid-snJrsOCvCw .nav-item:focus,
.cid-snJrsOCvCw .nav-link:focus {
  outline: none;
}
.cid-snJrsOCvCw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snJrsOCvCw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snJrsOCvCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snJrsOCvCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snJrsOCvCw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snJrsOCvCw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snJrsOCvCw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-snJrsOCvCw .navbar.opened {
  transition: all 0.3s;
}
.cid-snJrsOCvCw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snJrsOCvCw .navbar .navbar-logo img {
  width: auto;
}
.cid-snJrsOCvCw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snJrsOCvCw .navbar.collapsed {
  justify-content: center;
}
.cid-snJrsOCvCw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snJrsOCvCw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snJrsOCvCw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-snJrsOCvCw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snJrsOCvCw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snJrsOCvCw .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-snJrsOCvCw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snJrsOCvCw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snJrsOCvCw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snJrsOCvCw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snJrsOCvCw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snJrsOCvCw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snJrsOCvCw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snJrsOCvCw .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-snJrsOCvCw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snJrsOCvCw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snJrsOCvCw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snJrsOCvCw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snJrsOCvCw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snJrsOCvCw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snJrsOCvCw .navbar.navbar-short {
  min-height: 60px;
}
.cid-snJrsOCvCw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snJrsOCvCw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snJrsOCvCw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snJrsOCvCw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snJrsOCvCw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snJrsOCvCw .dropdown-item.active,
.cid-snJrsOCvCw .dropdown-item:active {
  background-color: transparent;
}
.cid-snJrsOCvCw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snJrsOCvCw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snJrsOCvCw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snJrsOCvCw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snJrsOCvCw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snJrsOCvCw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snJrsOCvCw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snJrsOCvCw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snJrsOCvCw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snJrsOCvCw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-snJrsOCvCw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snJrsOCvCw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snJrsOCvCw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snJrsOCvCw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snJrsOCvCw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snJrsOCvCw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snJrsOCvCw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snJrsOCvCw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snJrsOCvCw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snJrsOCvCw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snJrsOCvCw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snJrsOCvCw .navbar {
    height: 70px;
  }
  .cid-snJrsOCvCw .navbar.opened {
    height: auto;
  }
  .cid-snJrsOCvCw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snJrsPfMUa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/06test-tit-8-1920x719.jpg");
}
.cid-snJrsPfMUa .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-snJrsPfMUa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-snJrsPfMUa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-snJrsPfMUa .text-wrapper {
    padding: 2rem;
  }
}
.cid-snJrsPMq9A {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snJrsPMq9A h1 {
  color: #616161;
}
.cid-snJrsPMq9A h2,
.cid-snJrsPMq9A h3,
.cid-snJrsPMq9A p {
  color: #767676;
}
.cid-snJrsPMq9A .mbr-section-subtitle {
  font-style: italic;
}
.cid-snJrsPMq9A H1 {
  color: #3d9616;
  text-align: right;
}
.cid-snJrsPMq9A H3 {
  color: #0068b5;
}
.cid-snJrsPMq9A .mbr-text,
.cid-snJrsPMq9A .mbr-section-btn {
  color: #353535;
}
.cid-snJrsQdMAf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-snJrsQdMAf .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-snJrsQdMAf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-snJrsQdMAf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-snJrsQdMAf .mbr-text {
    text-align: center;
  }
}
.cid-snJrsQdMAf H1 {
  color: #0f0c13;
  text-align: left;
}
.cid-snJrsQdMAf .mbr-text,
.cid-snJrsQdMAf .mbr-section-btn {
  color: #0f0c13;
  text-align: left;
}
.cid-snJrsQdMAf H3 {
  color: #353535;
}
.cid-snJrsQxtWp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snJrsQxtWp h1 {
  color: #616161;
}
.cid-snJrsQxtWp h2,
.cid-snJrsQxtWp h3,
.cid-snJrsQxtWp p {
  color: #767676;
}
.cid-snJrsQxtWp .mbr-section-subtitle {
  font-style: italic;
}
.cid-snJrsQxtWp H1 {
  color: #006049;
  text-align: right;
}
.cid-snJrsQxtWp H3 {
  color: #0f0c13;
}
.cid-snJrsQxtWp .mbr-text,
.cid-snJrsQxtWp .mbr-section-btn {
  color: #353535;
}
.cid-snJrsRgXMB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snJrsRgXMB h1 {
  color: #616161;
}
.cid-snJrsRgXMB h2,
.cid-snJrsRgXMB h3,
.cid-snJrsRgXMB p {
  color: #767676;
}
.cid-snJrsRgXMB .mbr-section-subtitle {
  font-style: italic;
}
.cid-snJrsRgXMB H1 {
  color: #006049;
  text-align: right;
}
.cid-snJrsRgXMB H3 {
  color: #0f0c13;
}
.cid-snJrsRgXMB .mbr-text,
.cid-snJrsRgXMB .mbr-section-btn {
  color: #353535;
}
.cid-snJrsQXYOM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snJrsQXYOM h1 {
  color: #616161;
}
.cid-snJrsQXYOM h2,
.cid-snJrsQXYOM h3,
.cid-snJrsQXYOM p {
  color: #767676;
}
.cid-snJrsQXYOM .mbr-section-subtitle {
  font-style: italic;
}
.cid-snJrsQXYOM H1 {
  color: #006049;
  text-align: right;
}
.cid-snJrsQXYOM H3 {
  color: #0f0c13;
}
.cid-snJrsQXYOM .mbr-text,
.cid-snJrsQXYOM .mbr-section-btn {
  color: #353535;
}
.cid-snJth6Hqh9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snJth6Hqh9 h1 {
  color: #616161;
}
.cid-snJth6Hqh9 h2,
.cid-snJth6Hqh9 h3,
.cid-snJth6Hqh9 p {
  color: #767676;
}
.cid-snJth6Hqh9 .mbr-section-subtitle {
  font-style: italic;
}
.cid-snJth6Hqh9 H1 {
  color: #006049;
  text-align: right;
}
.cid-snJth6Hqh9 H3 {
  color: #0f0c13;
}
.cid-snJth6Hqh9 .mbr-text,
.cid-snJth6Hqh9 .mbr-section-btn {
  color: #353535;
}
.cid-snJrsREBe2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-snJrsREBe2 .image-block {
  margin: auto;
}
.cid-snJrsREBe2 .mbr-figure {
  margin: 0 auto;
}
.cid-snJrsREBe2 figcaption {
  position: relative;
}
.cid-snJrsREBe2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-snJrsREBe2 .image-block {
    width: 100% !important;
  }
}
.cid-snJrsRT53M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-snJrsRT53M .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-snJrsRT53M .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-snJrsRT53M .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-snJrsRT53M .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-snJrsRT53M div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-snJrsRT53M .copyright {
  color: #fafafa;
}
.cid-snJrsRT53M .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyO1nUw8T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyO1nUw8T .mbr-section-title {
  color: #ffffff;
}
.cid-sRyO1nUw8T .mbr-text,
.cid-sRyO1nUw8T .mbr-section-btn {
  color: #353535;
}
.cid-so75hbOazD {
  z-index: 1000;
  width: 100%;
}
.cid-so75hbOazD nav.navbar {
  position: fixed;
}
.cid-so75hbOazD .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-so75hbOazD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-so75hbOazD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-so75hbOazD .dropdown-item:hover,
.cid-so75hbOazD .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-so75hbOazD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-so75hbOazD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-so75hbOazD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-so75hbOazD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-so75hbOazD .nav-link {
  position: relative;
}
.cid-so75hbOazD .container {
  display: flex;
  margin: auto;
}
.cid-so75hbOazD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-so75hbOazD .dropdown-menu,
.cid-so75hbOazD .navbar.opened {
  background: #ffffff !important;
}
.cid-so75hbOazD .nav-item:focus,
.cid-so75hbOazD .nav-link:focus {
  outline: none;
}
.cid-so75hbOazD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-so75hbOazD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-so75hbOazD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-so75hbOazD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-so75hbOazD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-so75hbOazD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-so75hbOazD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-so75hbOazD .navbar.opened {
  transition: all 0.3s;
}
.cid-so75hbOazD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-so75hbOazD .navbar .navbar-logo img {
  width: auto;
}
.cid-so75hbOazD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-so75hbOazD .navbar.collapsed {
  justify-content: center;
}
.cid-so75hbOazD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-so75hbOazD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-so75hbOazD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-so75hbOazD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-so75hbOazD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-so75hbOazD .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-so75hbOazD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-so75hbOazD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-so75hbOazD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-so75hbOazD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-so75hbOazD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-so75hbOazD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-so75hbOazD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-so75hbOazD .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-so75hbOazD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-so75hbOazD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-so75hbOazD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-so75hbOazD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-so75hbOazD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-so75hbOazD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-so75hbOazD .navbar.navbar-short {
  min-height: 60px;
}
.cid-so75hbOazD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-so75hbOazD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-so75hbOazD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-so75hbOazD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-so75hbOazD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-so75hbOazD .dropdown-item.active,
.cid-so75hbOazD .dropdown-item:active {
  background-color: transparent;
}
.cid-so75hbOazD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-so75hbOazD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-so75hbOazD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-so75hbOazD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-so75hbOazD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-so75hbOazD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-so75hbOazD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-so75hbOazD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-so75hbOazD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-so75hbOazD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-so75hbOazD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-so75hbOazD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so75hbOazD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so75hbOazD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-so75hbOazD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so75hbOazD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-so75hbOazD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-so75hbOazD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so75hbOazD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-so75hbOazD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-so75hbOazD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-so75hbOazD .navbar {
    height: 70px;
  }
  .cid-so75hbOazD .navbar.opened {
    height: auto;
  }
  .cid-so75hbOazD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-so75hcuulc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/07intelligent-tit-6-1920x719.jpg");
}
.cid-so75hcuulc .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-so75hcuulc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-so75hcuulc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-so75hcuulc .text-wrapper {
    padding: 2rem;
  }
}
.cid-so7BdhGCnG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-so7BdhGCnG .image-block {
  margin: auto;
}
.cid-so7BdhGCnG .mbr-figure {
  margin: 0 auto;
}
.cid-so7BdhGCnG figcaption {
  position: relative;
}
.cid-so7BdhGCnG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so7BdhGCnG .image-block {
    width: 100% !important;
  }
}
.cid-so7BdYrMXQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-so7BdYrMXQ h1 {
  color: #616161;
}
.cid-so7BdYrMXQ h2,
.cid-so7BdYrMXQ h3,
.cid-so7BdYrMXQ p {
  color: #767676;
}
.cid-so7BdYrMXQ .mbr-section-subtitle {
  font-style: italic;
}
.cid-so7BdYrMXQ H1 {
  color: #6592e6;
  text-align: right;
}
.cid-so7BdYrMXQ H3 {
  color: #0068b5;
}
.cid-so7BdYrMXQ .mbr-text,
.cid-so7BdYrMXQ .mbr-section-btn {
  color: #353535;
}
.cid-so7Bu3KakR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-so7Bu3KakR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-so7Bu3KakR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-so7Bu3KakR .mbr-text {
    text-align: center;
  }
}
.cid-so7Bu3KakR H1 {
  color: #0f0c13;
  text-align: left;
}
.cid-so7Bu3KakR .mbr-text,
.cid-so7Bu3KakR .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-so7Bu3KakR H3 {
  color: #0f0c13;
}
.cid-so75hewqBB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-so75hewqBB h1 {
  color: #616161;
}
.cid-so75hewqBB h2,
.cid-so75hewqBB h3,
.cid-so75hewqBB p {
  color: #767676;
}
.cid-so75hewqBB .mbr-section-subtitle {
  font-style: italic;
}
.cid-so75hewqBB H1 {
  color: #006049;
  text-align: right;
}
.cid-so75hewqBB H3 {
  color: #0f0c13;
}
.cid-so75hewqBB .mbr-text,
.cid-so75hewqBB .mbr-section-btn {
  color: #353535;
}
.cid-so75hf6KXc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-so75hf6KXc .image-block {
  margin: auto;
}
.cid-so75hf6KXc .mbr-figure {
  margin: 0 auto;
}
.cid-so75hf6KXc figcaption {
  position: relative;
}
.cid-so75hf6KXc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so75hf6KXc .image-block {
    width: 100% !important;
  }
}
.cid-so854vUH3S {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-so854vUH3S .image-block {
  margin: auto;
}
.cid-so854vUH3S .mbr-figure {
  margin: 0 auto;
}
.cid-so854vUH3S figcaption {
  position: relative;
}
.cid-so854vUH3S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so854vUH3S .image-block {
    width: 100% !important;
  }
}
.cid-so75hfmmyj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-so75hfmmyj .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-so75hfmmyj .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-so75hfmmyj .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-so75hfmmyj .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-so75hfmmyj div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-so75hfmmyj .copyright {
  color: #fafafa;
}
.cid-so75hfmmyj .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyO6paPz8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyO6paPz8 .mbr-section-title {
  color: #ffffff;
}
.cid-sRyO6paPz8 .mbr-text,
.cid-sRyO6paPz8 .mbr-section-btn {
  color: #353535;
}
.cid-so8hI0m82u {
  z-index: 1000;
  width: 100%;
}
.cid-so8hI0m82u nav.navbar {
  position: fixed;
}
.cid-so8hI0m82u .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-so8hI0m82u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-so8hI0m82u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-so8hI0m82u .dropdown-item:hover,
.cid-so8hI0m82u .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-so8hI0m82u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-so8hI0m82u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-so8hI0m82u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-so8hI0m82u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-so8hI0m82u .nav-link {
  position: relative;
}
.cid-so8hI0m82u .container {
  display: flex;
  margin: auto;
}
.cid-so8hI0m82u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-so8hI0m82u .dropdown-menu,
.cid-so8hI0m82u .navbar.opened {
  background: #ffffff !important;
}
.cid-so8hI0m82u .nav-item:focus,
.cid-so8hI0m82u .nav-link:focus {
  outline: none;
}
.cid-so8hI0m82u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-so8hI0m82u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-so8hI0m82u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-so8hI0m82u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-so8hI0m82u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-so8hI0m82u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-so8hI0m82u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-so8hI0m82u .navbar.opened {
  transition: all 0.3s;
}
.cid-so8hI0m82u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-so8hI0m82u .navbar .navbar-logo img {
  width: auto;
}
.cid-so8hI0m82u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-so8hI0m82u .navbar.collapsed {
  justify-content: center;
}
.cid-so8hI0m82u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-so8hI0m82u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-so8hI0m82u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-so8hI0m82u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-so8hI0m82u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-so8hI0m82u .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-so8hI0m82u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-so8hI0m82u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-so8hI0m82u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-so8hI0m82u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-so8hI0m82u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-so8hI0m82u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-so8hI0m82u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-so8hI0m82u .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-so8hI0m82u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-so8hI0m82u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-so8hI0m82u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-so8hI0m82u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-so8hI0m82u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-so8hI0m82u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-so8hI0m82u .navbar.navbar-short {
  min-height: 60px;
}
.cid-so8hI0m82u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-so8hI0m82u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-so8hI0m82u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-so8hI0m82u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-so8hI0m82u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-so8hI0m82u .dropdown-item.active,
.cid-so8hI0m82u .dropdown-item:active {
  background-color: transparent;
}
.cid-so8hI0m82u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-so8hI0m82u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-so8hI0m82u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-so8hI0m82u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-so8hI0m82u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-so8hI0m82u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-so8hI0m82u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-so8hI0m82u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-so8hI0m82u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-so8hI0m82u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-so8hI0m82u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-so8hI0m82u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so8hI0m82u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so8hI0m82u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-so8hI0m82u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so8hI0m82u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-so8hI0m82u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-so8hI0m82u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so8hI0m82u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-so8hI0m82u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-so8hI0m82u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-so8hI0m82u .navbar {
    height: 70px;
  }
  .cid-so8hI0m82u .navbar.opened {
    height: auto;
  }
  .cid-so8hI0m82u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-so8hI0Qtax {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/10why-tit-4-1920x719.jpg");
}
.cid-so8hI0Qtax .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-so8hI0Qtax .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-so8hI0Qtax img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-so8hI0Qtax .text-wrapper {
    padding: 2rem;
  }
}
.cid-sq5K4KXGZb {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sq5K4KXGZb .image-block {
  margin: auto;
}
.cid-sq5K4KXGZb .mbr-figure {
  margin: 0 auto;
}
.cid-sq5K4KXGZb figcaption {
  position: relative;
}
.cid-sq5K4KXGZb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq5K4KXGZb .image-block {
    width: 100% !important;
  }
}
.cid-soiq1IIegD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soiq1IIegD h1 {
  color: #616161;
}
.cid-soiq1IIegD h2,
.cid-soiq1IIegD h3,
.cid-soiq1IIegD p {
  color: #767676;
}
.cid-soiq1IIegD .mbr-section-subtitle {
  font-style: italic;
}
.cid-soiq1IIegD H1 {
  color: #6592e6;
  text-align: right;
}
.cid-soiq1IIegD H3 {
  color: #0068b5;
}
.cid-soiq1IIegD .mbr-text,
.cid-soiq1IIegD .mbr-section-btn {
  color: #353535;
}
.cid-so8hI1bimd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-so8hI1bimd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-so8hI1bimd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-so8hI1bimd .mbr-text {
    text-align: center;
  }
}
.cid-so8hI1bimd H1 {
  color: #4479d9;
  text-align: right;
  margin-bottom: -1rem;
}
.cid-so8hI1bimd .mbr-text,
.cid-so8hI1bimd .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-so8hI1bimd H3 {
  color: #0068b5;
}
.cid-spDj0DXPeC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-spDj0DXPeC .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-spDj0DXPeC .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spDj0DXPeC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spDj0DXPeC .mbr-text {
    text-align: center;
  }
}
.cid-spDj0DXPeC H1 {
  color: #4479d9;
  text-align: right;
  margin-bottom: -1rem;
}
.cid-spDj0DXPeC .mbr-text,
.cid-spDj0DXPeC .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-spDj0DXPeC H3 {
  color: #0068b5;
}
.cid-spDgZG9M3o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spDgZG9M3o .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spDgZG9M3o .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spDgZG9M3o .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0068b5;
}
.cid-spDgZG9M3o .panel-body,
.cid-spDgZG9M3o .card-header {
  padding: 1rem 0;
}
.cid-spDgZG9M3o .panel-title-edit {
  color: #0068b5;
}
.cid-spDjUfxy5e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-spDjUfxy5e .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spDjUfxy5e .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spDjUfxy5e .mbr-text {
    text-align: center;
  }
}
.cid-spDjUfxy5e H1 {
  color: #4479d9;
  text-align: right;
  margin-bottom: -1rem;
}
.cid-spDjUfxy5e .mbr-text,
.cid-spDjUfxy5e .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-spDjUfxy5e H3 {
  color: #0068b5;
}
.cid-spDjotxY9z {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-spDjotxY9z .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spDjotxY9z .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spDjotxY9z .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0068b5;
}
.cid-spDjotxY9z .panel-body,
.cid-spDjotxY9z .card-header {
  padding: 1rem 0;
}
.cid-spDjotxY9z .panel-title-edit {
  color: #0068b5;
}
.cid-so8hI246pI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-so8hI246pI .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-so8hI246pI .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-so8hI246pI .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-so8hI246pI .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-so8hI246pI div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-so8hI246pI .copyright {
  color: #fafafa;
}
.cid-so8hI246pI .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyOlDi2Ux {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyOlDi2Ux .mbr-section-title {
  color: #ffffff;
}
.cid-sRyOlDi2Ux .mbr-text,
.cid-sRyOlDi2Ux .mbr-section-btn {
  color: #353535;
}
.cid-soiC4sSsWu {
  z-index: 1000;
  width: 100%;
}
.cid-soiC4sSsWu nav.navbar {
  position: fixed;
}
.cid-soiC4sSsWu .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-soiC4sSsWu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soiC4sSsWu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soiC4sSsWu .dropdown-item:hover,
.cid-soiC4sSsWu .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-soiC4sSsWu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soiC4sSsWu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soiC4sSsWu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soiC4sSsWu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soiC4sSsWu .nav-link {
  position: relative;
}
.cid-soiC4sSsWu .container {
  display: flex;
  margin: auto;
}
.cid-soiC4sSsWu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soiC4sSsWu .dropdown-menu,
.cid-soiC4sSsWu .navbar.opened {
  background: #ffffff !important;
}
.cid-soiC4sSsWu .nav-item:focus,
.cid-soiC4sSsWu .nav-link:focus {
  outline: none;
}
.cid-soiC4sSsWu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soiC4sSsWu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soiC4sSsWu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soiC4sSsWu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soiC4sSsWu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soiC4sSsWu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soiC4sSsWu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-soiC4sSsWu .navbar.opened {
  transition: all 0.3s;
}
.cid-soiC4sSsWu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soiC4sSsWu .navbar .navbar-logo img {
  width: auto;
}
.cid-soiC4sSsWu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soiC4sSsWu .navbar.collapsed {
  justify-content: center;
}
.cid-soiC4sSsWu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soiC4sSsWu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soiC4sSsWu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-soiC4sSsWu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soiC4sSsWu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soiC4sSsWu .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-soiC4sSsWu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soiC4sSsWu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soiC4sSsWu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soiC4sSsWu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soiC4sSsWu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soiC4sSsWu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soiC4sSsWu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soiC4sSsWu .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-soiC4sSsWu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soiC4sSsWu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soiC4sSsWu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soiC4sSsWu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soiC4sSsWu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soiC4sSsWu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soiC4sSsWu .navbar.navbar-short {
  min-height: 60px;
}
.cid-soiC4sSsWu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soiC4sSsWu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soiC4sSsWu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soiC4sSsWu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soiC4sSsWu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soiC4sSsWu .dropdown-item.active,
.cid-soiC4sSsWu .dropdown-item:active {
  background-color: transparent;
}
.cid-soiC4sSsWu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soiC4sSsWu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soiC4sSsWu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soiC4sSsWu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-soiC4sSsWu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soiC4sSsWu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soiC4sSsWu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soiC4sSsWu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soiC4sSsWu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soiC4sSsWu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-soiC4sSsWu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soiC4sSsWu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soiC4sSsWu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soiC4sSsWu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soiC4sSsWu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soiC4sSsWu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soiC4sSsWu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soiC4sSsWu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soiC4sSsWu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soiC4sSsWu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soiC4sSsWu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soiC4sSsWu .navbar {
    height: 70px;
  }
  .cid-soiC4sSsWu .navbar.opened {
    height: auto;
  }
  .cid-soiC4sSsWu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soiC4tIV2e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/10join-tit-1-1920x719.jpg");
}
.cid-soiC4tIV2e .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-soiC4tIV2e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-soiC4tIV2e img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-soiC4tIV2e .text-wrapper {
    padding: 2rem;
  }
}
.cid-sq5KbRCW6t {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sq5KbRCW6t .image-block {
  margin: auto;
}
.cid-sq5KbRCW6t .mbr-figure {
  margin: 0 auto;
}
.cid-sq5KbRCW6t figcaption {
  position: relative;
}
.cid-sq5KbRCW6t figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq5KbRCW6t .image-block {
    width: 100% !important;
  }
}
.cid-soiC4u9oT7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soiC4u9oT7 h1 {
  color: #616161;
}
.cid-soiC4u9oT7 h2,
.cid-soiC4u9oT7 h3,
.cid-soiC4u9oT7 p {
  color: #767676;
}
.cid-soiC4u9oT7 .mbr-section-subtitle {
  font-style: italic;
}
.cid-soiC4u9oT7 H1 {
  color: #6592e6;
  text-align: right;
}
.cid-soiC4u9oT7 H3 {
  color: #0068b5;
}
.cid-soiC4u9oT7 .mbr-text,
.cid-soiC4u9oT7 .mbr-section-btn {
  color: #353535;
}
.cid-soiC4uwmM5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-soiC4uwmM5 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-soiC4uwmM5 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-soiC4uwmM5 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-soiC4uwmM5 .mbr-text {
    text-align: center;
  }
}
.cid-soiC4uwmM5 H1 {
  color: #22a5e5;
  text-align: right;
}
.cid-soiC4uwmM5 .mbr-text,
.cid-soiC4uwmM5 .mbr-section-btn {
  color: #353535;
  text-align: center;
  margin-bottom: 0rem;
}
.cid-soiC4uwmM5 H3 {
  color: #0068b5;
  text-align: center;
  margin-bottom: -1rem;
}
.cid-soiC4uUuXV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soiC4uUuXV h1 {
  color: #616161;
}
.cid-soiC4uUuXV h2,
.cid-soiC4uUuXV h3,
.cid-soiC4uUuXV p {
  color: #767676;
}
.cid-soiC4uUuXV .mbr-section-subtitle {
  font-style: italic;
}
.cid-soiC4uUuXV H1 {
  color: #6592e6;
  text-align: right;
}
.cid-soiC4uUuXV H3 {
  color: #0068b5;
}
.cid-soiC4uUuXV .mbr-text,
.cid-soiC4uUuXV .mbr-section-btn {
  color: #353535;
}
.cid-soiC4vf0Vv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-soiC4vf0Vv .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-soiC4vf0Vv .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-soiC4vf0Vv .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-soiC4vf0Vv .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-soiC4vf0Vv div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-soiC4vf0Vv .copyright {
  color: #fafafa;
}
.cid-soiC4vf0Vv .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyOneQs06 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyOneQs06 .mbr-section-title {
  color: #ffffff;
}
.cid-sRyOneQs06 .mbr-text,
.cid-sRyOneQs06 .mbr-section-btn {
  color: #353535;
}
.cid-spDlSvlBaO {
  z-index: 1000;
  width: 100%;
}
.cid-spDlSvlBaO nav.navbar {
  position: fixed;
}
.cid-spDlSvlBaO .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-spDlSvlBaO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spDlSvlBaO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spDlSvlBaO .dropdown-item:hover,
.cid-spDlSvlBaO .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-spDlSvlBaO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spDlSvlBaO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spDlSvlBaO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spDlSvlBaO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spDlSvlBaO .nav-link {
  position: relative;
}
.cid-spDlSvlBaO .container {
  display: flex;
  margin: auto;
}
.cid-spDlSvlBaO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spDlSvlBaO .dropdown-menu,
.cid-spDlSvlBaO .navbar.opened {
  background: #ffffff !important;
}
.cid-spDlSvlBaO .nav-item:focus,
.cid-spDlSvlBaO .nav-link:focus {
  outline: none;
}
.cid-spDlSvlBaO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spDlSvlBaO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spDlSvlBaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spDlSvlBaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spDlSvlBaO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spDlSvlBaO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spDlSvlBaO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-spDlSvlBaO .navbar.opened {
  transition: all 0.3s;
}
.cid-spDlSvlBaO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spDlSvlBaO .navbar .navbar-logo img {
  width: auto;
}
.cid-spDlSvlBaO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spDlSvlBaO .navbar.collapsed {
  justify-content: center;
}
.cid-spDlSvlBaO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spDlSvlBaO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spDlSvlBaO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spDlSvlBaO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spDlSvlBaO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spDlSvlBaO .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-spDlSvlBaO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spDlSvlBaO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spDlSvlBaO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spDlSvlBaO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spDlSvlBaO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spDlSvlBaO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spDlSvlBaO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spDlSvlBaO .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-spDlSvlBaO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spDlSvlBaO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spDlSvlBaO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spDlSvlBaO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spDlSvlBaO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spDlSvlBaO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spDlSvlBaO .navbar.navbar-short {
  min-height: 60px;
}
.cid-spDlSvlBaO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spDlSvlBaO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spDlSvlBaO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spDlSvlBaO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spDlSvlBaO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spDlSvlBaO .dropdown-item.active,
.cid-spDlSvlBaO .dropdown-item:active {
  background-color: transparent;
}
.cid-spDlSvlBaO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spDlSvlBaO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spDlSvlBaO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spDlSvlBaO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spDlSvlBaO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spDlSvlBaO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spDlSvlBaO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spDlSvlBaO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spDlSvlBaO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spDlSvlBaO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-spDlSvlBaO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spDlSvlBaO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spDlSvlBaO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spDlSvlBaO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spDlSvlBaO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spDlSvlBaO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spDlSvlBaO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spDlSvlBaO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spDlSvlBaO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spDlSvlBaO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spDlSvlBaO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spDlSvlBaO .navbar {
    height: 70px;
  }
  .cid-spDlSvlBaO .navbar.opened {
    height: auto;
  }
  .cid-spDlSvlBaO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spDlSw1Mjc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/06-product-tit-4-1920x719.jpg");
}
.cid-spDlSw1Mjc .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-spDlSw1Mjc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spDlSw1Mjc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spDlSw1Mjc .text-wrapper {
    padding: 2rem;
  }
}
.cid-sq5zgENMcZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5zgENMcZ img,
.cid-sq5zgENMcZ .item-img {
  width: 100%;
}
.cid-sq5zgENMcZ .item:focus,
.cid-sq5zgENMcZ span:focus {
  outline: none;
}
.cid-sq5zgENMcZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sq5zgENMcZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sq5zgENMcZ .item {
  padding: 0;
  margin: 0;
}
.cid-sq5zgENMcZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sq5zgENMcZ .item-wrapper .item-content {
    padding: 0rem 0rem 0;
  }
  .cid-sq5zgENMcZ .item-wrapper .item-footer {
    padding: 0 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-sq5zgENMcZ .item-wrapper .item-content {
    padding: 0rem 0rem 0;
  }
  .cid-sq5zgENMcZ .item-wrapper .item-footer {
    padding: 0 1rem 0rem;
  }
}
.cid-sq5zgENMcZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sq5zgENMcZ .mbr-section-title {
  color: #0068b5;
}
.cid-sq5zgENMcZ .mbr-text,
.cid-sq5zgENMcZ .mbr-section-btn {
  text-align: center;
}
.cid-sq5zgENMcZ .item-title {
  text-align: center;
}
.cid-sq5zgENMcZ .item-subtitle {
  text-align: center;
}
.cid-spFc9XRlHk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spFc9XRlHk .mbr-section-subtitle {
  color: #0068b5;
}
.cid-ssyAQuQeD9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssyAQuQeD9 .mbr-section-title,
.cid-ssyAQuQeD9 .mbr-section-subtitle {
  text-align: center;
}
.cid-ssyAQuQeD9 .cost {
  word-break: normal;
}
.cid-ssyAQuQeD9 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
}
.cid-ssyAQuQeD9 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-ssyAQuQeD9 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ssyAQuQeD9 .card-wrapper {
    padding: 1rem;
  }
}
.cid-ssyAQuQeD9 .card-title {
  color: #0068b5;
}
.cid-spDlSDhOLw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-spDlSDhOLw .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-spDlSDhOLw .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-spDlSDhOLw .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-spDlSDhOLw .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-spDlSDhOLw div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-spDlSDhOLw .copyright {
  color: #fafafa;
}
.cid-spDlSDhOLw .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyO7TIv71 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyO7TIv71 .mbr-section-title {
  color: #ffffff;
}
.cid-sRyO7TIv71 .mbr-text,
.cid-sRyO7TIv71 .mbr-section-btn {
  color: #353535;
}
.cid-spF7uso4Um {
  z-index: 1000;
  width: 100%;
}
.cid-spF7uso4Um nav.navbar {
  position: fixed;
}
.cid-spF7uso4Um .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-spF7uso4Um .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spF7uso4Um .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spF7uso4Um .dropdown-item:hover,
.cid-spF7uso4Um .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-spF7uso4Um .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spF7uso4Um .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spF7uso4Um .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spF7uso4Um .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spF7uso4Um .nav-link {
  position: relative;
}
.cid-spF7uso4Um .container {
  display: flex;
  margin: auto;
}
.cid-spF7uso4Um .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spF7uso4Um .dropdown-menu,
.cid-spF7uso4Um .navbar.opened {
  background: #ffffff !important;
}
.cid-spF7uso4Um .nav-item:focus,
.cid-spF7uso4Um .nav-link:focus {
  outline: none;
}
.cid-spF7uso4Um .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spF7uso4Um .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spF7uso4Um .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spF7uso4Um .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spF7uso4Um .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spF7uso4Um .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spF7uso4Um .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-spF7uso4Um .navbar.opened {
  transition: all 0.3s;
}
.cid-spF7uso4Um .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spF7uso4Um .navbar .navbar-logo img {
  width: auto;
}
.cid-spF7uso4Um .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spF7uso4Um .navbar.collapsed {
  justify-content: center;
}
.cid-spF7uso4Um .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spF7uso4Um .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spF7uso4Um .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spF7uso4Um .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spF7uso4Um .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spF7uso4Um .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-spF7uso4Um .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spF7uso4Um .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spF7uso4Um .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spF7uso4Um .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spF7uso4Um .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spF7uso4Um .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spF7uso4Um .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spF7uso4Um .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-spF7uso4Um .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spF7uso4Um .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spF7uso4Um .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spF7uso4Um .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spF7uso4Um .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spF7uso4Um .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spF7uso4Um .navbar.navbar-short {
  min-height: 60px;
}
.cid-spF7uso4Um .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spF7uso4Um .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spF7uso4Um .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spF7uso4Um .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spF7uso4Um .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spF7uso4Um .dropdown-item.active,
.cid-spF7uso4Um .dropdown-item:active {
  background-color: transparent;
}
.cid-spF7uso4Um .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spF7uso4Um .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spF7uso4Um .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spF7uso4Um .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spF7uso4Um .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spF7uso4Um .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spF7uso4Um ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spF7uso4Um .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spF7uso4Um button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spF7uso4Um button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-spF7uso4Um button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spF7uso4Um button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spF7uso4Um button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spF7uso4Um button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spF7uso4Um nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spF7uso4Um nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spF7uso4Um nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spF7uso4Um nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spF7uso4Um .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spF7uso4Um a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spF7uso4Um .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spF7uso4Um .navbar {
    height: 70px;
  }
  .cid-spF7uso4Um .navbar.opened {
    height: auto;
  }
  .cid-spF7uso4Um .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spF7ut3nvp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/06-product-tit-4-1920x719.jpg");
}
.cid-spF7ut3nvp .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-spF7ut3nvp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spF7ut3nvp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spF7ut3nvp .text-wrapper {
    padding: 2rem;
  }
}
.cid-sq5xNHyB7E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5xNHyB7E img,
.cid-sq5xNHyB7E .item-img {
  width: 100%;
}
.cid-sq5xNHyB7E .item:focus,
.cid-sq5xNHyB7E span:focus {
  outline: none;
}
.cid-sq5xNHyB7E .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sq5xNHyB7E .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sq5xNHyB7E .item {
  padding: 0;
  margin: 0;
}
.cid-sq5xNHyB7E .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sq5xNHyB7E .item-wrapper .item-content {
    padding: 0rem 0rem 0;
  }
  .cid-sq5xNHyB7E .item-wrapper .item-footer {
    padding: 0 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-sq5xNHyB7E .item-wrapper .item-content {
    padding: 0rem 0rem 0;
  }
  .cid-sq5xNHyB7E .item-wrapper .item-footer {
    padding: 0 0rem 0rem;
  }
}
.cid-sq5xNHyB7E .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sq5xNHyB7E .mbr-section-title {
  color: #0068b5;
}
.cid-sq5xNHyB7E .mbr-text,
.cid-sq5xNHyB7E .mbr-section-btn {
  text-align: center;
}
.cid-sq5xNHyB7E .item-title {
  text-align: center;
}
.cid-sq5xNHyB7E .item-subtitle {
  text-align: center;
}
.cid-spFcvbP1Bm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spFcvbP1Bm .mbr-section-subtitle {
  color: #0068b5;
}
.cid-ssyFVK2ijH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssyFVK2ijH .mbr-section-title,
.cid-ssyFVK2ijH .mbr-section-subtitle {
  text-align: center;
}
.cid-ssyFVK2ijH .cost {
  word-break: normal;
}
.cid-ssyFVK2ijH .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
}
.cid-ssyFVK2ijH .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-ssyFVK2ijH .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ssyFVK2ijH .card-wrapper {
    padding: 1rem;
  }
}
.cid-ssyFVK2ijH .card-title {
  color: #0068b5;
}
.cid-spF7uAghfc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-spF7uAghfc .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-spF7uAghfc .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-spF7uAghfc .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-spF7uAghfc .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-spF7uAghfc div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-spF7uAghfc .copyright {
  color: #fafafa;
}
.cid-spF7uAghfc .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyObqjdKW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyObqjdKW .mbr-section-title {
  color: #ffffff;
}
.cid-sRyObqjdKW .mbr-text,
.cid-sRyObqjdKW .mbr-section-btn {
  color: #353535;
}
.cid-spF49OvLZa {
  z-index: 1000;
  width: 100%;
}
.cid-spF49OvLZa nav.navbar {
  position: fixed;
}
.cid-spF49OvLZa .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-spF49OvLZa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spF49OvLZa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spF49OvLZa .dropdown-item:hover,
.cid-spF49OvLZa .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-spF49OvLZa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spF49OvLZa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spF49OvLZa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spF49OvLZa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spF49OvLZa .nav-link {
  position: relative;
}
.cid-spF49OvLZa .container {
  display: flex;
  margin: auto;
}
.cid-spF49OvLZa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spF49OvLZa .dropdown-menu,
.cid-spF49OvLZa .navbar.opened {
  background: #ffffff !important;
}
.cid-spF49OvLZa .nav-item:focus,
.cid-spF49OvLZa .nav-link:focus {
  outline: none;
}
.cid-spF49OvLZa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spF49OvLZa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spF49OvLZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spF49OvLZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spF49OvLZa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spF49OvLZa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spF49OvLZa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-spF49OvLZa .navbar.opened {
  transition: all 0.3s;
}
.cid-spF49OvLZa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spF49OvLZa .navbar .navbar-logo img {
  width: auto;
}
.cid-spF49OvLZa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spF49OvLZa .navbar.collapsed {
  justify-content: center;
}
.cid-spF49OvLZa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spF49OvLZa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spF49OvLZa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spF49OvLZa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spF49OvLZa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spF49OvLZa .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-spF49OvLZa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spF49OvLZa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spF49OvLZa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spF49OvLZa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spF49OvLZa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spF49OvLZa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spF49OvLZa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spF49OvLZa .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-spF49OvLZa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spF49OvLZa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spF49OvLZa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spF49OvLZa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spF49OvLZa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spF49OvLZa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spF49OvLZa .navbar.navbar-short {
  min-height: 60px;
}
.cid-spF49OvLZa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spF49OvLZa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spF49OvLZa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spF49OvLZa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spF49OvLZa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spF49OvLZa .dropdown-item.active,
.cid-spF49OvLZa .dropdown-item:active {
  background-color: transparent;
}
.cid-spF49OvLZa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spF49OvLZa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spF49OvLZa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spF49OvLZa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spF49OvLZa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spF49OvLZa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spF49OvLZa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spF49OvLZa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spF49OvLZa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spF49OvLZa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-spF49OvLZa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spF49OvLZa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spF49OvLZa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spF49OvLZa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spF49OvLZa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spF49OvLZa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spF49OvLZa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spF49OvLZa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spF49OvLZa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spF49OvLZa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spF49OvLZa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spF49OvLZa .navbar {
    height: 70px;
  }
  .cid-spF49OvLZa .navbar.opened {
    height: auto;
  }
  .cid-spF49OvLZa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spF49PymaH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/06-product-tit-4-1920x719.jpg");
}
.cid-spF49PymaH .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-spF49PymaH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spF49PymaH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spF49PymaH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sq5xA3AuIt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5xA3AuIt img,
.cid-sq5xA3AuIt .item-img {
  width: 100%;
}
.cid-sq5xA3AuIt .item:focus,
.cid-sq5xA3AuIt span:focus {
  outline: none;
}
.cid-sq5xA3AuIt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sq5xA3AuIt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sq5xA3AuIt .item {
  padding: 0;
  margin: 0;
}
.cid-sq5xA3AuIt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sq5xA3AuIt .item-wrapper .item-content {
    padding: 0rem 0rem 0;
  }
  .cid-sq5xA3AuIt .item-wrapper .item-footer {
    padding: 0 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-sq5xA3AuIt .item-wrapper .item-content {
    padding: 0rem 0rem 0;
  }
  .cid-sq5xA3AuIt .item-wrapper .item-footer {
    padding: 0 0rem 0rem;
  }
}
.cid-sq5xA3AuIt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sq5xA3AuIt .mbr-section-title {
  color: #0068b5;
}
.cid-sq5xA3AuIt .mbr-text,
.cid-sq5xA3AuIt .mbr-section-btn {
  text-align: center;
}
.cid-sq5xA3AuIt .item-title {
  text-align: center;
}
.cid-sq5xA3AuIt .item-subtitle {
  text-align: center;
}
.cid-spFcnVQzKm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spFcnVQzKm .mbr-section-subtitle {
  color: #0068b5;
}
.cid-ssyDDuUT77 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssyDDuUT77 .mbr-section-title,
.cid-ssyDDuUT77 .mbr-section-subtitle {
  text-align: center;
}
.cid-ssyDDuUT77 .cost {
  word-break: normal;
}
.cid-ssyDDuUT77 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
}
.cid-ssyDDuUT77 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-ssyDDuUT77 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ssyDDuUT77 .card-wrapper {
    padding: 1rem;
  }
}
.cid-ssyDDuUT77 .card-title {
  color: #0068b5;
}
.cid-spF49YE5nr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-spF49YE5nr .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-spF49YE5nr .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-spF49YE5nr .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-spF49YE5nr .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-spF49YE5nr div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-spF49YE5nr .copyright {
  color: #fafafa;
}
.cid-spF49YE5nr .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyO9y9GvU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyO9y9GvU .mbr-section-title {
  color: #ffffff;
}
.cid-sRyO9y9GvU .mbr-text,
.cid-sRyO9y9GvU .mbr-section-btn {
  color: #353535;
}
.cid-spF9B0MubI {
  z-index: 1000;
  width: 100%;
}
.cid-spF9B0MubI nav.navbar {
  position: fixed;
}
.cid-spF9B0MubI .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-spF9B0MubI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spF9B0MubI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spF9B0MubI .dropdown-item:hover,
.cid-spF9B0MubI .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-spF9B0MubI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spF9B0MubI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spF9B0MubI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spF9B0MubI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spF9B0MubI .nav-link {
  position: relative;
}
.cid-spF9B0MubI .container {
  display: flex;
  margin: auto;
}
.cid-spF9B0MubI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spF9B0MubI .dropdown-menu,
.cid-spF9B0MubI .navbar.opened {
  background: #ffffff !important;
}
.cid-spF9B0MubI .nav-item:focus,
.cid-spF9B0MubI .nav-link:focus {
  outline: none;
}
.cid-spF9B0MubI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spF9B0MubI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spF9B0MubI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spF9B0MubI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spF9B0MubI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spF9B0MubI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spF9B0MubI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-spF9B0MubI .navbar.opened {
  transition: all 0.3s;
}
.cid-spF9B0MubI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spF9B0MubI .navbar .navbar-logo img {
  width: auto;
}
.cid-spF9B0MubI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spF9B0MubI .navbar.collapsed {
  justify-content: center;
}
.cid-spF9B0MubI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spF9B0MubI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spF9B0MubI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spF9B0MubI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spF9B0MubI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spF9B0MubI .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-spF9B0MubI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spF9B0MubI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spF9B0MubI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spF9B0MubI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spF9B0MubI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spF9B0MubI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spF9B0MubI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spF9B0MubI .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-spF9B0MubI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spF9B0MubI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spF9B0MubI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spF9B0MubI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spF9B0MubI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spF9B0MubI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spF9B0MubI .navbar.navbar-short {
  min-height: 60px;
}
.cid-spF9B0MubI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spF9B0MubI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spF9B0MubI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spF9B0MubI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spF9B0MubI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spF9B0MubI .dropdown-item.active,
.cid-spF9B0MubI .dropdown-item:active {
  background-color: transparent;
}
.cid-spF9B0MubI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spF9B0MubI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spF9B0MubI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spF9B0MubI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spF9B0MubI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spF9B0MubI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spF9B0MubI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spF9B0MubI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spF9B0MubI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spF9B0MubI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-spF9B0MubI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spF9B0MubI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spF9B0MubI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spF9B0MubI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spF9B0MubI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spF9B0MubI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spF9B0MubI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spF9B0MubI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spF9B0MubI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spF9B0MubI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spF9B0MubI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spF9B0MubI .navbar {
    height: 70px;
  }
  .cid-spF9B0MubI .navbar.opened {
    height: auto;
  }
  .cid-spF9B0MubI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spF9B1wM8H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/06-product-tit-4-1920x719.jpg");
}
.cid-spF9B1wM8H .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-spF9B1wM8H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spF9B1wM8H img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spF9B1wM8H .text-wrapper {
    padding: 2rem;
  }
}
.cid-sq5xWNzHzf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5xWNzHzf img,
.cid-sq5xWNzHzf .item-img {
  width: 100%;
}
.cid-sq5xWNzHzf .item:focus,
.cid-sq5xWNzHzf span:focus {
  outline: none;
}
.cid-sq5xWNzHzf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sq5xWNzHzf .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sq5xWNzHzf .item {
  padding: 0;
  margin: 0;
}
.cid-sq5xWNzHzf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sq5xWNzHzf .item-wrapper .item-content {
    padding: 0rem 0rem 0;
  }
  .cid-sq5xWNzHzf .item-wrapper .item-footer {
    padding: 0 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-sq5xWNzHzf .item-wrapper .item-content {
    padding: 0rem 0rem 0;
  }
  .cid-sq5xWNzHzf .item-wrapper .item-footer {
    padding: 0 0rem 0rem;
  }
}
.cid-sq5xWNzHzf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sq5xWNzHzf .mbr-section-title {
  color: #0068b5;
}
.cid-sq5xWNzHzf .mbr-text,
.cid-sq5xWNzHzf .mbr-section-btn {
  text-align: center;
}
.cid-sq5xWNzHzf .item-title {
  text-align: center;
}
.cid-sq5xWNzHzf .item-subtitle {
  text-align: center;
}
.cid-spFcBO8l6T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spFcBO8l6T .mbr-section-subtitle {
  color: #0068b5;
}
.cid-ssyNeXSdqH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssyNeXSdqH .mbr-section-title,
.cid-ssyNeXSdqH .mbr-section-subtitle {
  text-align: center;
}
.cid-ssyNeXSdqH .cost {
  word-break: normal;
}
.cid-ssyNeXSdqH .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
}
.cid-ssyNeXSdqH .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-ssyNeXSdqH .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ssyNeXSdqH .card-wrapper {
    padding: 1rem;
  }
}
.cid-ssyNeXSdqH .card-title {
  color: #0068b5;
}
.cid-spF9B96gtW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-spF9B96gtW .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-spF9B96gtW .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-spF9B96gtW .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-spF9B96gtW .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-spF9B96gtW div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-spF9B96gtW .copyright {
  color: #fafafa;
}
.cid-spF9B96gtW .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyOcOQ19B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyOcOQ19B .mbr-section-title {
  color: #ffffff;
}
.cid-sRyOcOQ19B .mbr-text,
.cid-sRyOcOQ19B .mbr-section-btn {
  color: #353535;
}
.cid-sqG2oP9I3x {
  z-index: 1000;
  width: 100%;
}
.cid-sqG2oP9I3x nav.navbar {
  position: fixed;
}
.cid-sqG2oP9I3x .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-sqG2oP9I3x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqG2oP9I3x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqG2oP9I3x .dropdown-item:hover,
.cid-sqG2oP9I3x .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-sqG2oP9I3x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqG2oP9I3x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqG2oP9I3x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqG2oP9I3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqG2oP9I3x .nav-link {
  position: relative;
}
.cid-sqG2oP9I3x .container {
  display: flex;
  margin: auto;
}
.cid-sqG2oP9I3x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqG2oP9I3x .dropdown-menu,
.cid-sqG2oP9I3x .navbar.opened {
  background: #ffffff !important;
}
.cid-sqG2oP9I3x .nav-item:focus,
.cid-sqG2oP9I3x .nav-link:focus {
  outline: none;
}
.cid-sqG2oP9I3x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqG2oP9I3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqG2oP9I3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqG2oP9I3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqG2oP9I3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqG2oP9I3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqG2oP9I3x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sqG2oP9I3x .navbar.opened {
  transition: all 0.3s;
}
.cid-sqG2oP9I3x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqG2oP9I3x .navbar .navbar-logo img {
  width: auto;
}
.cid-sqG2oP9I3x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqG2oP9I3x .navbar.collapsed {
  justify-content: center;
}
.cid-sqG2oP9I3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqG2oP9I3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqG2oP9I3x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sqG2oP9I3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqG2oP9I3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqG2oP9I3x .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-sqG2oP9I3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqG2oP9I3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqG2oP9I3x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqG2oP9I3x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqG2oP9I3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqG2oP9I3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqG2oP9I3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqG2oP9I3x .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-sqG2oP9I3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqG2oP9I3x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqG2oP9I3x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqG2oP9I3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqG2oP9I3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqG2oP9I3x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqG2oP9I3x .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqG2oP9I3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqG2oP9I3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqG2oP9I3x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqG2oP9I3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqG2oP9I3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqG2oP9I3x .dropdown-item.active,
.cid-sqG2oP9I3x .dropdown-item:active {
  background-color: transparent;
}
.cid-sqG2oP9I3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqG2oP9I3x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqG2oP9I3x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqG2oP9I3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqG2oP9I3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqG2oP9I3x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqG2oP9I3x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqG2oP9I3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqG2oP9I3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqG2oP9I3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-sqG2oP9I3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqG2oP9I3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqG2oP9I3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqG2oP9I3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqG2oP9I3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqG2oP9I3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqG2oP9I3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqG2oP9I3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqG2oP9I3x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqG2oP9I3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqG2oP9I3x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqG2oP9I3x .navbar {
    height: 70px;
  }
  .cid-sqG2oP9I3x .navbar.opened {
    height: auto;
  }
  .cid-sqG2oP9I3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqG2oPG15P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/01history-tit-3-1920x719.jpg");
}
.cid-sqG2oPG15P .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sqG2oPG15P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqG2oPG15P img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sqG2oPG15P .text-wrapper {
    padding: 2rem;
  }
}
.cid-sqG2oQ3OA1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-sqG2oQ3OA1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sqG2oQ3OA1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sqG2oQ3OA1 .mbr-text {
    text-align: center;
  }
}
.cid-sqG2oQ3OA1 H1 {
  color: #22a5e5;
  text-align: right;
}
.cid-sqG2oQ3OA1 .mbr-text,
.cid-sqG2oQ3OA1 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-sqG2oQ3OA1 H3 {
  color: #0068b5;
}
.cid-sqG2oQoOw3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sqG2oQoOw3 .timeline-element {
  position: relative;
}
.cid-sqG2oQoOw3 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqG2oQoOw3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqG2oQoOw3 .mbr-section-title,
.cid-sqG2oQoOw3 .mbr-section-subtitle,
.cid-sqG2oQoOw3 .timeline-date {
  text-align: center;
}
.cid-sqG2oQoOw3 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #0068b5;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-sqG2oQoOw3 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-sqG2oQoOw3 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-sqG2oQoOw3 .row:after {
  content: "";
  position: absolute;
  background-color: #0068b5;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-sqG2oQoOw3 .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-sqG2oQoOw3 .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sqG2oQoOw3 .timeline-date-wrapper,
  .cid-sqG2oQoOw3 .timeline-text-wrapper,
  .cid-sqG2oQoOw3 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-sqG2oQoOw3 .mbr-timeline-date {
    text-align: center !important;
  }
  .cid-sqG2oQoOw3 .mbr-timeline-title {
    text-align: center;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sqG2oQoOw3 .timeline-date-wrapper,
  .cid-sqG2oQoOw3 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sqG2oQoOw3 .timeline-text-wrapper,
  .cid-sqG2oQoOw3 .image-wrapper {
    padding: 0rem;
    padding-left: 1rem;
    padding-right: 10rem;
    padding-top: 0.7rem;
  }
  .cid-sqG2oQoOw3 .timeline-date-wrapper,
  .cid-sqG2oQoOw3 .image-wrapper {
    padding: 0rem;
    padding-left: 10rem;
    padding-right: 1rem;
    padding-top: 0.7rem;
  }
}
.cid-sqG2oQoOw3 .mbr-section-title {
  color: #0068b5;
}
.cid-sqG2oQoOw3 .mbr-timeline-date {
  color: #0068b5;
}
.cid-sqG2oQoOw3 .mbr-timeline-title {
  color: #0068b5;
  text-align: left;
}
.cid-sqG2oQoOw3 .mbr-text {
  color: #353535;
}
.cid-sqG2oRAkws {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sqG2oRAkws .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sqG2oRAkws .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-sqG2oRAkws .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-sqG2oRAkws .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-sqG2oRAkws div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-sqG2oRAkws .copyright {
  color: #fafafa;
}
.cid-sqG2oRAkws .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyNrcTstK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyNrcTstK .mbr-section-title {
  color: #ffffff;
}
.cid-sRyNrcTstK .mbr-text,
.cid-sRyNrcTstK .mbr-section-btn {
  color: #353535;
}
.cid-ssY1XLc9yU {
  z-index: 1000;
  width: 100%;
}
.cid-ssY1XLc9yU nav.navbar {
  position: fixed;
}
.cid-ssY1XLc9yU .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-ssY1XLc9yU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssY1XLc9yU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssY1XLc9yU .dropdown-item:hover,
.cid-ssY1XLc9yU .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-ssY1XLc9yU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssY1XLc9yU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssY1XLc9yU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssY1XLc9yU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssY1XLc9yU .nav-link {
  position: relative;
}
.cid-ssY1XLc9yU .container {
  display: flex;
  margin: auto;
}
.cid-ssY1XLc9yU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssY1XLc9yU .dropdown-menu,
.cid-ssY1XLc9yU .navbar.opened {
  background: #ffffff !important;
}
.cid-ssY1XLc9yU .nav-item:focus,
.cid-ssY1XLc9yU .nav-link:focus {
  outline: none;
}
.cid-ssY1XLc9yU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssY1XLc9yU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssY1XLc9yU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssY1XLc9yU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssY1XLc9yU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssY1XLc9yU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssY1XLc9yU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ssY1XLc9yU .navbar.opened {
  transition: all 0.3s;
}
.cid-ssY1XLc9yU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssY1XLc9yU .navbar .navbar-logo img {
  width: auto;
}
.cid-ssY1XLc9yU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssY1XLc9yU .navbar.collapsed {
  justify-content: center;
}
.cid-ssY1XLc9yU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssY1XLc9yU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssY1XLc9yU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ssY1XLc9yU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssY1XLc9yU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssY1XLc9yU .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-ssY1XLc9yU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssY1XLc9yU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssY1XLc9yU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssY1XLc9yU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssY1XLc9yU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssY1XLc9yU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssY1XLc9yU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssY1XLc9yU .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-ssY1XLc9yU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssY1XLc9yU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssY1XLc9yU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssY1XLc9yU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssY1XLc9yU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssY1XLc9yU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssY1XLc9yU .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssY1XLc9yU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssY1XLc9yU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssY1XLc9yU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssY1XLc9yU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssY1XLc9yU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssY1XLc9yU .dropdown-item.active,
.cid-ssY1XLc9yU .dropdown-item:active {
  background-color: transparent;
}
.cid-ssY1XLc9yU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssY1XLc9yU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssY1XLc9yU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssY1XLc9yU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssY1XLc9yU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssY1XLc9yU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssY1XLc9yU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssY1XLc9yU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssY1XLc9yU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssY1XLc9yU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-ssY1XLc9yU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssY1XLc9yU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssY1XLc9yU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssY1XLc9yU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssY1XLc9yU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssY1XLc9yU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssY1XLc9yU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssY1XLc9yU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssY1XLc9yU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssY1XLc9yU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssY1XLc9yU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssY1XLc9yU .navbar {
    height: 70px;
  }
  .cid-ssY1XLc9yU .navbar.opened {
    height: auto;
  }
  .cid-ssY1XLc9yU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssY1XLH0aU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/01history-tit-3-1920x719.jpg");
}
.cid-ssY1XLH0aU .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ssY1XLH0aU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ssY1XLH0aU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ssY1XLH0aU .text-wrapper {
    padding: 2rem;
  }
}
.cid-ssY1XM6mqd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-ssY1XM6mqd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ssY1XM6mqd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ssY1XM6mqd .mbr-text {
    text-align: center;
  }
}
.cid-ssY1XM6mqd H1 {
  color: #22a5e5;
  text-align: right;
}
.cid-ssY1XM6mqd .mbr-text,
.cid-ssY1XM6mqd .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-ssY1XM6mqd H3 {
  color: #0068b5;
}
.cid-ssY1XMqWea {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssY1XMqWea .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ssY1XMqWea .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ssY1XMqWea .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0068b5;
}
.cid-ssY1XMqWea .panel-body,
.cid-ssY1XMqWea .card-header {
  padding: 1rem 0;
}
.cid-ssY1XMqWea .panel-title-edit {
  color: #0068b5;
}
.cid-ssY1XMZfOG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-ssY1XMZfOG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ssY1XMZfOG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ssY1XMZfOG .mbr-text {
    text-align: center;
  }
}
.cid-ssY1XMZfOG H1 {
  color: #6592e6;
  text-align: right;
}
.cid-ssY1XMZfOG .mbr-text,
.cid-ssY1XMZfOG .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-ssY1XMZfOG H3 {
  color: #0068b5;
}
.cid-ssY1XNkWhf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-ssY1XNkWhf .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-ssY1XNkWhf .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-ssY1XNkWhf .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-ssY1XNkWhf .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-ssY1XNkWhf div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-ssY1XNkWhf .copyright {
  color: #fafafa;
}
.cid-ssY1XNkWhf .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyNUOFNFJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyNUOFNFJ .mbr-section-title {
  color: #ffffff;
}
.cid-sRyNUOFNFJ .mbr-text,
.cid-sRyNUOFNFJ .mbr-section-btn {
  color: #353535;
}
.cid-swASkGTmRQ {
  z-index: 1000;
  width: 100%;
}
.cid-swASkGTmRQ nav.navbar {
  position: fixed;
}
.cid-swASkGTmRQ .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-swASkGTmRQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swASkGTmRQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swASkGTmRQ .dropdown-item:hover,
.cid-swASkGTmRQ .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-swASkGTmRQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swASkGTmRQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swASkGTmRQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swASkGTmRQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swASkGTmRQ .nav-link {
  position: relative;
}
.cid-swASkGTmRQ .container {
  display: flex;
  margin: auto;
}
.cid-swASkGTmRQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swASkGTmRQ .dropdown-menu,
.cid-swASkGTmRQ .navbar.opened {
  background: #ffffff !important;
}
.cid-swASkGTmRQ .nav-item:focus,
.cid-swASkGTmRQ .nav-link:focus {
  outline: none;
}
.cid-swASkGTmRQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swASkGTmRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swASkGTmRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swASkGTmRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swASkGTmRQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swASkGTmRQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swASkGTmRQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-swASkGTmRQ .navbar.opened {
  transition: all 0.3s;
}
.cid-swASkGTmRQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swASkGTmRQ .navbar .navbar-logo img {
  width: auto;
}
.cid-swASkGTmRQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swASkGTmRQ .navbar.collapsed {
  justify-content: center;
}
.cid-swASkGTmRQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swASkGTmRQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swASkGTmRQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swASkGTmRQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swASkGTmRQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swASkGTmRQ .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-swASkGTmRQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swASkGTmRQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swASkGTmRQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swASkGTmRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swASkGTmRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swASkGTmRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swASkGTmRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swASkGTmRQ .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-swASkGTmRQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swASkGTmRQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swASkGTmRQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swASkGTmRQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swASkGTmRQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swASkGTmRQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swASkGTmRQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-swASkGTmRQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swASkGTmRQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swASkGTmRQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swASkGTmRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swASkGTmRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swASkGTmRQ .dropdown-item.active,
.cid-swASkGTmRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-swASkGTmRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swASkGTmRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swASkGTmRQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swASkGTmRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-swASkGTmRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swASkGTmRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swASkGTmRQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swASkGTmRQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swASkGTmRQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swASkGTmRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-swASkGTmRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swASkGTmRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swASkGTmRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swASkGTmRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swASkGTmRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swASkGTmRQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swASkGTmRQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swASkGTmRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swASkGTmRQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swASkGTmRQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swASkGTmRQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swASkGTmRQ .navbar {
    height: 70px;
  }
  .cid-swASkGTmRQ .navbar.opened {
    height: auto;
  }
  .cid-swASkGTmRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swASkHwE5x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/01history-tit-3-1920x719.jpg");
}
.cid-swASkHwE5x .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-swASkHwE5x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-swASkHwE5x img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-swASkHwE5x .text-wrapper {
    padding: 2rem;
  }
}
.cid-swASkI5tDf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-swASkI5tDf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swASkI5tDf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-swASkI5tDf .mbr-text {
    text-align: center;
  }
}
.cid-swASkI5tDf H1 {
  color: #22a5e5;
  text-align: right;
}
.cid-swASkI5tDf .mbr-text,
.cid-swASkI5tDf .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-swASkI5tDf H3 {
  color: #0068b5;
}
.cid-swAUcWEIG4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-swAUcWEIG4 .mbr-text {
  color: #353535;
}
.cid-swASkJAx3x {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-swASkJAx3x .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-swASkJAx3x .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-swASkJAx3x .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-swASkJAx3x .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-swASkJAx3x div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-swASkJAx3x .copyright {
  color: #fafafa;
}
.cid-swASkJAx3x .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyNWFLVit {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyNWFLVit .mbr-section-title {
  color: #ffffff;
}
.cid-sRyNWFLVit .mbr-text,
.cid-sRyNWFLVit .mbr-section-btn {
  color: #353535;
}
.cid-syGJf0NWPU {
  z-index: 1000;
  width: 100%;
}
.cid-syGJf0NWPU nav.navbar {
  position: fixed;
}
.cid-syGJf0NWPU .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-syGJf0NWPU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-syGJf0NWPU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-syGJf0NWPU .dropdown-item:hover,
.cid-syGJf0NWPU .dropdown-item:focus {
  background: #0068b5 !important;
  color: white !important;
}
.cid-syGJf0NWPU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-syGJf0NWPU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-syGJf0NWPU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-syGJf0NWPU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syGJf0NWPU .nav-link {
  position: relative;
}
.cid-syGJf0NWPU .container {
  display: flex;
  margin: auto;
}
.cid-syGJf0NWPU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syGJf0NWPU .dropdown-menu,
.cid-syGJf0NWPU .navbar.opened {
  background: #ffffff !important;
}
.cid-syGJf0NWPU .nav-item:focus,
.cid-syGJf0NWPU .nav-link:focus {
  outline: none;
}
.cid-syGJf0NWPU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syGJf0NWPU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syGJf0NWPU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-syGJf0NWPU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syGJf0NWPU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syGJf0NWPU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syGJf0NWPU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-syGJf0NWPU .navbar.opened {
  transition: all 0.3s;
}
.cid-syGJf0NWPU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-syGJf0NWPU .navbar .navbar-logo img {
  width: auto;
}
.cid-syGJf0NWPU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syGJf0NWPU .navbar.collapsed {
  justify-content: center;
}
.cid-syGJf0NWPU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syGJf0NWPU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syGJf0NWPU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-syGJf0NWPU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syGJf0NWPU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syGJf0NWPU .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-syGJf0NWPU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syGJf0NWPU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-syGJf0NWPU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syGJf0NWPU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syGJf0NWPU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syGJf0NWPU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syGJf0NWPU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syGJf0NWPU .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-syGJf0NWPU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syGJf0NWPU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syGJf0NWPU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syGJf0NWPU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-syGJf0NWPU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syGJf0NWPU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syGJf0NWPU .navbar.navbar-short {
  min-height: 60px;
}
.cid-syGJf0NWPU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-syGJf0NWPU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-syGJf0NWPU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syGJf0NWPU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syGJf0NWPU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syGJf0NWPU .dropdown-item.active,
.cid-syGJf0NWPU .dropdown-item:active {
  background-color: transparent;
}
.cid-syGJf0NWPU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syGJf0NWPU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syGJf0NWPU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syGJf0NWPU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syGJf0NWPU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syGJf0NWPU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syGJf0NWPU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syGJf0NWPU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syGJf0NWPU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-syGJf0NWPU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0068b5;
}
.cid-syGJf0NWPU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syGJf0NWPU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syGJf0NWPU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syGJf0NWPU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syGJf0NWPU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syGJf0NWPU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syGJf0NWPU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syGJf0NWPU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syGJf0NWPU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-syGJf0NWPU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syGJf0NWPU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syGJf0NWPU .navbar {
    height: 70px;
  }
  .cid-syGJf0NWPU .navbar.opened {
    height: auto;
  }
  .cid-syGJf0NWPU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syGJf1l6Dl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/01history-tit-3-1920x719.jpg");
}
.cid-syGJf1l6Dl .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-syGJf1l6Dl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-syGJf1l6Dl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-syGJf1l6Dl .text-wrapper {
    padding: 2rem;
  }
}
.cid-syGKfFlKXx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-syGKfFlKXx .mbr-section-title {
  color: #ffffff;
}
.cid-syGJf3gvvt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-syGJf3gvvt .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 500px) {
  .cid-syGJf3gvvt .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 500px) {
  .cid-syGJf3gvvt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 500px) {
  .cid-syGJf3gvvt .row {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .cid-syGJf3gvvt div > *:last-child {
    margin-top: 2 !important;
  }
}
.cid-syGJf3gvvt .copyright {
  color: #fafafa;
}
.cid-syGJf3gvvt .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sRyOoOMoCS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sRyOoOMoCS .mbr-section-title {
  color: #ffffff;
}
.cid-sRyOoOMoCS .mbr-text,
.cid-sRyOoOMoCS .mbr-section-btn {
  color: #353535;
}
