.btn {
  border-width: 2px;
}
body {
  font-family: 'Be Vietnam Pro', sans-serif;
}
.display-1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 5.9rem;
  line-height: 1.17;
}
.display-1 > .mbr-iconfont {
  font-size: 7.375rem;
}
.display-2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 3.75rem;
  line-height: 1.31;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.875rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.13rem;
    font-size: calc( 2.715rem + (5.9 - 2.715) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.17 * (2.715rem + (5.9 - 2.715) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.31 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.0875rem + (1.25 - 1.0875) * ((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: #1d1d1f !important;
}
.bg-success {
  background-color: #ff7a41 !important;
}
.bg-info {
  background-color: #0c8c1a !important;
}
.bg-warning {
  background-color: #a1a0a0 !important;
}
.bg-danger {
  background-color: #ec2016 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d1d1f !important;
  border-color: #1d1d1f !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0066ff !important;
  border-color: #0066ff !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: #0043a8 !important;
  border-color: #0043a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0043a8 !important;
  border-color: #0043a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0c8c1a !important;
  border-color: #0c8c1a !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: #053c0b !important;
  border-color: #053c0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #053c0b !important;
  border-color: #053c0b !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a1a0a0 !important;
  border-color: #a1a0a0 !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: #767575 !important;
  border-color: #767575 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #767575 !important;
  border-color: #767575 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec2016 !important;
  border-color: #ec2016 !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: #9e140d !important;
  border-color: #9e140d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !important;
}
.btn-white,
.btn-white: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-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.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-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #1d1d1f;
  color: #1d1d1f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1f !important;
  border-color: #1d1d1f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0066ff;
  color: #0066ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0043a8 !important;
  background-color: transparent!important;
  border-color: #0043a8 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0066ff !important;
  border-color: #0066ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0c8c1a;
  color: #0c8c1a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #053c0b !important;
  background-color: transparent!important;
  border-color: #053c0b !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0c8c1a !important;
  border-color: #0c8c1a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff7a41;
  color: #ff7a41;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e94600 !important;
  background-color: transparent!important;
  border-color: #e94600 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a1a0a0;
  color: #a1a0a0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #767575 !important;
  background-color: transparent!important;
  border-color: #767575 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a1a0a0 !important;
  border-color: #a1a0a0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ec2016;
  color: #ec2016;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9e140d !important;
  background-color: transparent!important;
  border-color: #9e140d !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #1d1d1f !important;
}
.text-secondary {
  color: #0066ff !important;
}
.text-success {
  color: #ff7a41 !important;
}
.text-info {
  color: #0c8c1a !important;
}
.text-warning {
  color: #a1a0a0 !important;
}
.text-danger {
  color: #ec2016 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #010d4c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #003d99 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #da4100 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #042e09 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6e6d6d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #90120c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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]):not(.navbar-caption):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: #1d1d1f;
}
.nav-tabs .nav-link:not(.active) {
  color: #02274a;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0c8c1a;
}
.alert-warning {
  background-color: #a1a0a0;
}
.alert-danger {
  background-color: #ec2016;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d1d1f;
  border-color: #1d1d1f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1d1d1f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfcfd2;
}
.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: #2bed40;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e0e0e0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbd5d3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #1d1d1f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #1d1d1f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d1d1f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d1d1f;
}
.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: #1d1d1f;
  border-bottom-color: #1d1d1f;
}
.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: #1d1d1f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0066ff !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='%231d1d1f' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}
.container .row {
  margin-left: -12px;
  margin-right: -12px;
}
.container .row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.btn {
  min-height: 48px;
  padding: 8px 40px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
  position: relative;
}
.btn::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover {
  background-color: #0066ff !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover::before,
.mbr-section-btn .btn-secondary:hover::before,
.mbr-section-btn .btn-info:hover::before,
.mbr-section-btn .btn-success:hover::before,
.mbr-section-btn .btn-warning:hover::before,
.mbr-section-btn .btn-danger:hover::before,
.mbr-section-btn .btn-white:hover::before,
.mbr-section-btn .btn-black:hover::before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-sXT21XmgXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXT21XmgXk nav.navbar {
  position: fixed;
}
.cid-sXT21XmgXk .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-sXT21XmgXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXT21XmgXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXT21XmgXk .dropdown-item:hover,
.cid-sXT21XmgXk .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-sXT21XmgXk .dropdown-item:hover span {
  color: white;
}
.cid-sXT21XmgXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXT21XmgXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXT21XmgXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXT21XmgXk .nav-link {
  position: relative;
}
.cid-sXT21XmgXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXT21XmgXk .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown-menu,
.cid-sXT21XmgXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item:focus,
.cid-sXT21XmgXk .nav-link:focus {
  outline: none;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXT21XmgXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXT21XmgXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXT21XmgXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXT21XmgXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXT21XmgXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXT21XmgXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXT21XmgXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXT21XmgXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXT21XmgXk .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-sXT21XmgXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXT21XmgXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXT21XmgXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXT21XmgXk .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-sXT21XmgXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXT21XmgXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXT21XmgXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXT21XmgXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXT21XmgXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXT21XmgXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXT21XmgXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXT21XmgXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXT21XmgXk .dropdown-item.active,
.cid-sXT21XmgXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXT21XmgXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXT21XmgXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXT21XmgXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXT21XmgXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXT21XmgXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXT21XmgXk .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-sXT21XmgXk .navbar {
    height: 70px;
  }
  .cid-sXT21XmgXk .navbar.opened {
    height: auto;
  }
  .cid-sXT21XmgXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXT21XmgXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXT21XmgXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXT21XmgXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXT21XmgXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXT21XmgXk .tel-menu {
    display: none;
  }
}
.cid-sXT21XmgXk .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXT21XmgXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXT21XmgXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXT21XmgXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXT21XmgXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXT21XmgXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWgrhdpqUc {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWgrhdpqUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWgrhdpqUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWgrhdpqUc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWgrhdpqUc .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWgrhdpqUc .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWgrhdpqUc .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWgrhdpqUc .container {
    padding: 0 12px;
  }
}
.cid-tWgrhdpqUc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWgrhdpqUc .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWgrhdpqUc .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWgrhdpqUc .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWgrhdpqUc .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWgrhdpqUc .mbr-text {
  color: #a1a0a0;
  text-align: center;
}
.cid-tWgrhdpqUc .mbr-section-title,
.cid-tWgrhdpqUc .mbr-section-btn {
  text-align: center;
  color: #a1a0a0;
}
.cid-tWgrhdpqUc .mbr-text P {
  text-align: center;
}
.cid-tM3GaINc3F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tM3GaINc3F .col-main {
    flex-direction: column;
  }
}
.cid-tM3GaINc3F .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tM3GaINc3F .border-item {
    order: 1;
  }
}
.cid-tM3GaINc3F .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tM3GaINc3F .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tM3GaINc3F .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tM3GaINc3F .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tM3GaINc3F .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tM3GaINc3F .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tM3GaINc3F .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tM3GaINc3F .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWPEySnjOR {
  z-index: 1000;
  width: 100%;
}
.cid-tWPEySnjOR nav.navbar {
  position: fixed;
}
.cid-tWPEySnjOR .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-tWPEySnjOR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWPEySnjOR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWPEySnjOR .dropdown-item:hover,
.cid-tWPEySnjOR .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWPEySnjOR .dropdown-item:hover span {
  color: white;
}
.cid-tWPEySnjOR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWPEySnjOR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWPEySnjOR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWPEySnjOR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPEySnjOR .nav-link {
  position: relative;
}
.cid-tWPEySnjOR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWPEySnjOR .container {
    flex-wrap: nowrap;
  }
}
.cid-tWPEySnjOR .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPEySnjOR .dropdown-menu,
.cid-tWPEySnjOR .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPEySnjOR .nav-item:focus,
.cid-tWPEySnjOR .nav-link:focus {
  outline: none;
}
.cid-tWPEySnjOR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPEySnjOR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPEySnjOR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPEySnjOR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPEySnjOR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWPEySnjOR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPEySnjOR .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWPEySnjOR .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPEySnjOR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPEySnjOR .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPEySnjOR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPEySnjOR .navbar.collapsed {
  justify-content: center;
}
.cid-tWPEySnjOR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPEySnjOR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPEySnjOR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWPEySnjOR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPEySnjOR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWPEySnjOR .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-tWPEySnjOR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPEySnjOR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPEySnjOR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPEySnjOR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPEySnjOR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPEySnjOR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPEySnjOR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWPEySnjOR .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-tWPEySnjOR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPEySnjOR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPEySnjOR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPEySnjOR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPEySnjOR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPEySnjOR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPEySnjOR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPEySnjOR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPEySnjOR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPEySnjOR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPEySnjOR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPEySnjOR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPEySnjOR .dropdown-item.active,
.cid-tWPEySnjOR .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPEySnjOR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPEySnjOR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPEySnjOR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPEySnjOR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPEySnjOR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPEySnjOR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPEySnjOR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPEySnjOR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPEySnjOR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWPEySnjOR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPEySnjOR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPEySnjOR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPEySnjOR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPEySnjOR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPEySnjOR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPEySnjOR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPEySnjOR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPEySnjOR .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWPEySnjOR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPEySnjOR .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-tWPEySnjOR .navbar {
    height: 70px;
  }
  .cid-tWPEySnjOR .navbar.opened {
    height: auto;
  }
  .cid-tWPEySnjOR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPEySnjOR .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWPEySnjOR .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWPEySnjOR .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWPEySnjOR .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWPEySnjOR .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPEySnjOR .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWPEySnjOR .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWPEySnjOR .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWPEySnjOR .nav-item .nav-link {
  position: relative !important;
}
.cid-tWPEySnjOR .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWPEySnjOR .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWPEySnjOR .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWPEySnjOR .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWPEySnjOR .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWPEySnjOR .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPEySnjOR .tel-menu {
    display: none;
  }
}
.cid-tWPEySnjOR .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWPEySnjOR .mbr-text {
    text-align: center !important;
  }
}
.cid-tWPEySnjOR .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWPEySnjOR .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWPEySnjOR .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWPEySnjOR .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWPEySnjOR .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWPEySnjOR .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWPEySnjOR .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWPSZOkXbi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWPSZOkXbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPSZOkXbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPSZOkXbi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWPSZOkXbi .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWPSZOkXbi .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWPSZOkXbi .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWPSZOkXbi .container {
    padding: 0 12px;
  }
}
.cid-tWPSZOkXbi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWPSZOkXbi .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWPSZOkXbi .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWPSZOkXbi .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWPSZOkXbi .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWPSZOkXbi .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWPSZOkXbi .mbr-section-title,
.cid-tWPSZOkXbi .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWPEyTNw1b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWPEyTNw1b .col-main {
    flex-direction: column;
  }
}
.cid-tWPEyTNw1b .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWPEyTNw1b .border-item {
    order: 1;
  }
}
.cid-tWPEyTNw1b .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPEyTNw1b .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWPEyTNw1b .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPEyTNw1b .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWPEyTNw1b .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWPEyTNw1b .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWPEyTNw1b .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWPEyTNw1b .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWPFmYa38p {
  z-index: 1000;
  width: 100%;
}
.cid-tWPFmYa38p nav.navbar {
  position: fixed;
}
.cid-tWPFmYa38p .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-tWPFmYa38p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWPFmYa38p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWPFmYa38p .dropdown-item:hover,
.cid-tWPFmYa38p .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWPFmYa38p .dropdown-item:hover span {
  color: white;
}
.cid-tWPFmYa38p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWPFmYa38p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWPFmYa38p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWPFmYa38p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPFmYa38p .nav-link {
  position: relative;
}
.cid-tWPFmYa38p .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWPFmYa38p .container {
    flex-wrap: nowrap;
  }
}
.cid-tWPFmYa38p .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPFmYa38p .dropdown-menu,
.cid-tWPFmYa38p .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPFmYa38p .nav-item:focus,
.cid-tWPFmYa38p .nav-link:focus {
  outline: none;
}
.cid-tWPFmYa38p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPFmYa38p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPFmYa38p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPFmYa38p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPFmYa38p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWPFmYa38p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPFmYa38p .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWPFmYa38p .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPFmYa38p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPFmYa38p .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPFmYa38p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPFmYa38p .navbar.collapsed {
  justify-content: center;
}
.cid-tWPFmYa38p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPFmYa38p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPFmYa38p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWPFmYa38p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPFmYa38p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWPFmYa38p .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-tWPFmYa38p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPFmYa38p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPFmYa38p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPFmYa38p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPFmYa38p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPFmYa38p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPFmYa38p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWPFmYa38p .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-tWPFmYa38p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPFmYa38p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPFmYa38p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPFmYa38p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPFmYa38p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPFmYa38p .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPFmYa38p .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPFmYa38p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPFmYa38p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPFmYa38p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPFmYa38p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPFmYa38p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPFmYa38p .dropdown-item.active,
.cid-tWPFmYa38p .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPFmYa38p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPFmYa38p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPFmYa38p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPFmYa38p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPFmYa38p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPFmYa38p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPFmYa38p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPFmYa38p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPFmYa38p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWPFmYa38p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPFmYa38p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPFmYa38p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPFmYa38p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPFmYa38p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPFmYa38p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPFmYa38p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPFmYa38p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPFmYa38p .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWPFmYa38p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPFmYa38p .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-tWPFmYa38p .navbar {
    height: 70px;
  }
  .cid-tWPFmYa38p .navbar.opened {
    height: auto;
  }
  .cid-tWPFmYa38p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPFmYa38p .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWPFmYa38p .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWPFmYa38p .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWPFmYa38p .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWPFmYa38p .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPFmYa38p .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWPFmYa38p .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWPFmYa38p .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWPFmYa38p .nav-item .nav-link {
  position: relative !important;
}
.cid-tWPFmYa38p .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWPFmYa38p .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWPFmYa38p .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWPFmYa38p .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWPFmYa38p .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWPFmYa38p .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPFmYa38p .tel-menu {
    display: none;
  }
}
.cid-tWPFmYa38p .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWPFmYa38p .mbr-text {
    text-align: center !important;
  }
}
.cid-tWPFmYa38p .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWPFmYa38p .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWPFmYa38p .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWPFmYa38p .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWPFmYa38p .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWPFmYa38p .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWPFmYa38p .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWPWuuEH0A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWPWuuEH0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPWuuEH0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPWuuEH0A .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWPWuuEH0A .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWPWuuEH0A .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWPWuuEH0A .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWPWuuEH0A .container {
    padding: 0 12px;
  }
}
.cid-tWPWuuEH0A .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWPWuuEH0A .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWPWuuEH0A .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWPWuuEH0A .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWPWuuEH0A .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWPWuuEH0A .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWPWuuEH0A .mbr-section-title,
.cid-tWPWuuEH0A .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWPFmYXAPf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWPFmYXAPf .col-main {
    flex-direction: column;
  }
}
.cid-tWPFmYXAPf .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWPFmYXAPf .border-item {
    order: 1;
  }
}
.cid-tWPFmYXAPf .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPFmYXAPf .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWPFmYXAPf .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPFmYXAPf .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWPFmYXAPf .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWPFmYXAPf .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWPFmYXAPf .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWPFmYXAPf .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWPFM5KvQo {
  z-index: 1000;
  width: 100%;
}
.cid-tWPFM5KvQo nav.navbar {
  position: fixed;
}
.cid-tWPFM5KvQo .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-tWPFM5KvQo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWPFM5KvQo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWPFM5KvQo .dropdown-item:hover,
.cid-tWPFM5KvQo .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWPFM5KvQo .dropdown-item:hover span {
  color: white;
}
.cid-tWPFM5KvQo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWPFM5KvQo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWPFM5KvQo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWPFM5KvQo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPFM5KvQo .nav-link {
  position: relative;
}
.cid-tWPFM5KvQo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWPFM5KvQo .container {
    flex-wrap: nowrap;
  }
}
.cid-tWPFM5KvQo .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPFM5KvQo .dropdown-menu,
.cid-tWPFM5KvQo .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPFM5KvQo .nav-item:focus,
.cid-tWPFM5KvQo .nav-link:focus {
  outline: none;
}
.cid-tWPFM5KvQo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPFM5KvQo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPFM5KvQo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPFM5KvQo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPFM5KvQo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWPFM5KvQo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPFM5KvQo .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWPFM5KvQo .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPFM5KvQo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPFM5KvQo .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPFM5KvQo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPFM5KvQo .navbar.collapsed {
  justify-content: center;
}
.cid-tWPFM5KvQo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPFM5KvQo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPFM5KvQo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWPFM5KvQo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPFM5KvQo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWPFM5KvQo .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-tWPFM5KvQo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPFM5KvQo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPFM5KvQo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPFM5KvQo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPFM5KvQo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPFM5KvQo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPFM5KvQo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWPFM5KvQo .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-tWPFM5KvQo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPFM5KvQo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPFM5KvQo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPFM5KvQo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPFM5KvQo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPFM5KvQo .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPFM5KvQo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPFM5KvQo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPFM5KvQo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPFM5KvQo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPFM5KvQo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPFM5KvQo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPFM5KvQo .dropdown-item.active,
.cid-tWPFM5KvQo .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPFM5KvQo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPFM5KvQo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPFM5KvQo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPFM5KvQo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPFM5KvQo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPFM5KvQo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPFM5KvQo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPFM5KvQo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPFM5KvQo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWPFM5KvQo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPFM5KvQo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPFM5KvQo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPFM5KvQo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPFM5KvQo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPFM5KvQo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPFM5KvQo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPFM5KvQo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPFM5KvQo .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWPFM5KvQo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPFM5KvQo .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-tWPFM5KvQo .navbar {
    height: 70px;
  }
  .cid-tWPFM5KvQo .navbar.opened {
    height: auto;
  }
  .cid-tWPFM5KvQo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPFM5KvQo .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWPFM5KvQo .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWPFM5KvQo .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWPFM5KvQo .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWPFM5KvQo .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPFM5KvQo .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWPFM5KvQo .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWPFM5KvQo .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWPFM5KvQo .nav-item .nav-link {
  position: relative !important;
}
.cid-tWPFM5KvQo .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWPFM5KvQo .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWPFM5KvQo .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWPFM5KvQo .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWPFM5KvQo .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWPFM5KvQo .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPFM5KvQo .tel-menu {
    display: none;
  }
}
.cid-tWPFM5KvQo .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWPFM5KvQo .mbr-text {
    text-align: center !important;
  }
}
.cid-tWPFM5KvQo .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWPFM5KvQo .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWPFM5KvQo .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWPFM5KvQo .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWPFM5KvQo .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWPFM5KvQo .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWPFM5KvQo .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWPZRMmS2P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWPZRMmS2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPZRMmS2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPZRMmS2P .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWPZRMmS2P .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWPZRMmS2P .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWPZRMmS2P .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWPZRMmS2P .container {
    padding: 0 12px;
  }
}
.cid-tWPZRMmS2P .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWPZRMmS2P .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWPZRMmS2P .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWPZRMmS2P .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWPZRMmS2P .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWPZRMmS2P .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWPZRMmS2P .mbr-section-title,
.cid-tWPZRMmS2P .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWQ0FT8P2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWQ0FT8P2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ0FT8P2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQ0FT8P2o .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWQ0FT8P2o .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQ0FT8P2o .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWQ0FT8P2o .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQ0FT8P2o .container {
    padding: 0 12px;
  }
}
.cid-tWQ0FT8P2o .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWQ0FT8P2o .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWQ0FT8P2o .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWQ0FT8P2o .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWQ0FT8P2o .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWQ0FT8P2o .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWQ0FT8P2o .mbr-section-title,
.cid-tWQ0FT8P2o .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWPFM6DNLN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWPFM6DNLN .col-main {
    flex-direction: column;
  }
}
.cid-tWPFM6DNLN .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWPFM6DNLN .border-item {
    order: 1;
  }
}
.cid-tWPFM6DNLN .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPFM6DNLN .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWPFM6DNLN .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPFM6DNLN .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWPFM6DNLN .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWPFM6DNLN .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWPFM6DNLN .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWPFM6DNLN .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWPGyJC0ll {
  z-index: 1000;
  width: 100%;
}
.cid-tWPGyJC0ll nav.navbar {
  position: fixed;
}
.cid-tWPGyJC0ll .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-tWPGyJC0ll .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWPGyJC0ll .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWPGyJC0ll .dropdown-item:hover,
.cid-tWPGyJC0ll .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWPGyJC0ll .dropdown-item:hover span {
  color: white;
}
.cid-tWPGyJC0ll .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWPGyJC0ll .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWPGyJC0ll .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWPGyJC0ll .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPGyJC0ll .nav-link {
  position: relative;
}
.cid-tWPGyJC0ll .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWPGyJC0ll .container {
    flex-wrap: nowrap;
  }
}
.cid-tWPGyJC0ll .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPGyJC0ll .dropdown-menu,
.cid-tWPGyJC0ll .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPGyJC0ll .nav-item:focus,
.cid-tWPGyJC0ll .nav-link:focus {
  outline: none;
}
.cid-tWPGyJC0ll .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPGyJC0ll .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPGyJC0ll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPGyJC0ll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPGyJC0ll .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWPGyJC0ll .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPGyJC0ll .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWPGyJC0ll .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPGyJC0ll .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPGyJC0ll .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPGyJC0ll .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPGyJC0ll .navbar.collapsed {
  justify-content: center;
}
.cid-tWPGyJC0ll .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPGyJC0ll .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPGyJC0ll .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWPGyJC0ll .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPGyJC0ll .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWPGyJC0ll .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-tWPGyJC0ll .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPGyJC0ll .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPGyJC0ll .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPGyJC0ll .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPGyJC0ll .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPGyJC0ll .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPGyJC0ll .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWPGyJC0ll .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-tWPGyJC0ll .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPGyJC0ll .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPGyJC0ll .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPGyJC0ll .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPGyJC0ll .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPGyJC0ll .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPGyJC0ll .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPGyJC0ll .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPGyJC0ll .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPGyJC0ll .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPGyJC0ll .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPGyJC0ll .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPGyJC0ll .dropdown-item.active,
.cid-tWPGyJC0ll .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPGyJC0ll .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPGyJC0ll .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPGyJC0ll .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPGyJC0ll .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPGyJC0ll .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPGyJC0ll .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPGyJC0ll ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPGyJC0ll button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPGyJC0ll button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWPGyJC0ll button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPGyJC0ll button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPGyJC0ll button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPGyJC0ll button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPGyJC0ll nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPGyJC0ll nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPGyJC0ll nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPGyJC0ll nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPGyJC0ll .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWPGyJC0ll a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPGyJC0ll .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-tWPGyJC0ll .navbar {
    height: 70px;
  }
  .cid-tWPGyJC0ll .navbar.opened {
    height: auto;
  }
  .cid-tWPGyJC0ll .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPGyJC0ll .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWPGyJC0ll .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWPGyJC0ll .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWPGyJC0ll .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWPGyJC0ll .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPGyJC0ll .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWPGyJC0ll .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWPGyJC0ll .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWPGyJC0ll .nav-item .nav-link {
  position: relative !important;
}
.cid-tWPGyJC0ll .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWPGyJC0ll .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWPGyJC0ll .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWPGyJC0ll .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWPGyJC0ll .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWPGyJC0ll .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPGyJC0ll .tel-menu {
    display: none;
  }
}
.cid-tWPGyJC0ll .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWPGyJC0ll .mbr-text {
    text-align: center !important;
  }
}
.cid-tWPGyJC0ll .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWPGyJC0ll .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWPGyJC0ll .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWPGyJC0ll .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWPGyJC0ll .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWPGyJC0ll .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWPGyJC0ll .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWQ5gom8fb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWQ5gom8fb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ5gom8fb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQ5gom8fb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWQ5gom8fb .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQ5gom8fb .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWQ5gom8fb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQ5gom8fb .container {
    padding: 0 12px;
  }
}
.cid-tWQ5gom8fb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWQ5gom8fb .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWQ5gom8fb .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWQ5gom8fb .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWQ5gom8fb .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWQ5gom8fb .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWQ5gom8fb .mbr-section-title,
.cid-tWQ5gom8fb .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWPGyKp3nc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWPGyKp3nc .col-main {
    flex-direction: column;
  }
}
.cid-tWPGyKp3nc .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWPGyKp3nc .border-item {
    order: 1;
  }
}
.cid-tWPGyKp3nc .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPGyKp3nc .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWPGyKp3nc .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPGyKp3nc .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWPGyKp3nc .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWPGyKp3nc .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWPGyKp3nc .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWPGyKp3nc .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWPIYnuZh2 {
  z-index: 1000;
  width: 100%;
}
.cid-tWPIYnuZh2 nav.navbar {
  position: fixed;
}
.cid-tWPIYnuZh2 .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-tWPIYnuZh2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWPIYnuZh2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWPIYnuZh2 .dropdown-item:hover,
.cid-tWPIYnuZh2 .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWPIYnuZh2 .dropdown-item:hover span {
  color: white;
}
.cid-tWPIYnuZh2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWPIYnuZh2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWPIYnuZh2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWPIYnuZh2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPIYnuZh2 .nav-link {
  position: relative;
}
.cid-tWPIYnuZh2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWPIYnuZh2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tWPIYnuZh2 .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPIYnuZh2 .dropdown-menu,
.cid-tWPIYnuZh2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPIYnuZh2 .nav-item:focus,
.cid-tWPIYnuZh2 .nav-link:focus {
  outline: none;
}
.cid-tWPIYnuZh2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPIYnuZh2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPIYnuZh2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPIYnuZh2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPIYnuZh2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWPIYnuZh2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPIYnuZh2 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWPIYnuZh2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPIYnuZh2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPIYnuZh2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPIYnuZh2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPIYnuZh2 .navbar.collapsed {
  justify-content: center;
}
.cid-tWPIYnuZh2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPIYnuZh2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPIYnuZh2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWPIYnuZh2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPIYnuZh2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWPIYnuZh2 .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-tWPIYnuZh2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPIYnuZh2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPIYnuZh2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPIYnuZh2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPIYnuZh2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPIYnuZh2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPIYnuZh2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWPIYnuZh2 .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-tWPIYnuZh2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPIYnuZh2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPIYnuZh2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPIYnuZh2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPIYnuZh2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPIYnuZh2 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPIYnuZh2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPIYnuZh2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPIYnuZh2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPIYnuZh2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPIYnuZh2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPIYnuZh2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPIYnuZh2 .dropdown-item.active,
.cid-tWPIYnuZh2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPIYnuZh2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPIYnuZh2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPIYnuZh2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPIYnuZh2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPIYnuZh2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPIYnuZh2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPIYnuZh2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPIYnuZh2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPIYnuZh2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWPIYnuZh2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPIYnuZh2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPIYnuZh2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPIYnuZh2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPIYnuZh2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPIYnuZh2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPIYnuZh2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPIYnuZh2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPIYnuZh2 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWPIYnuZh2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPIYnuZh2 .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-tWPIYnuZh2 .navbar {
    height: 70px;
  }
  .cid-tWPIYnuZh2 .navbar.opened {
    height: auto;
  }
  .cid-tWPIYnuZh2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPIYnuZh2 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWPIYnuZh2 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWPIYnuZh2 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWPIYnuZh2 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWPIYnuZh2 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPIYnuZh2 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWPIYnuZh2 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWPIYnuZh2 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWPIYnuZh2 .nav-item .nav-link {
  position: relative !important;
}
.cid-tWPIYnuZh2 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWPIYnuZh2 .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWPIYnuZh2 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWPIYnuZh2 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWPIYnuZh2 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWPIYnuZh2 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPIYnuZh2 .tel-menu {
    display: none;
  }
}
.cid-tWPIYnuZh2 .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWPIYnuZh2 .mbr-text {
    text-align: center !important;
  }
}
.cid-tWPIYnuZh2 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWPIYnuZh2 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWPIYnuZh2 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWPIYnuZh2 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWPIYnuZh2 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWPIYnuZh2 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWPIYnuZh2 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWQkgaUbCF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWQkgaUbCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQkgaUbCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQkgaUbCF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWQkgaUbCF .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQkgaUbCF .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWQkgaUbCF .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQkgaUbCF .container {
    padding: 0 12px;
  }
}
.cid-tWQkgaUbCF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWQkgaUbCF .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWQkgaUbCF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWQkgaUbCF .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWQkgaUbCF .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWQkgaUbCF .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWQkgaUbCF .mbr-section-title,
.cid-tWQkgaUbCF .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWPIYogn7Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWPIYogn7Y .col-main {
    flex-direction: column;
  }
}
.cid-tWPIYogn7Y .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWPIYogn7Y .border-item {
    order: 1;
  }
}
.cid-tWPIYogn7Y .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPIYogn7Y .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWPIYogn7Y .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPIYogn7Y .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWPIYogn7Y .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWPIYogn7Y .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWPIYogn7Y .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWPIYogn7Y .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWTVqQfzzq {
  z-index: 1000;
  width: 100%;
}
.cid-tWTVqQfzzq nav.navbar {
  position: fixed;
}
.cid-tWTVqQfzzq .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-tWTVqQfzzq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWTVqQfzzq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWTVqQfzzq .dropdown-item:hover,
.cid-tWTVqQfzzq .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWTVqQfzzq .dropdown-item:hover span {
  color: white;
}
.cid-tWTVqQfzzq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWTVqQfzzq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWTVqQfzzq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWTVqQfzzq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWTVqQfzzq .nav-link {
  position: relative;
}
.cid-tWTVqQfzzq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWTVqQfzzq .container {
    flex-wrap: nowrap;
  }
}
.cid-tWTVqQfzzq .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWTVqQfzzq .dropdown-menu,
.cid-tWTVqQfzzq .navbar.opened {
  background: #ffffff !important;
}
.cid-tWTVqQfzzq .nav-item:focus,
.cid-tWTVqQfzzq .nav-link:focus {
  outline: none;
}
.cid-tWTVqQfzzq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWTVqQfzzq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWTVqQfzzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWTVqQfzzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWTVqQfzzq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWTVqQfzzq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWTVqQfzzq .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWTVqQfzzq .navbar.opened {
  transition: all 0.3s;
}
.cid-tWTVqQfzzq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWTVqQfzzq .navbar .navbar-logo img {
  width: auto;
}
.cid-tWTVqQfzzq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWTVqQfzzq .navbar.collapsed {
  justify-content: center;
}
.cid-tWTVqQfzzq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWTVqQfzzq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWTVqQfzzq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWTVqQfzzq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWTVqQfzzq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWTVqQfzzq .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-tWTVqQfzzq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWTVqQfzzq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWTVqQfzzq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWTVqQfzzq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWTVqQfzzq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWTVqQfzzq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWTVqQfzzq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWTVqQfzzq .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-tWTVqQfzzq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWTVqQfzzq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWTVqQfzzq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWTVqQfzzq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWTVqQfzzq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWTVqQfzzq .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWTVqQfzzq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWTVqQfzzq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWTVqQfzzq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWTVqQfzzq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWTVqQfzzq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWTVqQfzzq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWTVqQfzzq .dropdown-item.active,
.cid-tWTVqQfzzq .dropdown-item:active {
  background-color: transparent;
}
.cid-tWTVqQfzzq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWTVqQfzzq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWTVqQfzzq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWTVqQfzzq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWTVqQfzzq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWTVqQfzzq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWTVqQfzzq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWTVqQfzzq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWTVqQfzzq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWTVqQfzzq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWTVqQfzzq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWTVqQfzzq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWTVqQfzzq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWTVqQfzzq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWTVqQfzzq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWTVqQfzzq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWTVqQfzzq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWTVqQfzzq .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWTVqQfzzq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWTVqQfzzq .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-tWTVqQfzzq .navbar {
    height: 70px;
  }
  .cid-tWTVqQfzzq .navbar.opened {
    height: auto;
  }
  .cid-tWTVqQfzzq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWTVqQfzzq .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWTVqQfzzq .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWTVqQfzzq .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWTVqQfzzq .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWTVqQfzzq .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWTVqQfzzq .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWTVqQfzzq .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWTVqQfzzq .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWTVqQfzzq .nav-item .nav-link {
  position: relative !important;
}
.cid-tWTVqQfzzq .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWTVqQfzzq .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWTVqQfzzq .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWTVqQfzzq .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWTVqQfzzq .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWTVqQfzzq .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWTVqQfzzq .tel-menu {
    display: none;
  }
}
.cid-tWTVqQfzzq .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWTVqQfzzq .mbr-text {
    text-align: center !important;
  }
}
.cid-tWTVqQfzzq .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWTVqQfzzq .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWTVqQfzzq .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWTVqQfzzq .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWTVqQfzzq .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWTVqQfzzq .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWTVqQfzzq .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWTW3RVljg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWTW3RVljg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWTW3RVljg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWTW3RVljg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWTW3RVljg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWTW3RVljg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWTW3RVljg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWTW3RVljg .container {
    padding: 0 12px;
  }
}
.cid-tWTW3RVljg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWTW3RVljg .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWTW3RVljg .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWTW3RVljg .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWTW3RVljg .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWTW3RVljg .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWTW3RVljg .mbr-section-title,
.cid-tWTW3RVljg .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWTVqSlB12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWTVqSlB12 .col-main {
    flex-direction: column;
  }
}
.cid-tWTVqSlB12 .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWTVqSlB12 .border-item {
    order: 1;
  }
}
.cid-tWTVqSlB12 .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWTVqSlB12 .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWTVqSlB12 .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWTVqSlB12 .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWTVqSlB12 .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWTVqSlB12 .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWTVqSlB12 .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWTVqSlB12 .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tXdawZTRN0 {
  z-index: 1000;
  width: 100%;
}
.cid-tXdawZTRN0 nav.navbar {
  position: fixed;
}
.cid-tXdawZTRN0 .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-tXdawZTRN0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXdawZTRN0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXdawZTRN0 .dropdown-item:hover,
.cid-tXdawZTRN0 .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tXdawZTRN0 .dropdown-item:hover span {
  color: white;
}
.cid-tXdawZTRN0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXdawZTRN0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXdawZTRN0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXdawZTRN0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXdawZTRN0 .nav-link {
  position: relative;
}
.cid-tXdawZTRN0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXdawZTRN0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tXdawZTRN0 .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXdawZTRN0 .dropdown-menu,
.cid-tXdawZTRN0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tXdawZTRN0 .nav-item:focus,
.cid-tXdawZTRN0 .nav-link:focus {
  outline: none;
}
.cid-tXdawZTRN0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXdawZTRN0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXdawZTRN0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXdawZTRN0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXdawZTRN0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXdawZTRN0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXdawZTRN0 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tXdawZTRN0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXdawZTRN0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXdawZTRN0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXdawZTRN0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXdawZTRN0 .navbar.collapsed {
  justify-content: center;
}
.cid-tXdawZTRN0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXdawZTRN0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXdawZTRN0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tXdawZTRN0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXdawZTRN0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXdawZTRN0 .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-tXdawZTRN0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXdawZTRN0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXdawZTRN0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXdawZTRN0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXdawZTRN0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXdawZTRN0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXdawZTRN0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXdawZTRN0 .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-tXdawZTRN0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXdawZTRN0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXdawZTRN0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXdawZTRN0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXdawZTRN0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXdawZTRN0 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXdawZTRN0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXdawZTRN0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXdawZTRN0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXdawZTRN0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXdawZTRN0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXdawZTRN0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXdawZTRN0 .dropdown-item.active,
.cid-tXdawZTRN0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXdawZTRN0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXdawZTRN0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXdawZTRN0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXdawZTRN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXdawZTRN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXdawZTRN0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXdawZTRN0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXdawZTRN0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXdawZTRN0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXdawZTRN0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXdawZTRN0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXdawZTRN0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXdawZTRN0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXdawZTRN0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXdawZTRN0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXdawZTRN0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXdawZTRN0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXdawZTRN0 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tXdawZTRN0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXdawZTRN0 .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-tXdawZTRN0 .navbar {
    height: 70px;
  }
  .cid-tXdawZTRN0 .navbar.opened {
    height: auto;
  }
  .cid-tXdawZTRN0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXdawZTRN0 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tXdawZTRN0 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tXdawZTRN0 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tXdawZTRN0 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tXdawZTRN0 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tXdawZTRN0 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tXdawZTRN0 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tXdawZTRN0 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tXdawZTRN0 .nav-item .nav-link {
  position: relative !important;
}
.cid-tXdawZTRN0 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tXdawZTRN0 .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tXdawZTRN0 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tXdawZTRN0 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tXdawZTRN0 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tXdawZTRN0 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tXdawZTRN0 .tel-menu {
    display: none;
  }
}
.cid-tXdawZTRN0 .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tXdawZTRN0 .mbr-text {
    text-align: center !important;
  }
}
.cid-tXdawZTRN0 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tXdawZTRN0 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tXdawZTRN0 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tXdawZTRN0 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tXdawZTRN0 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tXdawZTRN0 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tXdawZTRN0 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tXdb6b8U1a {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXdb6b8U1a .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tXdb6b8U1a .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tXdb6b8U1a .item-content {
  border-top: 1px solid #efefef;
  margin-top: 2rem;
  padding: 0.25rem 2.25rem 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tXdb6b8U1a .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXdb6b8U1a .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-tXdb6b8U1a h5,
.cid-tXdb6b8U1a h4,
.cid-tXdb6b8U1a h6,
.cid-tXdb6b8U1a p,
.cid-tXdb6b8U1a li,
.cid-tXdb6b8U1a li:before {
  transition: all 0.3s;
}
.cid-tXdb6b8U1a .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXdb6b8U1a .item-wrapper:hover {
  background: #0c8c1a;
}
.cid-tXdb6b8U1a .item-wrapper:hover h5,
.cid-tXdb6b8U1a .item-wrapper:hover h4,
.cid-tXdb6b8U1a .item-wrapper:hover h6,
.cid-tXdb6b8U1a .item-wrapper:hover p,
.cid-tXdb6b8U1a .item-wrapper:hover li,
.cid-tXdb6b8U1a .item-wrapper:hover li:before {
  color: #ffffff;
}
.cid-tXdb6b8U1a .btn {
  width: -webkit-fill-available;
}
.cid-tXdb6b8U1a .item:focus,
.cid-tXdb6b8U1a span:focus {
  outline: none;
}
.cid-tXdb6b8U1a .mbr-section-btn {
  padding: 0 1rem;
  width: 100%;
}
.cid-tXdb6b8U1a .mbr-section-btn .btn {
  width: 100%;
}
.cid-tXdb6b8U1a .mbr-section-title {
  color: #0c8c1a;
}
.cid-tXdb6b8U1a .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXdb6b8U1a .mbr-text,
.cid-tXdb6b8U1a .mbr-section-btn {
  text-align: center;
}
.cid-tXdb6b8U1a .item-title {
  text-align: center;
  color: #000000;
}
.cid-tXdb6b8U1a .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tXdb6b8U1a .content-head {
  max-width: 800px;
}
.cid-tXdb6b8U1a .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-tXdb6b8U1a .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-tXdb6b8U1a .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d1d1f;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-tXdb6b8U1a .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tXdb6b8U1a .mbr-text UL {
  text-align: left;
}
.cid-tXdb6b8U1a .item-maintitle {
  text-align: center;
}
.cid-tXdb6b8U1a .mbr-text {
  color: #1d1d1f;
}
.cid-tXdcd4vdBM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXdcd4vdBM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tXdcd4vdBM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tXdcd4vdBM .item-content {
  border-top: 1px solid #efefef;
  margin-top: 2rem;
  padding: 0.25rem 2.25rem 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tXdcd4vdBM .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXdcd4vdBM .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-tXdcd4vdBM h5,
.cid-tXdcd4vdBM h4,
.cid-tXdcd4vdBM h6,
.cid-tXdcd4vdBM p,
.cid-tXdcd4vdBM li,
.cid-tXdcd4vdBM li:before {
  transition: all 0.3s;
}
.cid-tXdcd4vdBM .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXdcd4vdBM .item-wrapper:hover {
  background: #0c8c1a;
}
.cid-tXdcd4vdBM .item-wrapper:hover h5,
.cid-tXdcd4vdBM .item-wrapper:hover h4,
.cid-tXdcd4vdBM .item-wrapper:hover h6,
.cid-tXdcd4vdBM .item-wrapper:hover p,
.cid-tXdcd4vdBM .item-wrapper:hover li,
.cid-tXdcd4vdBM .item-wrapper:hover li:before {
  color: #ffffff;
}
.cid-tXdcd4vdBM .btn {
  width: -webkit-fill-available;
}
.cid-tXdcd4vdBM .item:focus,
.cid-tXdcd4vdBM span:focus {
  outline: none;
}
.cid-tXdcd4vdBM .mbr-section-btn {
  padding: 0 1rem;
  width: 100%;
}
.cid-tXdcd4vdBM .mbr-section-btn .btn {
  width: 100%;
}
.cid-tXdcd4vdBM .mbr-section-title {
  color: #000000;
}
.cid-tXdcd4vdBM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXdcd4vdBM .mbr-text,
.cid-tXdcd4vdBM .mbr-section-btn {
  text-align: center;
}
.cid-tXdcd4vdBM .item-title {
  text-align: center;
  color: #000000;
}
.cid-tXdcd4vdBM .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tXdcd4vdBM .content-head {
  max-width: 800px;
}
.cid-tXdcd4vdBM .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-tXdcd4vdBM .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-tXdcd4vdBM .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-tXdcd4vdBM .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tXdcd4vdBM .mbr-text UL {
  text-align: left;
}
.cid-tXdcd4vdBM .item-maintitle {
  text-align: center;
}
.cid-tXdcevuSfM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXdcevuSfM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tXdcevuSfM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tXdcevuSfM .item-content {
  border-top: 1px solid #efefef;
  margin-top: 2rem;
  padding: 0.25rem 2.25rem 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tXdcevuSfM .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXdcevuSfM .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-tXdcevuSfM h5,
.cid-tXdcevuSfM h4,
.cid-tXdcevuSfM h6,
.cid-tXdcevuSfM p,
.cid-tXdcevuSfM li,
.cid-tXdcevuSfM li:before {
  transition: all 0.3s;
}
.cid-tXdcevuSfM .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXdcevuSfM .item-wrapper:hover {
  background: #0c8c1a;
}
.cid-tXdcevuSfM .item-wrapper:hover h5,
.cid-tXdcevuSfM .item-wrapper:hover h4,
.cid-tXdcevuSfM .item-wrapper:hover h6,
.cid-tXdcevuSfM .item-wrapper:hover p,
.cid-tXdcevuSfM .item-wrapper:hover li,
.cid-tXdcevuSfM .item-wrapper:hover li:before {
  color: #ffffff;
}
.cid-tXdcevuSfM .btn {
  width: -webkit-fill-available;
}
.cid-tXdcevuSfM .item:focus,
.cid-tXdcevuSfM span:focus {
  outline: none;
}
.cid-tXdcevuSfM .mbr-section-btn {
  padding: 0 1rem;
  width: 100%;
}
.cid-tXdcevuSfM .mbr-section-btn .btn {
  width: 100%;
}
.cid-tXdcevuSfM .mbr-section-title {
  color: #000000;
}
.cid-tXdcevuSfM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXdcevuSfM .mbr-text,
.cid-tXdcevuSfM .mbr-section-btn {
  text-align: center;
}
.cid-tXdcevuSfM .item-title {
  text-align: center;
  color: #000000;
}
.cid-tXdcevuSfM .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tXdcevuSfM .content-head {
  max-width: 800px;
}
.cid-tXdcevuSfM .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-tXdcevuSfM .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-tXdcevuSfM .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-tXdcevuSfM .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tXdcevuSfM .mbr-text UL {
  text-align: left;
}
.cid-tXdcevuSfM .item-maintitle {
  text-align: center;
}
.cid-tXdeRO2Vfh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #0c8c1a;
}
.cid-tXdeRO2Vfh .container {
  max-width: 1312px;
}
.cid-tXdeRO2Vfh .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tXdeRO2Vfh .label-text {
  color: #ffffff;
  width: 100%;
}
.cid-tXdeRO2Vfh .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tXdeRO2Vfh .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tXdeRO2Vfh .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tXdeRO2Vfh .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-tXdeRO2Vfh .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-tXdeRO2Vfh .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #1d1d1f;
}
.cid-tXdeRO2Vfh .advantage-icon span {
  color: #ffffff;
}
.cid-tXdeRO2Vfh .advantage-text {
  color: #ffffff;
}
.cid-tXdeRO2Vfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXdeRO2Vfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXdax0PqE5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tXdax0PqE5 .col-main {
    flex-direction: column;
  }
}
.cid-tXdax0PqE5 .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tXdax0PqE5 .border-item {
    order: 1;
  }
}
.cid-tXdax0PqE5 .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tXdax0PqE5 .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tXdax0PqE5 .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tXdax0PqE5 .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tXdax0PqE5 .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tXdax0PqE5 .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tXdax0PqE5 .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tXdax0PqE5 .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWPGcCiPFn {
  z-index: 1000;
  width: 100%;
}
.cid-tWPGcCiPFn nav.navbar {
  position: fixed;
}
.cid-tWPGcCiPFn .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-tWPGcCiPFn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWPGcCiPFn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWPGcCiPFn .dropdown-item:hover,
.cid-tWPGcCiPFn .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWPGcCiPFn .dropdown-item:hover span {
  color: white;
}
.cid-tWPGcCiPFn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWPGcCiPFn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWPGcCiPFn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWPGcCiPFn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPGcCiPFn .nav-link {
  position: relative;
}
.cid-tWPGcCiPFn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWPGcCiPFn .container {
    flex-wrap: nowrap;
  }
}
.cid-tWPGcCiPFn .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPGcCiPFn .dropdown-menu,
.cid-tWPGcCiPFn .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPGcCiPFn .nav-item:focus,
.cid-tWPGcCiPFn .nav-link:focus {
  outline: none;
}
.cid-tWPGcCiPFn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPGcCiPFn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPGcCiPFn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPGcCiPFn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPGcCiPFn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWPGcCiPFn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPGcCiPFn .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWPGcCiPFn .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPGcCiPFn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPGcCiPFn .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPGcCiPFn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPGcCiPFn .navbar.collapsed {
  justify-content: center;
}
.cid-tWPGcCiPFn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPGcCiPFn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPGcCiPFn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWPGcCiPFn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPGcCiPFn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWPGcCiPFn .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-tWPGcCiPFn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPGcCiPFn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPGcCiPFn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPGcCiPFn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPGcCiPFn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPGcCiPFn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPGcCiPFn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWPGcCiPFn .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-tWPGcCiPFn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPGcCiPFn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPGcCiPFn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPGcCiPFn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPGcCiPFn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPGcCiPFn .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPGcCiPFn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPGcCiPFn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPGcCiPFn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPGcCiPFn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPGcCiPFn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPGcCiPFn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPGcCiPFn .dropdown-item.active,
.cid-tWPGcCiPFn .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPGcCiPFn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPGcCiPFn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPGcCiPFn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPGcCiPFn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPGcCiPFn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPGcCiPFn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPGcCiPFn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPGcCiPFn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPGcCiPFn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWPGcCiPFn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPGcCiPFn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPGcCiPFn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPGcCiPFn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPGcCiPFn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPGcCiPFn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPGcCiPFn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPGcCiPFn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPGcCiPFn .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWPGcCiPFn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPGcCiPFn .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-tWPGcCiPFn .navbar {
    height: 70px;
  }
  .cid-tWPGcCiPFn .navbar.opened {
    height: auto;
  }
  .cid-tWPGcCiPFn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPGcCiPFn .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWPGcCiPFn .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWPGcCiPFn .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWPGcCiPFn .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWPGcCiPFn .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPGcCiPFn .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWPGcCiPFn .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWPGcCiPFn .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWPGcCiPFn .nav-item .nav-link {
  position: relative !important;
}
.cid-tWPGcCiPFn .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWPGcCiPFn .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWPGcCiPFn .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWPGcCiPFn .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWPGcCiPFn .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWPGcCiPFn .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPGcCiPFn .tel-menu {
    display: none;
  }
}
.cid-tWPGcCiPFn .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWPGcCiPFn .mbr-text {
    text-align: center !important;
  }
}
.cid-tWPGcCiPFn .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWPGcCiPFn .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWPGcCiPFn .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWPGcCiPFn .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWPGcCiPFn .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWPGcCiPFn .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWPGcCiPFn .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWQ2P33V4i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWQ2P33V4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ2P33V4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQ2P33V4i .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWQ2P33V4i .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQ2P33V4i .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWQ2P33V4i .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQ2P33V4i .container {
    padding: 0 12px;
  }
}
.cid-tWQ2P33V4i .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWQ2P33V4i .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWQ2P33V4i .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWQ2P33V4i .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWQ2P33V4i .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWQ2P33V4i .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWQ2P33V4i .mbr-section-title,
.cid-tWQ2P33V4i .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWPGcD1hbs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWPGcD1hbs .col-main {
    flex-direction: column;
  }
}
.cid-tWPGcD1hbs .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWPGcD1hbs .border-item {
    order: 1;
  }
}
.cid-tWPGcD1hbs .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPGcD1hbs .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWPGcD1hbs .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPGcD1hbs .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWPGcD1hbs .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWPGcD1hbs .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWPGcD1hbs .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWPGcD1hbs .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWPH5n26Dw {
  z-index: 1000;
  width: 100%;
}
.cid-tWPH5n26Dw nav.navbar {
  position: fixed;
}
.cid-tWPH5n26Dw .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-tWPH5n26Dw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWPH5n26Dw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWPH5n26Dw .dropdown-item:hover,
.cid-tWPH5n26Dw .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWPH5n26Dw .dropdown-item:hover span {
  color: white;
}
.cid-tWPH5n26Dw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWPH5n26Dw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWPH5n26Dw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWPH5n26Dw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPH5n26Dw .nav-link {
  position: relative;
}
.cid-tWPH5n26Dw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWPH5n26Dw .container {
    flex-wrap: nowrap;
  }
}
.cid-tWPH5n26Dw .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPH5n26Dw .dropdown-menu,
.cid-tWPH5n26Dw .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPH5n26Dw .nav-item:focus,
.cid-tWPH5n26Dw .nav-link:focus {
  outline: none;
}
.cid-tWPH5n26Dw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPH5n26Dw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPH5n26Dw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPH5n26Dw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPH5n26Dw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWPH5n26Dw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPH5n26Dw .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWPH5n26Dw .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPH5n26Dw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPH5n26Dw .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPH5n26Dw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPH5n26Dw .navbar.collapsed {
  justify-content: center;
}
.cid-tWPH5n26Dw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPH5n26Dw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPH5n26Dw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWPH5n26Dw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPH5n26Dw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWPH5n26Dw .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-tWPH5n26Dw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPH5n26Dw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPH5n26Dw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPH5n26Dw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPH5n26Dw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPH5n26Dw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPH5n26Dw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWPH5n26Dw .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-tWPH5n26Dw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPH5n26Dw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPH5n26Dw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPH5n26Dw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPH5n26Dw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPH5n26Dw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPH5n26Dw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPH5n26Dw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPH5n26Dw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPH5n26Dw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPH5n26Dw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPH5n26Dw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPH5n26Dw .dropdown-item.active,
.cid-tWPH5n26Dw .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPH5n26Dw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPH5n26Dw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPH5n26Dw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPH5n26Dw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPH5n26Dw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPH5n26Dw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPH5n26Dw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPH5n26Dw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPH5n26Dw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWPH5n26Dw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPH5n26Dw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPH5n26Dw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPH5n26Dw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPH5n26Dw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPH5n26Dw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPH5n26Dw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPH5n26Dw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPH5n26Dw .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWPH5n26Dw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPH5n26Dw .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-tWPH5n26Dw .navbar {
    height: 70px;
  }
  .cid-tWPH5n26Dw .navbar.opened {
    height: auto;
  }
  .cid-tWPH5n26Dw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPH5n26Dw .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWPH5n26Dw .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWPH5n26Dw .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWPH5n26Dw .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWPH5n26Dw .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPH5n26Dw .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWPH5n26Dw .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWPH5n26Dw .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWPH5n26Dw .nav-item .nav-link {
  position: relative !important;
}
.cid-tWPH5n26Dw .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWPH5n26Dw .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWPH5n26Dw .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWPH5n26Dw .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWPH5n26Dw .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWPH5n26Dw .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPH5n26Dw .tel-menu {
    display: none;
  }
}
.cid-tWPH5n26Dw .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWPH5n26Dw .mbr-text {
    text-align: center !important;
  }
}
.cid-tWPH5n26Dw .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWPH5n26Dw .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWPH5n26Dw .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWPH5n26Dw .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWPH5n26Dw .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWPH5n26Dw .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWPH5n26Dw .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWQ66A6dIb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWQ66A6dIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ66A6dIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQ66A6dIb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWQ66A6dIb .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQ66A6dIb .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWQ66A6dIb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQ66A6dIb .container {
    padding: 0 12px;
  }
}
.cid-tWQ66A6dIb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWQ66A6dIb .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWQ66A6dIb .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWQ66A6dIb .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWQ66A6dIb .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWQ66A6dIb .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWQ66A6dIb .mbr-section-title,
.cid-tWQ66A6dIb .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWPH5nQJLx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWPH5nQJLx .col-main {
    flex-direction: column;
  }
}
.cid-tWPH5nQJLx .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWPH5nQJLx .border-item {
    order: 1;
  }
}
.cid-tWPH5nQJLx .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPH5nQJLx .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWPH5nQJLx .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPH5nQJLx .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWPH5nQJLx .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWPH5nQJLx .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWPH5nQJLx .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWPH5nQJLx .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWPHlbXCOQ {
  z-index: 1000;
  width: 100%;
}
.cid-tWPHlbXCOQ nav.navbar {
  position: fixed;
}
.cid-tWPHlbXCOQ .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-tWPHlbXCOQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWPHlbXCOQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWPHlbXCOQ .dropdown-item:hover,
.cid-tWPHlbXCOQ .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWPHlbXCOQ .dropdown-item:hover span {
  color: white;
}
.cid-tWPHlbXCOQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWPHlbXCOQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWPHlbXCOQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWPHlbXCOQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPHlbXCOQ .nav-link {
  position: relative;
}
.cid-tWPHlbXCOQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWPHlbXCOQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tWPHlbXCOQ .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPHlbXCOQ .dropdown-menu,
.cid-tWPHlbXCOQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPHlbXCOQ .nav-item:focus,
.cid-tWPHlbXCOQ .nav-link:focus {
  outline: none;
}
.cid-tWPHlbXCOQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPHlbXCOQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPHlbXCOQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPHlbXCOQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPHlbXCOQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWPHlbXCOQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPHlbXCOQ .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWPHlbXCOQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPHlbXCOQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPHlbXCOQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPHlbXCOQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPHlbXCOQ .navbar.collapsed {
  justify-content: center;
}
.cid-tWPHlbXCOQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPHlbXCOQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPHlbXCOQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWPHlbXCOQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPHlbXCOQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWPHlbXCOQ .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-tWPHlbXCOQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPHlbXCOQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPHlbXCOQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPHlbXCOQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPHlbXCOQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPHlbXCOQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPHlbXCOQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWPHlbXCOQ .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-tWPHlbXCOQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPHlbXCOQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPHlbXCOQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPHlbXCOQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPHlbXCOQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPHlbXCOQ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPHlbXCOQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPHlbXCOQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPHlbXCOQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPHlbXCOQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPHlbXCOQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPHlbXCOQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPHlbXCOQ .dropdown-item.active,
.cid-tWPHlbXCOQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPHlbXCOQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPHlbXCOQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPHlbXCOQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPHlbXCOQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPHlbXCOQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPHlbXCOQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPHlbXCOQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPHlbXCOQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPHlbXCOQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWPHlbXCOQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPHlbXCOQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPHlbXCOQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPHlbXCOQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPHlbXCOQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPHlbXCOQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPHlbXCOQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPHlbXCOQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPHlbXCOQ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWPHlbXCOQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPHlbXCOQ .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-tWPHlbXCOQ .navbar {
    height: 70px;
  }
  .cid-tWPHlbXCOQ .navbar.opened {
    height: auto;
  }
  .cid-tWPHlbXCOQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPHlbXCOQ .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWPHlbXCOQ .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWPHlbXCOQ .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWPHlbXCOQ .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWPHlbXCOQ .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPHlbXCOQ .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWPHlbXCOQ .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWPHlbXCOQ .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWPHlbXCOQ .nav-item .nav-link {
  position: relative !important;
}
.cid-tWPHlbXCOQ .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWPHlbXCOQ .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWPHlbXCOQ .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWPHlbXCOQ .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWPHlbXCOQ .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWPHlbXCOQ .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPHlbXCOQ .tel-menu {
    display: none;
  }
}
.cid-tWPHlbXCOQ .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWPHlbXCOQ .mbr-text {
    text-align: center !important;
  }
}
.cid-tWPHlbXCOQ .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWPHlbXCOQ .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWPHlbXCOQ .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWPHlbXCOQ .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWPHlbXCOQ .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWPHlbXCOQ .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWPHlbXCOQ .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWQcjQX8xo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWQcjQX8xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQcjQX8xo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQcjQX8xo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWQcjQX8xo .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQcjQX8xo .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWQcjQX8xo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQcjQX8xo .container {
    padding: 0 12px;
  }
}
.cid-tWQcjQX8xo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWQcjQX8xo .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWQcjQX8xo .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWQcjQX8xo .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWQcjQX8xo .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWQcjQX8xo .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWQcjQX8xo .mbr-section-title,
.cid-tWQcjQX8xo .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWPHlcHER7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWPHlcHER7 .col-main {
    flex-direction: column;
  }
}
.cid-tWPHlcHER7 .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWPHlcHER7 .border-item {
    order: 1;
  }
}
.cid-tWPHlcHER7 .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPHlcHER7 .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWPHlcHER7 .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPHlcHER7 .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWPHlcHER7 .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWPHlcHER7 .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWPHlcHER7 .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWPHlcHER7 .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWPHtGlV3j {
  z-index: 1000;
  width: 100%;
}
.cid-tWPHtGlV3j nav.navbar {
  position: fixed;
}
.cid-tWPHtGlV3j .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-tWPHtGlV3j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWPHtGlV3j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWPHtGlV3j .dropdown-item:hover,
.cid-tWPHtGlV3j .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWPHtGlV3j .dropdown-item:hover span {
  color: white;
}
.cid-tWPHtGlV3j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWPHtGlV3j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWPHtGlV3j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWPHtGlV3j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPHtGlV3j .nav-link {
  position: relative;
}
.cid-tWPHtGlV3j .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWPHtGlV3j .container {
    flex-wrap: nowrap;
  }
}
.cid-tWPHtGlV3j .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPHtGlV3j .dropdown-menu,
.cid-tWPHtGlV3j .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPHtGlV3j .nav-item:focus,
.cid-tWPHtGlV3j .nav-link:focus {
  outline: none;
}
.cid-tWPHtGlV3j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPHtGlV3j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPHtGlV3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPHtGlV3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPHtGlV3j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWPHtGlV3j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPHtGlV3j .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWPHtGlV3j .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPHtGlV3j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPHtGlV3j .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPHtGlV3j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPHtGlV3j .navbar.collapsed {
  justify-content: center;
}
.cid-tWPHtGlV3j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPHtGlV3j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPHtGlV3j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWPHtGlV3j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPHtGlV3j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWPHtGlV3j .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-tWPHtGlV3j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPHtGlV3j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPHtGlV3j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPHtGlV3j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPHtGlV3j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPHtGlV3j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPHtGlV3j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWPHtGlV3j .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-tWPHtGlV3j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPHtGlV3j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPHtGlV3j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPHtGlV3j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPHtGlV3j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPHtGlV3j .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPHtGlV3j .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPHtGlV3j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPHtGlV3j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPHtGlV3j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPHtGlV3j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPHtGlV3j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPHtGlV3j .dropdown-item.active,
.cid-tWPHtGlV3j .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPHtGlV3j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPHtGlV3j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPHtGlV3j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPHtGlV3j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPHtGlV3j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPHtGlV3j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPHtGlV3j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPHtGlV3j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPHtGlV3j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWPHtGlV3j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPHtGlV3j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPHtGlV3j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPHtGlV3j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPHtGlV3j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPHtGlV3j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPHtGlV3j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPHtGlV3j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPHtGlV3j .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWPHtGlV3j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPHtGlV3j .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-tWPHtGlV3j .navbar {
    height: 70px;
  }
  .cid-tWPHtGlV3j .navbar.opened {
    height: auto;
  }
  .cid-tWPHtGlV3j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPHtGlV3j .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWPHtGlV3j .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWPHtGlV3j .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWPHtGlV3j .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWPHtGlV3j .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPHtGlV3j .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWPHtGlV3j .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWPHtGlV3j .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWPHtGlV3j .nav-item .nav-link {
  position: relative !important;
}
.cid-tWPHtGlV3j .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWPHtGlV3j .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWPHtGlV3j .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWPHtGlV3j .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWPHtGlV3j .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWPHtGlV3j .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPHtGlV3j .tel-menu {
    display: none;
  }
}
.cid-tWPHtGlV3j .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWPHtGlV3j .mbr-text {
    text-align: center !important;
  }
}
.cid-tWPHtGlV3j .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWPHtGlV3j .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWPHtGlV3j .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWPHtGlV3j .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWPHtGlV3j .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWPHtGlV3j .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWPHtGlV3j .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWQepX0x3g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWQepX0x3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQepX0x3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQepX0x3g .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWQepX0x3g .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQepX0x3g .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWQepX0x3g .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQepX0x3g .container {
    padding: 0 12px;
  }
}
.cid-tWQepX0x3g .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWQepX0x3g .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWQepX0x3g .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWQepX0x3g .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWQepX0x3g .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWQepX0x3g .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWQepX0x3g .mbr-section-title,
.cid-tWQepX0x3g .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWPHtH7XKj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWPHtH7XKj .col-main {
    flex-direction: column;
  }
}
.cid-tWPHtH7XKj .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWPHtH7XKj .border-item {
    order: 1;
  }
}
.cid-tWPHtH7XKj .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPHtH7XKj .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWPHtH7XKj .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPHtH7XKj .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWPHtH7XKj .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWPHtH7XKj .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWPHtH7XKj .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWPHtH7XKj .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWPHAVohgj {
  z-index: 1000;
  width: 100%;
}
.cid-tWPHAVohgj nav.navbar {
  position: fixed;
}
.cid-tWPHAVohgj .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-tWPHAVohgj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWPHAVohgj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWPHAVohgj .dropdown-item:hover,
.cid-tWPHAVohgj .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWPHAVohgj .dropdown-item:hover span {
  color: white;
}
.cid-tWPHAVohgj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWPHAVohgj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWPHAVohgj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWPHAVohgj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPHAVohgj .nav-link {
  position: relative;
}
.cid-tWPHAVohgj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWPHAVohgj .container {
    flex-wrap: nowrap;
  }
}
.cid-tWPHAVohgj .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPHAVohgj .dropdown-menu,
.cid-tWPHAVohgj .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPHAVohgj .nav-item:focus,
.cid-tWPHAVohgj .nav-link:focus {
  outline: none;
}
.cid-tWPHAVohgj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPHAVohgj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPHAVohgj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPHAVohgj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPHAVohgj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWPHAVohgj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPHAVohgj .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWPHAVohgj .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPHAVohgj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPHAVohgj .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPHAVohgj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPHAVohgj .navbar.collapsed {
  justify-content: center;
}
.cid-tWPHAVohgj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPHAVohgj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPHAVohgj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWPHAVohgj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPHAVohgj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWPHAVohgj .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-tWPHAVohgj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPHAVohgj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPHAVohgj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPHAVohgj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPHAVohgj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPHAVohgj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPHAVohgj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWPHAVohgj .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-tWPHAVohgj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPHAVohgj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPHAVohgj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPHAVohgj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPHAVohgj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPHAVohgj .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPHAVohgj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPHAVohgj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPHAVohgj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPHAVohgj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPHAVohgj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPHAVohgj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPHAVohgj .dropdown-item.active,
.cid-tWPHAVohgj .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPHAVohgj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPHAVohgj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPHAVohgj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPHAVohgj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPHAVohgj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPHAVohgj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPHAVohgj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPHAVohgj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPHAVohgj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWPHAVohgj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPHAVohgj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPHAVohgj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPHAVohgj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPHAVohgj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPHAVohgj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPHAVohgj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPHAVohgj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPHAVohgj .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWPHAVohgj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPHAVohgj .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-tWPHAVohgj .navbar {
    height: 70px;
  }
  .cid-tWPHAVohgj .navbar.opened {
    height: auto;
  }
  .cid-tWPHAVohgj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPHAVohgj .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWPHAVohgj .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWPHAVohgj .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWPHAVohgj .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWPHAVohgj .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPHAVohgj .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWPHAVohgj .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWPHAVohgj .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWPHAVohgj .nav-item .nav-link {
  position: relative !important;
}
.cid-tWPHAVohgj .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWPHAVohgj .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWPHAVohgj .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWPHAVohgj .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWPHAVohgj .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWPHAVohgj .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPHAVohgj .tel-menu {
    display: none;
  }
}
.cid-tWPHAVohgj .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWPHAVohgj .mbr-text {
    text-align: center !important;
  }
}
.cid-tWPHAVohgj .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWPHAVohgj .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWPHAVohgj .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWPHAVohgj .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWPHAVohgj .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWPHAVohgj .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWPHAVohgj .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWQgwU0Y1q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWQgwU0Y1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQgwU0Y1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQgwU0Y1q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWQgwU0Y1q .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQgwU0Y1q .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWQgwU0Y1q .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQgwU0Y1q .container {
    padding: 0 12px;
  }
}
.cid-tWQgwU0Y1q .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWQgwU0Y1q .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWQgwU0Y1q .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWQgwU0Y1q .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWQgwU0Y1q .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWQgwU0Y1q .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWQgwU0Y1q .mbr-section-title,
.cid-tWQgwU0Y1q .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWPHAWlwAp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWPHAWlwAp .col-main {
    flex-direction: column;
  }
}
.cid-tWPHAWlwAp .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWPHAWlwAp .border-item {
    order: 1;
  }
}
.cid-tWPHAWlwAp .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPHAWlwAp .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWPHAWlwAp .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPHAWlwAp .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWPHAWlwAp .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWPHAWlwAp .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWPHAWlwAp .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWPHAWlwAp .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-uxMUZ1O6Iy {
  z-index: 1000;
  width: 100%;
}
.cid-uxMUZ1O6Iy nav.navbar {
  position: fixed;
}
.cid-uxMUZ1O6Iy .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-uxMUZ1O6Iy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxMUZ1O6Iy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxMUZ1O6Iy .dropdown-item:hover,
.cid-uxMUZ1O6Iy .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-uxMUZ1O6Iy .dropdown-item:hover span {
  color: white;
}
.cid-uxMUZ1O6Iy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxMUZ1O6Iy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxMUZ1O6Iy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxMUZ1O6Iy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxMUZ1O6Iy .nav-link {
  position: relative;
}
.cid-uxMUZ1O6Iy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxMUZ1O6Iy .container {
    flex-wrap: nowrap;
  }
}
.cid-uxMUZ1O6Iy .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxMUZ1O6Iy .dropdown-menu,
.cid-uxMUZ1O6Iy .navbar.opened {
  background: #ffffff !important;
}
.cid-uxMUZ1O6Iy .nav-item:focus,
.cid-uxMUZ1O6Iy .nav-link:focus {
  outline: none;
}
.cid-uxMUZ1O6Iy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxMUZ1O6Iy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxMUZ1O6Iy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxMUZ1O6Iy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxMUZ1O6Iy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxMUZ1O6Iy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxMUZ1O6Iy .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-uxMUZ1O6Iy .navbar.opened {
  transition: all 0.3s;
}
.cid-uxMUZ1O6Iy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxMUZ1O6Iy .navbar .navbar-logo img {
  width: auto;
}
.cid-uxMUZ1O6Iy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxMUZ1O6Iy .navbar.collapsed {
  justify-content: center;
}
.cid-uxMUZ1O6Iy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxMUZ1O6Iy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxMUZ1O6Iy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxMUZ1O6Iy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxMUZ1O6Iy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxMUZ1O6Iy .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-uxMUZ1O6Iy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxMUZ1O6Iy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxMUZ1O6Iy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxMUZ1O6Iy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxMUZ1O6Iy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxMUZ1O6Iy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxMUZ1O6Iy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxMUZ1O6Iy .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-uxMUZ1O6Iy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxMUZ1O6Iy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxMUZ1O6Iy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxMUZ1O6Iy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxMUZ1O6Iy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxMUZ1O6Iy .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxMUZ1O6Iy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxMUZ1O6Iy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxMUZ1O6Iy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxMUZ1O6Iy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxMUZ1O6Iy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxMUZ1O6Iy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxMUZ1O6Iy .dropdown-item.active,
.cid-uxMUZ1O6Iy .dropdown-item:active {
  background-color: transparent;
}
.cid-uxMUZ1O6Iy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxMUZ1O6Iy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxMUZ1O6Iy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxMUZ1O6Iy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxMUZ1O6Iy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxMUZ1O6Iy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxMUZ1O6Iy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxMUZ1O6Iy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxMUZ1O6Iy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxMUZ1O6Iy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxMUZ1O6Iy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxMUZ1O6Iy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxMUZ1O6Iy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxMUZ1O6Iy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxMUZ1O6Iy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxMUZ1O6Iy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxMUZ1O6Iy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxMUZ1O6Iy .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uxMUZ1O6Iy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxMUZ1O6Iy .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-uxMUZ1O6Iy .navbar {
    height: 70px;
  }
  .cid-uxMUZ1O6Iy .navbar.opened {
    height: auto;
  }
  .cid-uxMUZ1O6Iy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxMUZ1O6Iy .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uxMUZ1O6Iy .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uxMUZ1O6Iy .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uxMUZ1O6Iy .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uxMUZ1O6Iy .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uxMUZ1O6Iy .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uxMUZ1O6Iy .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uxMUZ1O6Iy .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uxMUZ1O6Iy .nav-item .nav-link {
  position: relative !important;
}
.cid-uxMUZ1O6Iy .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uxMUZ1O6Iy .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-uxMUZ1O6Iy .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uxMUZ1O6Iy .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uxMUZ1O6Iy .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uxMUZ1O6Iy .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uxMUZ1O6Iy .tel-menu {
    display: none;
  }
}
.cid-uxMUZ1O6Iy .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uxMUZ1O6Iy .mbr-text {
    text-align: center !important;
  }
}
.cid-uxMUZ1O6Iy .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uxMUZ1O6Iy .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uxMUZ1O6Iy .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uxMUZ1O6Iy .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uxMUZ1O6Iy .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uxMUZ1O6Iy .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uxMUZ1O6Iy .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-uxMUZ3AGMf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uxMUZ3AGMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxMUZ3AGMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxMUZ3AGMf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxMUZ3AGMf .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uxMUZ3AGMf .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uxMUZ3AGMf .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uxMUZ3AGMf .container {
    padding: 0 12px;
  }
}
.cid-uxMUZ3AGMf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxMUZ3AGMf .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uxMUZ3AGMf .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uxMUZ3AGMf .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxMUZ3AGMf .mbr-section-title {
  color: #1D1D1F;
}
.cid-uxMUZ3AGMf .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uxMUZ3AGMf .mbr-section-title,
.cid-uxMUZ3AGMf .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-uxMUZ40T6q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uxMUZ40T6q .col-main {
    flex-direction: column;
  }
}
.cid-uxMUZ40T6q .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uxMUZ40T6q .border-item {
    order: 1;
  }
}
.cid-uxMUZ40T6q .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-uxMUZ40T6q .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-uxMUZ40T6q .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-uxMUZ40T6q .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-uxMUZ40T6q .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uxMUZ40T6q .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-uxMUZ40T6q .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-uxMUZ40T6q .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWPHKhLnG5 {
  z-index: 1000;
  width: 100%;
}
.cid-tWPHKhLnG5 nav.navbar {
  position: fixed;
}
.cid-tWPHKhLnG5 .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-tWPHKhLnG5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWPHKhLnG5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWPHKhLnG5 .dropdown-item:hover,
.cid-tWPHKhLnG5 .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWPHKhLnG5 .dropdown-item:hover span {
  color: white;
}
.cid-tWPHKhLnG5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWPHKhLnG5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWPHKhLnG5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWPHKhLnG5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPHKhLnG5 .nav-link {
  position: relative;
}
.cid-tWPHKhLnG5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWPHKhLnG5 .container {
    flex-wrap: nowrap;
  }
}
.cid-tWPHKhLnG5 .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPHKhLnG5 .dropdown-menu,
.cid-tWPHKhLnG5 .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPHKhLnG5 .nav-item:focus,
.cid-tWPHKhLnG5 .nav-link:focus {
  outline: none;
}
.cid-tWPHKhLnG5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPHKhLnG5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPHKhLnG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPHKhLnG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPHKhLnG5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWPHKhLnG5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPHKhLnG5 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWPHKhLnG5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPHKhLnG5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPHKhLnG5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPHKhLnG5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPHKhLnG5 .navbar.collapsed {
  justify-content: center;
}
.cid-tWPHKhLnG5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPHKhLnG5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPHKhLnG5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWPHKhLnG5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPHKhLnG5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWPHKhLnG5 .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-tWPHKhLnG5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPHKhLnG5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPHKhLnG5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPHKhLnG5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPHKhLnG5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPHKhLnG5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPHKhLnG5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWPHKhLnG5 .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-tWPHKhLnG5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPHKhLnG5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPHKhLnG5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPHKhLnG5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPHKhLnG5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPHKhLnG5 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPHKhLnG5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPHKhLnG5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPHKhLnG5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPHKhLnG5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPHKhLnG5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPHKhLnG5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPHKhLnG5 .dropdown-item.active,
.cid-tWPHKhLnG5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPHKhLnG5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPHKhLnG5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPHKhLnG5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPHKhLnG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPHKhLnG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPHKhLnG5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPHKhLnG5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPHKhLnG5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPHKhLnG5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWPHKhLnG5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPHKhLnG5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPHKhLnG5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPHKhLnG5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPHKhLnG5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPHKhLnG5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPHKhLnG5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPHKhLnG5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPHKhLnG5 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWPHKhLnG5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPHKhLnG5 .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-tWPHKhLnG5 .navbar {
    height: 70px;
  }
  .cid-tWPHKhLnG5 .navbar.opened {
    height: auto;
  }
  .cid-tWPHKhLnG5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPHKhLnG5 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWPHKhLnG5 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWPHKhLnG5 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWPHKhLnG5 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWPHKhLnG5 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPHKhLnG5 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWPHKhLnG5 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWPHKhLnG5 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWPHKhLnG5 .nav-item .nav-link {
  position: relative !important;
}
.cid-tWPHKhLnG5 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWPHKhLnG5 .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWPHKhLnG5 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWPHKhLnG5 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWPHKhLnG5 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWPHKhLnG5 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPHKhLnG5 .tel-menu {
    display: none;
  }
}
.cid-tWPHKhLnG5 .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWPHKhLnG5 .mbr-text {
    text-align: center !important;
  }
}
.cid-tWPHKhLnG5 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWPHKhLnG5 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWPHKhLnG5 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWPHKhLnG5 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWPHKhLnG5 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWPHKhLnG5 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWPHKhLnG5 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWQj5aDEJT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWQj5aDEJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQj5aDEJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQj5aDEJT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWQj5aDEJT .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQj5aDEJT .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWQj5aDEJT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQj5aDEJT .container {
    padding: 0 12px;
  }
}
.cid-tWQj5aDEJT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWQj5aDEJT .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWQj5aDEJT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWQj5aDEJT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWQj5aDEJT .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWQj5aDEJT .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWQj5aDEJT .mbr-section-title,
.cid-tWQj5aDEJT .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWPHKivLxc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWPHKivLxc .col-main {
    flex-direction: column;
  }
}
.cid-tWPHKivLxc .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWPHKivLxc .border-item {
    order: 1;
  }
}
.cid-tWPHKivLxc .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPHKivLxc .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWPHKivLxc .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPHKivLxc .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWPHKivLxc .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWPHKivLxc .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWPHKivLxc .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWPHKivLxc .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWPHUZBlpu {
  z-index: 1000;
  width: 100%;
}
.cid-tWPHUZBlpu nav.navbar {
  position: fixed;
}
.cid-tWPHUZBlpu .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-tWPHUZBlpu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWPHUZBlpu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWPHUZBlpu .dropdown-item:hover,
.cid-tWPHUZBlpu .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWPHUZBlpu .dropdown-item:hover span {
  color: white;
}
.cid-tWPHUZBlpu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWPHUZBlpu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWPHUZBlpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWPHUZBlpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPHUZBlpu .nav-link {
  position: relative;
}
.cid-tWPHUZBlpu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWPHUZBlpu .container {
    flex-wrap: nowrap;
  }
}
.cid-tWPHUZBlpu .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPHUZBlpu .dropdown-menu,
.cid-tWPHUZBlpu .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPHUZBlpu .nav-item:focus,
.cid-tWPHUZBlpu .nav-link:focus {
  outline: none;
}
.cid-tWPHUZBlpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPHUZBlpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPHUZBlpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPHUZBlpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPHUZBlpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWPHUZBlpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPHUZBlpu .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWPHUZBlpu .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPHUZBlpu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPHUZBlpu .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPHUZBlpu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPHUZBlpu .navbar.collapsed {
  justify-content: center;
}
.cid-tWPHUZBlpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPHUZBlpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPHUZBlpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWPHUZBlpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPHUZBlpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWPHUZBlpu .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-tWPHUZBlpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPHUZBlpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPHUZBlpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPHUZBlpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPHUZBlpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPHUZBlpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPHUZBlpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWPHUZBlpu .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-tWPHUZBlpu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPHUZBlpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPHUZBlpu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPHUZBlpu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPHUZBlpu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPHUZBlpu .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPHUZBlpu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPHUZBlpu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPHUZBlpu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPHUZBlpu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPHUZBlpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPHUZBlpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPHUZBlpu .dropdown-item.active,
.cid-tWPHUZBlpu .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPHUZBlpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPHUZBlpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPHUZBlpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPHUZBlpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPHUZBlpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPHUZBlpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPHUZBlpu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPHUZBlpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPHUZBlpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWPHUZBlpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPHUZBlpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPHUZBlpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPHUZBlpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPHUZBlpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPHUZBlpu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPHUZBlpu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPHUZBlpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPHUZBlpu .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWPHUZBlpu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPHUZBlpu .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-tWPHUZBlpu .navbar {
    height: 70px;
  }
  .cid-tWPHUZBlpu .navbar.opened {
    height: auto;
  }
  .cid-tWPHUZBlpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPHUZBlpu .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWPHUZBlpu .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWPHUZBlpu .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWPHUZBlpu .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWPHUZBlpu .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPHUZBlpu .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWPHUZBlpu .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWPHUZBlpu .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWPHUZBlpu .nav-item .nav-link {
  position: relative !important;
}
.cid-tWPHUZBlpu .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWPHUZBlpu .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWPHUZBlpu .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWPHUZBlpu .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWPHUZBlpu .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWPHUZBlpu .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPHUZBlpu .tel-menu {
    display: none;
  }
}
.cid-tWPHUZBlpu .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWPHUZBlpu .mbr-text {
    text-align: center !important;
  }
}
.cid-tWPHUZBlpu .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWPHUZBlpu .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWPHUZBlpu .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWPHUZBlpu .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWPHUZBlpu .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWPHUZBlpu .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWPHUZBlpu .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWQjmZLQng {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWQjmZLQng .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQjmZLQng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQjmZLQng .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWQjmZLQng .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQjmZLQng .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWQjmZLQng .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQjmZLQng .container {
    padding: 0 12px;
  }
}
.cid-tWQjmZLQng .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWQjmZLQng .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWQjmZLQng .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWQjmZLQng .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWQjmZLQng .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWQjmZLQng .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWQjmZLQng .mbr-section-title,
.cid-tWQjmZLQng .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWPHV0kQKi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWPHV0kQKi .col-main {
    flex-direction: column;
  }
}
.cid-tWPHV0kQKi .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWPHV0kQKi .border-item {
    order: 1;
  }
}
.cid-tWPHV0kQKi .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPHV0kQKi .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWPHV0kQKi .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPHV0kQKi .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWPHV0kQKi .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWPHV0kQKi .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWPHV0kQKi .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWPHV0kQKi .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-uxGNSFpfPA {
  z-index: 1000;
  width: 100%;
}
.cid-uxGNSFpfPA nav.navbar {
  position: fixed;
}
.cid-uxGNSFpfPA .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-uxGNSFpfPA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxGNSFpfPA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxGNSFpfPA .dropdown-item:hover,
.cid-uxGNSFpfPA .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-uxGNSFpfPA .dropdown-item:hover span {
  color: white;
}
.cid-uxGNSFpfPA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxGNSFpfPA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxGNSFpfPA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxGNSFpfPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxGNSFpfPA .nav-link {
  position: relative;
}
.cid-uxGNSFpfPA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxGNSFpfPA .container {
    flex-wrap: nowrap;
  }
}
.cid-uxGNSFpfPA .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxGNSFpfPA .dropdown-menu,
.cid-uxGNSFpfPA .navbar.opened {
  background: #ffffff !important;
}
.cid-uxGNSFpfPA .nav-item:focus,
.cid-uxGNSFpfPA .nav-link:focus {
  outline: none;
}
.cid-uxGNSFpfPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxGNSFpfPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxGNSFpfPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxGNSFpfPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxGNSFpfPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxGNSFpfPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxGNSFpfPA .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-uxGNSFpfPA .navbar.opened {
  transition: all 0.3s;
}
.cid-uxGNSFpfPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxGNSFpfPA .navbar .navbar-logo img {
  width: auto;
}
.cid-uxGNSFpfPA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxGNSFpfPA .navbar.collapsed {
  justify-content: center;
}
.cid-uxGNSFpfPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxGNSFpfPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxGNSFpfPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxGNSFpfPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxGNSFpfPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxGNSFpfPA .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-uxGNSFpfPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxGNSFpfPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxGNSFpfPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxGNSFpfPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxGNSFpfPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxGNSFpfPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxGNSFpfPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxGNSFpfPA .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-uxGNSFpfPA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxGNSFpfPA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxGNSFpfPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxGNSFpfPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxGNSFpfPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxGNSFpfPA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxGNSFpfPA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxGNSFpfPA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxGNSFpfPA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxGNSFpfPA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxGNSFpfPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxGNSFpfPA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxGNSFpfPA .dropdown-item.active,
.cid-uxGNSFpfPA .dropdown-item:active {
  background-color: transparent;
}
.cid-uxGNSFpfPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxGNSFpfPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxGNSFpfPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxGNSFpfPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxGNSFpfPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxGNSFpfPA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxGNSFpfPA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxGNSFpfPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxGNSFpfPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxGNSFpfPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxGNSFpfPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxGNSFpfPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxGNSFpfPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxGNSFpfPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxGNSFpfPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxGNSFpfPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxGNSFpfPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxGNSFpfPA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uxGNSFpfPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxGNSFpfPA .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-uxGNSFpfPA .navbar {
    height: 70px;
  }
  .cid-uxGNSFpfPA .navbar.opened {
    height: auto;
  }
  .cid-uxGNSFpfPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxGNSFpfPA .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uxGNSFpfPA .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uxGNSFpfPA .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uxGNSFpfPA .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uxGNSFpfPA .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uxGNSFpfPA .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uxGNSFpfPA .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uxGNSFpfPA .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uxGNSFpfPA .nav-item .nav-link {
  position: relative !important;
}
.cid-uxGNSFpfPA .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uxGNSFpfPA .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-uxGNSFpfPA .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uxGNSFpfPA .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uxGNSFpfPA .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uxGNSFpfPA .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uxGNSFpfPA .tel-menu {
    display: none;
  }
}
.cid-uxGNSFpfPA .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uxGNSFpfPA .mbr-text {
    text-align: center !important;
  }
}
.cid-uxGNSFpfPA .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uxGNSFpfPA .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uxGNSFpfPA .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uxGNSFpfPA .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uxGNSFpfPA .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uxGNSFpfPA .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uxGNSFpfPA .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-uxGNSIS0Xr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uxGNSIS0Xr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxGNSIS0Xr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxGNSIS0Xr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxGNSIS0Xr .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uxGNSIS0Xr .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uxGNSIS0Xr .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uxGNSIS0Xr .container {
    padding: 0 12px;
  }
}
.cid-uxGNSIS0Xr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxGNSIS0Xr .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uxGNSIS0Xr .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uxGNSIS0Xr .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxGNSIS0Xr .mbr-section-title {
  color: #1D1D1F;
}
.cid-uxGNSIS0Xr .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uxGNSIS0Xr .mbr-section-title,
.cid-uxGNSIS0Xr .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-uxGNSJpytv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uxGNSJpytv .col-main {
    flex-direction: column;
  }
}
.cid-uxGNSJpytv .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uxGNSJpytv .border-item {
    order: 1;
  }
}
.cid-uxGNSJpytv .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-uxGNSJpytv .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-uxGNSJpytv .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-uxGNSJpytv .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-uxGNSJpytv .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uxGNSJpytv .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-uxGNSJpytv .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-uxGNSJpytv .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-uxMQ6IhLzc {
  z-index: 1000;
  width: 100%;
}
.cid-uxMQ6IhLzc nav.navbar {
  position: fixed;
}
.cid-uxMQ6IhLzc .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-uxMQ6IhLzc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxMQ6IhLzc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxMQ6IhLzc .dropdown-item:hover,
.cid-uxMQ6IhLzc .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-uxMQ6IhLzc .dropdown-item:hover span {
  color: white;
}
.cid-uxMQ6IhLzc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxMQ6IhLzc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxMQ6IhLzc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxMQ6IhLzc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxMQ6IhLzc .nav-link {
  position: relative;
}
.cid-uxMQ6IhLzc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxMQ6IhLzc .container {
    flex-wrap: nowrap;
  }
}
.cid-uxMQ6IhLzc .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxMQ6IhLzc .dropdown-menu,
.cid-uxMQ6IhLzc .navbar.opened {
  background: #ffffff !important;
}
.cid-uxMQ6IhLzc .nav-item:focus,
.cid-uxMQ6IhLzc .nav-link:focus {
  outline: none;
}
.cid-uxMQ6IhLzc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxMQ6IhLzc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxMQ6IhLzc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxMQ6IhLzc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxMQ6IhLzc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxMQ6IhLzc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxMQ6IhLzc .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-uxMQ6IhLzc .navbar.opened {
  transition: all 0.3s;
}
.cid-uxMQ6IhLzc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxMQ6IhLzc .navbar .navbar-logo img {
  width: auto;
}
.cid-uxMQ6IhLzc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxMQ6IhLzc .navbar.collapsed {
  justify-content: center;
}
.cid-uxMQ6IhLzc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxMQ6IhLzc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxMQ6IhLzc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxMQ6IhLzc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxMQ6IhLzc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxMQ6IhLzc .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-uxMQ6IhLzc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxMQ6IhLzc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxMQ6IhLzc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxMQ6IhLzc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxMQ6IhLzc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxMQ6IhLzc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxMQ6IhLzc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxMQ6IhLzc .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-uxMQ6IhLzc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxMQ6IhLzc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxMQ6IhLzc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxMQ6IhLzc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxMQ6IhLzc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxMQ6IhLzc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxMQ6IhLzc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxMQ6IhLzc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxMQ6IhLzc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxMQ6IhLzc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxMQ6IhLzc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxMQ6IhLzc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxMQ6IhLzc .dropdown-item.active,
.cid-uxMQ6IhLzc .dropdown-item:active {
  background-color: transparent;
}
.cid-uxMQ6IhLzc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxMQ6IhLzc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxMQ6IhLzc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxMQ6IhLzc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxMQ6IhLzc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxMQ6IhLzc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxMQ6IhLzc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxMQ6IhLzc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxMQ6IhLzc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxMQ6IhLzc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxMQ6IhLzc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxMQ6IhLzc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxMQ6IhLzc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxMQ6IhLzc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxMQ6IhLzc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxMQ6IhLzc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxMQ6IhLzc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxMQ6IhLzc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uxMQ6IhLzc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxMQ6IhLzc .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-uxMQ6IhLzc .navbar {
    height: 70px;
  }
  .cid-uxMQ6IhLzc .navbar.opened {
    height: auto;
  }
  .cid-uxMQ6IhLzc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxMQ6IhLzc .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uxMQ6IhLzc .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uxMQ6IhLzc .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uxMQ6IhLzc .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uxMQ6IhLzc .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uxMQ6IhLzc .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uxMQ6IhLzc .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uxMQ6IhLzc .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uxMQ6IhLzc .nav-item .nav-link {
  position: relative !important;
}
.cid-uxMQ6IhLzc .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uxMQ6IhLzc .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-uxMQ6IhLzc .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uxMQ6IhLzc .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uxMQ6IhLzc .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uxMQ6IhLzc .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uxMQ6IhLzc .tel-menu {
    display: none;
  }
}
.cid-uxMQ6IhLzc .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uxMQ6IhLzc .mbr-text {
    text-align: center !important;
  }
}
.cid-uxMQ6IhLzc .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uxMQ6IhLzc .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uxMQ6IhLzc .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uxMQ6IhLzc .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uxMQ6IhLzc .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uxMQ6IhLzc .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uxMQ6IhLzc .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-uxMQ6JsVDH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uxMQ6JsVDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxMQ6JsVDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxMQ6JsVDH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxMQ6JsVDH .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uxMQ6JsVDH .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uxMQ6JsVDH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uxMQ6JsVDH .container {
    padding: 0 12px;
  }
}
.cid-uxMQ6JsVDH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxMQ6JsVDH .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uxMQ6JsVDH .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uxMQ6JsVDH .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxMQ6JsVDH .mbr-section-title {
  color: #1D1D1F;
}
.cid-uxMQ6JsVDH .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uxMQ6JsVDH .mbr-section-title,
.cid-uxMQ6JsVDH .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-uxMQ6K0OZD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uxMQ6K0OZD .col-main {
    flex-direction: column;
  }
}
.cid-uxMQ6K0OZD .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uxMQ6K0OZD .border-item {
    order: 1;
  }
}
.cid-uxMQ6K0OZD .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-uxMQ6K0OZD .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-uxMQ6K0OZD .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-uxMQ6K0OZD .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-uxMQ6K0OZD .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uxMQ6K0OZD .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-uxMQ6K0OZD .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-uxMQ6K0OZD .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-uxGPSEFtjj {
  z-index: 1000;
  width: 100%;
}
.cid-uxGPSEFtjj nav.navbar {
  position: fixed;
}
.cid-uxGPSEFtjj .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-uxGPSEFtjj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxGPSEFtjj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxGPSEFtjj .dropdown-item:hover,
.cid-uxGPSEFtjj .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-uxGPSEFtjj .dropdown-item:hover span {
  color: white;
}
.cid-uxGPSEFtjj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxGPSEFtjj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxGPSEFtjj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxGPSEFtjj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxGPSEFtjj .nav-link {
  position: relative;
}
.cid-uxGPSEFtjj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxGPSEFtjj .container {
    flex-wrap: nowrap;
  }
}
.cid-uxGPSEFtjj .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxGPSEFtjj .dropdown-menu,
.cid-uxGPSEFtjj .navbar.opened {
  background: #ffffff !important;
}
.cid-uxGPSEFtjj .nav-item:focus,
.cid-uxGPSEFtjj .nav-link:focus {
  outline: none;
}
.cid-uxGPSEFtjj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxGPSEFtjj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxGPSEFtjj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxGPSEFtjj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxGPSEFtjj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxGPSEFtjj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxGPSEFtjj .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-uxGPSEFtjj .navbar.opened {
  transition: all 0.3s;
}
.cid-uxGPSEFtjj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxGPSEFtjj .navbar .navbar-logo img {
  width: auto;
}
.cid-uxGPSEFtjj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxGPSEFtjj .navbar.collapsed {
  justify-content: center;
}
.cid-uxGPSEFtjj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxGPSEFtjj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxGPSEFtjj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxGPSEFtjj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxGPSEFtjj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxGPSEFtjj .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-uxGPSEFtjj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxGPSEFtjj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxGPSEFtjj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxGPSEFtjj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxGPSEFtjj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxGPSEFtjj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxGPSEFtjj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxGPSEFtjj .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-uxGPSEFtjj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxGPSEFtjj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxGPSEFtjj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxGPSEFtjj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxGPSEFtjj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxGPSEFtjj .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxGPSEFtjj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxGPSEFtjj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxGPSEFtjj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxGPSEFtjj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxGPSEFtjj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxGPSEFtjj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxGPSEFtjj .dropdown-item.active,
.cid-uxGPSEFtjj .dropdown-item:active {
  background-color: transparent;
}
.cid-uxGPSEFtjj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxGPSEFtjj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxGPSEFtjj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxGPSEFtjj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxGPSEFtjj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxGPSEFtjj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxGPSEFtjj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxGPSEFtjj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxGPSEFtjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxGPSEFtjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxGPSEFtjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxGPSEFtjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxGPSEFtjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxGPSEFtjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxGPSEFtjj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxGPSEFtjj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxGPSEFtjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxGPSEFtjj .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uxGPSEFtjj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxGPSEFtjj .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-uxGPSEFtjj .navbar {
    height: 70px;
  }
  .cid-uxGPSEFtjj .navbar.opened {
    height: auto;
  }
  .cid-uxGPSEFtjj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxGPSEFtjj .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uxGPSEFtjj .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uxGPSEFtjj .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uxGPSEFtjj .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uxGPSEFtjj .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uxGPSEFtjj .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uxGPSEFtjj .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uxGPSEFtjj .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uxGPSEFtjj .nav-item .nav-link {
  position: relative !important;
}
.cid-uxGPSEFtjj .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uxGPSEFtjj .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-uxGPSEFtjj .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uxGPSEFtjj .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uxGPSEFtjj .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uxGPSEFtjj .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uxGPSEFtjj .tel-menu {
    display: none;
  }
}
.cid-uxGPSEFtjj .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uxGPSEFtjj .mbr-text {
    text-align: center !important;
  }
}
.cid-uxGPSEFtjj .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uxGPSEFtjj .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uxGPSEFtjj .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uxGPSEFtjj .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uxGPSEFtjj .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uxGPSEFtjj .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uxGPSEFtjj .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-uxGPSGW1dc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uxGPSGW1dc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxGPSGW1dc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxGPSGW1dc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxGPSGW1dc .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uxGPSGW1dc .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uxGPSGW1dc .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uxGPSGW1dc .container {
    padding: 0 12px;
  }
}
.cid-uxGPSGW1dc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxGPSGW1dc .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uxGPSGW1dc .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uxGPSGW1dc .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxGPSGW1dc .mbr-section-title {
  color: #1D1D1F;
}
.cid-uxGPSGW1dc .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uxGPSGW1dc .mbr-section-title,
.cid-uxGPSGW1dc .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-uxGPSHhJZY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uxGPSHhJZY .col-main {
    flex-direction: column;
  }
}
.cid-uxGPSHhJZY .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uxGPSHhJZY .border-item {
    order: 1;
  }
}
.cid-uxGPSHhJZY .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-uxGPSHhJZY .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-uxGPSHhJZY .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-uxGPSHhJZY .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-uxGPSHhJZY .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uxGPSHhJZY .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-uxGPSHhJZY .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-uxGPSHhJZY .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWlyndp1ic {
  z-index: 1000;
  width: 100%;
}
.cid-tWlyndp1ic nav.navbar {
  position: fixed;
}
.cid-tWlyndp1ic .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-tWlyndp1ic .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWlyndp1ic .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWlyndp1ic .dropdown-item:hover,
.cid-tWlyndp1ic .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWlyndp1ic .dropdown-item:hover span {
  color: white;
}
.cid-tWlyndp1ic .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWlyndp1ic .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWlyndp1ic .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWlyndp1ic .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWlyndp1ic .nav-link {
  position: relative;
}
.cid-tWlyndp1ic .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWlyndp1ic .container {
    flex-wrap: nowrap;
  }
}
.cid-tWlyndp1ic .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWlyndp1ic .dropdown-menu,
.cid-tWlyndp1ic .navbar.opened {
  background: #ffffff !important;
}
.cid-tWlyndp1ic .nav-item:focus,
.cid-tWlyndp1ic .nav-link:focus {
  outline: none;
}
.cid-tWlyndp1ic .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWlyndp1ic .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWlyndp1ic .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWlyndp1ic .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWlyndp1ic .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWlyndp1ic .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWlyndp1ic .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWlyndp1ic .navbar.opened {
  transition: all 0.3s;
}
.cid-tWlyndp1ic .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWlyndp1ic .navbar .navbar-logo img {
  width: auto;
}
.cid-tWlyndp1ic .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWlyndp1ic .navbar.collapsed {
  justify-content: center;
}
.cid-tWlyndp1ic .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWlyndp1ic .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWlyndp1ic .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWlyndp1ic .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWlyndp1ic .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWlyndp1ic .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-tWlyndp1ic .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWlyndp1ic .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWlyndp1ic .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWlyndp1ic .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWlyndp1ic .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWlyndp1ic .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWlyndp1ic .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWlyndp1ic .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-tWlyndp1ic .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWlyndp1ic .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWlyndp1ic .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWlyndp1ic .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWlyndp1ic .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWlyndp1ic .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWlyndp1ic .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWlyndp1ic .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWlyndp1ic .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWlyndp1ic .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWlyndp1ic .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWlyndp1ic .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWlyndp1ic .dropdown-item.active,
.cid-tWlyndp1ic .dropdown-item:active {
  background-color: transparent;
}
.cid-tWlyndp1ic .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWlyndp1ic .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWlyndp1ic .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWlyndp1ic .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWlyndp1ic .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWlyndp1ic .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWlyndp1ic ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWlyndp1ic button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWlyndp1ic button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWlyndp1ic button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWlyndp1ic button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWlyndp1ic button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWlyndp1ic button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWlyndp1ic nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWlyndp1ic nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWlyndp1ic nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWlyndp1ic nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWlyndp1ic .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWlyndp1ic a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWlyndp1ic .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-tWlyndp1ic .navbar {
    height: 70px;
  }
  .cid-tWlyndp1ic .navbar.opened {
    height: auto;
  }
  .cid-tWlyndp1ic .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWlyndp1ic .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWlyndp1ic .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWlyndp1ic .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWlyndp1ic .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWlyndp1ic .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWlyndp1ic .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWlyndp1ic .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWlyndp1ic .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWlyndp1ic .nav-item .nav-link {
  position: relative !important;
}
.cid-tWlyndp1ic .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWlyndp1ic .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWlyndp1ic .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWlyndp1ic .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWlyndp1ic .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWlyndp1ic .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWlyndp1ic .tel-menu {
    display: none;
  }
}
.cid-tWlyndp1ic .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWlyndp1ic .mbr-text {
    text-align: center !important;
  }
}
.cid-tWlyndp1ic .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWlyndp1ic .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWlyndp1ic .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWlyndp1ic .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWlyndp1ic .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWlyndp1ic .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWlyndp1ic .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWlz1b6v22 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWlz1b6v22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlz1b6v22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlz1b6v22 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWlz1b6v22 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWlz1b6v22 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWlz1b6v22 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWlz1b6v22 .container {
    padding: 0 12px;
  }
}
.cid-tWlz1b6v22 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWlz1b6v22 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWlz1b6v22 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWlz1b6v22 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWlz1b6v22 .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWlz1b6v22 .mbr-text {
  color: #a1a0a0;
  text-align: center;
}
.cid-tWlz1b6v22 .mbr-section-title,
.cid-tWlz1b6v22 .mbr-section-btn {
  text-align: center;
  color: #a1a0a0;
}
.cid-tWlz1b6v22 H1 {
  text-align: center;
}
.cid-tWlyngvz1i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWlyngvz1i .col-main {
    flex-direction: column;
  }
}
.cid-tWlyngvz1i .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWlyngvz1i .border-item {
    order: 1;
  }
}
.cid-tWlyngvz1i .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWlyngvz1i .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWlyngvz1i .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWlyngvz1i .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWlyngvz1i .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWlyngvz1i .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWlyngvz1i .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWlyngvz1i .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWV6IrA4Yg {
  z-index: 1000;
  width: 100%;
}
.cid-tWV6IrA4Yg nav.navbar {
  position: fixed;
}
.cid-tWV6IrA4Yg .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-tWV6IrA4Yg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWV6IrA4Yg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWV6IrA4Yg .dropdown-item:hover,
.cid-tWV6IrA4Yg .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWV6IrA4Yg .dropdown-item:hover span {
  color: white;
}
.cid-tWV6IrA4Yg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWV6IrA4Yg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWV6IrA4Yg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWV6IrA4Yg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWV6IrA4Yg .nav-link {
  position: relative;
}
.cid-tWV6IrA4Yg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWV6IrA4Yg .container {
    flex-wrap: nowrap;
  }
}
.cid-tWV6IrA4Yg .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWV6IrA4Yg .dropdown-menu,
.cid-tWV6IrA4Yg .navbar.opened {
  background: #ffffff !important;
}
.cid-tWV6IrA4Yg .nav-item:focus,
.cid-tWV6IrA4Yg .nav-link:focus {
  outline: none;
}
.cid-tWV6IrA4Yg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWV6IrA4Yg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWV6IrA4Yg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWV6IrA4Yg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWV6IrA4Yg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWV6IrA4Yg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWV6IrA4Yg .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWV6IrA4Yg .navbar.opened {
  transition: all 0.3s;
}
.cid-tWV6IrA4Yg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWV6IrA4Yg .navbar .navbar-logo img {
  width: auto;
}
.cid-tWV6IrA4Yg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWV6IrA4Yg .navbar.collapsed {
  justify-content: center;
}
.cid-tWV6IrA4Yg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWV6IrA4Yg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWV6IrA4Yg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWV6IrA4Yg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWV6IrA4Yg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWV6IrA4Yg .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-tWV6IrA4Yg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWV6IrA4Yg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWV6IrA4Yg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWV6IrA4Yg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWV6IrA4Yg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWV6IrA4Yg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWV6IrA4Yg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWV6IrA4Yg .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-tWV6IrA4Yg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWV6IrA4Yg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWV6IrA4Yg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWV6IrA4Yg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWV6IrA4Yg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWV6IrA4Yg .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWV6IrA4Yg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWV6IrA4Yg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWV6IrA4Yg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWV6IrA4Yg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWV6IrA4Yg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWV6IrA4Yg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWV6IrA4Yg .dropdown-item.active,
.cid-tWV6IrA4Yg .dropdown-item:active {
  background-color: transparent;
}
.cid-tWV6IrA4Yg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWV6IrA4Yg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWV6IrA4Yg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWV6IrA4Yg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWV6IrA4Yg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWV6IrA4Yg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWV6IrA4Yg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWV6IrA4Yg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWV6IrA4Yg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWV6IrA4Yg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWV6IrA4Yg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWV6IrA4Yg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWV6IrA4Yg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWV6IrA4Yg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWV6IrA4Yg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWV6IrA4Yg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWV6IrA4Yg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWV6IrA4Yg .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWV6IrA4Yg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWV6IrA4Yg .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-tWV6IrA4Yg .navbar {
    height: 70px;
  }
  .cid-tWV6IrA4Yg .navbar.opened {
    height: auto;
  }
  .cid-tWV6IrA4Yg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWV6IrA4Yg .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWV6IrA4Yg .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWV6IrA4Yg .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWV6IrA4Yg .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWV6IrA4Yg .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWV6IrA4Yg .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWV6IrA4Yg .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWV6IrA4Yg .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWV6IrA4Yg .nav-item .nav-link {
  position: relative !important;
}
.cid-tWV6IrA4Yg .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWV6IrA4Yg .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWV6IrA4Yg .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWV6IrA4Yg .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWV6IrA4Yg .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWV6IrA4Yg .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWV6IrA4Yg .tel-menu {
    display: none;
  }
}
.cid-tWV6IrA4Yg .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWV6IrA4Yg .mbr-text {
    text-align: center !important;
  }
}
.cid-tWV6IrA4Yg .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWV6IrA4Yg .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWV6IrA4Yg .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWV6IrA4Yg .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWV6IrA4Yg .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWV6IrA4Yg .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWV6IrA4Yg .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWV8fZIPym {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tWV8fZIPym .container {
  display: flex;
  justify-content: center;
}
.cid-tWV8fZIPym .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-tWV8fZIPym .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0 -30px 100px rgba(0, 37, 133, 0.03);
  border-radius: 30px;
  padding: 0 !important;
}
.cid-tWV8fZIPym .col-text {
  display: flex;
  padding: 50px 15px 60px 70px;
}
@media (max-width: 1199px) {
  .cid-tWV8fZIPym .col-text {
    padding: 40px 15px 30px;
  }
}
.cid-tWV8fZIPym .col-text1 {
  border-right: 1px solid #dfeaf9;
}
@media (max-width: 767px) {
  .cid-tWV8fZIPym .col-text1 {
    border-right: none;
    border-bottom: 1px solid #dfeaf9;
  }
}
.cid-tWV8fZIPym .icon-box {
  display: flex;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .cid-tWV8fZIPym .icon-box {
    margin-right: 20px;
  }
}
.cid-tWV8fZIPym .icon-box .mbr-iconfont {
  color: #0c8c1a;
  font-size: 68px;
}
@media (max-width: 1199px) {
  .cid-tWV8fZIPym .icon-box .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tWV8fZIPym .text-container {
  flex-grow: 1;
}
.cid-tWV8fZIPym .mbr-section-title {
  color: #24262b;
  margin-bottom: 10px;
}
.cid-tWV8fZIPym .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tWV8fZIPym .link-text {
  margin-bottom: 0;
  margin-top: 5px;
  text-align: left;
}
.cid-tWV8fZIPym .link-text a:hover {
  text-decoration: underline;
}
.cid-tWV8fZIPym .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWV8fZIPym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWV6It8Cw4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWV6It8Cw4 .col-main {
    flex-direction: column;
  }
}
.cid-tWV6It8Cw4 .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWV6It8Cw4 .border-item {
    order: 1;
  }
}
.cid-tWV6It8Cw4 .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWV6It8Cw4 .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWV6It8Cw4 .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWV6It8Cw4 .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWV6It8Cw4 .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWV6It8Cw4 .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWV6It8Cw4 .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWV6It8Cw4 .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWPIagcdwq {
  z-index: 1000;
  width: 100%;
}
.cid-tWPIagcdwq nav.navbar {
  position: fixed;
}
.cid-tWPIagcdwq .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-tWPIagcdwq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWPIagcdwq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWPIagcdwq .dropdown-item:hover,
.cid-tWPIagcdwq .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWPIagcdwq .dropdown-item:hover span {
  color: white;
}
.cid-tWPIagcdwq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWPIagcdwq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWPIagcdwq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWPIagcdwq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWPIagcdwq .nav-link {
  position: relative;
}
.cid-tWPIagcdwq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWPIagcdwq .container {
    flex-wrap: nowrap;
  }
}
.cid-tWPIagcdwq .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWPIagcdwq .dropdown-menu,
.cid-tWPIagcdwq .navbar.opened {
  background: #ffffff !important;
}
.cid-tWPIagcdwq .nav-item:focus,
.cid-tWPIagcdwq .nav-link:focus {
  outline: none;
}
.cid-tWPIagcdwq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWPIagcdwq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWPIagcdwq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWPIagcdwq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWPIagcdwq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWPIagcdwq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWPIagcdwq .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWPIagcdwq .navbar.opened {
  transition: all 0.3s;
}
.cid-tWPIagcdwq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWPIagcdwq .navbar .navbar-logo img {
  width: auto;
}
.cid-tWPIagcdwq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWPIagcdwq .navbar.collapsed {
  justify-content: center;
}
.cid-tWPIagcdwq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWPIagcdwq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWPIagcdwq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWPIagcdwq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWPIagcdwq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWPIagcdwq .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-tWPIagcdwq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWPIagcdwq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWPIagcdwq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWPIagcdwq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWPIagcdwq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWPIagcdwq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWPIagcdwq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWPIagcdwq .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-tWPIagcdwq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWPIagcdwq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWPIagcdwq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWPIagcdwq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWPIagcdwq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWPIagcdwq .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWPIagcdwq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWPIagcdwq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWPIagcdwq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWPIagcdwq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWPIagcdwq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWPIagcdwq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWPIagcdwq .dropdown-item.active,
.cid-tWPIagcdwq .dropdown-item:active {
  background-color: transparent;
}
.cid-tWPIagcdwq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWPIagcdwq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWPIagcdwq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWPIagcdwq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWPIagcdwq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWPIagcdwq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWPIagcdwq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWPIagcdwq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWPIagcdwq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWPIagcdwq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWPIagcdwq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPIagcdwq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWPIagcdwq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWPIagcdwq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPIagcdwq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWPIagcdwq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWPIagcdwq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWPIagcdwq .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWPIagcdwq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWPIagcdwq .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-tWPIagcdwq .navbar {
    height: 70px;
  }
  .cid-tWPIagcdwq .navbar.opened {
    height: auto;
  }
  .cid-tWPIagcdwq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWPIagcdwq .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWPIagcdwq .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWPIagcdwq .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWPIagcdwq .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWPIagcdwq .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWPIagcdwq .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWPIagcdwq .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWPIagcdwq .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWPIagcdwq .nav-item .nav-link {
  position: relative !important;
}
.cid-tWPIagcdwq .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWPIagcdwq .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWPIagcdwq .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWPIagcdwq .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWPIagcdwq .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWPIagcdwq .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWPIagcdwq .tel-menu {
    display: none;
  }
}
.cid-tWPIagcdwq .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWPIagcdwq .mbr-text {
    text-align: center !important;
  }
}
.cid-tWPIagcdwq .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWPIagcdwq .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWPIagcdwq .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWPIagcdwq .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWPIagcdwq .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWPIagcdwq .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWPIagcdwq .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-tWQdY3B02U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWQdY3B02U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQdY3B02U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQdY3B02U .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWQdY3B02U .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQdY3B02U .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWQdY3B02U .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWQdY3B02U .container {
    padding: 0 12px;
  }
}
.cid-tWQdY3B02U .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWQdY3B02U .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWQdY3B02U .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWQdY3B02U .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWQdY3B02U .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWQdY3B02U .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWQdY3B02U .mbr-section-title,
.cid-tWQdY3B02U .mbr-section-btn {
  text-align: center;
  color: #0c8c1a;
}
.cid-tWPIah6IPh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWPIah6IPh .col-main {
    flex-direction: column;
  }
}
.cid-tWPIah6IPh .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tWPIah6IPh .border-item {
    order: 1;
  }
}
.cid-tWPIah6IPh .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPIah6IPh .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tWPIah6IPh .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tWPIah6IPh .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tWPIah6IPh .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tWPIah6IPh .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tWPIah6IPh .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tWPIah6IPh .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tWlcf7gEs0 {
  z-index: 1000;
  width: 100%;
}
.cid-tWlcf7gEs0 nav.navbar {
  position: fixed;
}
.cid-tWlcf7gEs0 .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-tWlcf7gEs0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWlcf7gEs0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWlcf7gEs0 .dropdown-item:hover,
.cid-tWlcf7gEs0 .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-tWlcf7gEs0 .dropdown-item:hover span {
  color: white;
}
.cid-tWlcf7gEs0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWlcf7gEs0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWlcf7gEs0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWlcf7gEs0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWlcf7gEs0 .nav-link {
  position: relative;
}
.cid-tWlcf7gEs0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWlcf7gEs0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tWlcf7gEs0 .iconfont-wrapper {
  color: #0c8c1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWlcf7gEs0 .dropdown-menu,
.cid-tWlcf7gEs0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tWlcf7gEs0 .nav-item:focus,
.cid-tWlcf7gEs0 .nav-link:focus {
  outline: none;
}
.cid-tWlcf7gEs0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWlcf7gEs0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWlcf7gEs0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWlcf7gEs0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWlcf7gEs0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWlcf7gEs0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWlcf7gEs0 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tWlcf7gEs0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWlcf7gEs0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWlcf7gEs0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWlcf7gEs0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWlcf7gEs0 .navbar.collapsed {
  justify-content: center;
}
.cid-tWlcf7gEs0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWlcf7gEs0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWlcf7gEs0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWlcf7gEs0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWlcf7gEs0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWlcf7gEs0 .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-tWlcf7gEs0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWlcf7gEs0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWlcf7gEs0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWlcf7gEs0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWlcf7gEs0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWlcf7gEs0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWlcf7gEs0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWlcf7gEs0 .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-tWlcf7gEs0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWlcf7gEs0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWlcf7gEs0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWlcf7gEs0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWlcf7gEs0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWlcf7gEs0 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWlcf7gEs0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWlcf7gEs0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWlcf7gEs0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWlcf7gEs0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWlcf7gEs0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWlcf7gEs0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWlcf7gEs0 .dropdown-item.active,
.cid-tWlcf7gEs0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWlcf7gEs0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWlcf7gEs0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWlcf7gEs0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWlcf7gEs0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWlcf7gEs0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWlcf7gEs0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWlcf7gEs0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWlcf7gEs0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWlcf7gEs0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWlcf7gEs0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWlcf7gEs0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWlcf7gEs0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWlcf7gEs0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWlcf7gEs0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWlcf7gEs0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWlcf7gEs0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWlcf7gEs0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWlcf7gEs0 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWlcf7gEs0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWlcf7gEs0 .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-tWlcf7gEs0 .navbar {
    height: 70px;
  }
  .cid-tWlcf7gEs0 .navbar.opened {
    height: auto;
  }
  .cid-tWlcf7gEs0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWlcf7gEs0 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tWlcf7gEs0 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWlcf7gEs0 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tWlcf7gEs0 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWlcf7gEs0 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tWlcf7gEs0 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tWlcf7gEs0 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tWlcf7gEs0 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tWlcf7gEs0 .nav-item .nav-link {
  position: relative !important;
}
.cid-tWlcf7gEs0 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tWlcf7gEs0 .nav-item .nav-link:hover {
  color: #1d1d1f !important;
}
.cid-tWlcf7gEs0 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tWlcf7gEs0 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tWlcf7gEs0 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tWlcf7gEs0 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWlcf7gEs0 .tel-menu {
    display: none;
  }
}
.cid-tWlcf7gEs0 .mbr-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tWlcf7gEs0 .mbr-text {
    text-align: center !important;
  }
}
.cid-tWlcf7gEs0 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tWlcf7gEs0 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tWlcf7gEs0 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tWlcf7gEs0 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tWlcf7gEs0 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tWlcf7gEs0 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tWlcf7gEs0 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #1d1d1f;
  border-radius: 0.25rem;
}
.cid-sXT26h1fgq {
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
  position: relative;
}
.cid-sXT26h1fgq .container,
.cid-sXT26h1fgq .container-fluid {
  position: static;
}
.cid-sXT26h1fgq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sXT26h1fgq .colored-text {
  color: #004ab8;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 5px;
}
.cid-sXT26h1fgq .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 48px;
}
@media (min-width: 1400px) {
  .cid-sXT26h1fgq .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-sXT26h1fgq .mbr-text {
    margin-top: 38px;
  }
}
.cid-sXT26h1fgq .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-sXT26h1fgq .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sXT26h1fgq .mbr-section-btn .btn {
  padding: 10px 30px;
  min-height: 55px;
  border-radius: 9px;
}
.cid-sXT26h1fgq .mbr-section-btn .btn-info:hover {
  background-color: #0066ff !important;
  color: #ffffff !important;
}
.cid-sXT26h1fgq .image-wrapper {
  max-height: 100%;
}
.cid-sXT26h1fgq .image-wrapper img {
  max-width: 100%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-sXT26h1fgq .image-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36.4% !important;
    z-index: 2;
    right: 5%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sXT26h1fgq .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-sXT26h1fgq .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-sXT26h1fgq .col-text {
    width: 58.3333333333% !important;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .cid-sXT26h1fgq .col-text {
    width: 50% !important;
  }
}
.cid-sXT26h1fgq .mbr-text,
.cid-sXT26h1fgq .mbr-section-btn {
  color: #a1a0a0;
  text-align: left;
}
.cid-tWTxEbBXx2 {
  background-color: #ffffff;
}
.cid-tWTxEbBXx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWTxEbBXx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWTxEbBXx2 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWTxEbBXx2 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tWTxEbBXx2 .container {
    padding: 0 6px;
  }
}
.cid-tWTxEbBXx2 .row {
  margin: 0;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tWTxEbBXx2 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tWTxEbBXx2 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tWTxEbBXx2 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tWTxEbBXx2 .row {
    padding: 70px 30px;
  }
}
.cid-tWTxEbBXx2 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tWTxEbBXx2 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-tWTxEbBXx2 .box .mbr-media {
    height: 350px;
  }
}
.cid-tWTxEbBXx2 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-tWTxEbBXx2 .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tWTxEbBXx2 .mbr-media {
  position: relative;
}
.cid-tWTxEbBXx2 .mbr-media img {
  width: 200vh;
  object-fit: cover;
}
.cid-tWTxEbBXx2 a:hover {
  background-image: none !important;
}
.cid-tWTxEbBXx2 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-color: #0c8c1a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-tWTxEbBXx2 .icon-wrap:hover {
  opacity: 1;
  background-color: #ffffff;
  cursor: pointer;
}
.cid-tWTxEbBXx2 .icon-wrap:hover .mbr-iconfont {
  color: #0c8c1a;
}
.cid-tWTxEbBXx2 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-tWTxEbBXx2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tWTxEbBXx2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tWTxEbBXx2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tWTxEbBXx2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tWTxEbBXx2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWTxEbBXx2 .title-wrapper {
  margin-bottom: 64px;
}
.cid-tWTxEbBXx2 .title-wrapper span {
  color: #0c8c1a;
}
.cid-tWTxEbBXx2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWTxEbBXx2 .mbr-section-title {
  color: #0c8c1a;
}
.cid-sXT98UW3H4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sXT98UW3H4 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sXT98UW3H4 .mbr-section-title {
  color: #010d4c;
}
.cid-sXT98UW3H4 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-sXT98UW3H4 .card-title {
  color: #010d4c;
  margin-top: 30px;
}
.cid-sXT98UW3H4 .card-title a {
  font-weight: 700 !important;
}
.cid-sXT98UW3H4 .card-title a:hover {
  text-decoration: underline;
}
.cid-sXT98UW3H4 .icon-box {
  display: flex;
  justify-content: flex-start;
}
.cid-sXT98UW3H4 .icon-box .mbr-iconfont {
  font-size: 45px;
  color: #0066ff;
}
.cid-sXT98UW3H4 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 16px;
}
.cid-sXT98UW3H4 .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.cid-sXT98UW3H4 .icon-link-box .mbr-iconfont {
  font-size: 37px;
  color: #cecece;
  transition: all 0.3s ease-in-out;
}
.cid-sXT98UW3H4 .icon-link-box .mbr-iconfont:hover {
  transform: scale(1.1);
}
.cid-sXT98UW3H4 .col-card {
  margin-top: 30px;
}
.cid-sXT98UW3H4 .card-wrapper {
  padding: 52px 40px 45px 50px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-sXT98UW3H4 .card-wrapper {
    padding: 40px 20px 20px;
  }
}
@media (min-width: 768px) {
  .cid-sXT98UW3H4 .card-1 {
    padding-left: 0;
    margin-right: 8px;
  }
}
.cid-sXT98UW3H4 .card-2 {
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(0, 19, 87, 0.04);
  border-radius: 15px;
}
.cid-sXT98UW3H4 .mbr-text,
.cid-sXT98UW3H4 .link {
  color: #24262b;
}
.cid-sXT98UW3H4 .card-title,
.cid-sXT98UW3H4 .card-box {
  color: #0c8c1a;
}
.cid-ugSSYrZ4a5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugSSYrZ4a5 .main-col {
  display: flex;
}
.cid-ugSSYrZ4a5 .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-ugSSYrZ4a5 .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ugSSYrZ4a5 .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-ugSSYrZ4a5 .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-ugSSYrZ4a5 .text-wrapper {
    width: 52%;
  }
}
.cid-ugSSYrZ4a5 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-ugSSYrZ4a5 .prof-text {
  color: #1d1d1f;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-ugSSYrZ4a5 .mbr-section-subtitle {
  color: #a1a0a0;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-ugSSYrZ4a5 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-ugSSYrZ4a5 .mbr-text {
  color: #1d1d1f;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-ugSSYrZ4a5 .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugSSYrZ4a5 .image-wrapper {
    width: 48%;
  }
}
.cid-ugSSYrZ4a5 .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ugSSYrZ4a5 .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-ugSSYrZ4a5 .mbr-iconfont {
  font-size: 18px;
  color: #0c8c1a;
}
.cid-ugSSYrZ4a5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-ugSSYrZ4a5 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugSSYrZ4a5 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ugSSYrZ4a5 .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-ugSSYrZ4a5 .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-ugSSYrZ4a5 .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-ugSSYrZ4a5 .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-ugSSYrZ4a5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSSYrZ4a5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSSYrZ4a5 .mbr-section-title,
.cid-ugSSYrZ4a5 .mbr-section-btn {
  color: #249802;
}
.cid-sXT9HLiM4Z {
  background-color: #ffffff;
}
.cid-sXT9HLiM4Z .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sXT9HLiM4Z .label-text {
  width: 100%;
  color: #0c8c1a;
  margin-bottom: 8px;
}
.cid-sXT9HLiM4Z .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-sXT9HLiM4Z .mbr-text {
  color: #000000;
  opacity: 0.8;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}
