.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.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: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #1b2026 !important;
  background-color: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #1b2026 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-info,
.btn-info:active {
  color: #1b2026 !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: white!important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f7d9c4 !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #dce8eb !important;
}
.bg-warning {
  background-color: #dce8eb !important;
}
.bg-danger {
  background-color: #ff8484 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7d9c4;
  border-color: #f7d9c4;
  color: #a65116;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #eda878;
  border-color: #eda878;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #a65116 !important;
  background-color: #eda878 !important;
  border-color: #eda878 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b2026;
  border-color: #1b2026;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #dce8eb;
  border-color: #dce8eb;
  color: #49747f;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #464646;
  border-color: #464646;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dce8eb;
  border-color: #dce8eb;
  color: #49747f;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8484;
  border-color: #ff8484;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #ff2d2d;
  border-color: #ff2d2d;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff2d2d !important;
  border-color: #ff2d2d !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f7d9c4;
  color: #f7d9c4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #eda878 !important;
  background-color: transparent!important;
  border-color: #eda878 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #a65116 !important;
  background-color: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
}
.btn-primary-outline:active {
  color: white!important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1b2026;
  color: #1b2026;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary-outline:active {
  color: white!important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info-outline:active {
  color: white!important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #464646;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !important;
  background-color: transparent!important;
  border-color: #1b1b1b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-success-outline:active {
  color: white!important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-warning-outline:active {
  color: white!important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff8484;
  color: #ff8484;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff2d2d !important;
  background-color: transparent!important;
  border-color: #ff2d2d !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
}
.btn-danger-outline:active {
  color: white!important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-black-outline {
  color: white!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-black-outline:active {
  color: white!important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-white-outline {
  color: white!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;
}
.btn-white-outline:active {
  color: white!important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.text-primary {
  color: #f7d9c4 !important;
}
.text-secondary {
  color: #1b2026 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #dce8eb !important;
}
.text-warning {
  color: #dce8eb !important;
}
.text-danger {
  color: #ff8484 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #455262 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #797979 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffeaea !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #f7d9c4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dce8eb;
}
.alert-warning {
  background-color: #dce8eb;
}
.alert-danger {
  background-color: #ff8484;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7d9c4;
  border-color: #f7d9c4;
  color: #bc5c19;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f7d9c4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b9b9b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f7d9c4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f7d9c4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7d9c4;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7d9c4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f7d9c4;
  border-bottom-color: #f7d9c4;
}
.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: #f7d9c4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1b2026 !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='%23f7d9c4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-st29Zfcm8L .navbar-dropdown {
  position: relative !important;
}
.cid-st29Zfcm8L .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st29Zfcm8L .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st29Zfcm8L .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st29Zfcm8L .nav-item {
    height: auto;
  }
}
.cid-st29Zfcm8L .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st29Zfcm8L .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-st29Zfcm8L .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st29Zfcm8L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st29Zfcm8L .dropdown-item:hover,
.cid-st29Zfcm8L .dropdown-item:focus {
  background: white !important;
}
.cid-st29Zfcm8L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st29Zfcm8L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st29Zfcm8L .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st29Zfcm8L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st29Zfcm8L .nav-link {
  position: relative;
}
.cid-st29Zfcm8L .container {
  display: flex;
  margin: auto;
}
.cid-st29Zfcm8L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st29Zfcm8L .dropdown-menu,
.cid-st29Zfcm8L .navbar.opened {
  background: #efefef !important;
}
.cid-st29Zfcm8L .nav-item:focus,
.cid-st29Zfcm8L .nav-link:focus {
  outline: none;
}
.cid-st29Zfcm8L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st29Zfcm8L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st29Zfcm8L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st29Zfcm8L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st29Zfcm8L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st29Zfcm8L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st29Zfcm8L .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-st29Zfcm8L .navbar.opened {
  transition: all 0.3s;
}
.cid-st29Zfcm8L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st29Zfcm8L .navbar .navbar-logo img {
  width: auto;
}
.cid-st29Zfcm8L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st29Zfcm8L .navbar.collapsed {
  justify-content: center;
}
.cid-st29Zfcm8L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st29Zfcm8L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st29Zfcm8L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-st29Zfcm8L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st29Zfcm8L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st29Zfcm8L .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-st29Zfcm8L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st29Zfcm8L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st29Zfcm8L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st29Zfcm8L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st29Zfcm8L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st29Zfcm8L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st29Zfcm8L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st29Zfcm8L .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-st29Zfcm8L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st29Zfcm8L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st29Zfcm8L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st29Zfcm8L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st29Zfcm8L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st29Zfcm8L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st29Zfcm8L .navbar.navbar-short {
  min-height: 60px;
}
.cid-st29Zfcm8L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st29Zfcm8L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st29Zfcm8L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st29Zfcm8L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st29Zfcm8L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st29Zfcm8L .dropdown-item.active,
.cid-st29Zfcm8L .dropdown-item:active {
  background-color: transparent;
}
.cid-st29Zfcm8L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st29Zfcm8L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st29Zfcm8L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st29Zfcm8L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-st29Zfcm8L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st29Zfcm8L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st29Zfcm8L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st29Zfcm8L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st29Zfcm8L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st29Zfcm8L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-st29Zfcm8L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st29Zfcm8L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st29Zfcm8L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st29Zfcm8L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st29Zfcm8L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st29Zfcm8L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st29Zfcm8L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st29Zfcm8L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st29Zfcm8L .navbar-dropdown {
  padding: 0 1rem;
}
.cid-st29Zfcm8L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st29Zfcm8L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st29Zfcm8L .navbar {
    height: 70px;
  }
  .cid-st29Zfcm8L .navbar.opened {
    height: auto;
  }
  .cid-st29Zfcm8L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st29H8UIxW {
  padding-top: 11rem;
  padding-bottom: 11rem;
  background-image: url("https://mobirise.com/extensions/softwarem4/assets/images/background1.jpg");
}
.cid-st29H8UIxW .mbr-text,
.cid-st29H8UIxW .mbr-section-btn {
  color: #bbbbbb;
}
.cid-st2a624vea {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-st2a624vea .container-fluid {
  padding: 0rem;
}
.cid-st2a624vea img {
  border-bottom: 1px solid lightgray;
}
.cid-st2baJuv3I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-st2baJuv3I .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-st2baJuv3I .item-content {
  background: #dce8eb;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-st2baJuv3I .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-st2baJuv3I .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #1b2026;
}
@media (max-width: 767px) {
  .cid-st2baJuv3I .mbr-iconfont {
    right: 1rem;
  }
}
.cid-st2baJuv3I img,
.cid-st2baJuv3I .item-img {
  position: relative;
  width: 100%;
}
.cid-st2baJuv3I .item:focus,
.cid-st2baJuv3I span:focus {
  outline: none;
}
.cid-st2baJuv3I .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-st2baJuv3I .mbr-section-title {
  color: #232323;
}
.cid-st2baJuv3I .mbr-text,
.cid-st2baJuv3I .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-st2baJuv3I .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-st2baJuv3I .item-subtitle {
  text-align: left;
  color: #777777;
}
.cid-st2baJuv3I .mbr-section-subtitle {
  color: #777777;
}
.cid-st2bm86bbH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-st2bm86bbH .mbr-media {
  position: relative;
}
.cid-st2bm86bbH .mbr-media img {
  width: 100%;
  object-fit: cover;
  border: 1px solid lightgray;
}
.cid-st2bm86bbH .box {
  background-image: url("https://mobirise.com/extensions/softwarem4/assets/images/softwarem4-2880x1168.jpg");
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid lightgray;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-st2bm86bbH .box {
    min-height: 300px;
  }
}
.cid-st2bm86bbH .icon-wrap {
  position: relative;
  margin: auto;
  width: 120px;
  height: 120px;
  background: #6592e6;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2bm86bbH .icon-wrap a {
  height: 20px;
}
.cid-st2bm86bbH .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #6592e6;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 120px;
    height: 120px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-st2bm86bbH .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #ffffff;
}
.cid-st2bm86bbH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-st2bm86bbH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-st2bm86bbH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-st2bm86bbH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-st2bm86bbH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-st2bXHBP4y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-st2bXHBP4y .row {
  background: #efefef;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-st2bXHBP4y .row {
    padding: 1rem 0rem;
  }
}
.cid-st2bXHBP4y img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2bXHBP4y img {
    width: 100%;
  }
}
.cid-st2bXHBP4y .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-st2bXHBP4y .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-st2bXHBP4y .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-st2bXHBP4y .mbr-text,
.cid-st2bXHBP4y .mbr-section-btn {
  color: #777777;
}
.cid-st2bXHBP4y .mbr-section-subtitle {
  color: #777777;
}
.cid-st2ctMsSI8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-st29Zfcm8L .navbar-dropdown {
  position: relative !important;
}
.cid-st29Zfcm8L .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st29Zfcm8L .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st29Zfcm8L .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st29Zfcm8L .nav-item {
    height: auto;
  }
}
.cid-st29Zfcm8L .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st29Zfcm8L .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-st29Zfcm8L .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st29Zfcm8L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st29Zfcm8L .dropdown-item:hover,
.cid-st29Zfcm8L .dropdown-item:focus {
  background: white !important;
}
.cid-st29Zfcm8L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st29Zfcm8L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st29Zfcm8L .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st29Zfcm8L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st29Zfcm8L .nav-link {
  position: relative;
}
.cid-st29Zfcm8L .container {
  display: flex;
  margin: auto;
}
.cid-st29Zfcm8L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st29Zfcm8L .dropdown-menu,
.cid-st29Zfcm8L .navbar.opened {
  background: #efefef !important;
}
.cid-st29Zfcm8L .nav-item:focus,
.cid-st29Zfcm8L .nav-link:focus {
  outline: none;
}
.cid-st29Zfcm8L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st29Zfcm8L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st29Zfcm8L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st29Zfcm8L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st29Zfcm8L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st29Zfcm8L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st29Zfcm8L .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-st29Zfcm8L .navbar.opened {
  transition: all 0.3s;
}
.cid-st29Zfcm8L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st29Zfcm8L .navbar .navbar-logo img {
  width: auto;
}
.cid-st29Zfcm8L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st29Zfcm8L .navbar.collapsed {
  justify-content: center;
}
.cid-st29Zfcm8L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st29Zfcm8L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st29Zfcm8L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-st29Zfcm8L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st29Zfcm8L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st29Zfcm8L .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-st29Zfcm8L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st29Zfcm8L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st29Zfcm8L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st29Zfcm8L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st29Zfcm8L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st29Zfcm8L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st29Zfcm8L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st29Zfcm8L .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-st29Zfcm8L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st29Zfcm8L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st29Zfcm8L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st29Zfcm8L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st29Zfcm8L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st29Zfcm8L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st29Zfcm8L .navbar.navbar-short {
  min-height: 60px;
}
.cid-st29Zfcm8L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st29Zfcm8L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st29Zfcm8L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st29Zfcm8L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st29Zfcm8L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st29Zfcm8L .dropdown-item.active,
.cid-st29Zfcm8L .dropdown-item:active {
  background-color: transparent;
}
.cid-st29Zfcm8L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st29Zfcm8L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st29Zfcm8L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st29Zfcm8L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-st29Zfcm8L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st29Zfcm8L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st29Zfcm8L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st29Zfcm8L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st29Zfcm8L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st29Zfcm8L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-st29Zfcm8L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st29Zfcm8L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st29Zfcm8L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st29Zfcm8L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st29Zfcm8L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st29Zfcm8L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st29Zfcm8L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st29Zfcm8L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st29Zfcm8L .navbar-dropdown {
  padding: 0 1rem;
}
.cid-st29Zfcm8L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st29Zfcm8L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st29Zfcm8L .navbar {
    height: 70px;
  }
  .cid-st29Zfcm8L .navbar.opened {
    height: auto;
  }
  .cid-st29Zfcm8L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st2h5Ui2hJ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-st2h5Ui2hJ .mbr-text,
.cid-st2h5Ui2hJ .mbr-section-btn {
  color: #1b2026;
}
.cid-st2h5Ui2hJ .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-st2h5Ui2hJ .button p {
  padding: 0;
  margin: 0;
}
.cid-st2h5Ui2hJ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-st2h5Ui2hJ .mbr-section-title {
  text-align: center;
}
.cid-st2XkbogSY {
  background-image: url("https://mobirise.com/extensions/softwarem4/assets/images/background1.jpg");
}
.cid-st2XkbogSY .mbr-text,
.cid-st2XkbogSY .mbr-section-btn {
  color: #bbbbbb;
}
.cid-st2XkiFJ0P {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2026;
}
.cid-st2XkiFJ0P .mbr-text,
.cid-st2XkiFJ0P .mbr-section-btn {
  color: #1b2026;
}
.cid-st2XkiFJ0P .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-st2XkiFJ0P .button p {
  padding: 0;
  margin: 0;
}
.cid-st2XkiFJ0P .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-st2Xkry7fn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-st2Xkry7fn .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-st2Xkry7fn img {
  width: 100%;
  border-radius: 10px;
}
.cid-st2Xkry7fn .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-st2Xkry7fn .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-st2Xkry7fn .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-st2Xkry7fn img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-st2Xkry7fn .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-st2Xkry7fn img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-st2Xkry7fn img {
    width: 100%;
  }
}
.cid-st2Xkry7fn .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-st2Xkry7fn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-st2Xkry7fn .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-st2Xkry7fn .mbr-text,
.cid-st2Xkry7fn .mbr-section-btn {
  color: #464646;
}
.cid-st2Xkry7fn .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XkzmN3Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-st2XkzmN3Z .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #1b2026;
  margin-bottom: 2rem;
}
.cid-st2XkzmN3Z .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2XkzmN3Z .card-title,
.cid-st2XkzmN3Z .card-box {
  color: #777777;
}
.cid-st2XkGiMZ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-st2XkGiMZ9 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2XkGiMZ9 img {
    width: 100%;
  }
}
.cid-st2XkGiMZ9 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-st2XkGiMZ9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-st2XkGiMZ9 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-st2XkGiMZ9 .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-st2XkGiMZ9 .mbr-text,
.cid-st2XkGiMZ9 .mbr-section-btn {
  color: #777777;
}
.cid-st2XkGiMZ9 .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XkGiMZ9 .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-st2XkGiMZ9 .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-st2XkNdUEf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-st2XkNdUEf .row {
  background: #ffffff;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-st2XkNdUEf .row {
    padding: 1rem 0rem;
  }
}
.cid-st2XkNdUEf img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2XkNdUEf img {
    width: 100%;
  }
}
.cid-st2XkNdUEf .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-st2XkNdUEf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-st2XkNdUEf .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-st2XkNdUEf .mbr-text,
.cid-st2XkNdUEf .mbr-section-btn {
  color: #777777;
}
.cid-st2XkNdUEf .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XkZEXX3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-st2XkZEXX3 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2XkZEXX3 img {
    width: 100%;
  }
}
.cid-st2XkZEXX3 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2XkZEXX3 .mbr-iconfont {
  font-size: 1.8rem;
}
.cid-st2XkZEXX3 .icon1 {
  color: #8bd176;
}
.cid-st2XkZEXX3 .icon2 {
  color: #ff6666;
}
.cid-st2XkZEXX3 .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2XkZEXX3 .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-st2XkZEXX3 .card-text {
  color: #777777;
}
.cid-st2XkZEXX3 .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XkZEXX3 .mbr-text,
.cid-st2XkZEXX3 .mbr-section-btn {
  color: #777777;
}
.cid-st2Xl6pYxQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-st2Xl6pYxQ .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-st2Xl6pYxQ .item-content {
  background: #efefef;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-st2Xl6pYxQ .item-content:hover {
  background: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-st2Xl6pYxQ .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-st2Xl6pYxQ .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #777777;
}
@media (max-width: 767px) {
  .cid-st2Xl6pYxQ .img-text {
    left: 1rem;
  }
}
.cid-st2Xl6pYxQ img,
.cid-st2Xl6pYxQ .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-st2Xl6pYxQ .item:focus,
.cid-st2Xl6pYxQ span:focus {
  outline: none;
}
.cid-st2Xl6pYxQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-st2Xl6pYxQ .mbr-section-title {
  color: #232323;
}
.cid-st2Xl6pYxQ .mbr-text,
.cid-st2Xl6pYxQ .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-st2Xl6pYxQ .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-st2Xl6pYxQ .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-st2Xl6pYxQ .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XldDgaN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2026;
}
.cid-st2XldDgaN .button {
  background: white;
  border-radius: 10px;
  display: flex;
  width: 100%;
  padding: 1rem 1rem;
  border: 1px solid #efefef;
  justify-content: space-between;
  align-items: center;
}
.cid-st2XldDgaN .button p {
  padding: 0;
  padding-top: 3px;
  margin: 0;
}
.cid-st2XldDgaN .card-wrapper {
  display: flex;
  background: white;
  padding: 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-st2XldDgaN .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-st2XldDgaN .card-wrapper {
    flex-direction: column;
    padding: 2rem 0;
  }
}
.cid-st2XldDgaN .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XldDgaN .wrapper {
  display: flex;
}
.cid-st2XldDgaN .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  height: 30px;
  align-items: center;
  margin-top: 2px;
  color: currentColor;
  padding: 0 1rem;
}
.cid-st2XldDgaN .mbr-text,
.cid-st2XldDgaN .mbr-iconfont {
  color: #777777;
}
.cid-st2XldDgaN .mbr-section-title {
  color: #1b2026;
}
.cid-st2XlkKNSc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dce8eb;
}
.cid-st2XlkKNSc .image-wrapper {
  padding: 0;
}
.cid-st2XlkKNSc .img-item,
.cid-st2XlkKNSc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-st2XlkKNSc .container-fluid {
  padding: 0 1rem;
}
.cid-st2XlkKNSc .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-st2XlkKNSc .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-st2XlkKNSc .card-wrapper {
    flex-direction: column;
  }
}
.cid-st2XlkKNSc .mbr-iconfont {
  font-size: 2rem;
}
.cid-st2XlkKNSc .icon1 {
  color: #14191e;
}
.cid-st2XlkKNSc .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-st2XlkKNSc .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-st2XlkKNSc .mbr-text,
.cid-st2XlkKNSc .mbr-section-btn {
  color: #777777;
}
.cid-st2XlkKNSc .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XlkKNSc .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-st2XlkKNSc .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-st2XlkKNSc .card-text {
  color: #777777;
}
.cid-st2XlkKNSc .card-title {
  color: #14191e;
}
.cid-st2XlwDTM8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-st2XlwDTM8 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2XlwDTM8 img {
    width: 100%;
  }
}
.cid-st2XlwDTM8 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2XlwDTM8 .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-st2XlwDTM8 .icon1 {
  color: #ff8484;
}
.cid-st2XlwDTM8 .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-st2XlwDTM8 .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-st2XlwDTM8 .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-st2XlwDTM8 .card-text {
  color: #777777;
}
.cid-st2XlwDTM8 .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XlwDTM8 .mbr-text,
.cid-st2XlwDTM8 .mbr-section-btn {
  color: #777777;
}
.cid-st2XlEatJ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-st2XlEatJ0 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2XlEatJ0 img {
    width: 100%;
  }
}
.cid-st2XlEatJ0 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 1rem;
  padding: 0.5rem;
  background: #ffffff;
}
.cid-st2XlEatJ0 .card-wrapper:hover {
  background: #f7d9c4;
}
.cid-st2XlEatJ0 .mbr-iconfont {
  font-size: 2.4rem;
}
.cid-st2XlEatJ0 .icon-wrapper {
  min-width: 80px;
  height: 80px;
  padding-left: 1.5rem;
  color: #31363b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2XlEatJ0 .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-st2XlEatJ0 .card-text {
  color: #14191e;
}
.cid-st2XlEatJ0 .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XlEatJ0 .mbr-text,
.cid-st2XlEatJ0 .mbr-section-btn {
  color: #777777;
}
.cid-st2XlLnSle {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-st2XlLnSle .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff8484;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-st2XlLnSle .card-text {
  color: #777777;
}
.cid-st2XlLnSle .link {
  font-size: 2rem;
  margin-right: 1rem;
  border: 1px solid #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0rem;
}
.cid-st2XlLnSle .wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-st2XlLnSle .card-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  transform: translateX(-10px);
}
.cid-st2XlLnSle .card-wrapper {
  padding: 3rem;
  transition: all 0.3s;
  background: #ffffff;
  position: relative;
}
.cid-st2XlLnSle .card-wrapper:before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  content: '';
  transition: all 0.3s;
  width: 200px;
  height: 200px;
  background: #ff8484;
  transform: rotate(45deg);
  opacity: 0.1;
}
.cid-st2XlLnSle .card-wrapper:hover {
  background: #3d54d0;
}
.cid-st2XlLnSle .card-wrapper:hover:before {
  opacity: 1;
}
.cid-st2XlLnSle .card-wrapper:hover .card-title,
.cid-st2XlLnSle .card-wrapper:hover .card-text,
.cid-st2XlLnSle .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-st2XlLnSle .card-wrapper:hover .card-link {
  opacity: 1;
  transform: translateX(0px);
}
@media (max-width: 767px) {
  .cid-st2XlLnSle .card-wrapper {
    padding: 2rem 1rem;
    background: #3d54d0;
  }
  .cid-st2XlLnSle .card-wrapper:before {
    opacity: 1;
  }
  .cid-st2XlLnSle .card-wrapper .card-title,
  .cid-st2XlLnSle .card-wrapper .card-text,
  .cid-st2XlLnSle .card-wrapper .mbr-iconfont {
    color: #ffffff !important;
  }
  .cid-st2XlLnSle .card-wrapper .card-link {
    opacity: 1;
    transform: translateX(0px);
  }
}
.cid-st2XlLnSle .center {
  background: #3d54d0;
}
.cid-st2XlLnSle .center:before {
  opacity: 1;
}
.cid-st2XlLnSle .center .card-title,
.cid-st2XlLnSle .center .card-text,
.cid-st2XlLnSle .center .mbr-iconfont {
  color: #ffffff !important;
}
.cid-st2XlLnSle .center .card-link {
  opacity: 1;
  transform: translateX(0px);
}
.cid-st2XlLnSle .row {
  justify-content: center;
}
.cid-st2XlT2t2V {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-st2XlT2t2V .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-st2XlT2t2V .item-content {
  background: #efefef;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-st2XlT2t2V .item-content:hover {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-st2XlT2t2V .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-st2XlT2t2V .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #ff8484;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-st2XlT2t2V .img-text {
    left: 1rem;
  }
}
.cid-st2XlT2t2V img,
.cid-st2XlT2t2V .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-st2XlT2t2V .item:focus,
.cid-st2XlT2t2V span:focus {
  outline: none;
}
.cid-st2XlT2t2V .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-st2XlT2t2V .mbr-section-title {
  color: #232323;
}
.cid-st2XlT2t2V .mbr-text,
.cid-st2XlT2t2V .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-st2XlT2t2V .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-st2XlT2t2V .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-st2XlT2t2V .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XmfL80B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-st2XmfL80B .card-wrapper {
  background: #ffffff;
  border: 2px solid #dce8eb;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 3rem;
}
.cid-st2XmfL80B .card-wrapper:hover {
  border-color: #ffffff;
}
.cid-st2XmfL80B .card-wrapper:hover .mbr-iconfont {
  background: #f7d9c4;
}
@media (max-width: 767px) {
  .cid-st2XmfL80B .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-st2XmfL80B .mbr-iconfont {
  display: flex;
  font-size: 4rem;
  color: #353535;
  background: #dce8eb;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-st2XmfL80B .row {
  justify-content: center;
}
.cid-st2XmfL80B .card-box {
  display: flex;
  align-items: center;
}
.cid-st2XmfL80B .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-st2XmfL80B .card-box {
    flex-direction: column;
  }
  .cid-st2XmfL80B .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-st2XmfL80B .card-link {
  text-decoration: underline;
}
.cid-st2XmfL80B .card-link:hover a {
  background-image: none!important;
}
.cid-st2XmfL80B .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XmfL80B .card-text {
  color: #777777;
}
.cid-st2Xmo3D2P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-st2Xmo3D2P .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-st2Xmo3D2P .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-st2Xmo3D2P .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-st2Xmo3D2P .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #1b2026;
}
@media (max-width: 767px) {
  .cid-st2Xmo3D2P .mbr-iconfont {
    right: 1rem;
  }
}
.cid-st2Xmo3D2P img,
.cid-st2Xmo3D2P .item-img {
  position: relative;
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-st2Xmo3D2P .item:focus,
.cid-st2Xmo3D2P span:focus {
  outline: none;
}
.cid-st2Xmo3D2P .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-st2Xmo3D2P .mbr-section-title {
  color: #232323;
}
.cid-st2Xmo3D2P .mbr-text,
.cid-st2Xmo3D2P .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-st2Xmo3D2P .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-st2Xmo3D2P .item-subtitle {
  text-align: left;
  color: #777777;
}
.cid-st2Xmo3D2P .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XmAyCxI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-st2XmAyCxI .mbr-section-subtitle {
  color: #14191e;
}
.cid-st2XmAyCxI .mbr-text {
  color: #777777;
}
.cid-st2XmHTf1m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-st2XmHTf1m img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2XmHTf1m img {
    width: 100%;
  }
}
.cid-st2XmHTf1m .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-st2XmHTf1m .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-st2XmHTf1m .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-st2XmHTf1m .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-st2XmHTf1m .mbr-text,
.cid-st2XmHTf1m .mbr-section-btn {
  color: #777777;
}
.cid-st2XmHTf1m .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XmHTf1m .mbr-list {
  color: #777777;
}
.cid-st2XmQ57mV {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-st2XmQ57mV .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-st2XmQ57mV img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-st2XmQ57mV img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-st2XmQ57mV img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-st2XmQ57mV .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-st2XmQ57mV .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-st2XmQ57mV .card {
    padding: 2rem 0rem;
  }
}
.cid-st2XmQ57mV .mbr-text,
.cid-st2XmQ57mV .mbr-section-btn {
  color: #777777;
}
.cid-st2XmQ57mV .mbr-section-subtitle {
  color: #14191e;
}
.cid-st2XmQ57mV .mbr-section-title {
  color: #777777;
}
.cid-st2XnoQus0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-st2XnoQus0 .mbr-text,
.cid-st2XnoQus0 .mbr-section-btn {
  color: #1b2026;
}
.cid-st2XnoQus0 .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-st2XnoQus0 .button p {
  padding: 0;
  margin: 0;
}
.cid-st2XnoQus0 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-st2XnoQus0 .mbr-section-title {
  text-align: center;
}
.cid-st2XtTzo0g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-st2XtTzo0g .row {
  align-items: stretch;
  justify-content: center;
}
.cid-st2XtTzo0g .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-st2XtTzo0g .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-st2XtTzo0g .row .img-item img {
    height: 250px;
  }
}
.cid-st2Xu1MJXc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dce8eb;
}
.cid-st2Xu1MJXc .mbr-media {
  position: relative;
}
.cid-st2Xu1MJXc .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-st2Xu1MJXc .box {
  background-image: url("https://mobirise.com/extensions/softwarem4/assets/images/background4.jpg");
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-st2Xu1MJXc .box {
    min-height: 300px;
  }
}
.cid-st2Xu1MJXc .icon-wrap {
  position: relative;
  margin: auto;
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2Xu1MJXc .icon-wrap a {
  height: 20px;
}
.cid-st2Xu1MJXc .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 120px;
    height: 120px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-st2Xu1MJXc .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #121212;
}
.cid-st2Xu1MJXc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-st2Xu1MJXc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-st2Xu1MJXc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-st2Xu1MJXc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-st2Xu1MJXc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-st2XuaDHZ9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-st2XuaDHZ9 .mbr-media {
  position: relative;
}
.cid-st2XuaDHZ9 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-st2XuaDHZ9 .box {
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-st2XuaDHZ9 .box {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-st2XuaDHZ9 .box {
    margin-bottom: 2rem;
  }
}
.cid-st2XuaDHZ9 .box1 {
  background-image: url("https://mobirise.com/extensions/softwarem4/assets/images/background4.jpg");
}
.cid-st2XuaDHZ9 .box2 {
  background-image: url("https://mobirise.com/extensions/softwarem4/assets/images/background2.jpg");
}
.cid-st2XuaDHZ9 .icon-wrap {
  position: relative;
  margin: auto;
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2XuaDHZ9 .icon-wrap a {
  height: 20px;
}
.cid-st2XuaDHZ9 .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 120px;
    height: 120px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-st2XuaDHZ9 .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #121212;
}
.cid-st2XuaDHZ9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-st2XuaDHZ9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-st2XuaDHZ9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-st2XuaDHZ9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-st2XuaDHZ9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-st2XujeoRV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-st2XujeoRV .mbr-text,
.cid-st2XujeoRV .mbr-section-btn {
  color: #bbbbbb;
}
.cid-st2XujeoRV img {
  border-radius: 1rem;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-st2XujeoRV .btn-col {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-st2XujeoRV .btn-col {
    text-align: center;
  }
}
.cid-st2XujeoRV .wrapper {
  display: flex;
  background: white;
  padding: 1rem 2rem;
  width: 90%;
  flex-wrap: wrap;
  margin: auto;
  margin-top: -3rem;
  z-index: 4;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-st2XujeoRV .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-st2XujeoRV .mbr-section-title {
  color: #31363b;
}
.cid-st2XujeoRV .mbr-section-subtitle {
  color: #777777;
}
@media (min-width: 992px) {
  .cid-st2XujeoRV .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
.cid-st2Xuvi4An {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-st2Xuvi4An .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-st2Xuvi4An .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-st2Xuvi4An .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-st2Xuvi4An .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-st2Xuvi4An .row .img-item {
    padding: 0rem;
  }
}
.cid-st2Xuvi4An .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-st2Xuvi4An .big {
    transform: scale(1);
  }
}
.cid-st2XuH7N35 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-st2XuH7N35 img {
  width: 60%;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-st2XuH7N35 img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-st2XuH7N35 img {
    width: 60%;
    margin-bottom: 1rem;
  }
}
.cid-st2XuH7N35 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  opacity: 0.7;
  margin-bottom: 1rem;
  overflow: hidden;
}
.cid-st2XuH7N35 .card:hover img {
  animation-duration: 0.3s;
  animation-name: slidein;
}
.cid-st2XuH7N35 .row {
  disaply: flex;
  background: #ffffff;
  padding: 3rem 1rem;
  margin: 0rem;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .cid-st2XuH7N35 .card {
    max-width: auto;
  }
}
@keyframes slidein {
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.cid-st2XuPl2Jw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-st2XuPl2Jw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-st2XuPl2Jw .team-card:hover {
  transform: translateY(-10px);
}
.cid-st2XuPl2Jw .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .cid-st2XuPl2Jw .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-st2XuPl2Jw .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-st2XuPl2Jw .card-wrap .content-wrap {
    padding: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-st2XuPl2Jw .card-wrap .content-wrap {
    padding: 1rem;
    padding-bottom: 0;
  }
}
.cid-st2XuPl2Jw .social-row {
  text-align: center;
  padding-top: 2rem;
}
.cid-st2XuPl2Jw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-top-right-radius: 30%;
  border-top-left-radius: 30%;
  margin-right: 0.6rem;
  padding: 0.8rem;
  background: #efefef;
  transition: all 0.3s;
}
.cid-st2XuPl2Jw .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #14191e;
  font-size: 1rem;
}
.cid-st2XuPl2Jw .social-row .soc-item:hover {
  background-color: #f7d9c4;
}
.cid-st2XuPl2Jw .social-row .soc-item:hover .mbr-iconfont {
  color: white;
}
.cid-st2XuPl2Jw .mbr-role,
.cid-st2XuPl2Jw .social-row {
  color: #777777;
}
.cid-st2XuPl2Jw .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XuYGOW3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-st2XuYGOW3 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-st2XuYGOW3 .card-wrapper {
  background-color: #dce8eb;
  border-radius: 10px;
  overflow: visible;
  padding: 0rem 0;
}
.cid-st2XuYGOW3 p {
  line-height: 2.5;
}
.cid-st2XuYGOW3 .card-box {
  padding: 4rem 4rem;
}
@media (max-width: 767px) {
  .cid-st2XuYGOW3 .card-box {
    padding: 2rem 1rem;
  }
}
.cid-st2XuYGOW3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  border: 10px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2XuYGOW3 .image-wrapper img {
    transform: scale(1);
  }
}
.cid-st2XuYGOW3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 1.3rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-st2XuYGOW3 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #bbbbbb;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.cid-st2XuYGOW3 .social-row .soc-item:hover {
  background-color: #f7d9c4;
}
.cid-st2XuYGOW3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-st2XuYGOW3 .social-row .soc-item {
    margin: 0 0.3rem;
  }
}
.cid-st2XuYGOW3 .mbr-text,
.cid-st2XuYGOW3 .social-row {
  color: #777777;
}
.cid-st2Xv9y61t {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-st2Xv9y61t .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-st2Xv9y61t .row {
    padding: 1rem 0rem;
  }
}
.cid-st2Xv9y61t img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2Xv9y61t img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-st2Xv9y61t .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-st2Xv9y61t .mbr-text,
.cid-st2Xv9y61t .mbr-section-btn {
  color: #777777;
}
.cid-st2Xv9y61t .mbr-section-subtitle {
  color: #14191e;
}
.cid-st2XvkG3fL {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #14191e;
}
.cid-st2XvkG3fL img {
  width: 60%;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-st2XvkG3fL img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-st2XvkG3fL img {
    width: 60%;
    margin-bottom: 1rem;
  }
}
.cid-st2XvkG3fL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  opacity: 0.7;
  margin-bottom: 1rem;
  overflow: hidden;
}
.cid-st2XvkG3fL .card:hover img {
  animation-duration: 0.3s;
  animation-name: slidein;
}
.cid-st2XvkG3fL .row {
  disaply: flex;
  background: #ffffff;
  padding: 3rem 1rem;
  margin: 0rem;
  position: relative;
  border-radius: 15px;
}
.cid-st2XvkG3fL .row:before {
  width: 92%;
  height: 2rem;
  content: '';
  z-index: 0;
  position: absolute;
  bottom: -2rem;
  background: #31363b;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (min-width: 992px) {
  .cid-st2XvkG3fL .card {
    max-width: auto;
  }
}
@keyframes slidein {
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.cid-st2XvtLZKQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #31363b;
}
.cid-st2XvtLZKQ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-st2XvtLZKQ .team-card:hover {
  transform: translateY(-10px);
}
.cid-st2XvtLZKQ .mbr-flex {
  display: flex;
  position: relative;
  align-items: center;
}
.cid-st2XvtLZKQ .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-st2XvtLZKQ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-st2XvtLZKQ .card-wrap .image-wrap img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin: auto;
  margin-right: 1rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-st2XvtLZKQ .card-wrap {
    padding: 2rem 1rem;
  }
}
.cid-st2XvtLZKQ .mbr-iconfont {
  position: absolute;
  top: -3.5rem;
  right: 0rem;
  color: #777777;
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .cid-st2XvtLZKQ .mbr-iconfont {
    font-size: 2.5rem;
    top: -2.5rem;
  }
}
.cid-st2XvtLZKQ .mbr-role,
.cid-st2XvtLZKQ .social-row {
  color: #777777;
}
.cid-st2XvtLZKQ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-st2XvtLZKQ .card-text,
.cid-st2XvtLZKQ .mbr-section-btn,
.cid-st2XvtLZKQ .social-row {
  color: #777777;
}
.cid-st2XvtLZKQ .mbr-section-title {
  color: #ffffff;
}
.cid-st2XvtLZKQ .card-title,
.cid-st2XvtLZKQ .social-row {
  color: #31363b;
}
.cid-st2XvCx9DG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-st2XvCx9DG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-st2XvCx9DG .team-card:hover {
  transform: translateY(-10px);
}
.cid-st2XvCx9DG p {
  line-height: 1.9;
}
.cid-st2XvCx9DG .image-wrap {
  margin-bottom: 2rem;
}
.cid-st2XvCx9DG .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-st2XvCx9DG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-st2XvCx9DG .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-st2XvCx9DG .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-st2XvCx9DG .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-st2XvCx9DG .mbr-role,
.cid-st2XvCx9DG .social-row {
  color: #ff8484;
}
.cid-st2XvCx9DG .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XvCx9DG .card-text,
.cid-st2XvCx9DG .mbr-section-btn,
.cid-st2XvCx9DG .social-row {
  color: #777777;
}
.cid-st2XvL6cQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-st2XvL6cQ6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-st2XvL6cQ6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-st2XvL6cQ6 .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-st2XvL6cQ6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-st2XvL6cQ6 .card-wrap img {
  position: absolute;
  bottom: -35px;
  right: -35px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.cid-st2XvL6cQ6 .card-wrap .image-wrap img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin: auto;
  margin-right: 1rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-st2XvL6cQ6 .card-wrap {
    padding: 2rem 1rem;
  }
}
.cid-st2XvL6cQ6 .mbr-iconfont {
  color: #14191e;
  font-size: 3rem;
  padding-bottom: 1rem;
  display: block;
}
.cid-st2XvL6cQ6 .mbr-role,
.cid-st2XvL6cQ6 .social-row {
  color: #777777;
}
.cid-st2XvL6cQ6 .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XvL6cQ6 .card-text,
.cid-st2XvL6cQ6 .mbr-section-btn,
.cid-st2XvL6cQ6 .social-row {
  color: #777777;
}
.cid-st2XvL6cQ6 .mbr-section-title {
  color: #14191e;
}
.cid-st2XvL6cQ6 .card-title,
.cid-st2XvL6cQ6 .social-row {
  color: #31363b;
}
.cid-st2Xw6DbXG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-st2Xw6DbXG .row {
  background: #dce8eb;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-st2Xw6DbXG .row {
    padding: 1rem 0rem;
  }
}
.cid-st2Xw6DbXG .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-st2Xw6DbXG .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-st2Xw6DbXG .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-st2Xw6DbXG .card {
  z-index: 2;
}
.cid-st2Xw6DbXG .mbr-text,
.cid-st2Xw6DbXG .mbr-section-btn {
  color: #232323;
}
.cid-st2Xw6DbXG .mbr-section-subtitle {
  color: #14191e;
}
.cid-st2Xw6DbXG .mbr-section-title {
  color: #777777;
}
.cid-st2XwxiBhV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-st2XwxiBhV .google-map {
  height: 30rem;
  position: relative;
}
.cid-st2XwxiBhV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-st2XwxiBhV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-st2XwxiBhV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-st2XwxiBhV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-st2XydvlcA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-st2XydvlcA .mbr-text,
.cid-st2XydvlcA .mbr-section-btn {
  color: #1b2026;
}
.cid-st2XydvlcA .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-st2XydvlcA .button p {
  padding: 0;
  margin: 0;
}
.cid-st2XydvlcA .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-st2XydvlcA .mbr-section-title {
  text-align: center;
}
.cid-st2XDwkhhs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-st2XDwkhhs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-st2XDwkhhs li {
  padding-bottom: 0.6rem;
}
.cid-st2XDwkhhs .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-st2XDwkhhs .border-col {
    border: 0px;
  }
}
.cid-st2XDwkhhs .container {
  position: relative;
}
.cid-st2XDwkhhs .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-st2XDwkhhs .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-st2XDwkhhs .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-st2XDwkhhs .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-st2XDwkhhs .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-st2XDwkhhs .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-st2XDwkhhs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-st2XDwkhhs .soc-item:hover {
  background: #f7d9c4;
}
.cid-st2XDwkhhs .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-st2XDwkhhs .row {
    text-align: center;
  }
  .cid-st2XDwkhhs .social-row {
    justify-content: center;
  }
}
.cid-st2XDwkhhs .list {
  list-style: none;
  padding-left: 0;
}
.cid-st2XDwkhhs .mbr-text {
  color: #dce8eb;
}
.cid-st2XDwkhhs H5 {
  color: #ffffff;
}
.cid-st2XGvxgcg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-st2XGvxgcg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-st2XGvxgcg li {
  padding-bottom: 0.6rem;
}
.cid-st2XGvxgcg .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-st2XGvxgcg .container {
    padding: 4rem 2rem;
  }
}
.cid-st2XGvxgcg .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-st2XGvxgcg .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-st2XGvxgcg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-st2XGvxgcg .soc-item:hover {
  background: #f7d9c4;
}
.cid-st2XGvxgcg .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-st2XGvxgcg .row {
    text-align: center;
  }
  .cid-st2XGvxgcg .social-row {
    justify-content: center;
  }
}
.cid-st2XGvxgcg .list {
  list-style: none;
  padding-left: 0;
}
.cid-st2XGvxgcg .mbr-text {
  color: #efefef;
}
.cid-st2XGvxgcg H5 {
  color: #ffffff;
}
.cid-st2XKTawq7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-st2XO9HI0r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dce8eb;
}
.cid-st2XO9HI0r .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-st2XO9HI0r .img-item,
.cid-st2XO9HI0r img {
  height: 100%;
  object-fit: cover;
}
.cid-st2XO9HI0r .container-fluid {
  padding: 0 1rem;
}
.cid-st2XO9HI0r .img-col {
  padding: 0;
}
.cid-st2XO9HI0r .col-auto {
  width: 100%;
}
.cid-st2XO9HI0r .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-st2XO9HI0r .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-st2XO9HI0r .form-control,
.cid-st2XO9HI0r .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st2XO9HI0r .form-control::-webkit-input-placeholder,
.cid-st2XO9HI0r .field-input::-webkit-input-placeholder,
.cid-st2XO9HI0r .form-control::-webkit-input-placeholder,
.cid-st2XO9HI0r .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-st2XO9HI0r .form-control:-moz-placeholder,
.cid-st2XO9HI0r .field-input:-moz-placeholder,
.cid-st2XO9HI0r .form-control:-moz-placeholder,
.cid-st2XO9HI0r .field-input:-moz-placeholder {
  color: #777777;
}
.cid-st2XO9HI0r .form-control:hover,
.cid-st2XO9HI0r .field-input:hover,
.cid-st2XO9HI0r .form-control:focus,
.cid-st2XO9HI0r .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-st2XO9HI0r .form-control:hover::-webkit-input-placeholder,
.cid-st2XO9HI0r .field-input:hover::-webkit-input-placeholder,
.cid-st2XO9HI0r .form-control:focus::-webkit-input-placeholder,
.cid-st2XO9HI0r .field-input:focus::-webkit-input-placeholder,
.cid-st2XO9HI0r .form-control:hover::-webkit-input-placeholder,
.cid-st2XO9HI0r .field-input:hover::-webkit-input-placeholder,
.cid-st2XO9HI0r .form-control:focus::-webkit-input-placeholder,
.cid-st2XO9HI0r .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-st2XO9HI0r .form-control:hover:-moz-placeholder,
.cid-st2XO9HI0r .field-input:hover:-moz-placeholder,
.cid-st2XO9HI0r .form-control:focus:-moz-placeholder,
.cid-st2XO9HI0r .field-input:focus:-moz-placeholder,
.cid-st2XO9HI0r .form-control:hover:-moz-placeholder,
.cid-st2XO9HI0r .field-input:hover:-moz-placeholder,
.cid-st2XO9HI0r .form-control:focus:-moz-placeholder,
.cid-st2XO9HI0r .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-st2XO9HI0r .jq-number__spin:hover,
.cid-st2XO9HI0r .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-st2XO9HI0r .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st2XO9HI0r .jq-selectbox li,
.cid-st2XO9HI0r .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-st2XO9HI0r .jq-selectbox li:hover,
.cid-st2XO9HI0r .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-st2XO9HI0r .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-st2XO9HI0r .jq-number__spin.minus:hover:after,
.cid-st2XO9HI0r .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-st2XO9HI0r .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-st2XO9HI0r .jq-number__spin.minus:after,
.cid-st2XO9HI0r .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-st2XO9HI0r input::-webkit-clear-button {
  display: none;
}
.cid-st2XO9HI0r input::-webkit-inner-spin-button {
  display: none;
}
.cid-st2XO9HI0r input::-webkit-outer-spin-button {
  display: none;
}
.cid-st2XO9HI0r input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-st2XO9HI0r H4 {
  color: #777777;
}
.cid-st2XOjwWKD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-st2XOjwWKD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-st2XOjwWKD .img-item,
.cid-st2XOjwWKD img {
  height: 100%;
  object-fit: cover;
}
.cid-st2XOjwWKD .img-col {
  padding: 0;
}
.cid-st2XOjwWKD .col-auto {
  width: 100%;
}
.cid-st2XOjwWKD .wrapper {
  background: #dce8eb;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-st2XOjwWKD .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-st2XOjwWKD textarea {
  min-height: 200px;
}
.cid-st2XOjwWKD .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-st2XOjwWKD .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-st2XOjwWKD .form-control,
.cid-st2XOjwWKD .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st2XOjwWKD .form-control::-webkit-input-placeholder,
.cid-st2XOjwWKD .field-input::-webkit-input-placeholder,
.cid-st2XOjwWKD .form-control::-webkit-input-placeholder,
.cid-st2XOjwWKD .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-st2XOjwWKD .form-control:-moz-placeholder,
.cid-st2XOjwWKD .field-input:-moz-placeholder,
.cid-st2XOjwWKD .form-control:-moz-placeholder,
.cid-st2XOjwWKD .field-input:-moz-placeholder {
  color: #777777;
}
.cid-st2XOjwWKD .form-control:hover,
.cid-st2XOjwWKD .field-input:hover,
.cid-st2XOjwWKD .form-control:focus,
.cid-st2XOjwWKD .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-st2XOjwWKD .form-control:hover::-webkit-input-placeholder,
.cid-st2XOjwWKD .field-input:hover::-webkit-input-placeholder,
.cid-st2XOjwWKD .form-control:focus::-webkit-input-placeholder,
.cid-st2XOjwWKD .field-input:focus::-webkit-input-placeholder,
.cid-st2XOjwWKD .form-control:hover::-webkit-input-placeholder,
.cid-st2XOjwWKD .field-input:hover::-webkit-input-placeholder,
.cid-st2XOjwWKD .form-control:focus::-webkit-input-placeholder,
.cid-st2XOjwWKD .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-st2XOjwWKD .form-control:hover:-moz-placeholder,
.cid-st2XOjwWKD .field-input:hover:-moz-placeholder,
.cid-st2XOjwWKD .form-control:focus:-moz-placeholder,
.cid-st2XOjwWKD .field-input:focus:-moz-placeholder,
.cid-st2XOjwWKD .form-control:hover:-moz-placeholder,
.cid-st2XOjwWKD .field-input:hover:-moz-placeholder,
.cid-st2XOjwWKD .form-control:focus:-moz-placeholder,
.cid-st2XOjwWKD .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-st2XOjwWKD .jq-number__spin:hover,
.cid-st2XOjwWKD .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-st2XOjwWKD .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st2XOjwWKD .jq-selectbox li,
.cid-st2XOjwWKD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-st2XOjwWKD .jq-selectbox li:hover,
.cid-st2XOjwWKD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-st2XOjwWKD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-st2XOjwWKD .jq-number__spin.minus:hover:after,
.cid-st2XOjwWKD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-st2XOjwWKD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-st2XOjwWKD .jq-number__spin.minus:after,
.cid-st2XOjwWKD .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-st2XOjwWKD input::-webkit-clear-button {
  display: none;
}
.cid-st2XOjwWKD input::-webkit-inner-spin-button {
  display: none;
}
.cid-st2XOjwWKD input::-webkit-outer-spin-button {
  display: none;
}
.cid-st2XOjwWKD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-st2XOjwWKD H4 {
  color: #777777;
}
.cid-st2XOsEI3U {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-st2XOsEI3U .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-st2XOsEI3U .img-item,
.cid-st2XOsEI3U img {
  height: 100%;
  object-fit: cover;
}
.cid-st2XOsEI3U .img-col {
  padding: 0;
}
.cid-st2XOsEI3U .col-auto {
  width: 100%;
}
.cid-st2XOsEI3U .wrapper {
  background: #1b2026;
  padding: 5rem 3rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-st2XOsEI3U .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-st2XOsEI3U textarea {
  min-height: 200px;
}
.cid-st2XOsEI3U .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-st2XOsEI3U .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-st2XOsEI3U .form-control,
.cid-st2XOsEI3U .field-input {
  padding: 1rem 1.5rem;
  border-radius: 4px;
  background-color: #31363b;
  border-color: #31363b;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st2XOsEI3U .form-control::-webkit-input-placeholder,
.cid-st2XOsEI3U .field-input::-webkit-input-placeholder,
.cid-st2XOsEI3U .form-control::-webkit-input-placeholder,
.cid-st2XOsEI3U .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-st2XOsEI3U .form-control:-moz-placeholder,
.cid-st2XOsEI3U .field-input:-moz-placeholder,
.cid-st2XOsEI3U .form-control:-moz-placeholder,
.cid-st2XOsEI3U .field-input:-moz-placeholder {
  color: #777777;
}
.cid-st2XOsEI3U .form-control:hover,
.cid-st2XOsEI3U .field-input:hover,
.cid-st2XOsEI3U .form-control:focus,
.cid-st2XOsEI3U .field-input:focus {
  background-color: #31363b;
  border-color: #31363b !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-st2XOsEI3U .form-control:hover::-webkit-input-placeholder,
.cid-st2XOsEI3U .field-input:hover::-webkit-input-placeholder,
.cid-st2XOsEI3U .form-control:focus::-webkit-input-placeholder,
.cid-st2XOsEI3U .field-input:focus::-webkit-input-placeholder,
.cid-st2XOsEI3U .form-control:hover::-webkit-input-placeholder,
.cid-st2XOsEI3U .field-input:hover::-webkit-input-placeholder,
.cid-st2XOsEI3U .form-control:focus::-webkit-input-placeholder,
.cid-st2XOsEI3U .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-st2XOsEI3U .form-control:hover:-moz-placeholder,
.cid-st2XOsEI3U .field-input:hover:-moz-placeholder,
.cid-st2XOsEI3U .form-control:focus:-moz-placeholder,
.cid-st2XOsEI3U .field-input:focus:-moz-placeholder,
.cid-st2XOsEI3U .form-control:hover:-moz-placeholder,
.cid-st2XOsEI3U .field-input:hover:-moz-placeholder,
.cid-st2XOsEI3U .form-control:focus:-moz-placeholder,
.cid-st2XOsEI3U .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-st2XOsEI3U .jq-number__spin:hover,
.cid-st2XOsEI3U .jq-number__spin:focus {
  background-color: #31363b;
  border-color: #31363b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-st2XOsEI3U .jq-number__spin {
  background-color: #31363b;
  border-color: #31363b;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st2XOsEI3U .jq-selectbox li,
.cid-st2XOsEI3U .jq-selectbox li {
  background-color: #31363b;
  color: #ffffff;
}
.cid-st2XOsEI3U .jq-selectbox li:hover,
.cid-st2XOsEI3U .jq-selectbox li.selected {
  background-color: #31363b;
  color: #ffffff;
}
.cid-st2XOsEI3U .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-st2XOsEI3U .jq-number__spin.minus:hover:after,
.cid-st2XOsEI3U .jq-number__spin.plus:hover:after {
  border-top-color: #31363b;
  border-bottom-color: #31363b;
}
.cid-st2XOsEI3U .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-st2XOsEI3U .jq-number__spin.minus:after,
.cid-st2XOsEI3U .jq-number__spin.plus:after {
  border-top-color: #31363b;
  border-bottom-color: #31363b;
}
.cid-st2XOsEI3U input::-webkit-clear-button {
  display: none;
}
.cid-st2XOsEI3U input::-webkit-inner-spin-button {
  display: none;
}
.cid-st2XOsEI3U input::-webkit-outer-spin-button {
  display: none;
}
.cid-st2XOsEI3U input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-st2XOsEI3U H4 {
  color: #ff8484;
}
.cid-st2XOsEI3U H3 {
  color: #ffffff;
}
.cid-st2XODRXZe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dce8eb;
}
.cid-st2XODRXZe .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-st2XODRXZe .panel-group {
  border: none;
}
.cid-st2XODRXZe .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-st2XODRXZe .card-header {
    padding: 1rem 0rem;
  }
}
.cid-st2XODRXZe .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-st2XODRXZe .panel-body {
    padding: 0rem;
  }
}
.cid-st2XODRXZe .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-st2XODRXZe .img-col {
  padding: 0;
}
.cid-st2XODRXZe .img-item {
  height: 100%;
}
.cid-st2XODRXZe img {
  height: 100%;
  object-fit: cover;
}
.cid-st2XODRXZe .container-fluid {
  padding: 0 1rem;
}
.cid-st2XODRXZe .collapsed span {
  transform: rotate(0deg);
}
.cid-st2XODRXZe .panel-title {
  display: flex;
  align-items: center;
}
.cid-st2XODRXZe .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-st2XODRXZe .panel-title-edit {
  color: #000000;
}
.cid-st2XODRXZe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-st2XODRXZe .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 10px!important;
}
.cid-st2XODRXZe .panel-title-edit,
.cid-st2XODRXZe .mbr-iconfont {
  color: #1b2026;
}
.cid-st2XODRXZe .panel-text {
  color: #777777;
}
.cid-st2XODRXZe H4 {
  color: #777777;
}
.cid-st2XONhKtM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-st2XONhKtM .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-st2XONhKtM .panel-group {
  border: none;
}
.cid-st2XONhKtM .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-st2XONhKtM .card-header {
    padding: 1rem 0rem;
  }
}
.cid-st2XONhKtM .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-st2XONhKtM .panel-body {
    padding: 0rem;
  }
}
.cid-st2XONhKtM .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-st2XONhKtM .img-item {
    padding-bottom: 3rem;
  }
}
.cid-st2XONhKtM img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2XONhKtM img {
    width: 100%;
  }
}
.cid-st2XONhKtM .container-fluid {
  padding: 0 1rem;
}
.cid-st2XONhKtM .collapsed span {
  transform: rotate(0deg);
}
.cid-st2XONhKtM .panel-title {
  display: flex;
  align-items: center;
}
.cid-st2XONhKtM .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-st2XONhKtM .panel-title-edit {
  color: #000000;
}
.cid-st2XONhKtM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-st2XONhKtM .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-st2XONhKtM .panel-title-edit,
.cid-st2XONhKtM .mbr-iconfont {
  color: #1b2026;
}
.cid-st2XONhKtM .panel-text {
  color: #777777;
}
.cid-st2XONhKtM H4 {
  color: #777777;
}
.cid-st2XOVFVJZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-st2XOVFVJZ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-st2XOVFVJZ .panel-group {
  border: none;
}
.cid-st2XOVFVJZ .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-st2XOVFVJZ .card-header {
    padding: 1rem 0rem;
  }
}
.cid-st2XOVFVJZ .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-st2XOVFVJZ .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-st2XOVFVJZ .content {
  margin: 5rem auto;
}
.cid-st2XOVFVJZ .img-col {
  padding: 0;
}
.cid-st2XOVFVJZ .img-item {
  height: 100%;
}
.cid-st2XOVFVJZ img {
  height: 100%;
  object-fit: cover;
}
.cid-st2XOVFVJZ .collapsed span {
  transform: rotate(0deg);
}
.cid-st2XOVFVJZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-st2XOVFVJZ p {
  margin-bottom: 0.3rem;
}
.cid-st2XOVFVJZ .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-st2XOVFVJZ .panel-title-edit {
  color: #000000;
}
.cid-st2XOVFVJZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-st2XOVFVJZ .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 10px!important;
}
.cid-st2XOVFVJZ .panel-title-edit,
.cid-st2XOVFVJZ .mbr-iconfont {
  color: #1b2026;
}
.cid-st2XOVFVJZ .panel-text {
  color: #777777;
}
.cid-st2XOVFVJZ H4 {
  color: #777777;
}
.cid-st2XP74rOa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-st2XP74rOa .mbr-section-subtitle {
  color: #14191e;
}
.cid-st2XP74rOa .mbr-text {
  color: #777777;
}
.cid-st2XP74rOa ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-st2XP74rOa ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-st2XP74rOa ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777777;
  width: 25px;
  height: 25px;
}
.cid-st2XP74rOa .mbr-list {
  color: #777777;
}
.cid-st2XQfJIAn {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-st2XQfJIAn .mbr-text,
.cid-st2XQfJIAn .mbr-section-btn {
  color: #1b2026;
}
.cid-st2XQfJIAn .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-st2XQfJIAn .button p {
  padding: 0;
  margin: 0;
}
.cid-st2XQfJIAn .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-st2XQfJIAn .mbr-section-title {
  text-align: center;
}
.cid-st2XTqrdfU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dce8eb;
}
.cid-st2XTqrdfU .card-wrapper {
  display: flex;
  justify-content: center;
}
.cid-st2XTqrdfU .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-st2XTqrdfU .icon-wrapper {
  background: #ff8484;
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2XTqrdfU .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-st2XTqrdfU .card-text {
  color: #777777;
}
.cid-st2XTxZ1kL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-st2XTxZ1kL .progress {
  width: 100%;
}
.cid-st2XTxZ1kL p {
  margin-bottom: 0.4rem;
}
.cid-st2XTxZ1kL .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-st2XTxZ1kL progress {
  height: 6px;
}
.cid-st2XTxZ1kL .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-st2XTxZ1kL .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-st2XTxZ1kL .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-st2XTxZ1kL .progress_value {
  position: relative;
}
.cid-st2XTxZ1kL .progress1 .progressbar-number:before,
.cid-st2XTxZ1kL .progress2 .progressbar-number:before,
.cid-st2XTxZ1kL .progress3 .progressbar-number:before,
.cid-st2XTxZ1kL .progress4 .progressbar-number:before,
.cid-st2XTxZ1kL .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-st2XTxZ1kL progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-st2XTxZ1kL progress::-webkit-progress-value {
  background: #31363b;
}
.cid-st2XTxZ1kL progress[value]::-moz-progress-bar {
  background: #31363b;
}
.cid-st2XTxZ1kL progress::-ms-fill {
  background: #31363b;
}
.cid-st2XTxZ1kL .progress1 .progressbar-number:before {
  content: '92';
}
.cid-st2XTxZ1kL .progress2 .progressbar-number:before {
  content: '71';
}
.cid-st2XTxZ1kL .progress3 .progressbar-number:before {
  content: '53';
}
.cid-st2XTxZ1kL .progress4 .progressbar-number:before {
  content: '70';
}
.cid-st2XTxZ1kL .progress5 .progressbar-number:before {
  content: '60';
}
.cid-st2XTxZ1kL .section-content-text {
  color: #454545;
}
.cid-st2XTxZ1kL .progressbar-title p,
.cid-st2XTxZ1kL .progress_value {
  color: #31363b;
}
.cid-st2XTxZ1kL .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XTGp8Z0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-st2XTGp8Z0 .container {
  margin-right: 0;
  max-width: 1500px;
}
.cid-st2XTGp8Z0 .row {
  background: #ffffff;
  padding: 4rem 2rem;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 15rem;
}
@media (max-width: 1400px) {
  .cid-st2XTGp8Z0 .row {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-st2XTGp8Z0 .row {
    padding: 3rem 1rem;
    border-radius: 0px;
  }
}
.cid-st2XTGp8Z0 .card-wrapper {
  display: flex;
  justify-content: center;
}
.cid-st2XTGp8Z0 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-st2XTGp8Z0 .icon-wrapper {
  background: #ff8484;
  border-radius: 50%;
  min-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2XTGp8Z0 .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-st2XTGp8Z0 .card-text {
  color: #777777;
}
.cid-st2XTTFD7h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-st2XTTFD7h .card-text {
  color: #777777;
}
.cid-st2XTTFD7h ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-st2XTTFD7h ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-st2XTTFD7h ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  width: 25px;
  height: 25px;
}
.cid-st2XTTFD7h .card-wrapper {
  padding: 3rem;
  transition: all 0.3s;
  background: #ffffff;
  position: relative;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-st2XTTFD7h .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-st2XTTFD7h .center {
  background: #3d54d0;
}
.cid-st2XTTFD7h .center:before {
  opacity: 1;
  position: absolute;
  right: -150px;
  bottom: -150px;
  content: '';
  transition: all 0.3s;
  width: 300px;
  height: 300px;
  background: #ff8484;
  transform: rotate(45deg);
}
.cid-st2XTTFD7h .row {
  justify-content: center;
}
.cid-st2XTTFD7h .card-subtitle1 {
  color: #ffffff;
}
.cid-st2XTTFD7h .card-title1 {
  color: #ffffff;
}
.cid-st2XTTFD7h .mbr-list1 {
  color: #ffffff;
}
.cid-st2XTTFD7h .mbr-section-subtitle {
  color: #777777;
}
.cid-st2XUO8m59 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
