.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Noto Serif TC', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Noto Serif TC', serif;
  font-size: 0.9rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: #094c9e !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #094c9e !important;
  border-color: #094c9e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0c63ce !important;
  border-color: #0c63ce !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c63ce !important;
  border-color: #0c63ce !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #094c9e;
  color: #094c9e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #04254c !important;
  background-color: transparent !important;
  border-color: #04254c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #094c9e !important;
  border-color: #094c9e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !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: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #094c9e !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #041e3d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !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: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #094c9e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #094c9e;
  border-color: #094c9e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #094c9e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #338af3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Serif TC', serif;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #094c9e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Serif TC', serif;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #094c9e;
}
/* 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: #094c9e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #094c9e;
}
.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: #094c9e;
  border-bottom-color: #094c9e;
}
.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: #094c9e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23094c9e' %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-uxjNMfM8Di {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 50px;
}
.cid-uxjNMfM8Di nav.navbar {
  position: fixed;
}
.cid-uxjNMfM8Di .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uxjNMfM8Di .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-uxjNMfM8Di .dropdown-menu {
  padding: 10;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxjNMfM8Di .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxjNMfM8Di .dropdown-item:hover,
.cid-uxjNMfM8Di .dropdown-item:focus {
  background: #094c9e !important;
  color: white !important;
}
.cid-uxjNMfM8Di .dropdown-item:hover span {
  color: white;
}
.cid-uxjNMfM8Di .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxjNMfM8Di .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxjNMfM8Di .nav-dropdown .link {
  padding: 0 0.7em !important;
  margin: 0.667em 1em !important;
}
.cid-uxjNMfM8Di .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxjNMfM8Di .nav-link {
  position: relative;
}
.cid-uxjNMfM8Di .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxjNMfM8Di .container {
    flex-wrap: nowrap;
  }
}
.cid-uxjNMfM8Di .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxjNMfM8Di .dropdown-menu,
.cid-uxjNMfM8Di .navbar.opened {
  background: #ffffff !important;
}
.cid-uxjNMfM8Di .nav-item:focus,
.cid-uxjNMfM8Di .nav-link:focus {
  outline: none;
}
.cid-uxjNMfM8Di .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxjNMfM8Di .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxjNMfM8Di .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxjNMfM8Di .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxjNMfM8Di .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxjNMfM8Di .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxjNMfM8Di .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uxjNMfM8Di .navbar.opened {
  transition: all 0.3s;
}
.cid-uxjNMfM8Di .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxjNMfM8Di .navbar .navbar-logo img {
  width: auto;
}
.cid-uxjNMfM8Di .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxjNMfM8Di .navbar.collapsed {
  justify-content: center;
}
.cid-uxjNMfM8Di .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxjNMfM8Di .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxjNMfM8Di .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxjNMfM8Di .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxjNMfM8Di .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-uxjNMfM8Di .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxjNMfM8Di .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxjNMfM8Di .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxjNMfM8Di .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxjNMfM8Di .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxjNMfM8Di .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxjNMfM8Di .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxjNMfM8Di .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-uxjNMfM8Di .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxjNMfM8Di .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxjNMfM8Di .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxjNMfM8Di .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxjNMfM8Di .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxjNMfM8Di .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxjNMfM8Di .navbar.navbar-short {
  min-height: 80px;
}
.cid-uxjNMfM8Di .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uxjNMfM8Di .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxjNMfM8Di .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxjNMfM8Di .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxjNMfM8Di .dropdown-item.active,
.cid-uxjNMfM8Di .dropdown-item:active {
  background-color: transparent;
}
.cid-uxjNMfM8Di .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxjNMfM8Di .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxjNMfM8Di .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxjNMfM8Di .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxjNMfM8Di .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxjNMfM8Di .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxjNMfM8Di ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxjNMfM8Di .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxjNMfM8Di button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxjNMfM8Di button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #094c9e;
}
.cid-uxjNMfM8Di button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxjNMfM8Di button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjNMfM8Di button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjNMfM8Di button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxjNMfM8Di nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjNMfM8Di nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxjNMfM8Di nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxjNMfM8Di nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjNMfM8Di .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxjNMfM8Di a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxjNMfM8Di .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-uxjNMfM8Di .navbar {
    height: 70px;
  }
  .cid-uxjNMfM8Di .navbar.opened {
    height: auto;
  }
  .cid-uxjNMfM8Di .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyDS6KP99D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uyDS6KP99D .carousel {
  height: auto;
}
.cid-uyDS6KP99D .carousel img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uyDS6KP99D .carousel-item,
.cid-uyDS6KP99D .carousel-inner {
  height: auto;
}
.cid-uyDS6KP99D p {
  line-height: 1.5rem;
}
.cid-uyDS6KP99D .item-wrapper {
  width: 100%;
}
.cid-uyDS6KP99D .carousel-item {
  position: relative;
}
.cid-uyDS6KP99D .carousel-caption {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%!important;
  top: 50%!important;
  right: 0!important;
  bottom: 0!important;
  transform: translate(-50%, -15%);
}
@media (min-width: 320px) and (max-width: 430px) {
  .cid-uyDS6KP99D {
    padding-top: 4rem;
  }
  .cid-uyDS6KP99D .display-7 {
    font-size: 1.2rem;
    white-space: nowrap;
    display: flex;
    justify-content: center;
  }
  .cid-uyDS6KP99D .display-4 {
    display: none;
    justify-content: center;
    font-size: 0.5rem!important;
    position: relative;
    width: 369px;
    left: -93px;
  }
  .cid-uyDS6KP99D .carousel-caption {
    transform: translate(-50%, -30%);
  }
  .cid-uyDS6KP99D .carousel-control {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-uyDS6KP99D {
    padding-top: 4rem;
  }
  .cid-uyDS6KP99D .display-7 {
    display: flex;
    justify-content: center;
    white-space: nowrap;
  }
  .cid-uyDS6KP99D .display-4 {
    display: flex;
    justify-content: center;
    position: relative;
    width: 433px;
    left: -28px;
  }
  .cid-uyDS6KP99D .carousel-caption {
    transform: translate(-50%, -40%);
  }
}
.cid-uyDS6KP99D .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uyDS6KP99D .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uyDS6KP99D .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uyDS6KP99D .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uyDS6KP99D .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uyDS6KP99D .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uyDS6KP99D .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uyDS6KP99D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyDS6KP99D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyDS6KP99D .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uyDS6KP99D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uyDS6KP99D .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uyDS6KP99D .carousel-indicators li.active,
.cid-uyDS6KP99D .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uyDS6KP99D .carousel-indicators li::after,
.cid-uyDS6KP99D .carousel-indicators li::before {
  content: none;
}
.cid-uyDS6KP99D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uyDS6KP99D .carousel-indicators {
    display: none !important;
  }
}
.cid-uyDS6KP99D H5 {
  text-align: center;
}
.cid-uyDS6KP99D P {
  text-align: center;
}
.cid-ux8jlT79rL {
  padding-top: 7rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/introduction.webp");
}
.cid-ux8jlT79rL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8jlT79rL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8jlT79rL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ux8jlT79rL .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ux8jlT79rL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux8jlT79rL .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ux8jlT79rL .container {
    padding: 0 16px;
  }
}
.cid-ux8jlT79rL .row {
  justify-content: center;
}
.cid-ux8jlT79rL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ux8jlT79rL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ux8jlT79rL .content-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 34px;
  letter-spacing: 3.5px;
}
.cid-ux8jlT79rL .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  letter-spacing: 3.5px;
}
.cid-ux8jlT79rL .mbr-section-subtitle {
  color: #ffeb69;
  text-align: center;
  line-height: 34px;
  letter-spacing: 3.5px;
}
.cid-ux8jlT79rL .mbr-text {
  color: #ffffff;
  text-align: left;
  line-height: 34px;
  letter-spacing: 1.5px;
}
.cid-uvU3Jur2Pf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #094c9e;
}
.cid-uvU3Jur2Pf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvU3Jur2Pf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvU3Jur2Pf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvU3Jur2Pf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvU3Jur2Pf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvU3Jur2Pf .mbr-text {
  color: #ffffff;
  line-height: 34px;
  letter-spacing: 1.5px;
}
.cid-uvU3Jur2Pf .mbr-section-title {
  color: #ffeb69;
  text-align: center;
  letter-spacing: 1.5px;
}
.cid-uxe6nVdDGt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/staff.webp");
}
.cid-uxe6nVdDGt .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxe6nVdDGt .mbr-author-desc {
  display: block;
}
.cid-uxe6nVdDGt .testimonial-photo {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uxe6nVdDGt .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uxe6nVdDGt .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxe6nVdDGt .mbr-testimonial .card-footer {
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-uxe6nVdDGt .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uxe6nVdDGt .mbr-text {
  color: #ffeb69;
  letter-spacing: 1.5px;
}
.cid-uxe6nVdDGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxe6nVdDGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxe6nVdDGt .mbr-author-name {
  color: #ffffff;
  line-height: 34px;
  letter-spacing: 1.5px;
  text-align: left;
}
.cid-uxjC3W1bhX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxjC3W1bhX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxjC3W1bhX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxjC3W1bhX .container {
    padding: 0 24px;
  }
}
.cid-uxjC3W1bhX .row {
  justify-content: center;
}
.cid-uxjC3W1bhX .row .card {
  border-radius: 0 !important;
  align-items: center;
}
.cid-uxjC3W1bhX .title-wrapper .mbr-section-title {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uxjC3W1bhX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxjC3W1bhX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uxjC3W1bhX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uxjC3W1bhX .embla__slide .slide-content {
  width: 100%;
}
.cid-uxjC3W1bhX .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxjC3W1bhX .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uxjC3W1bhX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uxjC3W1bhX .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uxjC3W1bhX .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uxjC3W1bhX .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
}
.cid-uxjC3W1bhX .embla__button--next,
.cid-uxjC3W1bhX .embla__button--prev {
  display: flex;
}
.cid-uxjC3W1bhX .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #141414 !important;
  color: #ffffff !important;
  border: 1px solid #141414 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
  display: none;
}
.cid-uxjC3W1bhX .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uxjC3W1bhX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uxjC3W1bhX .embla__button:hover {
  box-shadow: inset 81px 10px 5px #7f89e9;
  border-color: #7f89e9 !important;
}
.cid-uxjC3W1bhX .embla__button:hover::before {
  width: 30%;
}
.cid-uxjC3W1bhX .embla__button.embla__button--prev {
  left: 0;
}
.cid-uxjC3W1bhX .embla__button.embla__button--next {
  left: 5.5rem;
}
.cid-uxjC3W1bhX .embla {
  position: relative;
  width: 100%;
}
.cid-uxjC3W1bhX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uxjC3W1bhX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxjC3W1bhX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxjC3W1bhX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uxjC3W1bhX .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxjC3W1bhX .image-wrapper {
    margin-top: 48px;
    height: auto;
  }
}
.cid-uxjC3W1bhX .image-wrapper img {
  height: 500px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxjC3W1bhX .image-wrapper img {
    height: 400px;
  }
}
.cid-uxjC3W1bhX .mbr-section-title {
  color: #141414;
  text-align: center;
  letter-spacing: 1.5px;
}
.cid-uxjC3W1bhX .mbr-text {
  color: #141414;
}
.cid-uxjC3W1bhX .item-title {
  color: #141414;
  line-height: 34px;
}
.cid-uxjC3W1bhX .item-text {
  color: #141414;
  line-height: 34px;
}
.cid-uxptfbORO0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxptfbORO0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxptfbORO0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxptfbORO0 .container {
    padding: 0 24px;
  }
}
.cid-uxptfbORO0 .row {
  justify-content: center;
}
.cid-uxptfbORO0 .row .card {
  border-radius: 0 !important;
  align-items: center;
}
.cid-uxptfbORO0 .title-wrapper .mbr-section-title {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uxptfbORO0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxptfbORO0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uxptfbORO0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uxptfbORO0 .embla__slide .slide-content {
  width: 100%;
}
.cid-uxptfbORO0 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxptfbORO0 .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uxptfbORO0 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uxptfbORO0 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uxptfbORO0 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uxptfbORO0 .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
}
.cid-uxptfbORO0 .embla__button--next,
.cid-uxptfbORO0 .embla__button--prev {
  display: flex;
}
.cid-uxptfbORO0 .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #141414 !important;
  color: #ffffff !important;
  border: 1px solid #141414 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
  display: none;
}
.cid-uxptfbORO0 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uxptfbORO0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uxptfbORO0 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #7f89e9;
  border-color: #7f89e9 !important;
}
.cid-uxptfbORO0 .embla__button:hover::before {
  width: 30%;
}
.cid-uxptfbORO0 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uxptfbORO0 .embla__button.embla__button--next {
  left: 5.5rem;
}
.cid-uxptfbORO0 .embla {
  position: relative;
  width: 100%;
}
.cid-uxptfbORO0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uxptfbORO0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxptfbORO0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxptfbORO0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uxptfbORO0 .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxptfbORO0 .image-wrapper {
    margin-top: 48px;
    height: auto;
  }
}
.cid-uxptfbORO0 .image-wrapper img {
  height: 500px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxptfbORO0 .image-wrapper img {
    height: 400px;
  }
}
.cid-uxptfbORO0 .mbr-section-title {
  color: #141414;
  text-align: center;
  letter-spacing: 1.5px;
}
.cid-uxptfbORO0 .mbr-text {
  color: #141414;
}
.cid-uxptfbORO0 .item-title {
  color: #141414;
  line-height: 34px;
}
.cid-uxptfbORO0 .item-text {
  color: #141414;
  line-height: 34px;
}
.cid-uylCAb9uZd {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uylCAb9uZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uylCAb9uZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uylCAb9uZd .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uylCAb9uZd .mbr-section-title {
  color: #24262b;
  text-align: center;
}
.cid-uylCAb9uZd .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
  text-align: center;
}
.cid-uylCAb9uZd .cards-row {
  row-gap: 32px;
}
.cid-uylCAb9uZd .card {
  border-radius: 0;
}
.cid-uylCAb9uZd .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 32px 24px;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-uylCAb9uZd .card-wrapper {
    padding: 32px 16px 24px;
  }
}
.cid-uylCAb9uZd .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 182px;
  height: 182px;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uylCAb9uZd .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uylCAb9uZd .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-uylCAb9uZd .card-subtitle {
  color: #24262b;
  letter-spacing: 1.5px;
  line-height: 34px;
}
.cid-uylCAb9uZd .card-bottom-wrap {
  margin-top: 24px;
}
.cid-uylCAb9uZd .card-name {
  color: #24262b;
}
.cid-uylCAb9uZd .card-text {
  color: #24262b;
}
.cid-uxpncccOoP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/product.webp");
}
.cid-uxpncccOoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpncccOoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpncccOoP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxpncccOoP .container-fluid {
    padding: 0 30px;
  }
}
.cid-uxpncccOoP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxpncccOoP .container {
    padding: 0 30px;
  }
}
.cid-uxpncccOoP .video-block {
  padding: 0 95px;
}
@media (max-width: 992px) {
  .cid-uxpncccOoP .video-block {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .cid-uxpncccOoP .video-block {
    padding: 0;
  }
}
.cid-uxpncccOoP .video-block .video-wrapper {
  margin-bottom: 30px;
}
.cid-uxpncccOoP .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uxpncccOoP .video-block .video-wrapper .app-video-wrapper img {
    height: 250px;
  }
}
.cid-uxpncccOoP .video-block .video-wrapper .app-video-wrapper:hover::before {
  opacity: 1;
}
.cid-uxpncccOoP .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: none;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-uxpncccOoP .video-block .text-wrapper .mbr-desc {
  line-height: 26px;
  margin-bottom: 0;
}
.cid-uxpncccOoP .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uy4w5QsC56 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uy4w5QsC56 .mbr-section-head {
  width: 100%;
  margin-bottom: 5em;
}
@media (max-width: 767px) {
  .cid-uy4w5QsC56 .mbr-section-head {
    margin-bottom: 3em;
  }
}
.cid-uy4w5QsC56 .mbr-section-title {
  margin-bottom: 4px;
  color: #272727;
  opacity: 0.4;
  text-align: center;
}
.cid-uy4w5QsC56 .mbr-section-subtitle {
  margin-bottom: 0;
  color: #272727;
  text-align: center;
}
.cid-uy4w5QsC56 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 767px) {
  .cid-uy4w5QsC56 .item-row {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uy4w5QsC56 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uy4w5QsC56 .item {
  padding: 0;
}
.cid-uy4w5QsC56 .item:nth-child(2n) .item-wrapper {
  padding-top: 5em;
}
@media (max-width: 767px) {
  .cid-uy4w5QsC56 .item:nth-child(2n) .item-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uy4w5QsC56 .item:nth-child(2n) .item-wrapper {
    padding-top: 0;
  }
}
.cid-uy4w5QsC56 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-uy4w5QsC56 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 330px;
  border-radius: 35%;
  overflow: hidden;
  aspect-ratio: 0.88;
  margin: 0 auto;
}
.cid-uy4w5QsC56 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uy4w5QsC56 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0;
  margin-top: 1rem;
}
.cid-uy4w5QsC56 .item-title {
  color: #232323;
  margin-bottom: 4px;
}
.cid-uy4w5QsC56 .mbr-text {
  color: #272727;
  opacity: 0.8;
}
.cid-uylMEL7FIx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-uylMEL7FIx .col-lg-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uylMEL7FIx .mbr-iconfont {
  font-size: 1.1rem;
  padding: 0 10px;
  transition: color 0.3s;
}
.cid-uylMEL7FIx .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-uylMEL7FIx .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-uylMEL7FIx .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #094c9e;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-uylMEL7FIx .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uylMEL7FIx .mbr-section-title {
  font-weight: 500;
  margin-bottom: 36px;
}
.cid-uylMEL7FIx .mbr-section-title.disply-2 {
  line-height: 1.375;
}
.cid-uylMEL7FIx .mbr-text {
  margin-bottom: 20px;
  color: #606060;
}
.cid-uylMEL7FIx .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uylMEL7FIx .blockquote-details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  flex-direction: column;
}
.cid-uylMEL7FIx .blockquote-details .img-blob {
  margin-bottom: 25px;
}
.cid-uylMEL7FIx .blockquote-details .img-blob img {
  width: 100%;
  border-radius: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-repeat: space;
  -webkit-mask-position: center center;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-uylMEL7FIx .blockquote-details .info {
  padding-left: 20px;
}
.cid-uylMEL7FIx .blockquote-details .info .signature {
  color: #404040;
  margin-bottom: 15px;
}
.cid-uylMEL7FIx .blockquote-details .info .signature.display-5 {
  line-height: 1.27;
}
.cid-uylMEL7FIx .blockquote-details .info .desk {
  color: #999;
  font-weight: 600;
  margin-bottom: 0;
}
.cid-uylMEL7FIx .blockquote-details .info .desk.display-4 {
  line-height: 1.615;
  font-size: 13px;
}
.cid-uylMEL7FIx .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uylMEL7FIx .carousel-item > div {
  width: 100%;
}
.cid-uylMEL7FIx .carousel-item.active,
.cid-uylMEL7FIx .carousel-item-next,
.cid-uylMEL7FIx .carousel-item-prev {
  display: flex;
}
.cid-uylMEL7FIx .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(50, 7, 7, 0.8);
  font-size: 2rem;
  border-width: 0px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin: 6px;
}
.cid-uylMEL7FIx .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uylMEL7FIx .carousel-indicators .active {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  background-color: rgba(50, 7, 7, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cid-uylMEL7FIx .carousel-indicators {
  margin: 20px 0 0 0.1rem;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  bottom: -45px;
}
@media (max-width: 992px) {
  .cid-uylMEL7FIx .blockquote-details {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uylMEL7FIx .carousel-indicators {
    margin: auto;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
}
.cid-uylMEL7FIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uylMEL7FIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJrxizrXv {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uyJrxizrXv {
    align-items: center;
  }
  .cid-uyJrxizrXv .row {
    justify-content: center;
  }
}
.cid-uyJrxizrXv p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uyJrxizrXv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uyJrxizrXv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uyJrxizrXv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uyJrxizrXv .content-wrap {
    width: 100%;
  }
}
.cid-uyJrxizrXv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uyJrxizrXv .mbr-text,
.cid-uyJrxizrXv .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uyJrxizrXv .mbr-section-subtitle {
  color: #a1a1a1;
  text-align: center;
}
.cid-uxpxft7P4H {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-uxpxft7P4H .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxpxft7P4H textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-uxpxft7P4H .text {
    max-width: 360px;
  }
}
.cid-uxpxft7P4H .align-right {
  width: 100%;
}
.cid-uxpxft7P4H .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uxpxft7P4H .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uxpxft7P4H .form-control,
.cid-uxpxft7P4H .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxpxft7P4H .form-control::-webkit-input-placeholder,
.cid-uxpxft7P4H .field-input::-webkit-input-placeholder,
.cid-uxpxft7P4H .form-control::-webkit-input-placeholder,
.cid-uxpxft7P4H .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uxpxft7P4H .form-control:-moz-placeholder,
.cid-uxpxft7P4H .field-input:-moz-placeholder,
.cid-uxpxft7P4H .form-control:-moz-placeholder,
.cid-uxpxft7P4H .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-uxpxft7P4H .form-control:hover,
.cid-uxpxft7P4H .field-input:hover,
.cid-uxpxft7P4H .form-control:focus,
.cid-uxpxft7P4H .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-uxpxft7P4H .form-control:hover::-webkit-input-placeholder,
.cid-uxpxft7P4H .field-input:hover::-webkit-input-placeholder,
.cid-uxpxft7P4H .form-control:focus::-webkit-input-placeholder,
.cid-uxpxft7P4H .field-input:focus::-webkit-input-placeholder,
.cid-uxpxft7P4H .form-control:hover::-webkit-input-placeholder,
.cid-uxpxft7P4H .field-input:hover::-webkit-input-placeholder,
.cid-uxpxft7P4H .form-control:focus::-webkit-input-placeholder,
.cid-uxpxft7P4H .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uxpxft7P4H .form-control:hover:-moz-placeholder,
.cid-uxpxft7P4H .field-input:hover:-moz-placeholder,
.cid-uxpxft7P4H .form-control:focus:-moz-placeholder,
.cid-uxpxft7P4H .field-input:focus:-moz-placeholder,
.cid-uxpxft7P4H .form-control:hover:-moz-placeholder,
.cid-uxpxft7P4H .field-input:hover:-moz-placeholder,
.cid-uxpxft7P4H .form-control:focus:-moz-placeholder,
.cid-uxpxft7P4H .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uxpxft7P4H .jq-number__spin:hover,
.cid-uxpxft7P4H .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uxpxft7P4H .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxpxft7P4H input::-webkit-clear-button {
  display: none;
}
.cid-uxpxft7P4H input::-webkit-inner-spin-button {
  display: none;
}
.cid-uxpxft7P4H input::-webkit-outer-spin-button {
  display: none;
}
.cid-uxpxft7P4H input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uxpxft7P4H .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxpxft7P4H .socicon-wrap {
    margin: auto;
  }
}
.cid-uxpxft7P4H .mbr-text {
  color: #999999;
}
.cid-uxpmv9xdP2 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uxpmv9xdP2 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxjM4HRyzi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #094c9e;
  overflow: hidden;
}
.cid-uxjM4HRyzi .media-container-row .mbr-text {
  color: #fffcee;
}