.cid-sXT9HLiM4Z .mbr-section-btn {
  margin-top: 20px;
}
.cid-sXT9HLiM4Z .mbr-section-btn .btn-secondary:hover,
.cid-sXT9HLiM4Z .mbr-section-btn .btn-primary:hover {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
}
.cid-sXT9HLiM4Z .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 45px;
}
.cid-sXT9HLiM4Z .mbr-section-btn .btn:before {
  display: none;
}
.cid-sXT9HLiM4Z .mbr-section-btn .btn:hover:before {
  display: none;
}
@media (max-width: 767px) {
  .cid-sXT9HLiM4Z .image-wrapper {
    margin-top: 40px;
  }
}
.cid-sXT9HLiM4Z .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sXT9HLiM4Z .image-wrapper img {
    padding-right: 5%;
  }
}
.cid-sXT9HLiM4Z .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
  margin-top: 16px;
  width: 100%;
}
.cid-sXT9HLiM4Z .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.cid-sXT9HLiM4Z .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-sXT9HLiM4Z .icon-wrapper span {
  color: #0066ff;
  font-size: 13px;
}
.cid-sXT9HLiM4Z .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-sXT9HLiM4Z .mbr-section-title,
.cid-sXT9HLiM4Z .mbr-section-btn {
  color: #24262b;
}
.cid-sXTbvhy0eL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sXTbvhy0eL .col-title {
  margin-bottom: 3rem;
}
.cid-sXTbvhy0eL .text-wrapper {
  display: flex;
  padding: 0 13px 25px;
  border-radius: 15px;
}
@media (min-width: 1200px) {
  .cid-sXTbvhy0eL .text-wrapper {
    padding: 15px 83px 30px;
  }
}
@media (min-width: 1400px) {
  .cid-sXTbvhy0eL .text-wrapper {
    padding: 15px 71px 30px;
  }
}
.cid-sXTbvhy0eL .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-sXTbvhy0eL .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 12px;
  margin-top: 40px;
}
@media (min-width: 1400px) {
  .cid-sXTbvhy0eL .card {
    padding: 0 24px;
  }
}
.cid-sXTbvhy0eL .icon-box {
  display: flex;
  padding: 14px;
  border-radius: 50%;
  margin-bottom: 25px;
}
.cid-sXTbvhy0eL .icon-box .mbr-iconfont {
  font-size: 17px;
}
.cid-sXTbvhy0eL .icon-box1 {
  background-color: rgba(68, 109, 255, 0.07);
}
.cid-sXTbvhy0eL .icon-box1 .mbr-iconfont {
  color: #000000;
}
.cid-sXTbvhy0eL .icon-box2 {
  background-color: #fde8ff;
}
.cid-sXTbvhy0eL .icon-box2 .mbr-iconfont {
  color: #000000;
}
.cid-sXTbvhy0eL .icon-box3 {
  background-color: rgba(255, 122, 65, 0.12);
}
.cid-sXTbvhy0eL .icon-box3 .mbr-iconfont {
  color: #000000;
}
.cid-sXTbvhy0eL .card-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-sXTbvhy0eL .card-text {
  color: #24262b;
  opacity: 0.8;
  margin-bottom: 16px;
  width: 100%;
  margin-top: 20px;
}
.cid-tM9Ve61VAh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tM9Ve61VAh .row {
  display: flex;
  align-items: center;
}
.cid-tM9Ve61VAh .image-wrapper {
  max-height: 100%;
}
.cid-tM9Ve61VAh .image-wrapper img {
  max-width: 793px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-left: auto!important;
}
@media (max-width: 767px) {
  .cid-tM9Ve61VAh .image-wrapper {
    margin-top: 80px;
  }
}
.cid-tM9Ve61VAh .text-wrapper {
  width: 100%;
}
.cid-tM9Ve61VAh .label-text {
  width: 100%;
  color: #0c8c1a;
  margin-bottom: 8px;
}
.cid-tM9Ve61VAh .mbr-section-title {
  color: #24262b;
  margin-bottom: 8px;
}
.cid-tM9Ve61VAh .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 16px;
}
.cid-tM9Ve61VAh .lines-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
}
.cid-tM9Ve61VAh .line-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tM9Ve61VAh .line-container2 {
  margin-top: 40px;
}
.cid-tM9Ve61VAh .line-text {
  color: #A1A0A0;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tM9Ve61VAh .line {
  width: 100%;
  height: 6px;
  border-radius: 30px;
  background-color: rgba(68, 109, 255, 0.15);
}
.cid-tM9Ve61VAh .line-active {
  position: relative;
  height: 100%;
  border-radius: 30px;
}
.cid-tM9Ve61VAh .line-active1 {
  background-color: #ec2016;
  width: 97%;
}
.cid-tM9Ve61VAh .line-active2 {
  background-color: #0066ff;
  width: 98%;
}
.cid-tM9Ve61VAh .percent-text {
  width: 40px;
  background: #fff;
  color: rgba(0, 40, 78, 0.8);
  box-shadow: 0 5px 20px rgba(0, 28, 99, 0.08);
  border-radius: 4px;
  margin: 0;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  float: none;
  position: absolute;
  top: -40px;
  right: 0;
}
.cid-tM9Ve61VAh .percent-text1:before {
  content: "97";
}
.cid-tM9Ve61VAh .percent-text2:before {
  content: "98";
}
.cid-tM9Ve61VAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9Ve61VAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sXTbUOzhhA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sXTbUOzhhA .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sXTbUOzhhA .mbr-section-title {
  color: #0c8c1a;
}
.cid-sXTbUOzhhA .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-sXTbUOzhhA .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-sXTbUOzhhA .card-title {
    margin-bottom: 18px;
  }
}
.cid-sXTbUOzhhA .card-title a {
  font-weight: 700;
}
.cid-sXTbUOzhhA .card-title a:hover {
  color: #1d1d1f !important;
}
.cid-sXTbUOzhhA .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-sXTbUOzhhA .icon-box {
    margin-bottom: 20px;
  }
}
.cid-sXTbUOzhhA .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #000000;
}
.cid-sXTbUOzhhA .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sXTbUOzhhA .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-sXTbUOzhhA .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-sXTbUOzhhA .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-sXTbUOzhhA .col-card {
  margin-top: 30px;
}
.cid-sXTbUOzhhA .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-sXTbUOzhhA .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-sXTbUOzhhA .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-sXTbUOzhhA .mbr-text,
.cid-sXTbUOzhhA .link {
  color: #000000;
}
.cid-tM9VZITXnu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tM9VZITXnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9VZITXnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM9VZITXnu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tM9VZITXnu .container-fluid {
    padding: 0 20px;
  }
}
.cid-tM9VZITXnu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tM9VZITXnu .container {
    padding: 0 20px;
  }
}
.cid-tM9VZITXnu .mbr-section-title {
  margin-bottom: 64px;
  color: #249802;
}
@media (max-width: 992px) {
  .cid-tM9VZITXnu .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tM9VZITXnu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tM9VZITXnu .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tM9VZITXnu .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tM9VZITXnu .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tM9VZITXnu .embla__button--next,
.cid-tM9VZITXnu .embla__button--prev {
  display: flex;
}
.cid-tM9VZITXnu .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #1d1d1f;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tM9VZITXnu .embla__button {
    display: none;
  }
}
.cid-tM9VZITXnu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tM9VZITXnu .embla__button:hover {
  background: transparent;
  color: #1d1d1f;
  opacity: .7;
}
.cid-tM9VZITXnu .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tM9VZITXnu .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tM9VZITXnu .embla__button {
    top: 7rem;
  }
}
.cid-tM9VZITXnu .embla {
  position: relative;
  width: 100%;
}
.cid-tM9VZITXnu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tM9VZITXnu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tM9VZITXnu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tM9VZITXnu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tM3ENKy5VU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tM3ENKy5VU .mbr-section-title,
.cid-tM3ENKy5VU .title__address,
.cid-tM3ENKy5VU .title__social {
  margin-bottom: 20px;
}
.cid-tM3ENKy5VU .info {
  margin-bottom: 20px;
}
.cid-tM3ENKy5VU .text__info,
.cid-tM3ENKy5VU .work__time,
.cid-tM3ENKy5VU .work__address {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tM3ENKy5VU .info__wrap {
    padding: 0 30px;
  }
}
.cid-tM3ENKy5VU .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-tM3ENKy5VU .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none !important;
  line-height: 1.3;
  border-radius: 4px;
  background-color: #f5f7fd !important;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.cid-tM3ENKy5VU .dragArea .form-control:hover,
