.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: 'Sora', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Sora', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Sora', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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: 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: 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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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: 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: 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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #18b9ac !important;
}
.bg-success {
  background-color: #f3f3ff !important;
}
.bg-info {
  background-color: #393193 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #6c5dd4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #18b9ac !important;
  border-color: #18b9ac !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #22e2d3 !important;
  border-color: #22e2d3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #22e2d3 !important;
  border-color: #22e2d3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d9faf7 !important;
  border-color: #d9faf7 !important;
  color: #19bbad !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: #19bbad !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #393193 !important;
  border-color: #393193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f3f3ff !important;
  border-color: #f3f3ff !important;
  color: #0000f3 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0000f3 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #6c5dd4 !important;
  border-color: #6c5dd4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #9185df !important;
  border-color: #9185df !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9185df !important;
  border-color: #9185df !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: #18b9ac;
  color: #18b9ac;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e6c65 !important;
  background-color: transparent !important;
  border-color: #0e6c65 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #18b9ac !important;
  border-color: #18b9ac !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d9faf7;
  color: #d9faf7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8cf0e7 !important;
  background-color: transparent !important;
  border-color: #8cf0e7 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #19bbad !important;
  background-color: #d9faf7 !important;
  border-color: #d9faf7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #393193;
  color: #393193;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #201b52 !important;
  background-color: transparent !important;
  border-color: #201b52 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #393193 !important;
  border-color: #393193 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f3f3ff;
  color: #f3f3ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9c9cff !important;
  background-color: transparent !important;
  border-color: #9c9cff !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0000f3 !important;
  background-color: #f3f3ff !important;
  border-color: #f3f3ff !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: #6c5dd4;
  color: #6c5dd4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3e2ead !important;
  background-color: transparent !important;
  border-color: #3e2ead !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6c5dd4 !important;
  border-color: #6c5dd4 !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: #18b9ac !important;
}
.text-secondary {
  color: #d9faf7 !important;
}
.text-success {
  color: #f3f3ff !important;
}
.text-info {
  color: #393193 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #6c5dd4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c5f58 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7feee4 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8d8dff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1b1846 !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: #392ba0 !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: #18b9ac;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #393193;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #6c5dd4;
}
.mbr-gallery-filter li.active .btn {
  background-color: #18b9ac;
  border-color: #18b9ac;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #18b9ac;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #65ebe0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7b73d0;
}
.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: #fefeff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #18b9ac !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #18b9ac;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #18b9ac;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #18b9ac;
}
.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: #18b9ac;
  border-bottom-color: #18b9ac;
}
.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: #000000 !important;
  background-color: #18b9ac !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: #d9faf7 !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='%2318b9ac' %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-ulXL26zXuV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ulXL26zXuV nav.navbar {
  position: fixed;
}
.cid-ulXL26zXuV .nav-link,
.cid-ulXL26zXuV .dropdown-item {
  font-weight: 400;
}
.cid-ulXL26zXuV .nav-link:hover,
.cid-ulXL26zXuV .dropdown-item:hover {
  color: #18b9ac !important;
}
.cid-ulXL26zXuV .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-ulXL26zXuV .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-ulXL26zXuV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulXL26zXuV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulXL26zXuV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulXL26zXuV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ulXL26zXuV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulXL26zXuV .nav-link {
  position: relative;
}
.cid-ulXL26zXuV .container {
  display: flex;
  margin: auto;
}
.cid-ulXL26zXuV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ulXL26zXuV .dropdown-menu,
.cid-ulXL26zXuV .navbar.opened {
  background: #ffffff !important;
}
.cid-ulXL26zXuV .nav-item:focus,
.cid-ulXL26zXuV .nav-link:focus {
  outline: none;
}
.cid-ulXL26zXuV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulXL26zXuV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulXL26zXuV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-ulXL26zXuV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulXL26zXuV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulXL26zXuV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulXL26zXuV .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ulXL26zXuV .navbar.opened {
  transition: all .3s;
}
.cid-ulXL26zXuV .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ulXL26zXuV .navbar .navbar-logo img {
  width: auto;
}
.cid-ulXL26zXuV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulXL26zXuV .navbar.collapsed {
  justify-content: center;
}
.cid-ulXL26zXuV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulXL26zXuV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulXL26zXuV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-ulXL26zXuV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulXL26zXuV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulXL26zXuV .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-ulXL26zXuV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulXL26zXuV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ulXL26zXuV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ulXL26zXuV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulXL26zXuV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulXL26zXuV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulXL26zXuV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulXL26zXuV .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-ulXL26zXuV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulXL26zXuV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulXL26zXuV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulXL26zXuV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulXL26zXuV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulXL26zXuV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ulXL26zXuV .navbar.navbar-short {
  min-height: 80px;
}
.cid-ulXL26zXuV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulXL26zXuV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulXL26zXuV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulXL26zXuV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulXL26zXuV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulXL26zXuV .dropdown-item.active,
.cid-ulXL26zXuV .dropdown-item:active {
  background-color: transparent;
}
.cid-ulXL26zXuV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulXL26zXuV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulXL26zXuV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulXL26zXuV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulXL26zXuV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulXL26zXuV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulXL26zXuV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulXL26zXuV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulXL26zXuV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ulXL26zXuV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulXL26zXuV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulXL26zXuV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulXL26zXuV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulXL26zXuV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulXL26zXuV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulXL26zXuV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulXL26zXuV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulXL26zXuV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulXL26zXuV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulXL26zXuV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulXL26zXuV .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-ulXL26zXuV .navbar {
    height: 70px;
  }
  .cid-ulXL26zXuV .navbar.opened {
    height: auto;
  }
  .cid-ulXL26zXuV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulXLOrzl4f .modal-body .close {
  background: #1b1b1b;
}
.cid-ulXLOrzl4f .modal-body .close span {
  font-style: normal;
}
.cid-ulXLOrzl4f .carousel-inner > .active,
.cid-ulXLOrzl4f .carousel-inner > .next,
.cid-ulXLOrzl4f .carousel-inner > .prev {
  display: flex;
}
.cid-ulXLOrzl4f .carousel-control .icon-next,
.cid-ulXLOrzl4f .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ulXLOrzl4f .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulXLOrzl4f .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ulXLOrzl4f .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ulXLOrzl4f .boxed-slider > div {
  position: relative;
}
.cid-ulXLOrzl4f .container img {
  width: 100%;
}
.cid-ulXLOrzl4f .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ulXLOrzl4f .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ulXLOrzl4f .mbr-table-cell {
  padding: 0;
}
.cid-ulXLOrzl4f .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ulXLOrzl4f .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ulXLOrzl4f .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ulXLOrzl4f .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-ulXLOrzl4f .carousel-item.active.right,
.cid-ulXLOrzl4f .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-ulXLOrzl4f .carousel-item.active.left,
.cid-ulXLOrzl4f .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-ulXLOrzl4f .carousel-item.active,
.cid-ulXLOrzl4f .carousel-item.next.left,
.cid-ulXLOrzl4f .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-ulXLOrzl4f .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-ulXLOrzl4f .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulXLOrzl4f .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulXLOrzl4f .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ulXLOrzl4f .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulXLOrzl4f .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ulXLOrzl4f .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ulXLOrzl4f .mbr-slider .carousel-indicators li.active,
.cid-ulXLOrzl4f .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ulXLOrzl4f .mbr-slider .carousel-indicators li::after,
.cid-ulXLOrzl4f .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ulXLOrzl4f .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ulXLOrzl4f .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ulXLOrzl4f .mbr-slider > .container img {
  width: 100%;
}
.cid-ulXLOrzl4f .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ulXLOrzl4f .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ulXLOrzl4f .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ulXLOrzl4f .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ulXLOrzl4f .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ulXLOrzl4f .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-ulXLOrzl4f .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ulXLOrzl4f .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ulXLOrzl4f .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ulXLOrzl4f .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ulXLOrzl4f .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ulXLOrzl4f .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ulXLOrzl4f .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ulXLOrzl4f H2 {
  text-align: right;
}
.cid-ulXLOrzl4f P {
  text-align: right;
}
.cid-upW7S3nE7B {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-upW7S3nE7B .container-fluid {
  padding: 0 3rem;
}
.cid-upW7S3nE7B .mbr-text {
  color: #767676;
}
.cid-upW7S3nE7B .card-title {
  text-align: left;
  color: #ffa0a4;
}
.cid-upW7S3nE7B p {
  text-align: left;
}
.cid-upW7S3nE7B .card-img {
  text-align: left;
}
.cid-upW7S3nE7B .card .card-img span {
  color: #393193;
  font-size: 60px;
  background: linear-gradient(45deg, #393193, #0c2c68);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-upW7S3nE7B .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .cid-upW7S3nE7B .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-upW7S3nE7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-upW7S3nE7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upW7S3nE7B .card-title,
.cid-upW7S3nE7B .card-img {
  text-align: center;
  color: #000000;
}
.cid-upW7qmpzE4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-upW7qmpzE4 .container-fluid {
  padding: 0 3rem;
}
.cid-upW7qmpzE4 .mbr-text {
  color: #767676;
}
.cid-upW7qmpzE4 .card-title {
  text-align: left;
  color: #ffa0a4;
}
.cid-upW7qmpzE4 p {
  text-align: left;
}
.cid-upW7qmpzE4 .card-img {
  text-align: left;
}
.cid-upW7qmpzE4 .card .card-img span {
  color: #393193;
  font-size: 60px;
  background: linear-gradient(45deg, #393193, #0c2c68);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-upW7qmpzE4 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .cid-upW7qmpzE4 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-upW7qmpzE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upW7qmpzE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upW7qmpzE4 .card-title,
.cid-upW7qmpzE4 .card-img {
  text-align: center;
  color: #000000;
}
.cid-ulZTjHuiBF {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ulZTjHuiBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZTjHuiBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulZTjHuiBF .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ulZTjHuiBF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulZTjHuiBF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulZTjHuiBF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulZTjHuiBF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulZTjHuiBF .mbr-section-title {
  color: #000000;
}
.cid-ulZTjHuiBF .mbr-text,
.cid-ulZTjHuiBF .mbr-section-btn {
  color: #000000;
}
.cid-ulYWOzWEKL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9faf7;
}
.cid-ulYWOzWEKL .image-wrapper {
  padding: 0;
}
.cid-ulYWOzWEKL .img-item,
.cid-ulYWOzWEKL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ulYWOzWEKL .container-fluid {
  padding: 0 1rem;
}
.cid-ulYWOzWEKL .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-ulYWOzWEKL .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-ulYWOzWEKL .card-wrapper {
    flex-direction: column;
  }
}
.cid-ulYWOzWEKL .mbr-iconfont {
  font-size: 2rem;
}
.cid-ulYWOzWEKL .icon1 {
  color: #393193;
}
.cid-ulYWOzWEKL .icon-wrapper {
  background: #ffffff;
  border-radius: 20%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-ulYWOzWEKL .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-ulYWOzWEKL .mbr-text,
.cid-ulYWOzWEKL .mbr-section-btn {
  color: #777777;
}
.cid-ulYWOzWEKL .mbr-section-subtitle {
  color: #18b9ac;
}
.cid-ulYWOzWEKL .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-ulYWOzWEKL .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-ulYWOzWEKL .card-text {
  color: #232323;
  text-align: left;
}
.cid-ulYWOzWEKL .card-title {
  color: #14191e;
  text-align: left;
}
.cid-ulYWOzWEKL .mbr-section-title {
  color: #000000;
}
.cid-ulZoEG1qju {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulZoEG1qju .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZoEG1qju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulZoEG1qju .mbr-section-title {
  color: #18b9ac;
}
.cid-umKn09z3U8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-umKn09z3U8 .card .card-img {
  overflow: hidden;
}
.cid-umKn09z3U8 .card .card-img img {
  transition: all 0.5s;
}
.cid-umKn09z3U8 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-umKn09z3U8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umKn09z3U8 .card {
  height: 100%;
}
.cid-umKn09z3U8 .card .card-wrapper {
  height: 100%;
}
.cid-umKn09z3U8 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-umKn09z3U8 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-umKn09z3U8 .card .card-box .card-title {
  margin: 0;
}
.cid-umKn09z3U8 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umKn09z3U8 .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-umKn09z3U8 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-umKn09z3U8 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-umKn09z3U8 .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umKn09z3U8 .card .card-footer .icons-list {
  margin: 0;
}
.cid-umKn09z3U8 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-umKn09z3U8 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-umKn09z3U8 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-umKn09z3U8 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-umKn09z3U8 .card-box {
  border-style: solid;
  border-color: #18b9ac;
  border-width: 0 1px 1px 1px;
}
.cid-umKn09z3U8 .card-footer {
  border-top: 1px solid #18b9ac;
}
@media (max-width: 767px) {
  .cid-umKn09z3U8 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKn09z3U8 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-umKn09z3U8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKn09z3U8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKn09z3U8 .card-title,
.cid-umKn09z3U8 .card-info {
  text-align: left;
}
.cid-umKn09z3U8 .card-text,
.cid-umKn09z3U8 .card-btn {
  text-align: left;
}
.cid-umKnEWY3VG {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-umKnEWY3VG .card .card-img {
  overflow: hidden;
}
.cid-umKnEWY3VG .card .card-img img {
  transition: all 0.5s;
}
.cid-umKnEWY3VG .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-umKnEWY3VG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umKnEWY3VG .card {
  height: 100%;
}
.cid-umKnEWY3VG .card .card-wrapper {
  height: 100%;
}
.cid-umKnEWY3VG .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-umKnEWY3VG .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-umKnEWY3VG .card .card-box .card-title {
  margin: 0;
}
.cid-umKnEWY3VG .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umKnEWY3VG .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-umKnEWY3VG .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-umKnEWY3VG .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-umKnEWY3VG .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umKnEWY3VG .card .card-footer .icons-list {
  margin: 0;
}
.cid-umKnEWY3VG .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-umKnEWY3VG .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-umKnEWY3VG .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-umKnEWY3VG .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-umKnEWY3VG .card-box {
  border-style: solid;
  border-color: #18b9ac;
  border-width: 0 1px 1px 1px;
}
.cid-umKnEWY3VG .card-footer {
  border-top: 1px solid #18b9ac;
}
@media (max-width: 767px) {
  .cid-umKnEWY3VG .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKnEWY3VG .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-umKnEWY3VG .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKnEWY3VG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKnEWY3VG .card-title,
.cid-umKnEWY3VG .card-info {
  text-align: left;
}
.cid-ulZDIFLrdQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/about-us-1920x1080.png");
}
.cid-ulZDIFLrdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZDIFLrdQ .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-ulZDIFLrdQ .title {
    text-align: center;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulZDIFLrdQ .container {
    padding: 0;
  }
}
.cid-ulZDIFLrdQ .name {
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-ulZDIFLrdQ .d-flex {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ulZDIFLrdQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
  border-radius: 2rem;
  padding: 3rem;
  background: white;
}
@media (max-width: 1200px) {
  .cid-ulZDIFLrdQ .embla__slide {
    min-width: 470px;
  }
}
@media (max-width: 992px) {
  .cid-ulZDIFLrdQ .embla__slide {
    min-width: 570px;
  }
}
@media (max-width: 768px) {
  .cid-ulZDIFLrdQ .embla__slide {
    min-width: 100%;
    padding: 2rem 1rem;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ulZDIFLrdQ .embla__button--next,
.cid-ulZDIFLrdQ .embla__button--prev {
  display: flex;
}
.cid-ulZDIFLrdQ .embla__button {
  bottom: 5%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: black;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulZDIFLrdQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulZDIFLrdQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 6rem;
}
.cid-ulZDIFLrdQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 6rem;
}
@media (max-width: 768px) {
  .cid-ulZDIFLrdQ .embla__button {
    top: auto;
  }
}
.cid-ulZDIFLrdQ .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-ulZDIFLrdQ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-ulZDIFLrdQ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ulZDIFLrdQ .embla {
  position: relative;
  width: 100%;
}
.cid-ulZDIFLrdQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  border-radius: 2rem;
}
.cid-ulZDIFLrdQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulZDIFLrdQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulZDIFLrdQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulZDIFLrdQ H3 {
  color: #ffffff;
}
.cid-ulZDIFLrdQ .user_name {
  color: #000000;
}
.cid-ulZDIFLrdQ .user_desk {
  color: #757b62;
}
.cid-ulZDIFLrdQ .user_text {
  color: #000000;
}
.cid-ulZDIFLrdQ .iconfont-wrapper {
  margin-right: 0;
  margin-left: auto;
}
.cid-ulZDIFLrdQ .iconfont-wrapper span {
  color: #ffa600;
  font-size: 1.3rem;
  margin: 0 3px;
}
@media (max-width: 767px) {
  .cid-ulZDIFLrdQ .iconfont-wrapper {
    margin: auto;
    margin-top: 1rem;
  }
}
.cid-ulZEZm7TJG {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulZEZm7TJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZEZm7TJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulZF6F20pJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d9faf7;
}
.cid-ulZF6F20pJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ulZF6F20pJ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ulZF6F20pJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ulZF6F20pJ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ulZF6F20pJ .container {
    padding: 0 24px;
  }
}
.cid-ulZF6F20pJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 140px;
  max-width: 140px;
}
@media (max-width: 767px) {
  .cid-ulZF6F20pJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ulZF6F20pJ .embla__slide .slide-content {
  width: 100%;
}
.cid-ulZF6F20pJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ulZF6F20pJ .embla__button--next,
.cid-ulZF6F20pJ .embla__button--prev {
  display: flex;
}
.cid-ulZF6F20pJ .embla__button {
  bottom: 0;
  width: 36px;
  height: 36px;
  font-size: 18px;
  background-color: #d9faf7 !important;
  color: #18b9ac !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ulZF6F20pJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulZF6F20pJ .embla__button:hover {
  opacity: .5 !important;
}
.cid-ulZF6F20pJ .embla__button.embla__button--prev {
  right: 8rem;
}
@media (max-width: 992px) {
  .cid-ulZF6F20pJ .embla__button.embla__button--prev {
    right: 4rem;
  }
}
.cid-ulZF6F20pJ .embla__button.embla__button--next {
  right: 64px;
}
@media (max-width: 992px) {
  .cid-ulZF6F20pJ .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-ulZF6F20pJ .embla {
  position: relative;
  width: 100%;
  padding: 0 64px;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-ulZF6F20pJ .embla {
    padding: 0;
  }
}
.cid-ulZF6F20pJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ulZF6F20pJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulZF6F20pJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulZF6F20pJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umKjM1ydUw {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-umKjM1ydUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKjM1ydUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulZFAkwVXF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ulZFAkwVXF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulZFAkwVXF .container-fluid {
  padding: 0 !important;
}
.cid-ulZFAkwVXF .google-map {
  height: 300px;
  position: relative;
  margin-bottom: 65px;
}
.cid-ulZFAkwVXF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulZFAkwVXF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Sora;
  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-ulZFAkwVXF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulZFAkwVXF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulZFAkwVXF .wrapper {
  margin-bottom: 50px;
}
.cid-ulZFAkwVXF .mbr-section-title {
  margin-bottom: 0;
}
.cid-ulZFAkwVXF .mbr-text {
  color: #757b62;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-ulZFAkwVXF .subscribe__form {
  margin-top: 30px;
}
.cid-ulZFAkwVXF .form-group {
  margin-bottom: 0;
}
.cid-ulZFAkwVXF .dragArea .form-control {
  color: #000000;
  margin-bottom: 35px;
  border: 2px solid #18b9ac !important;
  font-weight: 700;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-ulZFAkwVXF .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-ulZFAkwVXF .dragArea input::placeholder {
  color: #000000;
  opacity: .6;
}
.cid-ulZFAkwVXF .dragArea textarea::placeholder {
  color: #000000;
  opacity: .6;
}
.cid-ulZFAkwVXF .dragArea .form-control-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-ulZFAkwVXF .dragArea .input-group-btn .btn {
  width: 100%;
  margin: 50px 0 0;
  font-weight: 500;
  height: 50px;
}
@media (max-width: 991px) {
  .cid-ulZFAkwVXF .dragArea .input-group-btn .btn {
    margin-top: 0;
  }
}
.cid-ulZFAkwVXF .title__right {
  margin-bottom: 0;
}
.cid-ulZFAkwVXF .text__right {
  margin: 20px 0 40px;
  color: #757b62;
}
.cid-ulZFAkwVXF .tel {
  margin: 10px 0 0;
  font-weight: 500;
  transition: all .25s;
}
.cid-ulZFAkwVXF .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px;
  color: #f3f3ff;
}
.cid-ulZFAkwVXF .tel:hover {
  color: #393193;
}
.cid-ulZFAkwVXF .divider {
  width: 100%;
  height: 2px;
  background-color: #ebeaed;
  margin: 50px 0 40px;
}
.cid-ulZFAkwVXF .title__right_social {
  margin-bottom: 20px;
}
.cid-ulZFAkwVXF .socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 140px;
}
.cid-ulZFAkwVXF .socials .soc-item {
  margin-bottom: 15px;
  width: 48%;
  padding-right: 20px;
}
.cid-ulZFAkwVXF .socials .mbr-iconfont {
  color: #000000;
  margin-right: 15px;
  font-size: 18px;
}
.cid-ulZFAkwVXF .socname {
  transition: all .25s;
  color: #757b62;
}
.cid-ulZFAkwVXF .socname:hover {
  color: #5d6a79;
}
.cid-ulZGmFFhUL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #d9faf7;
}
.cid-ulZGmFFhUL .copyright {
  display: flex;
}
.cid-ulZGmFFhUL .item {
  padding-right: 1.5rem;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-ulZGmFFhUL .item:hover a,
.cid-ulZGmFFhUL .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-ulZGmFFhUL .copyright,
  .cid-ulZGmFFhUL .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-ulZGmFFhUL .align-left,
  .cid-ulZGmFFhUL .align-right {
    text-align: center;
  }
  .cid-ulZGmFFhUL .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ulZGmFFhUL .copyright {
    flex-direction: column;
  }
  .cid-ulZGmFFhUL .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-ulZGmFFhUL .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-ulZGmFFhUL .mbr-text {
  color: #000000;
}
