.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6e8dc8 !important;
}
.bg-success {
  background-color: #7787a5 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #3aa99f !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6e8dc8 !important;
  border-color: #6e8dc8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #93aad6 !important;
  border-color: #93aad6 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #93aad6 !important;
  border-color: #93aad6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b446a !important;
  border-color: #1b446a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #255e93 !important;
  border-color: #255e93 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #255e93 !important;
  border-color: #255e93 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #7787a5 !important;
  border-color: #7787a5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #96a2b9 !important;
  border-color: #96a2b9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #96a2b9 !important;
  border-color: #96a2b9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3aa99f !important;
  border-color: #3aa99f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #52c4ba !important;
  border-color: #52c4ba !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #52c4ba !important;
  border-color: #52c4ba !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6e8dc8;
  color: #6e8dc8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3d60a2 !important;
  background-color: transparent !important;
  border-color: #3d60a2 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6e8dc8 !important;
  border-color: #6e8dc8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1b446a;
  color: #1b446a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #091825 !important;
  background-color: transparent !important;
  border-color: #091825 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b446a !important;
  border-color: #1b446a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7787a5;
  color: #7787a5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4f5d77 !important;
  background-color: transparent !important;
  border-color: #4f5d77 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7787a5 !important;
  border-color: #7787a5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #3aa99f;
  color: #3aa99f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #246862 !important;
  background-color: transparent !important;
  border-color: #246862 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3aa99f !important;
  border-color: #3aa99f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6e8dc8 !important;
}
.text-secondary {
  color: #1b446a !important;
}
.text-success {
  color: #7787a5 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #3aa99f !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #395997 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #061019 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #48556e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #205d58 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #6e8dc8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #3aa99f;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6e8dc8;
  border-color: #6e8dc8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6e8dc8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cad6eb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4cbd8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #8bd7d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #6e8dc8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6e8dc8;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6e8dc8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6e8dc8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6e8dc8;
  border-bottom-color: #6e8dc8;
}
.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: #6e8dc8 !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: #1b446a !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='%236e8dc8' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tXRsBr5jxQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXRsBr5jxQ nav.navbar {
  position: fixed;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXRsBr5jxQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXRsBr5jxQ .dropdown-item:hover,