.cid-tM3ENKy5VU .dragArea .form-control:focus {
  border: none !important;
}
.cid-tM3ENKy5VU .dragArea .jq-selectbox li:hover,
.cid-tM3ENKy5VU .dragArea .jq-selectbox li.selected {
  background-color: #0c8c1a;
  color: #ffffff;
}
.cid-tM3ENKy5VU .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #0066ff !important;
}
.cid-tM3ENKy5VU .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tM3ENKy5VU .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: 0.8;
}
.cid-tM3ENKy5VU .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  right: 20px;
  border-color: #0066ff;
}
.cid-tM3ENKy5VU .dragArea textarea {
  height: 160px !important;
}
.cid-tM3ENKy5VU .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tM3ENKy5VU .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tM3ENKy5VU .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tM3ENKy5VU .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tM3ENKy5VU .input-group-btn {
  padding: 0 10px;
}
.cid-tM3ENKy5VU .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
}
.cid-tM3ENKy5VU .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-tM3ENKy5VU .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
.cid-tM3ENKy5VU .form-group,
.cid-tM3ENKy5VU .input-group-btn {
  padding: 0;
}
.cid-tM3ENKy5VU .dragArea .form-control {
  border: none;
}
@media (max-width: 991px) {
  .cid-tM3ENKy5VU .divider {
    margin: 40px 15px 45px;
  }
  .cid-tM3ENKy5VU .form-group,
  .cid-tM3ENKy5VU .input-group-btn {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tM3ENKy5VU .social,
  .cid-tM3ENKy5VU .address,
  .cid-tM3ENKy5VU .info__wrap {
    margin-bottom: 30px;
  }
  .cid-tM3ENKy5VU .form-group {
    padding: 10px 15px;
  }
  .cid-tM3ENKy5VU .input-group-btn {
    padding: 0 15px;
  }
}
.cid-tM3ENKy5VU LABEL {
  color: #000000;
}
.cid-tM3ENKy5VU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM3ENKy5VU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM3ENKy5VU .mbr-section-title {
  color: #0c8c1a;
}
.cid-tM9PvLA1N9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tM9PvLA1N9 .col-title {
  margin-bottom: 3rem;
}
.cid-tM9PvLA1N9 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tM9PvLA1N9 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tM9PvLA1N9 .text-wrapper {
  display: flex;
  padding: 30px 0 35px;
  border-radius: 30px;
  background: #000000;
  box-shadow: -20px 20px 50px rgba(14, 100, 215, 0.04);
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-tM9PvLA1N9 .text-wrapper {
    padding: 10px 0 20px;
  }
}
.cid-tM9PvLA1N9 .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tM9PvLA1N9 .card {
  padding: 30px 12px 20px;
}
.cid-tM9PvLA1N9 .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tM9PvLA1N9 .card-text {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tM9PvLA1N9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9PvLA1N9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM9UiJAuuv {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tM9UiJAuuv .container {
  display: flex;
  justify-content: center;
}
.cid-tM9UiJAuuv .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tM9UiJAuuv .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tM9UiJAuuv .text-container {
    margin-bottom: 20px;
  }
}
.cid-tM9UiJAuuv .mbr-section-title {
  color: #0c8c1a;
  margin-bottom: 0;
}
.cid-tM9UiJAuuv .colored-text {
  color: #0c8c1a;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tM9UiJAuuv .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tM9UiJAuuv .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tM9UiJAuuv .dragArea {
    max-width: 505px;
  }
}
.cid-tM9UiJAuuv .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tM9UiJAuuv .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tM9UiJAuuv .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tM9UiJAuuv .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tM9UiJAuuv .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tM9UiJAuuv .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tM9UiJAuuv .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-tM9UiJAuuv .form-control {
    height: 44px;
  }
}
.cid-tM9UiJAuuv .form-control:hover,
.cid-tM9UiJAuuv .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tM9UiJAuuv .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tM9UiJAuuv .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tM9UiJAuuv .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tM9UiJAuuv .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tM9UiJAuuv .form-text {
  color: #A1A0A0;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tM9UiJAuuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9UiJAuuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM3GaINc3F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tM3GaINc3F .col-main {
    flex-direction: column;
  }
}
.cid-tM3GaINc3F .border-item {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tM3GaINc3F .border-item {
    order: 1;
  }
}
.cid-tM3GaINc3F .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tM3GaINc3F .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tM3GaINc3F .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 991px) {
  .cid-tM3GaINc3F .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tM3GaINc3F .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tM3GaINc3F .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tM3GaINc3F .list li:hover {
  color: #1d1d1f;
  border-bottom: 2px solid currentColor;
}
.cid-tM3GaINc3F .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