.cid-tXRsBr5jxQ .dropdown-item:focus {
  background: #6e8dc8 !important;
  color: white !important;
}
.cid-tXRsBr5jxQ .dropdown-item:hover span {
  color: white;
}
.cid-tXRsBr5jxQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXRsBr5jxQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXRsBr5jxQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXRsBr5jxQ .nav-link {
  position: relative;
}
.cid-tXRsBr5jxQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tXRsBr5jxQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown-menu,
.cid-tXRsBr5jxQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tXRsBr5jxQ .nav-item:focus,
.cid-tXRsBr5jxQ .nav-link:focus {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXRsBr5jxQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXRsBr5jxQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tXRsBr5jxQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXRsBr5jxQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tXRsBr5jxQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRsBr5jxQ .navbar.collapsed {
  justify-content: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXRsBr5jxQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXRsBr5jxQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXRsBr5jxQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXRsBr5jxQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXRsBr5jxQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXRsBr5jxQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRsBr5jxQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown-item.active,
.cid-tXRsBr5jxQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRsBr5jxQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXRsBr5jxQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRsBr5jxQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXRsBr5jxQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXRsBr5jxQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXRsBr5jxQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar {
    height: 70px;
  }
  .cid-tXRsBr5jxQ .navbar.opened {
    height: auto;
  }
  .cid-tXRsBr5jxQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXRsBr5jxQ .sheaquaheader {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tXJMAB3M8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXJMAB3M8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tXJMAB3M8V .mbr-section-title {
  text-align: center;
}
.cid-tXJB9UVG3F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg1-1770x1040.png");
}
.cid-tXJB9UVG3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXJB9UVG3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXJB9UVG3F .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tXJB9UVG3F .mbr-section-title {
  color: #24262b;
}
.cid-tXJB9UVG3F .mbr-section-subtitle {
  color: #24262b;
}
.cid-tXJB9UVG3F .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tXJB9UVG3F .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
  min-height: 380px;
}
.cid-tXJB9UVG3F .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
.cid-tXJB9UVG3F .item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXJB9UVG3F .item-content {
    text-align: center;
  }
}
.cid-tXJB9UVG3F .card-title-1 {
  color: #626262;
}
.cid-tXJB9UVG3F .card-title-2 {
  color: #626262;
}
.cid-tXJB9UVG3F .card-subtitle-1 {
  margin-top: 16px;
  color: #232323;
}
.cid-tXJB9UVG3F .card-subtitle-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-tXJB9UVG3F .card-text-1 {
  color: #24262b;
}
.cid-tXJB9UVG3F .card-text-2 {
  color: #24262b;
}
.cid-tXJB9UVG3F .mbr-section-btn {
  margin-top: auto;
  padding-top: 14px;
}
.cid-tXJB9UVG3F .card-1 .card-wrap-1 {
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-tXJB9UVG3F .card-2 .card-wrap-2 {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tWP6ILaoHz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-tWP6ILaoHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWP6ILaoHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMlEXTHLbS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bg2-1435x966.png");
}
.cid-tMlEXTHLbS .mbr-overlay {
  background: #6e8dc8;
  opacity: 0.9;
}
.cid-tMlEXTHLbS img,
.cid-tMlEXTHLbS .item-img {
  padding-top: 20px;
  margin: auto;
  width: 80%;
}
.cid-tMlEXTHLbS .item:focus,
.cid-tMlEXTHLbS span:focus {
  outline: none;
}
.cid-tMlEXTHLbS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMlEXTHLbS .item {
    margin-bottom: 1rem;
  }
}
.cid-tMlEXTHLbS .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tMlEXTHLbS .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tMlEXTHLbS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tMlEXTHLbS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tMlEXTHLbS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tMlEXTHLbS .item-title {
  text-align: center;
}
.cid-tMlEXTHLbS .item-subtitle {
  text-align: left;
}
.cid-tMlEXTHLbS .mbr-text,
.cid-tMlEXTHLbS .item .mbr-section-btn {
  text-align: center;
}
.cid-tMlEXTHLbS .mbr-section-subtitle,
.cid-tMlEXTHLbS .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tXKHJuCB1y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #595959;
}
.cid-tXKHJuCB1y .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tXKHJuCB1y .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tXKHJuCB1y .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6e8dc8;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tXKHJuCB1y .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tXKHJuCB1y .mbr-text {
  color: #eff0ff;
}
.cid-tXKHJuCB1y .mbr-subtitle {
  text-align: center;
  color: #eff0ff;
}
.cid-tXKbldjnwK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #737373;
}
.cid-tXKbldjnwK .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tXKbldjnwK .image-wrapper {
    padding-right: 3.55%;
  }
}
.cid-tXKbldjnwK .image-wrapper .padding-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tXKbldjnwK .image-wrapper .padding-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tXKbldjnwK .image-wrapper .padding-container {
    padding: 0px;
  }
}
.cid-tXKbldjnwK .image-wrapper img {
  width: auto;
  max-width: 90%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-tXKbldjnwK .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: 5%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tXKbldjnwK .image-wrapper img:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tXKbldjnwK .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tXKbldjnwK .col-text {
    padding: 0;
    padding-left: 3.55%;
  }
}
@media (max-width: 991px) {
  .cid-tXKbldjnwK .col-text {
    text-align: center;
  }
}
.cid-tXKbldjnwK .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-tXKbldjnwK .text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tXKbldjnwK .text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-tXKbldjnwK .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tXKbldjnwK .label-text {
    text-align: center !important;
  }
}
.cid-tXKbldjnwK .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tXKbldjnwK .mbr-text {
  color: #f7f7f7;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tXKbldjnwK .lists-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tXKbldjnwK .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tXKbldjnwK .lists-container {
    justify-content: center;
  }
}
.cid-tXKbldjnwK .card {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXKbldjnwK .card:first-child {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .cid-tXKbldjnwK .card {
    margin-top: 30px;
  }
}
.cid-tXKbldjnwK .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXKbldjnwK .card-wrapper {
    flex-direction: column;
  }
}
.cid-tXKbldjnwK .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXKbldjnwK .card-box {
    flex-direction: column;
  }
}
.cid-tXKbldjnwK .card-content {
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tXKbldjnwK .card-content {
    flex-grow: 0;
    width: 100%;
  }
}
.cid-tXKbldjnwK .card-number {
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tXKbldjnwK .card-number {
    min-width: 105px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .cid-tXKbldjnwK .card-number {
    width: 100%;
  }
}
.cid-tXKbldjnwK .icon-box {
  padding: 17px;
  border-radius: 5px;
  background-color: #6e8dc8;
  margin-right: 45px;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-tXKbldjnwK .icon-box {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tXKbldjnwK .icon-box:hover {
    transform: scale(0.9);
  }
}
.cid-tXKbldjnwK .icon-box span {
  color: #ffffff;
}
.cid-tXKbldjnwK .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-tXKbldjnwK .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tXKbldjnwK .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tXKbldjnwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXKbldjnwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXKbldjnwK .mbr-section-title,
.cid-tXKbldjnwK .mbr-section-btn {
  color: #ffffff;
}
.cid-tXKbldjnwK .card-title {
  color: #ffffff;
}
.cid-tXKbldjnwK .card-text {
  color: #f7f7f7;
}
.cid-tXKk7doxCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXKk7doxCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXKk7doxCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXKk7doxCj .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-tXKk7doxCj .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-tXKk7doxCj .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-tXKk7doxCj .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-tXKk7doxCj .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-tXKk7doxCj .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-tXKk7doxCj .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-tXKk7doxCj .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-tXKk7doxCj .items-wrap {
    padding-top: 50px;
  }
}
.cid-tXKk7doxCj .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-tXKk7doxCj .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-tXKk7doxCj .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-tXKk7doxCj .list li {
  position: relative;
  padding-left: 32px;
}
.cid-tXKk7doxCj .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: url("../../../assets/images/list.svg");
  background-size: 100% 100%;
}
.cid-tXKk7doxCj .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-tXKk7doxCj .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-tXKk7doxCj .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tXRh7JfhsQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tXRh7JfhsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXRh7JfhsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tXRh7JfhsQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tXRh7JfhsQ img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-tXRh7JfhsQ img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tXRh7JfhsQ .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-tXRh7JfhsQ .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tXRh7JfhsQ .card-link:hover a {
  background-image: none !important;
}
.cid-tXRh7JfhsQ .card-link:hover {
  cursor: pointer;
}
.cid-tXRh7JfhsQ .card-link:hover:before {
  width: 0%;
}
.cid-tXRh7JfhsQ .card {
  margin-bottom: 3rem;
}
.cid-tXRh7JfhsQ .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tXRh7JfhsQ .row {
  justify-content: center;
}
.cid-tXRh7JfhsQ .card-box {
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: .8rem;
}
.cid-tXRh7JfhsQ .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tXRh7JfhsQ .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tXRh7JfhsQ .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tXRh7JfhsQ .card-text {
  color: #ffffff;
}
.cid-tXRh7JfhsQ .card-title,
.cid-tXRh7JfhsQ .iconfont-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-tXRh7JfhsQ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tXRh7JfhsQ .card-link,
.cid-tXRh7JfhsQ .link-icon,
.cid-tXRh7JfhsQ .link-align {
  color: #232323;
}
.cid-tWPkeWSZOH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-tWPkeWSZOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPkeWSZOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPkeWSZOH .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tWPkeWSZOH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWPkeWSZOH .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1rem;
  text-align: center;
}
.cid-tWPkeWSZOH .card-row {
  align-items: stretch;
}
.cid-tWPkeWSZOH .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tWPkeWSZOH .item {
    width: 20% !important;
  }
}
.cid-tWPkeWSZOH .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-tWPkeWSZOH .item-wrapper {
    min-height: 360px;
  }
}
.cid-tWPkeWSZOH .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-tWPkeWSZOH .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-tWPkeWSZOH .item-wrapper:hover .bg-overlay:hover .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-tWPkeWSZOH .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-tWPkeWSZOH .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-tWPkeWSZOH .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWPkeWSZOH .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-tWPkeWSZOH .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-tWPkeWSZOH .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-tWPkeWSZOH .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tWPkeWSZOH .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-tWPkeWSZOH .iconfont-wrapper {
  margin-right: 18px;
}
.cid-tWPkeWSZOH .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-tWPkeWSZOH .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-tWPkeWSZOH .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-tWPkeWSZOH .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-tWPkeWSZOH .mbr-section-btn .btn {
  box-shadow: none !important;
  border-radius: 0px;
  border-width: 0px;
  padding: 0px;
}
@media (max-width: 575px) {
  .cid-tWPkeWSZOH .mbr-section-btn {
    width: auto;
  }
  .cid-tWPkeWSZOH .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tWPkeWSZOH .muni .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPkeWSZOH .muni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWPkeWSZOH .muni .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tWPkeWSZOH .muni img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-tWPkeWSZOH .muni img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tWPkeWSZOH .muni .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-tWPkeWSZOH .muni .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tWPkeWSZOH .muni .card-link:hover a {
  background-image: none !important;
}
.cid-tWPkeWSZOH .muni .card-link:hover {
  cursor: pointer;
}
.cid-tWPkeWSZOH .muni .card-link:hover:before {
  width: 0%;
}
.cid-tWPkeWSZOH .muni .card {
  margin-bottom: 3rem;
}
.cid-tWPkeWSZOH .muni .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #f6f6ef;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tWPkeWSZOH .muni .row {
  justify-content: center;
}
.cid-tWPkeWSZOH .muni .card-box {
  align-items: center;
  border-bottom: 1px solid #f6f6ef;
  padding-bottom: .8rem;
}
.cid-tWPkeWSZOH .muni .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tWPkeWSZOH .muni .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tWPkeWSZOH .muni .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tWPkeWSZOH .muni .card-text {
  color: #ffffff;
}
.cid-tWPkeWSZOH .muni .card-title,
.cid-tWPkeWSZOH .muni .iconfont-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-tWPkeWSZOH .muni .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tWPkeWSZOH .muni .card-link,
.cid-tWPkeWSZOH .muni .link-icon,
.cid-tWPkeWSZOH .muni .link-align {
  color: #232323;
}
.cid-tXFiTECaMI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #6e8dc8;
  overflow: hidden;
}
.cid-tXFiTECaMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXFiTECaMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXFiTECaMI .container-fluid {
  max-width: 100% !important;
}
.cid-tXFiTECaMI .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-tXFiTECaMI .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tXFiTECaMI .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-tXFiTECaMI .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
    padding: 45px 30px 30px 30px;
  }
}
@media (min-width: 1440px) {
  .cid-tXFiTECaMI .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
    padding: 60px 40px 0 30px;
  }
}
@media (max-width: 991px) {
  .cid-tXFiTECaMI .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-tXFiTECaMI .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-tXFiTECaMI .mbr-section-title {
  color: #ffffff;
  padding-bottom: 157px;
  padding-bottom: 80px;
}
@media (max-width: 1439px) {
  .cid-tXFiTECaMI .mbr-section-title {
    padding-bottom: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .cid-tXFiTECaMI .mbr-section-title {
    padding-bottom: 80px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tXFiTECaMI .mbr-section-title {
    padding-bottom: 40px;
    padding-bottom: 20px;
  }
}
.cid-tXFiTECaMI .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-tXFiTECaMI .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-tXFiTECaMI .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-tXFiTECaMI .text-item {
    width: 100%;
  }
}
.cid-tXFiTECaMI .item-title {
  color: #303030;
}
.cid-tXFiTECaMI .item-text {
  color: #303030;
  margin-top: 5px;
}
.cid-tXFiTECaMI .mbr-text,
.cid-tXFiTECaMI .mbr-section-btn {
  color: #ffffff;
}
.cid-tWP88AvMqU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #6e8dc8;
}
.cid-tWP88AvMqU img {
  width: 200px;
  margin: auto;
}
.cid-tWP88AvMqU .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tWP88AvMqU .card {
    max-width: 20%;
  }
}
.cid-tWP88AvMqU .mbr-section-head {
  max-width: 800px;
  margin: auto;
}
.cid-tWP88AvMqU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tWP88AvMqU .mbr-section-title {
  color: #ffffff;
}
.cid-tWP88AvMqU .mbr-text {
  color: #ffffff;
}
.cid-tWXyfbVLuK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #6e8dc8;
}
.cid-tWXyfbVLuK img {
  width: 250px;
  margin: auto;
}
.cid-tWXyfbVLuK .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tWXyfbVLuK .card {
    max-width: 22%;
  }
}
.cid-tWXyfbVLuK .mbr-section-head {
  max-width: 800px;
  margin: auto;
}
.cid-tWXyfbVLuK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tWXyfbVLuK .mbr-section-title {
  color: #ffffff;
}
.cid-tXFk94Frpz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #6e8dc8;
}
.cid-tXFk94Frpz img {
  height: 250px;
  object-fit: contain;
}
.cid-tXFk94Frpz .card {
  transition: all 0.3s;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
.cid-tXFk94Frpz .mbr-section-head {
  max-width: 800px;
  margin: auto;
}
.cid-tXFk94Frpz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXFk94Frpz .mbr-section-title {
  color: #ffffff;
}
.cid-uUtmJeV1xd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #6e8dc8;
}
.cid-uUtmJeV1xd img {
  height: 250px;
  object-fit: contain;
}
.cid-uUtmJeV1xd .card {
  transition: all 0.3s;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
.cid-uUtmJeV1xd .mbr-section-head {
  max-width: 800px;
  margin: auto;
}
.cid-uUtmJeV1xd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUtmJeV1xd .mbr-section-title {
  color: #ffffff;
}
.cid-tXIm0KXGD6 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tXIm0KXGD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXIm0KXGD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXERSlrAi8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXERSlrAi8 img,
.cid-tXERSlrAi8 .item-img {
  width: 100%;
}
.cid-tXERSlrAi8 .item:focus,
.cid-tXERSlrAi8 span:focus {
  outline: none;
}
.cid-tXERSlrAi8 .item-wrapper {
  position: relative;
}
.cid-tXERSlrAi8 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .cid-tXERSlrAi8 .slide-content .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tXERSlrAi8 .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-tXERSlrAi8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXERSlrAi8 .mbr-section-title {
  color: #232323;
}
.cid-tXERSlrAi8 .mbr-text,
.cid-tXERSlrAi8 .mbr-section-btn {
  text-align: left;
}
.cid-tXERSlrAi8 .item-title {
  text-align: left;
}
.cid-tXERSlrAi8 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tXERSlrAi8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tXERSlrAi8 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-tXERSlrAi8 .embla__button--next,
.cid-tXERSlrAi8 .embla__button--prev {
  display: flex;
}
.cid-tXERSlrAi8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tXERSlrAi8 .embla__button {
    display: none;
  }
}
.cid-tXERSlrAi8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXERSlrAi8 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tXERSlrAi8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXERSlrAi8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXERSlrAi8 .embla__button {
    top: auto;
  }
}
.cid-tXERSlrAi8 .embla {
  position: relative;
  width: 100%;
}
.cid-tXERSlrAi8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXERSlrAi8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXERSlrAi8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXERSlrAi8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tXERSlrAi8 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tXERSlrAi8 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tXERSlrAi8 .content-head {
  max-width: 800px;
}
.cid-tXIWPGwsHF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tXIWPGwsHF img,
.cid-tXIWPGwsHF .item-img {
  width: 100%;
}
.cid-tXIWPGwsHF .item:focus,
.cid-tXIWPGwsHF span:focus {
  outline: none;
}
.cid-tXIWPGwsHF .item-wrapper {
  position: relative;
}
.cid-tXIWPGwsHF .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .cid-tXIWPGwsHF .slide-content .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tXIWPGwsHF .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-tXIWPGwsHF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXIWPGwsHF .mbr-section-title {
  color: #232323;
}
.cid-tXIWPGwsHF .mbr-text,
.cid-tXIWPGwsHF .mbr-section-btn {
  text-align: left;
}
.cid-tXIWPGwsHF .item-title {
  text-align: left;
}
.cid-tXIWPGwsHF .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tXIWPGwsHF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tXIWPGwsHF .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-tXIWPGwsHF .embla__button--next,
.cid-tXIWPGwsHF .embla__button--prev {
  display: flex;
}
.cid-tXIWPGwsHF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tXIWPGwsHF .embla__button {
    display: none;
  }
}
.cid-tXIWPGwsHF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXIWPGwsHF .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tXIWPGwsHF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXIWPGwsHF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXIWPGwsHF .embla__button {
    top: auto;
  }
}
.cid-tXIWPGwsHF .embla {
  position: relative;
  width: 100%;
}
.cid-tXIWPGwsHF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXIWPGwsHF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXIWPGwsHF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXIWPGwsHF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tXIWPGwsHF .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tXIWPGwsHF .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tXIWPGwsHF .content-head {
  max-width: 800px;
}
.cid-tXIXKb9MhO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg1-1770x1040.png");
}
.cid-tXIXKb9MhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXIXKb9MhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXIXKb9MhO .mbr-text,
.cid-tXIXKb9MhO .mbr-section-btn {
  color: #232323;
}
.cid-tXIXKb9MhO .card-title,
.cid-tXIXKb9MhO .card-box {
  color: #ffffff;
}
.cid-tXIXKb9MhO .mbr-text,
.cid-tXIXKb9MhO .link-wrap {
  color: #ffffff;
}
.cid-tWXr2FnzOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-tWXr2FnzOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXr2FnzOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWXr2FnzOw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tWXr2FnzOw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tWXr2FnzOw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tWXr2FnzOw .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tWXr2FnzOw .list-box {
  width: 100%;
}
.cid-tWXr2FnzOw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tWXr2FnzOw .list a:hover:before {
  background-position: left !important;
}
.cid-tWXr2FnzOw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tWXr2FnzOw .news-item {
  width: 100%;
}
.cid-tWXr2FnzOw .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tWXr2FnzOw .news-title {
  color: #303030;
}
.cid-tWXr2FnzOw .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tWXrlDMWTI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-tWXrlDMWTI .media-container-row .mbr-text {
  color: #232323;
}
.cid-tXRsBr5jxQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXRsBr5jxQ nav.navbar {
  position: fixed;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXRsBr5jxQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXRsBr5jxQ .dropdown-item:hover,
.cid-tXRsBr5jxQ .dropdown-item:focus {
  background: #6e8dc8 !important;
  color: white !important;
}
.cid-tXRsBr5jxQ .dropdown-item:hover span {
  color: white;
}
.cid-tXRsBr5jxQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXRsBr5jxQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXRsBr5jxQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXRsBr5jxQ .nav-link {
  position: relative;
}
.cid-tXRsBr5jxQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tXRsBr5jxQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown-menu,
.cid-tXRsBr5jxQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tXRsBr5jxQ .nav-item:focus,
.cid-tXRsBr5jxQ .nav-link:focus {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXRsBr5jxQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXRsBr5jxQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tXRsBr5jxQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXRsBr5jxQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tXRsBr5jxQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRsBr5jxQ .navbar.collapsed {
  justify-content: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXRsBr5jxQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXRsBr5jxQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXRsBr5jxQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXRsBr5jxQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXRsBr5jxQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXRsBr5jxQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRsBr5jxQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown-item.active,
.cid-tXRsBr5jxQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRsBr5jxQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXRsBr5jxQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRsBr5jxQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXRsBr5jxQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXRsBr5jxQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXRsBr5jxQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar {
    height: 70px;
  }
  .cid-tXRsBr5jxQ .navbar.opened {
    height: auto;
  }
  .cid-tXRsBr5jxQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXRsBr5jxQ .sheaquaheader {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tXyZyyn1PH .mbr-iconfont {
  display: block;
  font-size: 4rem;
}
.cid-tXyZyyn1PH .card-wrapper {
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tXyZyyn1PH .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXyZyyn1PH .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tXyZyyn1PH .card-wrapper:hover .icon2,
.cid-tXyZyyn1PH .card-wrapper:hover .icon3 {
  animation: icon;
  animation-duration: 0.3s;
}
.cid-tXyZyyn1PH .text-wrapper {
  display: flex;
}
@keyframes icon {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.cid-tXyZyyn1PH img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tXyZyyn1PH img:hover {
  transform: scale(1.05);
}
.cid-tXyZyyn1PH .icon1 {
  color: #ffffff;
}
.cid-tXyZyyn1PH .icon2 {
  color: #ffffff;
}
.cid-tXyZyyn1PH .big {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.cid-tXyZyyn1PH .card1 {
  background-image: url("../../../assets/images/bg1-780x1020.png");
  background-size: cover;
  background-position: center;
  padding: 6rem;
  padding-top: 15rem;
}
.cid-tXyZyyn1PH .card1 .mbr-iconfont {
  font-size: 5rem;
}
@media (max-width: 1400px) {
  .cid-tXyZyyn1PH .card1 {
    padding: 5rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tXyZyyn1PH .card1 {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tXyZyyn1PH .card1 {
    padding: 5rem 1rem;
  }
}
.cid-tXyZyyn1PH .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tXyZyyn1PH .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #6e8dc8;
  font-size: 1.2rem;
}
.cid-tXyZyyn1PH .card-box {
  z-index: 2;
}
.cid-tXyZyyn1PH .card2 {
  background: #5f8bde;
}
.cid-tXyZyyn1PH .card2-title {
  color: #ffffff;
}
.cid-tXyZyyn1PH .card3-title {
  color: #ffffff;
}
.cid-tXyZyyn1PH .card1-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tXyZyyn1PH .card1-title {
    text-align: center;
  }
}
.cid-tXyZyyn1PH .card1-text {
  color: #ffffff;
}
.cid-tXyZyyn1PH .soc-link,
.cid-tXyZyyn1PH .soc-wrapper {
  color: #ffffff;
}
.cid-tWM3c6iTHP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tWM3c6iTHP .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tWM3c6iTHP .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .cid-tWM3c6iTHP .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tWM3c6iTHP .mbr-text {
    margin-top: .75rem;
  }
}
.cid-u7LsisQCVq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7LsisQCVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7LsisQCVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uadsDPgFWH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uadsDPgFWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uadsDPgFWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uadsDPgFWH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uadsDPgFWH .container {
    padding: 0 12px;
  }
}
.cid-uadsDPgFWH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uadsDPgFWH .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uadsDPgFWH .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uadsDPgFWH .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  background-image: url("../../../assets/images/list.svg");
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  border-radius: 50%;
}
.cid-uadsDPgFWH .mbr-section-title {
  color: #222222;
}
.cid-uadvCP6jU1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uadvCP6jU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uadvCP6jU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uadvCP6jU1 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uadvCP6jU1 .container {
    padding: 0 12px;
  }
}
.cid-uadvCP6jU1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uadvCP6jU1 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uadvCP6jU1 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uadvCP6jU1 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  background-image: url("../../../assets/images/list.svg");
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  border-radius: 50%;
}
.cid-uadvCP6jU1 .mbr-section-title {
  color: #222222;
}
.cid-uadvRtaoAc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uadvRtaoAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uadvRtaoAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uadvRtaoAc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uadvRtaoAc .container {
    padding: 0 12px;
  }
}
.cid-uadvRtaoAc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uadvRtaoAc .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uadvRtaoAc .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uadvRtaoAc .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  background-image: url("../../../assets/images/list.svg");
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  border-radius: 50%;
}
.cid-uadvRtaoAc .mbr-section-title {
  color: #222222;
}
.cid-u0uHKWg3r5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #c6d4ee;
}
.cid-u0uHKWg3r5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0uHKWg3r5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX0wirlG6z {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #c6d4ee;
}
.cid-tX0wirlG6z .image-wrapper-portrait {
  transform-origin: left top;
  z-index: 0;
  margin-top: -50px;
}
@media (min-width: 992px) {
  .cid-tX0wirlG6z .image-wrapper {
    transform: scale(1.6);
    transform-origin: left top;
    z-index: 0;
    margin-top: -4rem;
  }
}
.cid-tX0wirlG6z .mbr-section-title {
  margin: 0;
  color: #21224b;
}
.cid-tX0wirlG6z .card {
  z-index: 2;
  background: #ffffff;
  padding: 3rem;
}
@media (max-width: 992px) {
  .cid-tX0wirlG6z .card {
    padding: 2rem 1rem;
  }
}
.cid-tX0wirlG6z img {
  width: 100%;
}
.cid-tX0wirlG6z .image-cropper {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tX0wirlG6z img.portrait {
  max-width: 160px;
  width: auto;
}
.cid-tX0wirlG6z .text-wrapper {
  z-index: 11;
}
.cid-tX0wirlG6z .wrapper {
  display: flex;
}
.cid-tX0wirlG6z .animate__fadeInUp:before {
  background: #c6d4ee;
}
.cid-tX0wirlG6z .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tX0wirlG6z .wrapper {
    flex-direction: column;
    margin-top: 0px;
  }
  .cid-tX0wirlG6z .iconfont-wrapper {
    margin: auto;
  }
  .cid-tX0wirlG6z .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tX0wirlG6z .mbr-text,
.cid-tX0wirlG6z .mbr-section-btn {
  color: #161734;
}
.cid-tX0wirlG6z .mbr-section-subtitle,
.cid-tX0wirlG6z .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tX0wirlG6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX0wirlG6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXyYGBW7to {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #edefeb;
}
.cid-tXyYGBW7to .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tXyYGBW7to .row {
  margin: 0;
}
.cid-tXyYGBW7to .container-fluid {
  padding: 0;
}
.cid-tXyYGBW7to p {
  line-height: 1.6;
}
.cid-tXyYGBW7to .img {
  padding: 0;
  width: 100%;
  overflow: hidden;
  max-height: 940px;
}
.cid-tXyYGBW7to .img .big-img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tXyYGBW7to .rev {
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-tXyYGBW7to .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
.cid-tXyYGBW7to .mbr-section-title {
  text-align: left;
}
.cid-tXyYGBW7to .card {
  margin-bottom: 1.5rem;
}
.cid-tXyYGBW7to .card-wrapper {
  width: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-tXyYGBW7to .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tXyYGBW7to .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
.cid-tXyYGBW7to .mbr-iconfont {
  font-size: 1rem;
}
.cid-tXyYGBW7to .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tXyYGBW7to .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXyYGBW7to .card-title {
  color: #232323;
  text-align: left;
}
.cid-tXyYGBW7to .card-img {
  margin: auto;
  border-radius: 0;
  width: 155px;
}
.cid-tXyYGBW7to .card-box {
  padding: 1rem 1rem;
  width: 100%;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXyYGBW7to .mbr-section-title,
.cid-tXyYGBW7to .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tXyYGBW7to .card-box,
.cid-tXyYGBW7to .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tXyYGBW7to .text,
.cid-tXyYGBW7to .mbr-section-btn {
  text-align: left;
  color: #232323;
}
@media (max-width: 1400px) {
  .cid-tXyYGBW7to .content {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (max-width: 1200px) {
  .cid-tXyYGBW7to .content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tXyYGBW7to .big-img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-tXyYGBW7to .content {
    padding: 3rem;
  }
  .cid-tXyYGBW7to .card-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tXyYGBW7to .card-img {
    width: 100%;
  }
}
.cid-tXyYGBW7to .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXyYGBW7to .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX0vSs7Sp9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #c6d4ee;
}
.cid-tX0vSs7Sp9 .mbr-overlay {
  padding: 0;
  background: #c6d4ee;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-tX0vSs7Sp9 img,
.cid-tX0vSs7Sp9 .item-img {
  width: 100%;
  aspect-ratio: '1 / 1';
  object-fit: cover;
}
.cid-tX0vSs7Sp9 .mbr-section-head h5 {
  margin-bottom: 30px;
}
.cid-tX0vSs7Sp9 .item-title {
  margin-bottom: 20px;
}
.cid-tX0vSs7Sp9 .item-subtitle {
  margin: 0 0 25px 0;
}
.cid-tX0vSs7Sp9 .item-content {
  padding: 0;
  padding: 30px 2rem;
}
.cid-tX0vSs7Sp9 .item:focus,
.cid-tX0vSs7Sp9 span:focus {
  outline: none;
}
.cid-tX0vSs7Sp9 .item {
  cursor: pointer;
  margin-bottom: 30px;
}
.cid-tX0vSs7Sp9 .item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tX0vSs7Sp9 .item:nth-child(2n+1):nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-tX0vSs7Sp9 .item:nth-child(4n+1):nth-last-child(4),
  .cid-tX0vSs7Sp9 .item:nth-child(4n+2):nth-last-child(3),
  .cid-tX0vSs7Sp9 .item:nth-child(4n+3):nth-last-child(2) {
    margin-bottom: 0;
  }
}
.cid-tX0vSs7Sp9 .mb-6 {
  margin-bottom: 60px;
}
.cid-tX0vSs7Sp9 .list-item-header {
  margin-bottom: 10px;
}
.cid-tX0vSs7Sp9 .list-block:not(:last-child) {
  margin-bottom: 30px;
}
.cid-tX0vSs7Sp9 .item-wrapper {
  background-color: #ffffff;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tX0vSs7Sp9 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tX0vSs7Sp9 .mbr-text {
  text-align: left;
  margin: 0;
  padding: 0;
}
.cid-tX0vSs7Sp9 LI {
  color: #4479d9;
}
.cid-tX0vSs7Sp9 .line {
  display: block;
  width: 100%;
  height: 0px;
  background: #ffffff;
  margin: 5px 0 10px 0;
}
.cid-tX0vSs7Sp9 p {
  margin: 0;
}
.cid-tX0vSs7Sp9 .list-group .list-item {
  color: #9fdbf8;
}
.cid-tX0vSs7Sp9 .list-group .list-item-header {
  color: #2e481a;
  text-align: left;
}
.cid-tX0vSs7Sp9 .list-group .list-item,
.cid-tX0vSs7Sp9 .line {
  color: #232323;
}
.cid-tX0vSs7Sp9 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tX0vSs7Sp9 .page-subtitle {
  color: #ebc6b8;
}
.cid-tX0vSs7Sp9 .item-title {
  color: #232323;
  text-align: center;
}
.cid-tX0vSs7Sp9 .item-subtitle {
  text-align: center;
  min-height: 35px;
  color: #000000;
}
.cid-tX0vSs7Sp9 ul.no-bullets {
  list-style-position: outside;
  list-style: none;
  padding: 0px;
}
.cid-tX0vSs7Sp9 ul.no-bullets li {
  color: #111;
  position: relative;
  padding-left: 1.8em;
}
.cid-tX0vSs7Sp9 ul.no-bullets li::before {
  content: "";
  background-size: 20px 20px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../../assets/images/list.svg");
  position: absolute;
  left: 0;
  justify-content: center;
  align-items: center;
  color: red;
  font-size: 20px;
  border-radius: 50%;
}
.cid-tWXr2FnzOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-tWXr2FnzOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXr2FnzOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWXr2FnzOw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tWXr2FnzOw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tWXr2FnzOw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tWXr2FnzOw .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tWXr2FnzOw .list-box {
  width: 100%;
}
.cid-tWXr2FnzOw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tWXr2FnzOw .list a:hover:before {
  background-position: left !important;
}
.cid-tWXr2FnzOw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tWXr2FnzOw .news-item {
  width: 100%;
}
.cid-tWXr2FnzOw .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tWXr2FnzOw .news-title {
  color: #303030;
}
.cid-tWXr2FnzOw .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tXRsBr5jxQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXRsBr5jxQ nav.navbar {
  position: fixed;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXRsBr5jxQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXRsBr5jxQ .dropdown-item:hover,
.cid-tXRsBr5jxQ .dropdown-item:focus {
  background: #6e8dc8 !important;
  color: white !important;
}
.cid-tXRsBr5jxQ .dropdown-item:hover span {
  color: white;
}
.cid-tXRsBr5jxQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXRsBr5jxQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXRsBr5jxQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXRsBr5jxQ .nav-link {
  position: relative;
}
.cid-tXRsBr5jxQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tXRsBr5jxQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown-menu,
.cid-tXRsBr5jxQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tXRsBr5jxQ .nav-item:focus,
.cid-tXRsBr5jxQ .nav-link:focus {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXRsBr5jxQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXRsBr5jxQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tXRsBr5jxQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXRsBr5jxQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tXRsBr5jxQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRsBr5jxQ .navbar.collapsed {
  justify-content: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXRsBr5jxQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXRsBr5jxQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXRsBr5jxQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXRsBr5jxQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXRsBr5jxQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXRsBr5jxQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRsBr5jxQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown-item.active,
.cid-tXRsBr5jxQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRsBr5jxQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXRsBr5jxQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRsBr5jxQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXRsBr5jxQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXRsBr5jxQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXRsBr5jxQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar {
    height: 70px;
  }
  .cid-tXRsBr5jxQ .navbar.opened {
    height: auto;
  }
  .cid-tXRsBr5jxQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXRsBr5jxQ .sheaquaheader {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tXcw2ja28i {
  background-image: url("../../../assets/images/bg1-1770x1040.png");
}
.cid-tXcw2ja28i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXcw2ja28i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXcw2ja28i .mbr-section-title {
  color: #ffffff;
}
.cid-tXcw2ja28i .mbr-text,
.cid-tXcw2ja28i .mbr-section-btn {
  color: #ffffff;
}
.cid-tXct7vYVCO {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXct7vYVCO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .cid-tXct7vYVCO .mbr-section-head {
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 992px) {
  .cid-tXct7vYVCO .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
.cid-tXct7vYVCO .mbr-section-title {
  color: #232323;
}
.cid-tXct7vYVCO .mbr-section-subtitle {
  color: #3a341c;
  margin-top: 1rem;
}
.cid-tXct7vYVCO .form-container {
  display: flex;
}
.cid-tXct7vYVCO .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tXct7vYVCO form {
  width: 100%;
}
.cid-tXct7vYVCO form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tXct7vYVCO form h5 {
  margin: 40px 0 20px;
}
.cid-tXct7vYVCO form p {
  color: #45494E;
}
.cid-tXct7vYVCO form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tXct7vYVCO form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tXct7vYVCO form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tXct7vYVCO form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tXct7vYVCO form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tXct7vYVCO form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tXct7vYVCO form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tXct7vYVCO form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tXct7vYVCO form select {
  color: #A2A4A7 !important;
}
.cid-tXct7vYVCO form textarea {
  height: 90px !important;
}
.cid-tXct7vYVCO form input:active,
.cid-tXct7vYVCO form textarea:active,
.cid-tXct7vYVCO form input:focus,
.cid-tXct7vYVCO form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tXct7vYVCO form input:active::-webkit-input-placeholder,
.cid-tXct7vYVCO form textarea:active::-webkit-input-placeholder,
.cid-tXct7vYVCO form input:focus::-webkit-input-placeholder,
.cid-tXct7vYVCO form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tXct7vYVCO form input:active::-moz-placeholder,
.cid-tXct7vYVCO form textarea:active::-moz-placeholder,
.cid-tXct7vYVCO form input:focus::-moz-placeholder,
.cid-tXct7vYVCO form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tXct7vYVCO form input:active:-moz-placeholder,
.cid-tXct7vYVCO form textarea:active:-moz-placeholder,
.cid-tXct7vYVCO form input:focus:-moz-placeholder,
.cid-tXct7vYVCO form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tXct7vYVCO form input:active:-ms-input-placeholder,
.cid-tXct7vYVCO form textarea:active:-ms-input-placeholder,
.cid-tXct7vYVCO form input:focus:-ms-input-placeholder,
.cid-tXct7vYVCO form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tXct7vYVCO form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tXct7vYVCO form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tXct7vYVCO form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tXct7vYVCO form .form-control-label {
  width: 100%;
}
.cid-tXct7vYVCO form .form-check-label {
  margin-bottom: 10px;
}
.cid-tXct7vYVCO form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tXct7vYVCO form .form-check-input:focus,
.cid-tXct7vYVCO form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tXct7vYVCO form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tXct7vYVCO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tXcv2Wdsa5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tXcv2Wdsa5 .tab {
  min-height: 700px;
  padding: 30px 1rem;
}
@media (max-width: 992px) {
  .cid-tXcv2Wdsa5 .tab {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .cid-tXcv2Wdsa5 .tab {
    padding: 30px 60px 200px;
  }
}
.cid-tXcv2Wdsa5 .nav {
  display: block;
}
.cid-tXcv2Wdsa5 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tXcv2Wdsa5 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tXcv2Wdsa5 .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-tXcv2Wdsa5 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tXcv2Wdsa5 .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-tXcv2Wdsa5 .nav-tabs .nav-link:not(.active) {
  color: #7787a5 !important;
}
.cid-tXcv2Wdsa5 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tXcv2Wdsa5 .nav-link,
.cid-tXcv2Wdsa5 .nav-link.active {
  color: #7787a5 !important;
  background-color: transparent;
}
.cid-tXcv2Wdsa5 .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-tXcv2Wdsa5 .google-map {
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tXcv2Wdsa5 .google-map {
    height: 400px;
  }
}
.cid-tXcv2Wdsa5 .google-map iframe {
  height: 100%;
  width: 100%;
  filter: hue-rotate(325deg);
}
.cid-tXcv2Wdsa5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tXcv2Wdsa5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tXcv2Wdsa5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 992px) {
  .cid-tXcv2Wdsa5 .mB {
    margin-bottom: 160px;
  }
}
.cid-tWXr2FnzOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-tWXr2FnzOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXr2FnzOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWXr2FnzOw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tWXr2FnzOw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tWXr2FnzOw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tWXr2FnzOw .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tWXr2FnzOw .list-box {
  width: 100%;
}
.cid-tWXr2FnzOw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tWXr2FnzOw .list a:hover:before {
  background-position: left !important;
}
.cid-tWXr2FnzOw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tWXr2FnzOw .news-item {
  width: 100%;
}
.cid-tWXr2FnzOw .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tWXr2FnzOw .news-title {
  color: #303030;
}
.cid-tWXr2FnzOw .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tXRqv8Tbfe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-tXRqv8Tbfe .media-container-row .mbr-text {
  color: #232323;
}
.cid-tXRsBr5jxQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXRsBr5jxQ nav.navbar {
  position: fixed;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXRsBr5jxQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXRsBr5jxQ .dropdown-item:hover,
.cid-tXRsBr5jxQ .dropdown-item:focus {
  background: #6e8dc8 !important;
  color: white !important;
}
.cid-tXRsBr5jxQ .dropdown-item:hover span {
  color: white;
}
.cid-tXRsBr5jxQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXRsBr5jxQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXRsBr5jxQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXRsBr5jxQ .nav-link {
  position: relative;
}
.cid-tXRsBr5jxQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tXRsBr5jxQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown-menu,
.cid-tXRsBr5jxQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tXRsBr5jxQ .nav-item:focus,
.cid-tXRsBr5jxQ .nav-link:focus {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXRsBr5jxQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXRsBr5jxQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tXRsBr5jxQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXRsBr5jxQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tXRsBr5jxQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRsBr5jxQ .navbar.collapsed {
  justify-content: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXRsBr5jxQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXRsBr5jxQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXRsBr5jxQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXRsBr5jxQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXRsBr5jxQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXRsBr5jxQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRsBr5jxQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown-item.active,
.cid-tXRsBr5jxQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRsBr5jxQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXRsBr5jxQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRsBr5jxQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXRsBr5jxQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXRsBr5jxQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXRsBr5jxQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar {
    height: 70px;
  }
  .cid-tXRsBr5jxQ .navbar.opened {
    height: auto;
  }
  .cid-tXRsBr5jxQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXRsBr5jxQ .sheaquaheader {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tXFszYktaT {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tXFszYktaT img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-tXFsXCpqKL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXFtGfFmrQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tXFtGfFmrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXFtGfFmrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-tXFtGfFmrQ .container-fluid {
    padding: 0;
  }
}
.cid-tXFtGfFmrQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tXFtGfFmrQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXFtGfFmrQ .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tXFtGfFmrQ .embla__button--next,
.cid-tXFtGfFmrQ .embla__button--prev {
  display: flex;
}
.cid-tXFtGfFmrQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tXFtGfFmrQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tXFtGfFmrQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXFtGfFmrQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXFtGfFmrQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXFtGfFmrQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXFtGfFmrQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXFtGfFmrQ .embla {
  position: relative;
  width: 100%;
}
.cid-tXFtGfFmrQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXFtGfFmrQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXFtGfFmrQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXFtGfFmrQ .embla__slide a {
  cursor: grab;
}
.cid-tXFtGfFmrQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-tXFtGfFmrQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXFtGfFmrQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tXFtGfFmrQ .mbr-section-title {
  color: #232323;
}
.cid-tXFtGfFmrQ .mbr-section-subtitle {
  color: #232323;
}
.cid-tXFtGfFmrQ .mbr-box {
  color: #ffffff;
}
.cid-tXFtGfFmrQ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXFtGfFmrQ img,
.cid-tXFtGfFmrQ .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tXFtGfFmrQ .item-wrapper {
  position: relative;
}
.cid-tXFtGfFmrQ .content-head {
  max-width: 800px;
}
.cid-tXFy1NsQdM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXRxiO58U2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXRxiO58U2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXRxiO58U2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXRxiO58U2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tXRxiO58U2 .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tXRxiO58U2 .text-box {
  text-align: center;
}
.cid-tXRxiO58U2 span {
  font-size: 5rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tXRxiO58U2 .card {
    margin-bottom: 2rem;
  }
  .cid-tXRxiO58U2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tXRxiO58U2 span {
    font-size: 21vw;
  }
}
.cid-tXFuxr4gIE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tXFuxr4gIE .col-title {
    margin-bottom: 20px;
  }
}
.cid-tXFuxr4gIE .mbr-section-title {
  color: #3a341c;
}
.cid-tXFuxr4gIE .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-tXFuxr4gIE .mbr-text {
  color: #000000;
}
.cid-tXFuxr4gIE .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-tXFuxr4gIE p {
  line-height: 1.2;
}
.cid-tXFuxr4gIE .mbr-text1 {
  color: #3a341c;
}
.cid-tXFuxr4gIE .mbr-text2 {
  color: #3a341c;
}
.cid-tXFuxr4gIE .mbr-text3 {
  color: #000000;
  text-align: left;
}
.cid-tWXr2FnzOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-tWXr2FnzOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXr2FnzOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWXr2FnzOw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tWXr2FnzOw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tWXr2FnzOw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tWXr2FnzOw .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tWXr2FnzOw .list-box {
  width: 100%;
}
.cid-tWXr2FnzOw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tWXr2FnzOw .list a:hover:before {
  background-position: left !important;
}
.cid-tWXr2FnzOw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tWXr2FnzOw .news-item {
  width: 100%;
}
.cid-tWXr2FnzOw .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tWXr2FnzOw .news-title {
  color: #303030;
}
.cid-tWXr2FnzOw .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-u0v70wn1Fu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0v70wn1Fu nav.navbar {
  position: fixed;
}
.cid-u0v70wn1Fu .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-u0v70wn1Fu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0v70wn1Fu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0v70wn1Fu .dropdown-item:hover,
.cid-u0v70wn1Fu .dropdown-item:focus {
  background: #6e8dc8 !important;
  color: white !important;
}
.cid-u0v70wn1Fu .dropdown-item:hover span {
  color: white;
}
.cid-u0v70wn1Fu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0v70wn1Fu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0v70wn1Fu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0v70wn1Fu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0v70wn1Fu .nav-link {
  position: relative;
}
.cid-u0v70wn1Fu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u0v70wn1Fu .container {
    flex-wrap: nowrap;
  }
}
.cid-u0v70wn1Fu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0v70wn1Fu .dropdown-menu,
.cid-u0v70wn1Fu .navbar.opened {
  background: #ffffff !important;
}
.cid-u0v70wn1Fu .nav-item:focus,
.cid-u0v70wn1Fu .nav-link:focus {
  outline: none;
}
.cid-u0v70wn1Fu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0v70wn1Fu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0v70wn1Fu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0v70wn1Fu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0v70wn1Fu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0v70wn1Fu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0v70wn1Fu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u0v70wn1Fu .navbar.opened {
  transition: all 0.3s;
}
.cid-u0v70wn1Fu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0v70wn1Fu .navbar .navbar-logo img {
  width: auto;
}
.cid-u0v70wn1Fu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0v70wn1Fu .navbar.collapsed {
  justify-content: center;
}
.cid-u0v70wn1Fu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0v70wn1Fu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0v70wn1Fu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0v70wn1Fu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0v70wn1Fu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0v70wn1Fu .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-u0v70wn1Fu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0v70wn1Fu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0v70wn1Fu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0v70wn1Fu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0v70wn1Fu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0v70wn1Fu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0v70wn1Fu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0v70wn1Fu .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-u0v70wn1Fu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0v70wn1Fu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0v70wn1Fu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0v70wn1Fu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0v70wn1Fu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0v70wn1Fu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u0v70wn1Fu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u0v70wn1Fu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0v70wn1Fu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0v70wn1Fu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0v70wn1Fu .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-u0v70wn1Fu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0v70wn1Fu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0v70wn1Fu .dropdown-item.active,
.cid-u0v70wn1Fu .dropdown-item:active {
  background-color: transparent;
}
.cid-u0v70wn1Fu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0v70wn1Fu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0v70wn1Fu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0v70wn1Fu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0v70wn1Fu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0v70wn1Fu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0v70wn1Fu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0v70wn1Fu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0v70wn1Fu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0v70wn1Fu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0v70wn1Fu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0v70wn1Fu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0v70wn1Fu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0v70wn1Fu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0v70wn1Fu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0v70wn1Fu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0v70wn1Fu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0v70wn1Fu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0v70wn1Fu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0v70wn1Fu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0v70wn1Fu .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-u0v70wn1Fu .navbar {
    height: 70px;
  }
  .cid-u0v70wn1Fu .navbar.opened {
    height: auto;
  }
  .cid-u0v70wn1Fu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0v70wn1Fu .sheaquaheader {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-u0v70x17jJ {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u0v70x17jJ img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u0v70x8Z5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0v70xgfP3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u0v70xgfP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0v70xgfP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-u0v70xgfP3 .container-fluid {
    padding: 0;
  }
}
.cid-u0v70xgfP3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-u0v70xgfP3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u0v70xgfP3 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-u0v70xgfP3 .embla__button--next,
.cid-u0v70xgfP3 .embla__button--prev {
  display: flex;
}
.cid-u0v70xgfP3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u0v70xgfP3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u0v70xgfP3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u0v70xgfP3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u0v70xgfP3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0v70xgfP3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u0v70xgfP3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u0v70xgfP3 .embla {
  position: relative;
  width: 100%;
}
.cid-u0v70xgfP3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u0v70xgfP3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u0v70xgfP3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u0v70xgfP3 .embla__slide a {
  cursor: grab;
}
.cid-u0v70xgfP3 .embla__slide a:active {
  cursor: grabbing;
}
.cid-u0v70xgfP3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u0v70xgfP3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-u0v70xgfP3 .mbr-section-title {
  color: #232323;
}
.cid-u0v70xgfP3 .mbr-section-subtitle {
  color: #232323;
}
.cid-u0v70xgfP3 .mbr-box {
  color: #ffffff;
}
.cid-u0v70xgfP3 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u0v70xgfP3 img,
.cid-u0v70xgfP3 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u0v70xgfP3 .item-wrapper {
  position: relative;
}
.cid-u0v70xgfP3 .content-head {
  max-width: 800px;
}
.cid-u0v70xzV58 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0v70xYDys {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u0v70xYDys .col-title {
    margin-bottom: 20px;
  }
}
.cid-u0v70xYDys .mbr-section-title {
  color: #3a341c;
}
.cid-u0v70xYDys .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-u0v70xYDys .mbr-text {
  color: #000000;
}
.cid-u0v70xYDys .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-u0v70xYDys p {
  line-height: 1.2;
}
.cid-u0v70xYDys .mbr-text1 {
  color: #3a341c;
}
.cid-u0v70xYDys .mbr-text2 {
  color: #3a341c;
}
.cid-u0v70xYDys .mbr-text3 {
  color: #000000;
  text-align: left;
}
.cid-u0v70ye5RS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-u0v70ye5RS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0v70ye5RS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0v70ye5RS .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u0v70ye5RS .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u0v70ye5RS .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u0v70ye5RS .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0v70ye5RS .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0v70ye5RS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u0v70ye5RS .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0v70ye5RS .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0v70ye5RS .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0v70ye5RS .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-u0v70ye5RS .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-u0v70ye5RS .list-box {
  width: 100%;
}
.cid-u0v70ye5RS .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-u0v70ye5RS .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u0v70ye5RS .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u0v70ye5RS .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u0v70ye5RS .list a:hover:before {
  background-position: left !important;
}
.cid-u0v70ye5RS .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u0v70ye5RS .news-item {
  width: 100%;
}
.cid-u0v70ye5RS .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-u0v70ye5RS .news-title {
  color: #303030;
}
.cid-u0v70ye5RS .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-u0v50rsBiB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0v50rsBiB nav.navbar {
  position: fixed;
}
.cid-u0v50rsBiB .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-u0v50rsBiB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0v50rsBiB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0v50rsBiB .dropdown-item:hover,
.cid-u0v50rsBiB .dropdown-item:focus {
  background: #6e8dc8 !important;
  color: white !important;
}
.cid-u0v50rsBiB .dropdown-item:hover span {
  color: white;
}
.cid-u0v50rsBiB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0v50rsBiB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0v50rsBiB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0v50rsBiB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0v50rsBiB .nav-link {
  position: relative;
}
.cid-u0v50rsBiB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u0v50rsBiB .container {
    flex-wrap: nowrap;
  }
}
.cid-u0v50rsBiB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0v50rsBiB .dropdown-menu,
.cid-u0v50rsBiB .navbar.opened {
  background: #ffffff !important;
}
.cid-u0v50rsBiB .nav-item:focus,
.cid-u0v50rsBiB .nav-link:focus {
  outline: none;
}
.cid-u0v50rsBiB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0v50rsBiB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0v50rsBiB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0v50rsBiB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0v50rsBiB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0v50rsBiB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0v50rsBiB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u0v50rsBiB .navbar.opened {
  transition: all 0.3s;
}
.cid-u0v50rsBiB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0v50rsBiB .navbar .navbar-logo img {
  width: auto;
}
.cid-u0v50rsBiB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0v50rsBiB .navbar.collapsed {
  justify-content: center;
}
.cid-u0v50rsBiB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0v50rsBiB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0v50rsBiB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0v50rsBiB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0v50rsBiB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0v50rsBiB .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-u0v50rsBiB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0v50rsBiB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0v50rsBiB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0v50rsBiB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0v50rsBiB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0v50rsBiB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0v50rsBiB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0v50rsBiB .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-u0v50rsBiB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0v50rsBiB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0v50rsBiB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0v50rsBiB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0v50rsBiB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0v50rsBiB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u0v50rsBiB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u0v50rsBiB .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0v50rsBiB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0v50rsBiB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0v50rsBiB .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-u0v50rsBiB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0v50rsBiB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0v50rsBiB .dropdown-item.active,
.cid-u0v50rsBiB .dropdown-item:active {
  background-color: transparent;
}
.cid-u0v50rsBiB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0v50rsBiB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0v50rsBiB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0v50rsBiB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0v50rsBiB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0v50rsBiB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0v50rsBiB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0v50rsBiB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0v50rsBiB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0v50rsBiB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0v50rsBiB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0v50rsBiB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0v50rsBiB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0v50rsBiB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0v50rsBiB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0v50rsBiB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0v50rsBiB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0v50rsBiB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0v50rsBiB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0v50rsBiB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0v50rsBiB .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-u0v50rsBiB .navbar {
    height: 70px;
  }
  .cid-u0v50rsBiB .navbar.opened {
    height: auto;
  }
  .cid-u0v50rsBiB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0v50rsBiB .sheaquaheader {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-u0v50s5AhJ {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u0v50s5AhJ img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u0v50sdiAY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0v50smAwo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u0v50smAwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0v50smAwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-u0v50smAwo .container-fluid {
    padding: 0;
  }
}
.cid-u0v50smAwo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-u0v50smAwo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u0v50smAwo .embla__slide a {
  display: block;
  width: 100%;
}
.cid-u0v50smAwo .embla__button--next,
.cid-u0v50smAwo .embla__button--prev {
  display: flex;
}
.cid-u0v50smAwo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u0v50smAwo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u0v50smAwo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u0v50smAwo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u0v50smAwo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0v50smAwo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u0v50smAwo .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u0v50smAwo .embla {
  position: relative;
  width: 100%;
}
.cid-u0v50smAwo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u0v50smAwo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u0v50smAwo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u0v50smAwo .embla__slide a {
  cursor: grab;
}
.cid-u0v50smAwo .embla__slide a:active {
  cursor: grabbing;
}
.cid-u0v50smAwo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u0v50smAwo .item-menu-overlay {
  border-radius: 2rem;
}
.cid-u0v50smAwo .mbr-section-title {
  color: #232323;
}
.cid-u0v50smAwo .mbr-section-subtitle {
  color: #232323;
}
.cid-u0v50smAwo .mbr-box {
  color: #ffffff;
}
.cid-u0v50smAwo .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u0v50smAwo img,
.cid-u0v50smAwo .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u0v50smAwo .item-wrapper {
  position: relative;
}
.cid-u0v50smAwo .content-head {
  max-width: 800px;
}
.cid-u0v50sJUBA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0v50sS9fL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0v50sS9fL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0v50sS9fL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0v50sS9fL .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-u0v50sS9fL .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-u0v50sS9fL .text-box {
  text-align: center;
}
.cid-u0v50sS9fL span {
  font-size: 5rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-u0v50sS9fL .card {
    margin-bottom: 2rem;
  }
  .cid-u0v50sS9fL .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u0v50sS9fL span {
    font-size: 21vw;
  }
}
.cid-u0v50t8JyH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u0v50t8JyH .col-title {
    margin-bottom: 20px;
  }
}
.cid-u0v50t8JyH .mbr-section-title {
  color: #3a341c;
}
.cid-u0v50t8JyH .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-u0v50t8JyH .mbr-text {
  color: #000000;
}
.cid-u0v50t8JyH .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-u0v50t8JyH p {
  line-height: 1.2;
}
.cid-u0v50t8JyH .mbr-text1 {
  color: #3a341c;
}
.cid-u0v50t8JyH .mbr-text2 {
  color: #3a341c;
}
.cid-u0v50t8JyH .mbr-text3 {
  color: #000000;
  text-align: left;
}
.cid-u0v50tkWhO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-u0v50tkWhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0v50tkWhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0v50tkWhO .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u0v50tkWhO .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u0v50tkWhO .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u0v50tkWhO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0v50tkWhO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0v50tkWhO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u0v50tkWhO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0v50tkWhO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0v50tkWhO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0v50tkWhO .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-u0v50tkWhO .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-u0v50tkWhO .list-box {
  width: 100%;
}
.cid-u0v50tkWhO .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-u0v50tkWhO .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u0v50tkWhO .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u0v50tkWhO .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u0v50tkWhO .list a:hover:before {
  background-position: left !important;
}
.cid-u0v50tkWhO .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u0v50tkWhO .news-item {
  width: 100%;
}
.cid-u0v50tkWhO .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-u0v50tkWhO .news-title {
  color: #303030;
}
.cid-u0v50tkWhO .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-u0v3eFHzCK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0v3eFHzCK nav.navbar {
  position: fixed;
}
.cid-u0v3eFHzCK .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-u0v3eFHzCK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0v3eFHzCK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0v3eFHzCK .dropdown-item:hover,
.cid-u0v3eFHzCK .dropdown-item:focus {
  background: #6e8dc8 !important;
  color: white !important;
}
.cid-u0v3eFHzCK .dropdown-item:hover span {
  color: white;
}
.cid-u0v3eFHzCK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0v3eFHzCK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0v3eFHzCK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0v3eFHzCK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0v3eFHzCK .nav-link {
  position: relative;
}
.cid-u0v3eFHzCK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u0v3eFHzCK .container {
    flex-wrap: nowrap;
  }
}
.cid-u0v3eFHzCK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0v3eFHzCK .dropdown-menu,
.cid-u0v3eFHzCK .navbar.opened {
  background: #ffffff !important;
}
.cid-u0v3eFHzCK .nav-item:focus,
.cid-u0v3eFHzCK .nav-link:focus {
  outline: none;
}
.cid-u0v3eFHzCK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0v3eFHzCK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0v3eFHzCK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0v3eFHzCK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0v3eFHzCK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0v3eFHzCK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0v3eFHzCK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u0v3eFHzCK .navbar.opened {
  transition: all 0.3s;
}
.cid-u0v3eFHzCK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0v3eFHzCK .navbar .navbar-logo img {
  width: auto;
}
.cid-u0v3eFHzCK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0v3eFHzCK .navbar.collapsed {
  justify-content: center;
}
.cid-u0v3eFHzCK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0v3eFHzCK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0v3eFHzCK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0v3eFHzCK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0v3eFHzCK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0v3eFHzCK .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-u0v3eFHzCK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0v3eFHzCK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0v3eFHzCK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0v3eFHzCK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0v3eFHzCK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0v3eFHzCK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0v3eFHzCK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0v3eFHzCK .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-u0v3eFHzCK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0v3eFHzCK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0v3eFHzCK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0v3eFHzCK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0v3eFHzCK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0v3eFHzCK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u0v3eFHzCK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u0v3eFHzCK .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0v3eFHzCK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0v3eFHzCK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0v3eFHzCK .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-u0v3eFHzCK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0v3eFHzCK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0v3eFHzCK .dropdown-item.active,
.cid-u0v3eFHzCK .dropdown-item:active {
  background-color: transparent;
}
.cid-u0v3eFHzCK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0v3eFHzCK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0v3eFHzCK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0v3eFHzCK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0v3eFHzCK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0v3eFHzCK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0v3eFHzCK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0v3eFHzCK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0v3eFHzCK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0v3eFHzCK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0v3eFHzCK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0v3eFHzCK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0v3eFHzCK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0v3eFHzCK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0v3eFHzCK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0v3eFHzCK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0v3eFHzCK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0v3eFHzCK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0v3eFHzCK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0v3eFHzCK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0v3eFHzCK .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-u0v3eFHzCK .navbar {
    height: 70px;
  }
  .cid-u0v3eFHzCK .navbar.opened {
    height: auto;
  }
  .cid-u0v3eFHzCK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0v3eFHzCK .sheaquaheader {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-u0v3eGgOCR {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u0v3eGgOCR img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u0v3eGgOCR .mbr-text {
  text-align: left;
}
.cid-u0v3eGoGvc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0v3eGztU4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u0v3eGztU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0v3eGztU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-u0v3eGztU4 .container-fluid {
    padding: 0;
  }
}
.cid-u0v3eGztU4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-u0v3eGztU4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u0v3eGztU4 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-u0v3eGztU4 .embla__button--next,
.cid-u0v3eGztU4 .embla__button--prev {
  display: flex;
}
.cid-u0v3eGztU4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u0v3eGztU4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u0v3eGztU4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u0v3eGztU4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u0v3eGztU4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0v3eGztU4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u0v3eGztU4 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u0v3eGztU4 .embla {
  position: relative;
  width: 100%;
}
.cid-u0v3eGztU4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u0v3eGztU4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u0v3eGztU4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u0v3eGztU4 .embla__slide a {
  cursor: grab;
}
.cid-u0v3eGztU4 .embla__slide a:active {
  cursor: grabbing;
}
.cid-u0v3eGztU4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u0v3eGztU4 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-u0v3eGztU4 .mbr-section-title {
  color: #232323;
}
.cid-u0v3eGztU4 .mbr-section-subtitle {
  color: #232323;
}
.cid-u0v3eGztU4 .mbr-box {
  color: #ffffff;
}
.cid-u0v3eGztU4 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u0v3eGztU4 img,
.cid-u0v3eGztU4 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u0v3eGztU4 .item-wrapper {
  position: relative;
}
.cid-u0v3eGztU4 .content-head {
  max-width: 800px;
}
.cid-u0v3eHsrJv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0v3eHYntU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0v3eHYntU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0v3eHYntU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0v3eHYntU .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-u0v3eHYntU .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-u0v3eHYntU .text-box {
  text-align: center;
}
.cid-u0v3eHYntU span {
  font-size: 5rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-u0v3eHYntU .card {
    margin-bottom: 2rem;
  }
  .cid-u0v3eHYntU .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u0v3eHYntU span {
    font-size: 21vw;
  }
}
.cid-u0v3eIjFyt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u0v3eIjFyt .col-title {
    margin-bottom: 20px;
  }
}
.cid-u0v3eIjFyt .mbr-section-title {
  color: #3a341c;
}
.cid-u0v3eIjFyt .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-u0v3eIjFyt .mbr-text {
  color: #000000;
}
.cid-u0v3eIjFyt .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-u0v3eIjFyt p {
  line-height: 1.2;
}
.cid-u0v3eIjFyt .mbr-text1 {
  color: #3a341c;
}
.cid-u0v3eIjFyt .mbr-text2 {
  color: #3a341c;
}
.cid-u0v3eIjFyt .mbr-text3 {
  color: #000000;
  text-align: left;
}
.cid-u0v3eIymIs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-u0v3eIymIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0v3eIymIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0v3eIymIs .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u0v3eIymIs .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u0v3eIymIs .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u0v3eIymIs .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0v3eIymIs .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0v3eIymIs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u0v3eIymIs .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0v3eIymIs .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0v3eIymIs .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0v3eIymIs .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-u0v3eIymIs .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-u0v3eIymIs .list-box {
  width: 100%;
}
.cid-u0v3eIymIs .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-u0v3eIymIs .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u0v3eIymIs .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u0v3eIymIs .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u0v3eIymIs .list a:hover:before {
  background-position: left !important;
}
.cid-u0v3eIymIs .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u0v3eIymIs .news-item {
  width: 100%;
}
.cid-u0v3eIymIs .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-u0v3eIymIs .news-title {
  color: #303030;
}
.cid-u0v3eIymIs .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-u0uZDAnJty {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0uZDAnJty nav.navbar {
  position: fixed;
}
.cid-u0uZDAnJty .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-u0uZDAnJty .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0uZDAnJty .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0uZDAnJty .dropdown-item:hover,
.cid-u0uZDAnJty .dropdown-item:focus {
  background: #6e8dc8 !important;
  color: white !important;
}
.cid-u0uZDAnJty .dropdown-item:hover span {
  color: white;
}
.cid-u0uZDAnJty .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0uZDAnJty .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0uZDAnJty .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0uZDAnJty .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0uZDAnJty .nav-link {
  position: relative;
}
.cid-u0uZDAnJty .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u0uZDAnJty .container {
    flex-wrap: nowrap;
  }
}
.cid-u0uZDAnJty .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0uZDAnJty .dropdown-menu,
.cid-u0uZDAnJty .navbar.opened {
  background: #ffffff !important;
}
.cid-u0uZDAnJty .nav-item:focus,
.cid-u0uZDAnJty .nav-link:focus {
  outline: none;
}
.cid-u0uZDAnJty .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0uZDAnJty .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0uZDAnJty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0uZDAnJty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0uZDAnJty .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0uZDAnJty .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0uZDAnJty .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u0uZDAnJty .navbar.opened {
  transition: all 0.3s;
}
.cid-u0uZDAnJty .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0uZDAnJty .navbar .navbar-logo img {
  width: auto;
}
.cid-u0uZDAnJty .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0uZDAnJty .navbar.collapsed {
  justify-content: center;
}
.cid-u0uZDAnJty .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0uZDAnJty .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0uZDAnJty .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0uZDAnJty .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0uZDAnJty .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0uZDAnJty .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-u0uZDAnJty .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0uZDAnJty .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0uZDAnJty .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0uZDAnJty .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0uZDAnJty .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0uZDAnJty .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0uZDAnJty .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0uZDAnJty .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-u0uZDAnJty .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0uZDAnJty .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0uZDAnJty .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0uZDAnJty .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0uZDAnJty .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0uZDAnJty .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u0uZDAnJty .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u0uZDAnJty .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0uZDAnJty .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0uZDAnJty .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0uZDAnJty .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-u0uZDAnJty .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0uZDAnJty .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0uZDAnJty .dropdown-item.active,
.cid-u0uZDAnJty .dropdown-item:active {
  background-color: transparent;
}
.cid-u0uZDAnJty .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0uZDAnJty .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0uZDAnJty .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0uZDAnJty .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0uZDAnJty .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0uZDAnJty .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0uZDAnJty ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0uZDAnJty .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0uZDAnJty button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0uZDAnJty button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0uZDAnJty button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0uZDAnJty button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0uZDAnJty button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0uZDAnJty button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0uZDAnJty nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0uZDAnJty nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0uZDAnJty nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0uZDAnJty nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0uZDAnJty .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0uZDAnJty a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0uZDAnJty .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-u0uZDAnJty .navbar {
    height: 70px;
  }
  .cid-u0uZDAnJty .navbar.opened {
    height: auto;
  }
  .cid-u0uZDAnJty .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0uZDAnJty .sheaquaheader {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-u0uZDB3ojV {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u0uZDB3ojV img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u0uZDBdEaN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0uZDBm5Fh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u0uZDBm5Fh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0uZDBm5Fh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-u0uZDBm5Fh .container-fluid {
    padding: 0;
  }
}
.cid-u0uZDBm5Fh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-u0uZDBm5Fh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u0uZDBm5Fh .embla__slide a {
  display: block;
  width: 100%;
}
.cid-u0uZDBm5Fh .embla__button--next,
.cid-u0uZDBm5Fh .embla__button--prev {
  display: flex;
}
.cid-u0uZDBm5Fh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u0uZDBm5Fh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u0uZDBm5Fh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u0uZDBm5Fh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u0uZDBm5Fh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0uZDBm5Fh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u0uZDBm5Fh .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u0uZDBm5Fh .embla {
  position: relative;
  width: 100%;
}
.cid-u0uZDBm5Fh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u0uZDBm5Fh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u0uZDBm5Fh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u0uZDBm5Fh .embla__slide a {
  cursor: grab;
}
.cid-u0uZDBm5Fh .embla__slide a:active {
  cursor: grabbing;
}
.cid-u0uZDBm5Fh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u0uZDBm5Fh .item-menu-overlay {
  border-radius: 2rem;
}
.cid-u0uZDBm5Fh .mbr-section-title {
  color: #232323;
}
.cid-u0uZDBm5Fh .mbr-section-subtitle {
  color: #232323;
}
.cid-u0uZDBm5Fh .mbr-box {
  color: #ffffff;
}
.cid-u0uZDBm5Fh .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u0uZDBm5Fh img,
.cid-u0uZDBm5Fh .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u0uZDBm5Fh .item-wrapper {
  position: relative;
}
.cid-u0uZDBm5Fh .content-head {
  max-width: 800px;
}
.cid-u0uZDCuWqZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0uZDCHhx8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0uZDCHhx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0uZDCHhx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0uZDCHhx8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-u0uZDCHhx8 .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-u0uZDCHhx8 .text-box {
  text-align: center;
}
.cid-u0uZDCHhx8 span {
  font-size: 5rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-u0uZDCHhx8 .card {
    margin-bottom: 2rem;
  }
  .cid-u0uZDCHhx8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u0uZDCHhx8 span {
    font-size: 21vw;
  }
}
.cid-u0uZDCXqs8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u0uZDCXqs8 .col-title {
    margin-bottom: 20px;
  }
}
.cid-u0uZDCXqs8 .mbr-section-title {
  color: #3a341c;
}
.cid-u0uZDCXqs8 .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-u0uZDCXqs8 .mbr-text {
  color: #000000;
}
.cid-u0uZDCXqs8 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-u0uZDCXqs8 p {
  line-height: 1.2;
}
.cid-u0uZDCXqs8 .mbr-text1 {
  color: #3a341c;
}
.cid-u0uZDCXqs8 .mbr-text2 {
  color: #3a341c;
}
.cid-u0uZDCXqs8 .mbr-text3 {
  color: #000000;
  text-align: left;
}
.cid-u0uZDD9L4b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-u0uZDD9L4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0uZDD9L4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0uZDD9L4b .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u0uZDD9L4b .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u0uZDD9L4b .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u0uZDD9L4b .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0uZDD9L4b .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0uZDD9L4b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u0uZDD9L4b .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0uZDD9L4b .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0uZDD9L4b .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0uZDD9L4b .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-u0uZDD9L4b .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-u0uZDD9L4b .list-box {
  width: 100%;
}
.cid-u0uZDD9L4b .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-u0uZDD9L4b .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u0uZDD9L4b .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u0uZDD9L4b .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u0uZDD9L4b .list a:hover:before {
  background-position: left !important;
}
.cid-u0uZDD9L4b .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u0uZDD9L4b .news-item {
  width: 100%;
}
.cid-u0uZDD9L4b .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-u0uZDD9L4b .news-title {
  color: #303030;
}
.cid-u0uZDD9L4b .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tXRsBr5jxQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXRsBr5jxQ nav.navbar {
  position: fixed;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXRsBr5jxQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXRsBr5jxQ .dropdown-item:hover,
.cid-tXRsBr5jxQ .dropdown-item:focus {
  background: #6e8dc8 !important;
  color: white !important;
}
.cid-tXRsBr5jxQ .dropdown-item:hover span {
  color: white;
}
.cid-tXRsBr5jxQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXRsBr5jxQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXRsBr5jxQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXRsBr5jxQ .nav-link {
  position: relative;
}
.cid-tXRsBr5jxQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tXRsBr5jxQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown-menu,
.cid-tXRsBr5jxQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tXRsBr5jxQ .nav-item:focus,
.cid-tXRsBr5jxQ .nav-link:focus {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXRsBr5jxQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXRsBr5jxQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tXRsBr5jxQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXRsBr5jxQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tXRsBr5jxQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRsBr5jxQ .navbar.collapsed {
  justify-content: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXRsBr5jxQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXRsBr5jxQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXRsBr5jxQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXRsBr5jxQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXRsBr5jxQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXRsBr5jxQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRsBr5jxQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown-item.active,
.cid-tXRsBr5jxQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRsBr5jxQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXRsBr5jxQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRsBr5jxQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXRsBr5jxQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXRsBr5jxQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXRsBr5jxQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar {
    height: 70px;
  }
  .cid-tXRsBr5jxQ .navbar.opened {
    height: auto;
  }
  .cid-tXRsBr5jxQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXRsBr5jxQ .sheaquaheader {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tXFwhKjzJl {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tXFwhKjzJl img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u0uUpZ0KNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXFwhKBh9r {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tXFwhKBh9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXFwhKBh9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-tXFwhKBh9r .container-fluid {
    padding: 0;
  }
}
.cid-tXFwhKBh9r .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tXFwhKBh9r .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXFwhKBh9r .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tXFwhKBh9r .embla__button--next,
.cid-tXFwhKBh9r .embla__button--prev {
  display: flex;
}
.cid-tXFwhKBh9r .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tXFwhKBh9r .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tXFwhKBh9r .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXFwhKBh9r .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXFwhKBh9r .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXFwhKBh9r .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXFwhKBh9r .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXFwhKBh9r .embla {
  position: relative;
  width: 100%;
}
.cid-tXFwhKBh9r .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXFwhKBh9r .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXFwhKBh9r .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXFwhKBh9r .embla__slide a {
  cursor: grab;
}
.cid-tXFwhKBh9r .embla__slide a:active {
  cursor: grabbing;
}
.cid-tXFwhKBh9r .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXFwhKBh9r .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tXFwhKBh9r .mbr-section-title {
  color: #232323;
}
.cid-tXFwhKBh9r .mbr-section-subtitle {
  color: #232323;
}
.cid-tXFwhKBh9r .mbr-box {
  color: #ffffff;
}
.cid-tXFwhKBh9r .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXFwhKBh9r img,
.cid-tXFwhKBh9r .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tXFwhKBh9r .item-wrapper {
  position: relative;
}
.cid-tXFwhKBh9r .content-head {
  max-width: 800px;
}
.cid-u0uUmTCOui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0uV1x4Y8u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0uV1x4Y8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0uV1x4Y8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0uV1x4Y8u .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-u0uV1x4Y8u .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-u0uV1x4Y8u .text-box {
  text-align: center;
}
.cid-u0uV1x4Y8u span {
  font-size: 5rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-u0uV1x4Y8u .card {
    margin-bottom: 2rem;
  }
  .cid-u0uV1x4Y8u .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u0uV1x4Y8u span {
    font-size: 21vw;
  }
}
.cid-u0uUnBGIjN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u0uUnBGIjN .col-title {
    margin-bottom: 20px;
  }
}
.cid-u0uUnBGIjN .mbr-section-title {
  color: #3a341c;
}
.cid-u0uUnBGIjN .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-u0uUnBGIjN .mbr-text {
  color: #000000;
}
.cid-u0uUnBGIjN .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-u0uUnBGIjN p {
  line-height: 1.2;
}
.cid-u0uUnBGIjN .mbr-text1 {
  color: #3a341c;
}
.cid-u0uUnBGIjN .mbr-text2 {
  color: #3a341c;
}
.cid-u0uUnBGIjN .mbr-text3 {
  color: #000000;
  text-align: left;
}
.cid-tXFwhL8abM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-tXFwhL8abM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXFwhL8abM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXFwhL8abM .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tXFwhL8abM .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tXFwhL8abM .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tXFwhL8abM .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tXFwhL8abM .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tXFwhL8abM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tXFwhL8abM .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tXFwhL8abM .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tXFwhL8abM .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tXFwhL8abM .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tXFwhL8abM .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tXFwhL8abM .list-box {
  width: 100%;
}
.cid-tXFwhL8abM .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tXFwhL8abM .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tXFwhL8abM .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tXFwhL8abM .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tXFwhL8abM .list a:hover:before {
  background-position: left !important;
}
.cid-tXFwhL8abM .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tXFwhL8abM .news-item {
  width: 100%;
}
.cid-tXFwhL8abM .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tXFwhL8abM .news-title {
  color: #303030;
}
.cid-tXFwhL8abM .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tXRsBr5jxQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXRsBr5jxQ nav.navbar {
  position: fixed;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXRsBr5jxQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXRsBr5jxQ .dropdown-item:hover,
.cid-tXRsBr5jxQ .dropdown-item:focus {
  background: #6e8dc8 !important;
  color: white !important;
}
.cid-tXRsBr5jxQ .dropdown-item:hover span {
  color: white;
}
.cid-tXRsBr5jxQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXRsBr5jxQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXRsBr5jxQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXRsBr5jxQ .nav-link {
  position: relative;
}
.cid-tXRsBr5jxQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tXRsBr5jxQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown-menu,
.cid-tXRsBr5jxQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tXRsBr5jxQ .nav-item:focus,
.cid-tXRsBr5jxQ .nav-link:focus {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXRsBr5jxQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXRsBr5jxQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tXRsBr5jxQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXRsBr5jxQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tXRsBr5jxQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRsBr5jxQ .navbar.collapsed {
  justify-content: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXRsBr5jxQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXRsBr5jxQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXRsBr5jxQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXRsBr5jxQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXRsBr5jxQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXRsBr5jxQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRsBr5jxQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown-item.active,
.cid-tXRsBr5jxQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRsBr5jxQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXRsBr5jxQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRsBr5jxQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXRsBr5jxQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXRsBr5jxQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXRsBr5jxQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar {
    height: 70px;
  }
  .cid-tXRsBr5jxQ .navbar.opened {
    height: auto;
  }
  .cid-tXRsBr5jxQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXRsBr5jxQ .sheaquaheader {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tWXr2FnzOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-tWXr2FnzOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXr2FnzOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWXr2FnzOw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tWXr2FnzOw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tWXr2FnzOw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tWXr2FnzOw .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tWXr2FnzOw .list-box {
  width: 100%;
}
.cid-tWXr2FnzOw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tWXr2FnzOw .list a:hover:before {
  background-position: left !important;
}
.cid-tWXr2FnzOw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tWXr2FnzOw .news-item {
  width: 100%;
}
.cid-tWXr2FnzOw .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tWXr2FnzOw .news-title {
  color: #303030;
}
.cid-tWXr2FnzOw .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tXRsBr5jxQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXRsBr5jxQ nav.navbar {
  position: fixed;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXRsBr5jxQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXRsBr5jxQ .dropdown-item:hover,
.cid-tXRsBr5jxQ .dropdown-item:focus {
  background: #6e8dc8 !important;
  color: white !important;
}
.cid-tXRsBr5jxQ .dropdown-item:hover span {
  color: white;
}
.cid-tXRsBr5jxQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXRsBr5jxQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXRsBr5jxQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXRsBr5jxQ .nav-link {
  position: relative;
}
.cid-tXRsBr5jxQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tXRsBr5jxQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown-menu,
.cid-tXRsBr5jxQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tXRsBr5jxQ .nav-item:focus,
.cid-tXRsBr5jxQ .nav-link:focus {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXRsBr5jxQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXRsBr5jxQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tXRsBr5jxQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXRsBr5jxQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tXRsBr5jxQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRsBr5jxQ .navbar.collapsed {
  justify-content: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXRsBr5jxQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXRsBr5jxQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXRsBr5jxQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXRsBr5jxQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXRsBr5jxQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXRsBr5jxQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRsBr5jxQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown-item.active,
.cid-tXRsBr5jxQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRsBr5jxQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXRsBr5jxQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRsBr5jxQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXRsBr5jxQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXRsBr5jxQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXRsBr5jxQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar {
    height: 70px;
  }
  .cid-tXRsBr5jxQ .navbar.opened {
    height: auto;
  }
  .cid-tXRsBr5jxQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXRsBr5jxQ .sheaquaheader {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-u8TQkVeLyp {
  padding-top: 12rem;
  padding-bottom: 6rem;
}
.cid-u8TQkVeLyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8TQkVeLyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u8TQkVeLyp .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #5976ac;
}
.cid-u8TQkVeLyp .mbr-section-title {
  color: #ffffff;
}
.cid-u8TQkVeLyp .mbr-text,
.cid-u8TQkVeLyp .mbr-section-btn {
  color: #ffffff;
}
.cid-u8TQkVeLyp .content-head {
  max-width: 800px;
}
.cid-tXc4faMDEu {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXc4faMDEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXc4faMDEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXcr4f5hMo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXcr4f5hMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXcr4f5hMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXcr4f5hMo .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6e8dc8;
  margin-bottom: 2rem;
}
.cid-tXcr4f5hMo .card-wrapper {
  margin-top: 3rem;
}
.cid-tXcr4f5hMo .row {
  justify-content: center;
}
.cid-tXcr4f5hMo .mbr-section-title {
  color: #19303d;
}
.cid-tXcr4f5hMo .mbr-section-subtitle {
  color: #19303d;
}
.cid-tXceV9tfns {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tXceV9tfns .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXceV9tfns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXceV9tfns .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-tXceV9tfns .section-border-item_center {
    display: none;
  }
}
.cid-tXceV9tfns .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tXceV9tfns .main-container {
    flex-wrap: wrap;
  }
}
.cid-tXceV9tfns .card-wrap-1 {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tXceV9tfns .card-wrap-1 {
    width: 100%;
  }
}
.cid-tXceV9tfns .card-wrap-2 {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tXceV9tfns .card-wrap-2 {
    width: 100%;
  }
}
.cid-tXceV9tfns .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 2vw;
}
@media (max-width: 991px) {
  .cid-tXceV9tfns .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tXceV9tfns .card-box {
    max-width: 100%;
  }
}
.cid-tXceV9tfns .card-title {
  color: #FFF;
}
.cid-tXceV9tfns .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tXceV9tfns .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tXceV9tfns .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tXceV9tfns .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tXceV9tfns .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-tXceV9tfns .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tXceV9tfns .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #7787a5;
}
.cid-tXceV9tfns .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-tXceV9tfns .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-tXceV9tfns .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tXceV9tfns .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-tXceV9tfns .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tXceV9tfns .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tXceV9tfns .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-tXceV9tfns .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tXceV9tfns .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tXc8kKozLq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1036x691.jpg");
}
.cid-tXc8kKozLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXc8kKozLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tXc8kKozLq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tXc8kKozLq img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-tXc8kKozLq img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tXc8kKozLq .card {
  margin-bottom: 2rem;
}
.cid-tXc8kKozLq .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tXc8kKozLq .row {
  justify-content: space-between;
}
.cid-tXc8kKozLq .card-box {
  display: flex;
  align-items: center;
}
.cid-tXc8kKozLq .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tXc8kKozLq .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-tXc8kKozLq .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tXc8kKozLq .mbr-section-subtitle {
  color: #edefeb;
  text-align: left;
}
.cid-tXc8kKozLq .card-text {
  color: #ffffff;
}
.cid-tXc8kKozLq .card-title,
.cid-tXc8kKozLq .iconfont-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-tXc8kKozLq .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tXc8kKozLq .card-link,
.cid-tXc8kKozLq .link-icon,
.cid-tXc8kKozLq .link-align {
  color: #232323;
}
.cid-u7tmVIrgXZ {
  overflow: hidden;
  background-image: url("../../../assets/images/still002-1-1-.webp");
}
.cid-u7tmVIrgXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7tmVIrgXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7tmVIrgXZ .container {
    padding: 0 24px;
  }
}
.cid-u7tmVIrgXZ .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u7tmVIrgXZ .card-wrapper {
    display: block;
  }
}
.cid-u7tmVIrgXZ .card-wrapper .number-wrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-u7tmVIrgXZ .card-wrapper .number-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.cid-u7tmVIrgXZ .card-wrapper .number-wrap .mbr-number {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c7b1ff;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u7tmVIrgXZ .card-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  top: -50vh;
  width: 1px;
  height: 200vh;
  background-color: #ffffff;
  opacity: .33;
}
@media (max-width: 992px) {
  .cid-u7tmVIrgXZ .card-wrapper .number-wrap::before {
    display: none;
  }
}
.cid-u7tmVIrgXZ .card-wrapper .card-wrap .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-u7tmVIrgXZ .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-u7tmVIrgXZ .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-u7tmVIrgXZ .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-u7tmVIrgXZ .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u7tmVIrgXZ .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u7tmVIrgXZ .card-wrapper .card-wrap .items-wrapper .item {
  background-color: #ffffff;
  border-radius: .8rem !important;
  padding: 32px 36px;
}
@media (max-width: 1199px) {
  .cid-u7tmVIrgXZ .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.cid-u7tmVIrgXZ .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7tmVIrgXZ .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-u7tmVIrgXZ .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #c7b1ff;
  display: inline-flex;
}
.cid-u7tmVIrgXZ .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7tmVIrgXZ .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 28px;
  }
}
.cid-u7tmVIrgXZ .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u7tmVIrgXZ .mbr-section-title {
  color: #ffffff;
}
.cid-u7tmVIrgXZ .mbr-text {
  color: #ffffff;
}
.cid-u7tmVIrgXZ .card-number {
  color: #202020;
}
.cid-u7tmVIrgXZ .card-title {
  color: #202020;
}
.cid-u7tmVIrgXZ .card-text {
  color: #202020;
  text-align: center;
}
.cid-u7tmVIrgXZ .card-title,
.cid-u7tmVIrgXZ .icon-wrapper {
  text-align: center;
}
.cid-u7tmVIrgXZ .mbr-section-title,
.cid-u7tmVIrgXZ .title-wrap {
  text-align: center;
}
.cid-u7FSzaYihd {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u7FSzaYihd .mbr-section-subtitle {
  color: #232323;
}
.cid-u7FSzaYihd .container-table {
  margin: 0 auto;
}
.cid-u7FSzaYihd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u7FSzaYihd .dataTables_wrapper {
  display: block;
}
.cid-u7FSzaYihd .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u7FSzaYihd table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u7FSzaYihd table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-u7FSzaYihd table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u7FSzaYihd table td {
  border-top: 1px solid #cccccc;
}
.cid-u7FSzaYihd table td:hover {
  color: #6e8dc8;
}
.cid-u7FSzaYihd table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-u7FSzaYihd .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u7FSzaYihd .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u7FSzaYihd .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u7FSzaYihd .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u7FSzaYihd .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u7FSzaYihd .dataTables_filter {
    text-align: center;
  }
  .cid-u7FSzaYihd .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u7FSzaYihd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FSzaYihd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7FSzaYihd .head-item {
  text-align: center;
}
.cid-u7FSzaYihd .body-item {
  text-align: center;
}
.cid-u7LFcCnKrz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-u7LFcCnKrz .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-u7LFcCnKrz .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-u7LFcCnKrz .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-u7LFcCnKrz .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-u7LFcCnKrz .icon-wrap a:hover {
  background-image: none !important;
}
.cid-u7LFcCnKrz .icon-wrap span {
  margin-left: 5px;
}
.cid-u7LFcCnKrz .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u7LFcCnKrz .box {
    height: 200px;
  }
}
.cid-u7LFcCnKrz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u7LFcCnKrz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u7LFcCnKrz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u7LFcCnKrz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u7LFcCnKrz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u7LFcCnKrz .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-u7LFcCnKrz .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-u7LFcCnKrz .mbr-section-subtitle {
  color: #555555;
  padding-top: 12px;
}
.cid-u7LFcCnKrz .item-container {
  width: 100%;
}
.cid-u7LFcCnKrz .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-u7LFcCnKrz .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-u7LFcCnKrz .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-u7LFcCnKrz .icon-box {
  background: #5976ac;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u7LFcCnKrz .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-u7LFcCnKrz .text-box {
  flex-grow: 1;
}
.cid-u7LFcCnKrz .number-text {
  color: #ffffff;
}
.cid-u7LFcCnKrz .icon-text {
  color: #555555;
}
.cid-u7LFcCnKrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7LFcCnKrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7FahhFgLb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u7FahhFgLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FahhFgLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7FahhFgLb .row {
  flex-direction: row-reverse;
}
.cid-u8TTC3HfuJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-u8TTC3HfuJ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u8TTC3HfuJ .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u8TTC3HfuJ .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6e8dc8;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u8TTC3HfuJ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-u8TTC3HfuJ .mbr-text {
  color: #000000;
}
.cid-u8TTC3HfuJ .mbr-subtitle {
  text-align: right;
  color: #232323;
}
.cid-u8TTC3HfuJ DIV {
  text-align: left;
}
.cid-u8TTC3HfuJ H4 {
  color: #000000;
}
.cid-u8TTC3HfuJ .mbr-subtitle DIV {
  text-align: center;
}
.cid-u7L0a92Lxx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7L0a92Lxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7L0a92Lxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7L0a92Lxx .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u7L0a92Lxx .mbr-section-title {
  color: #24262b;
}
.cid-u7L0a92Lxx .mbr-section-subtitle {
  color: #24262b;
}
.cid-u7L0a92Lxx .cards-row {
  row-gap: 32px;
}
.cid-u7L0a92Lxx .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7L0a92Lxx .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u7L0a92Lxx .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u7L0a92Lxx .card-subtitle {
  color: #24262b;
}
.cid-u7L0a92Lxx .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u7L0a92Lxx .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7L0a92Lxx .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-u7L0a92Lxx .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: contain;
}
.cid-u7o7ZoEpYh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
.cid-u7o7ZoEpYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7o7ZoEpYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7o7ZoEpYh .container {
    padding: 0 16px;
  }
}
.cid-u7o7ZoEpYh .row {
  position: relative;
}
.cid-u7o7ZoEpYh .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-u7o7ZoEpYh .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7o7ZoEpYh .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-u7o7ZoEpYh .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #6e8dc8 !important;
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #1b446a !important;
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #7787a5 !important;
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #3aa99f !important;
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffffff !important;
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u7o7ZoEpYh .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u7o7ZoEpYh .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-u7o7ZoEpYh .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-u7o7ZoEpYh .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-u7o7ZoEpYh .items-wrapper {
    margin-left: 0;
  }
}
.cid-u7o7ZoEpYh .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-u7o7ZoEpYh .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 40px;
  border-radius: 7px !important;
}
@media (max-width: 992px) {
  .cid-u7o7ZoEpYh .item .item-wrapper {
    padding: 30px;
  }
}
.cid-u7o7ZoEpYh .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-u7o7ZoEpYh .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-u7o7ZoEpYh .mbr-section-title {
  color: #000000;
}
.cid-u7o7ZoEpYh .mbr-text {
  color: #6f6f6f;
}
.cid-u7o7ZoEpYh .item-title {
  color: #000000;
}
.cid-u7o7ZoEpYh .item-text {
  color: #3a341c;
}
.cid-u7o7ZoEpYh .mbr-section-title,
.cid-u7o7ZoEpYh .mbr-section-btn,
.cid-u7o7ZoEpYh .decor-wrapper {
  color: #000000;
}
.cid-u7o7ZoEpYh .mbr-text,
.cid-u7o7ZoEpYh .text-wrap {
  color: #232323;
}
.cid-u7FOA7YGOP {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7FOA7YGOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FOA7YGOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7FOA7YGOP .row {
  flex-direction: row-reverse;
}
.cid-u8TXeydTmG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8TXeydTmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8TXeydTmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8TXeydTmG .card-title {
  min-width: 250px;
}
.cid-u8TXeydTmG .card-text {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-u8TXeydTmG .card-text {
    padding-left: 0rem;
  }
}
.cid-u8TXeydTmG .iconfont-wrapper {
  display: none;
}
.cid-u8TXeydTmG .mbr-iconfont {
  font-size: 1rem;
  color: #1b446a;
  border-radius: 50%;
  background: #6e8dc8;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u8TXeydTmG .card-wrapper {
  display: flex;
  transition: all 0.3s;
  justify-content: space-between;
  align-items: center;
  background: #eff7fb;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-u8TXeydTmG .card-wrapper {
    flex-direction: column;
  }
}
.cid-u8TXeydTmG .card-wrapper b {
  min-width: 30%;
}
.cid-u8TXeydTmG .card-wrapper:hover {
  background: #1b446a;
  color: white;
}
.cid-u8TXeydTmG .text-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-u8TXeydTmG .text-wrap {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}
.cid-u8TXeydTmG .mbr-section-title {
  text-align: center;
}
.cid-u7o85aeDuj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7o85aeDuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7o85aeDuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7o85aeDuj .container {
    padding: 0 16px;
  }
}
.cid-u7o85aeDuj .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-u7o85aeDuj .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u7o85aeDuj .content-wrapper {
  margin-bottom: 80px;
}
.cid-u7o85aeDuj .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7o85aeDuj .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7o85aeDuj .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-u7o85aeDuj .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u7o85aeDuj .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-u7o85aeDuj .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-u7o85aeDuj .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-u7o85aeDuj .item .item-wrapper {
    padding: 32px;
  }
}
.cid-u7o85aeDuj .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u7o85aeDuj .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-u7o85aeDuj .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-u7o85aeDuj .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #3669c9;
}
.cid-u7o85aeDuj .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-u7o85aeDuj .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-u7o85aeDuj .mbr-section-title {
  color: #000000;
}
.cid-u7o85aeDuj .mbr-text,
.cid-u7o85aeDuj .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-u7o85aeDuj .item-title {
  color: #000000;
}
.cid-u7o85aeDuj .item-text {
  color: #6f6f6f;
}
.cid-u7o85aeDuj .mbr-section-title,
.cid-u7o85aeDuj .mbr-section-btn {
  text-align: center;
}
.cid-tXLed8QkQw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg1-1770x1040.png");
}
.cid-tXLed8QkQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLed8QkQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXLed8QkQw .mbr-text,
.cid-tXLed8QkQw .mbr-section-btn {
  color: #232323;
}
.cid-tXLed8QkQw .card-title,
.cid-tXLed8QkQw .card-box {
  color: #ffffff;
}
.cid-tXLed8QkQw .mbr-text,
.cid-tXLed8QkQw .link-wrap {
  color: #ffffff;
}
.cid-tWXr2FnzOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-tWXr2FnzOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXr2FnzOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWXr2FnzOw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tWXr2FnzOw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tWXr2FnzOw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tWXr2FnzOw .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tWXr2FnzOw .list-box {
  width: 100%;
}
.cid-tWXr2FnzOw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tWXr2FnzOw .list a:hover:before {
  background-position: left !important;
}
.cid-tWXr2FnzOw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tWXr2FnzOw .news-item {
  width: 100%;
}
.cid-tWXr2FnzOw .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tWXr2FnzOw .news-title {
  color: #303030;
}
.cid-tWXr2FnzOw .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tXRqIh4ZiA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-tXRqIh4ZiA .media-container-row .mbr-text {
  color: #232323;
}
.cid-u7nnCFETKt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7nnCFETKt nav.navbar {
  position: fixed;
}
.cid-u7nnCFETKt .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-u7nnCFETKt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nnCFETKt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7nnCFETKt .dropdown-item:hover,
.cid-u7nnCFETKt .dropdown-item:focus {
  background: #6e8dc8 !important;
  color: white !important;
}
.cid-u7nnCFETKt .dropdown-item:hover span {
  color: white;
}
.cid-u7nnCFETKt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7nnCFETKt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7nnCFETKt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7nnCFETKt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7nnCFETKt .nav-link {
  position: relative;
}
.cid-u7nnCFETKt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7nnCFETKt .container {
    flex-wrap: nowrap;
  }
}
.cid-u7nnCFETKt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7nnCFETKt .dropdown-menu,
.cid-u7nnCFETKt .navbar.opened {
  background: #ffffff !important;
}
.cid-u7nnCFETKt .nav-item:focus,
.cid-u7nnCFETKt .nav-link:focus {
  outline: none;
}
.cid-u7nnCFETKt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7nnCFETKt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7nnCFETKt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7nnCFETKt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7nnCFETKt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7nnCFETKt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7nnCFETKt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7nnCFETKt .navbar.opened {
  transition: all 0.3s;
}
.cid-u7nnCFETKt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7nnCFETKt .navbar .navbar-logo img {
  width: auto;
}
.cid-u7nnCFETKt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7nnCFETKt .navbar.collapsed {
  justify-content: center;
}
.cid-u7nnCFETKt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7nnCFETKt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7nnCFETKt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u7nnCFETKt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7nnCFETKt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7nnCFETKt .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-u7nnCFETKt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7nnCFETKt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7nnCFETKt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7nnCFETKt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7nnCFETKt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7nnCFETKt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7nnCFETKt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7nnCFETKt .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-u7nnCFETKt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7nnCFETKt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7nnCFETKt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7nnCFETKt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7nnCFETKt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7nnCFETKt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7nnCFETKt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7nnCFETKt .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7nnCFETKt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7nnCFETKt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7nnCFETKt .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-u7nnCFETKt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7nnCFETKt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7nnCFETKt .dropdown-item.active,
.cid-u7nnCFETKt .dropdown-item:active {
  background-color: transparent;
}
.cid-u7nnCFETKt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7nnCFETKt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7nnCFETKt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7nnCFETKt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7nnCFETKt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7nnCFETKt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7nnCFETKt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7nnCFETKt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7nnCFETKt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7nnCFETKt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7nnCFETKt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7nnCFETKt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nnCFETKt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nnCFETKt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7nnCFETKt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nnCFETKt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7nnCFETKt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7nnCFETKt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nnCFETKt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7nnCFETKt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7nnCFETKt .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-u7nnCFETKt .navbar {
    height: 70px;
  }
  .cid-u7nnCFETKt .navbar.opened {
    height: auto;
  }
  .cid-u7nnCFETKt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7nnCFETKt .sheaquaheader {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-u7nnCGy6Dh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-u7nnCGLy8H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-u7nnCGLy8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nnCGLy8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nnCGLy8H .container-fluid {
  max-width: 100% !important;
}
.cid-u7nnCGLy8H .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-u7nnCGLy8H .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7nnCGLy8H .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-u7nnCGLy8H .text-wrap {
    margin-bottom: 0;
    padding: 45px 0px 50px 15px;
  }
}
@media (min-width: 1440px) {
  .cid-u7nnCGLy8H .text-wrap {
    margin-bottom: 0;
    padding: 60px 50px 30px 50px;
  }
}
@media (max-width: 991px) {
  .cid-u7nnCGLy8H .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-u7nnCGLy8H .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-u7nnCGLy8H .mbr-section-title {
  color: #303030;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-u7nnCGLy8H .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-u7nnCGLy8H .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-u7nnCGLy8H .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-u7nnCGLy8H .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-u7nnCGLy8H .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-u7nnCGLy8H .text-item {
  width: 80%;
}
@media (max-width: 767px) {
  .cid-u7nnCGLy8H .text-item {
    width: 100%;
  }
}
.cid-u7nnCGLy8H .item-title {
  color: #303030;
}
.cid-u7nnCGLy8H .item-text {
  color: #303030;
  margin-top: 5px;
}
.cid-u7nnCGLy8H .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7nnCGLy8H .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-u7nnCGLy8H .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-u7nnCGLy8H .link-title:hover .mbr-iconfont {
  background: #dae6ff;
}
.cid-u7nnCH0sHX {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7nnCH0sHX .content {
    padding: 0 20px;
  }
}
.cid-u7nnCH0sHX .item-content {
  padding: 12px 0;
}
.cid-u7nnCH0sHX img,
.cid-u7nnCH0sHX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u7nnCH0sHX img,
  .cid-u7nnCH0sHX .item-img {
    max-height: 250px;
  }
}
.cid-u7nnCH0sHX .item:focus,
.cid-u7nnCH0sHX span:focus {
  outline: none;
}
.cid-u7nnCH0sHX .item-wrap {
  margin-bottom: 115px;
}
@media (min-width: 992px) {
  .cid-u7nnCH0sHX .item-wrap {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-u7nnCH0sHX .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7nnCH0sHX .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-u7nnCH0sHX .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-u7nnCH0sHX .link-title:hover .mbr-iconfont {
  background: #dae6ff;
}
.cid-u7nnCHqdZJ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7nnCHqdZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nnCHqdZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nnCHqdZJ .mbr-section-title {
  color: #ffffff;
}
.cid-u7nnCHDpho {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg1-1770x1040.png");
}
.cid-u7nnCHDpho .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nnCHDpho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nnCHDpho .mbr-text,
.cid-u7nnCHDpho .mbr-section-btn {
  color: #232323;
}
.cid-u7nnCHDpho .card-title,
.cid-u7nnCHDpho .card-box {
  color: #ffffff;
}
.cid-u7nnCHDpho .mbr-text,
.cid-u7nnCHDpho .link-wrap {
  color: #ffffff;
}
.cid-u7nnCHSDuR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-u7nnCHSDuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nnCHSDuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nnCHSDuR .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u7nnCHSDuR .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u7nnCHSDuR .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u7nnCHSDuR .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u7nnCHSDuR .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u7nnCHSDuR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u7nnCHSDuR .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u7nnCHSDuR .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u7nnCHSDuR .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u7nnCHSDuR .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-u7nnCHSDuR .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-u7nnCHSDuR .list-box {
  width: 100%;
}
.cid-u7nnCHSDuR .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-u7nnCHSDuR .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u7nnCHSDuR .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u7nnCHSDuR .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u7nnCHSDuR .list a:hover:before {
  background-position: left !important;
}
.cid-u7nnCHSDuR .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u7nnCHSDuR .news-item {
  width: 100%;
}
.cid-u7nnCHSDuR .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-u7nnCHSDuR .news-title {
  color: #303030;
}
.cid-u7nnCHSDuR .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tXRsBr5jxQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXRsBr5jxQ nav.navbar {
  position: fixed;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXRsBr5jxQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXRsBr5jxQ .dropdown-item:hover,
.cid-tXRsBr5jxQ .dropdown-item:focus {
  background: #6e8dc8 !important;
  color: white !important;
}
.cid-tXRsBr5jxQ .dropdown-item:hover span {
  color: white;
}
.cid-tXRsBr5jxQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXRsBr5jxQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXRsBr5jxQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXRsBr5jxQ .nav-link {
  position: relative;
}
.cid-tXRsBr5jxQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tXRsBr5jxQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown-menu,
.cid-tXRsBr5jxQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tXRsBr5jxQ .nav-item:focus,
.cid-tXRsBr5jxQ .nav-link:focus {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXRsBr5jxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXRsBr5jxQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXRsBr5jxQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXRsBr5jxQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tXRsBr5jxQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXRsBr5jxQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tXRsBr5jxQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRsBr5jxQ .navbar.collapsed {
  justify-content: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXRsBr5jxQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXRsBr5jxQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRsBr5jxQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXRsBr5jxQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXRsBr5jxQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXRsBr5jxQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXRsBr5jxQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRsBr5jxQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXRsBr5jxQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXRsBr5jxQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXRsBr5jxQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXRsBr5jxQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXRsBr5jxQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRsBr5jxQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRsBr5jxQ .dropdown-item.active,
.cid-tXRsBr5jxQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRsBr5jxQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRsBr5jxQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXRsBr5jxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXRsBr5jxQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRsBr5jxQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXRsBr5jxQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXRsBr5jxQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRsBr5jxQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXRsBr5jxQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRsBr5jxQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXRsBr5jxQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXRsBr5jxQ .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-tXRsBr5jxQ .navbar {
    height: 70px;
  }
  .cid-tXRsBr5jxQ .navbar.opened {
    height: auto;
  }
  .cid-tXRsBr5jxQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXRsBr5jxQ .sheaquaheader {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tXFyDT1Qkp {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-u7nnIS8Shm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-u7nnIS8Shm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nnIS8Shm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nnIS8Shm .container-fluid {
  max-width: 100% !important;
}
.cid-u7nnIS8Shm .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-u7nnIS8Shm .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7nnIS8Shm .text-wrap {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-u7nnIS8Shm .text-wrap {
    margin-bottom: 0;
    padding: 45px 0px 50px 15px;
  }
}
@media (min-width: 1440px) {
  .cid-u7nnIS8Shm .text-wrap {
    margin-bottom: 0;
    padding: 60px 50px 30px 50px;
  }
}
@media (max-width: 991px) {
  .cid-u7nnIS8Shm .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-u7nnIS8Shm .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-u7nnIS8Shm .mbr-section-title {
  color: #303030;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-u7nnIS8Shm .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-u7nnIS8Shm .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-u7nnIS8Shm .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-u7nnIS8Shm .mbr-text {
  color: #303030;
  margin-top: 15px;
}
.cid-u7nnIS8Shm .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-u7nnIS8Shm .text-item {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nnIS8Shm .text-item {
    width: 100%;
  }
}
.cid-u7nnIS8Shm .item-title {
  color: #303030;
}
.cid-u7nnIS8Shm .item-text {
  color: #303030;
  margin-top: 5px;
}
.cid-u7nnIS8Shm .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7nnIS8Shm .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-u7nnIS8Shm .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-u7nnIS8Shm .link-title:hover .mbr-iconfont {
  background: #dae6ff;
}
.cid-u7npKWqHoQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7npKWqHoQ img,
.cid-u7npKWqHoQ .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u7npKWqHoQ .item:focus,
.cid-u7npKWqHoQ span:focus {
  outline: none;
}
.cid-u7npKWqHoQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7npKWqHoQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7npKWqHoQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7npKWqHoQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u7npKWqHoQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7npKWqHoQ .mbr-section-title {
  color: #232323;
}
.cid-u7npKWqHoQ .mbr-text,
.cid-u7npKWqHoQ .mbr-section-btn {
  text-align: left;
}
.cid-u7npKWqHoQ .item-title {
  text-align: left;
  color: #6e8dc8;
}
.cid-u7npKWqHoQ .item-subtitle {
  text-align: left;
  line-height: 1.5rem !important;
  color: #232323;
}
.cid-tXRt85mFPC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg1-1770x1040.png");
}
.cid-tXRt85mFPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXRt85mFPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXRt85mFPC .mbr-text,
.cid-tXRt85mFPC .mbr-section-btn {
  color: #232323;
}
.cid-tXRt85mFPC .card-title,
.cid-tXRt85mFPC .card-box {
  color: #ffffff;
}
.cid-tXRt85mFPC .mbr-text,
.cid-tXRt85mFPC .link-wrap {
  color: #ffffff;
}
.cid-tWXr2FnzOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-tWXr2FnzOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXr2FnzOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWXr2FnzOw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tWXr2FnzOw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tWXr2FnzOw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tWXr2FnzOw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tWXr2FnzOw .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tWXr2FnzOw .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tWXr2FnzOw .list-box {
  width: 100%;
}
.cid-tWXr2FnzOw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tWXr2FnzOw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tWXr2FnzOw .list a:hover:before {
  background-position: left !important;
}
.cid-tWXr2FnzOw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tWXr2FnzOw .news-item {
  width: 100%;
}
.cid-tWXr2FnzOw .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tWXr2FnzOw .news-title {
  color: #303030;
}
.cid-tWXr2FnzOw .copyright {
  margin-top: 20px;
  color: #303030;
}
