.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.4rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.3rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc(2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc(2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (2.19rem + (4.4 - 2.19) * ((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.84rem;
    font-size: calc(1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc(2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc(2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc(1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e4ed64 !important;
}
.bg-success {
  background-color: #5ec553 !important;
}
.bg-info {
  background-color: #e0e0e0 !important;
}
.bg-warning {
  background-color: #f0c365 !important;
}
.bg-danger {
  background-color: #f06c65 !important;
}
.btn-primary .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-primary, .btn-primary:active {
  background-color: #e4ed64 !important;
  border-color: #e4ed64 !important;
  color: #454909 !important;
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active {
  color: inherit;
  background-color: #ecf292 !important;
  border-color: #ecf292 !important;
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #454909 !important;
  background-color: #ecf292 !important;
  border-color: #ecf292 !important;
}
.btn-secondary .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-secondary, .btn-secondary:active {
  background-color: #00000 !important;
  border-color: #00000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.active {
  color: inherit;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  box-shadow: none;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-info .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-info, .btn-info:active {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info.active {
  color: inherit;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: none;
}
.btn-info.disabled, .btn-info:disabled {
  color: #616161 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-success, .btn-success:active {
  background-color: #5ec553 !important;
  border-color: #5ec553 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success.active {
  color: inherit;
  background-color: #82d279 !important;
  border-color: #82d279 !important;
  box-shadow: none;
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff !important;
  background-color: #82d279 !important;
  border-color: #82d279 !important;
}
.btn-warning .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-warning, .btn-warning:active {
  background-color: #f0c365 !important;
  border-color: #f0c365 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning.active {
  color: inherit;
  background-color: #f5d593 !important;
  border-color: #f5d593 !important;
  box-shadow: none;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5d593 !important;
  border-color: #f5d593 !important;
}
.btn-danger .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-danger, .btn-danger:active {
  background-color: #f06c65 !important;
  border-color: #f06c65 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger.active {
  color: inherit;
  background-color: #f59893 !important;
  border-color: #f59893 !important;
  box-shadow: none;
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f59893 !important;
  border-color: #f59893 !important;
}
.btn-white .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-white, .btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled, .btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
}
.btn-black, .btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover, .btn-black:focus, .btn-black.focus, .btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled, .btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #e4ed64 !important;
}
.btn-primary-outline, .btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e4ed64;
  color: #e4ed64;
}
.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline.active {
  color: #d3e01a !important;
  background-color: transparent !important;
  border-color: #d3e01a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled, .btn-primary-outline:disabled {
  color: #454909 !important;
  background-color: #e4ed64 !important;
  border-color: #e4ed64 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #00000 !important;
}
.btn-secondary-outline, .btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00000;
  color: #00000;
}
.btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline.active {
  color: #5f5f5f !important;
  background-color: transparent !important;
  border-color: #5f5f5f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled, .btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00000 !important;
  border-color: #00000 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #e0e0e0 !important;
}
.btn-info-outline, .btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e0e0e0;
  color: #e0e0e0;
}
.btn-info-outline:hover, .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline.active {
  color: #b5b5b5 !important;
  background-color: transparent !important;
  border-color: #b5b5b5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled, .btn-info-outline:disabled {
  color: #616161 !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #5ec553 !important;
}
.btn-success-outline, .btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5ec553;
  color: #5ec553;
}
.btn-success-outline:hover, .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline.active {
  color: #3a9131 !important;
  background-color: transparent !important;
  border-color: #3a9131 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled, .btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5ec553 !important;
  border-color: #5ec553 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #f0c365 !important;
}
.btn-warning-outline, .btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f0c365;
  color: #f0c365;
}
.btn-warning-outline:hover, .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline.active {
  color: #e8a417 !important;
  background-color: transparent !important;
  border-color: #e8a417 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled, .btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f0c365 !important;
  border-color: #f0c365 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #f06c65 !important;
}
.btn-danger-outline, .btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f06c65;
  color: #f06c65;
}
.btn-danger-outline:hover, .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline.active {
  color: #e82117 !important;
  background-color: transparent !important;
  border-color: #e82117 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled, .btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f06c65 !important;
  border-color: #f06c65 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #ffffff !important;
  background-color: #232323 !important;
}
.btn-black-outline, .btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover, .btn-black-outline:focus, .btn-black-outline.focus, .btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled, .btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #fafafa !important;
}
.btn-white-outline, .btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline.focus, .btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled, .btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e4ed64 !important;
}
.text-secondary {
  color: #00000 !important;
}
.text-success {
  color: #5ec553 !important;
}
.text-info {
  color: #e0e0e0 !important;
}
.text-warning {
  color: #f0c365 !important;
}
.text-danger {
  color: #f06c65 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover, a.text-primary:focus, a.text-primary.active {
  color: #c6d318 !important;
}
a.text-secondary:hover, a.text-secondary:focus, a.text-secondary.active {
  color: #575757 !important;
}
a.text-success:hover, a.text-success:focus, a.text-success.active {
  color: #35852d !important;
}
a.text-info:hover, a.text-info:focus, a.text-info.active {
  color: #adadad !important;
}
a.text-warning:hover, a.text-warning:focus, a.text-warning.active {
  color: #da9a15 !important;
}
a.text-danger:hover, a.text-danger:focus, a.text-danger.active {
  color: #da1f15 !important;
}
a.text-white:hover, a.text-white:focus, a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover, a.text-black:focus, a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e4ed64;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e0e0e0;
}
.alert-warning {
  background-color: #f0c365;
}
.alert-danger {
  background-color: #f06c65;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e4ed64;
  border-color: #e4ed64;
  color: #5b600b;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a, a:hover {
  color: #e4ed64;
}
.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: #b7e5b2;
}
.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: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover, .form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e4ed64 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e4ed64;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover, .jq-selectbox li.selected {
  background-color: #e4ed64;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e4ed64;
}
.jq-selectbox .jq-selectbox__trigger-arrow, .jq-number__spin.minus:after, .jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow, .jq-number__spin.minus:hover:after, .jq-number__spin.plus:hover:after {
  border-top-color: #e4ed64;
  border-bottom-color: #e4ed64;
}
.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: #e4ed64 !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: #00000 !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='%23e4ed64' %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");
}


/*about us section include*/
.cid-uMqkhvZGtH a {
  color: #000;            /* Black text */
  text-decoration: none;  /* No underline */
}

.cid-uMqkhvZGtH a:visited {
  color: #000;            /* Stay black after click */
}

.cid-uMqkhvZGtH a:hover {
  color: #333;            /* Slightly lighter hover, optional */
  text-decoration: underline; /* Underline on hover */
}

.cid-uMqkhvZGtH a:active {
  color: #000;            /* Keep active state black */
}

.cid-uMqkhvZGtH  {
li {
  list-style: none;
}
/*li::before {
  content: "✔";
  color: #4CAF50;
  margin-right: 8px;
}*/
}

section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 4px 30px;
  align-items: center;
  min-height: 60px;
  font-weight: 700 !important;
}
.mbr-section-btn .btn span {
  font-weight: 700;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: -25px;
  transition: all .3s ease;
  font-size: inherit;
  font-weight: 400;
}
img, .card-wrap, .card-wrapper, .video-wrapper, .mbr-figure iframe, .google-map iframe, .slide-content, .plan, .card, .item-wrapper, .item-img {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  img, .card-wrap, .card-wrapper, .video-wrapper, .mbr-figure iframe, .google-map iframe, .slide-content, .plan, .card, .item-wrapper, .item-img {
    border-radius: 20px !important;
  }
}
.item-blur {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .item-blur {
    border-radius: 20px !important;
  }
}
.item-blur::before {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .item-blur::before {
    border-radius: 20px !important;
  }
}
.mbr-label, .card-label {
  border-radius: 2rem;
}
.item-icon {
  border-radius: 30px 0 30px 30px !important;
}
@media (max-width: 992px) {
  .item-icon {
    border-radius: 20px 0 20px 20px !important;
  }
}
.item-img.small-radius {
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .item-img.small-radius {
    border-radius: 15px !important;
  }
}
/* ============================
   Navbar Logo Adjustments
   ============================ */
/* Make the header layout predictable */
.header .navbar {
  display: flex;
  align-items: center;
  min-height: 64px; /* space for a bigger logo */
}
/* Brand link padding so the logo has breathing room */
.header .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0 16px; /* tweak between 12–24px as needed */
  gap: 10px;
}
/* Override Mobirise 3rem cap and size the logo */
.header .navbar-brand .navbar-logo img, .header .navbar-brand img {
  height: clamp(44px, 6vw, 84px) !important;
  width: auto;
  display: block;
}
/* Push nav links away from the logo */
.header .nav-links {
  margin-left: auto;
  display: flex;
  gap: 20px;
}
/* Tablet */
@media (max-width: 992px) {
  .header .navbar-brand .navbar-logo img, .header .navbar-brand img {
    height: 60px !important;
  }
  .header .nav-links {
    gap: 16px;
  }
}
/* Phone */
@media (max-width: 700px) {
  .header .navbar-brand .navbar-logo img, .header .navbar-brand img {
    height: 44px !important;
  }
  .header .navbar {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.cid-uMqkh8AIMH .navbar-logo img {
  height: clamp(44px, 6vw, 84px) !important;
}
/*end*/
.navbar-collapse {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .navbar-collapse {
    border-radius: 20px !important;
  }
}
.cid-uMqkh8AIMH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMqkh8AIMH .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;
}
@media (max-width: 767px) {
  .cid-uMqkh8AIMH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMqkh8AIMH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMqkh8AIMH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uMqkh8AIMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMqkh8AIMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMqkh8AIMH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uMqkh8AIMH .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uMqkh8AIMH .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uMqkh8AIMH .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uMqkh8AIMH .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uMqkh8AIMH .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uMqkh8AIMH .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uMqkh8AIMH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMqkh8AIMH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMqkh8AIMH .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
.cid-uMqkh8AIMH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMqkh8AIMH .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uMqkh8AIMH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMqkh8AIMH .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uMqkh8AIMH .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uMqkh8AIMH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMqkh8AIMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uMqkh8AIMH .container, .cid-uMqkh8AIMH .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMqkh8AIMH .container, .cid-uMqkh8AIMH .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uMqkh8AIMH .container, .cid-uMqkh8AIMH .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMqkh8AIMH .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uMqkh8AIMH .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMqkh8AIMH .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uMqkh8AIMH .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMqkh8AIMH .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uMqkh8AIMH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uMqkh8AIMH .nav-item:focus, .cid-uMqkh8AIMH .nav-link:focus {
  outline: none;
}
.cid-uMqkh8AIMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMqkh8AIMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMqkh8AIMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMqkh8AIMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMqkh8AIMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMqkh8AIMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMqkh8AIMH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMqkh8AIMH .navbar.opened {
  transition: all 0.3s;
}
.cid-uMqkh8AIMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMqkh8AIMH .navbar .navbar-logo img {
  width: auto;
}
.cid-uMqkh8AIMH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMqkh8AIMH .navbar.collapsed {
  justify-content: center;
}
.cid-uMqkh8AIMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMqkh8AIMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMqkh8AIMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMqkh8AIMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMqkh8AIMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMqkh8AIMH .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-uMqkh8AIMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMqkh8AIMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMqkh8AIMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMqkh8AIMH .navbar {
    min-height: 72px;
  }
  .cid-uMqkh8AIMH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMqkh8AIMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMqkh8AIMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMqkh8AIMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMqkh8AIMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMqkh8AIMH .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-uMqkh8AIMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMqkh8AIMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMqkh8AIMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMqkh8AIMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMqkh8AIMH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMqkh8AIMH .dropdown-item.active, .cid-uMqkh8AIMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uMqkh8AIMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMqkh8AIMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMqkh8AIMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMqkh8AIMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uMqkh8AIMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMqkh8AIMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uMqkh8AIMH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMqkh8AIMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMqkh8AIMH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMqkh8AIMH .navbar-buttons {
    text-align: left;
  }
}
.cid-uMqkh8AIMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMqkh8AIMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMqkh8AIMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMqkh8AIMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqkh8AIMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqkh8AIMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMqkh8AIMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqkh8AIMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMqkh8AIMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMqkh8AIMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqkh8AIMH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMqkh8AIMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMqkh8AIMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMqkh8AIMH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMqkh8AIMH .navbar {
    height: 70px;
  }
  .cid-uMqkh8AIMH .navbar.opened {
    height: auto;
  }
  .cid-uMqkh8AIMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMqkh8AIMH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMqkh8AIMH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uMqkh8AIMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uMqkh8AIMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMqkh8AIMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uMqkh8AIMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMqkh8AIMH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMqkh8AIMH .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uMqkh8AIMH .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uMqkh8AIMH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMqkh8AIMH .navbar-brand {
    margin-right: auto;
  }
  .cid-uMqkh8AIMH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uMqkh8AIMH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMqkh8AIMH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uMqkh8AIMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMqkh8AIMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMqkh8AIMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uMqkh8AIMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMqkh8AIMH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uMqkh8AIMH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMqkh8AIMH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMqkhvZGtH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMqkhvZGtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqkhvZGtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqkhvZGtH .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uMqkhvZGtH .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMqkhvZGtH .container {
    padding: 15px;
  }
}
.cid-uMqkhvZGtH .row {
  margin: 0 -5px;
}
.cid-uMqkhvZGtH .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uMqkhvZGtH .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-uMqkhvZGtH .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMqkhvZGtH .image-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uMqkhvZGtH .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMqkhvZGtH .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-uMqkhvZGtH .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #f6f3ec;
}
@media (max-width: 1440px) {
  .cid-uMqkhvZGtH .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .cid-uMqkhvZGtH .card-wrapper {
    padding: 30px;
  }
}
.cid-uMqkhvZGtH .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uMqkhvZGtH .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uMqkhvZGtH .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqkhvZGtH .card-wrapper .card-wrap .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMqkhvZGtH .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMqkhvZGtH .card-wrapper .card-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqkhvZGtH .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqkhvZGtH .card-wrapper .number-wrapper {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .cid-uMqkhvZGtH .card-wrapper .number-wrapper {
    margin-top: 30px;
  }
}
.cid-uMqkhvZGtH .card-wrapper .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMqkhvZGtH .card-wrapper .number-wrapper .number-wrap {
    display: block;
  }
}
.cid-uMqkhvZGtH .card-wrapper .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
  padding-right: 20px;
}
.cid-uMqkhvZGtH .card-wrapper .number-wrapper .number-wrap .mbr-desc {
  border-left: 1px solid #e0e0e0;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqkhvZGtH .card-wrapper .number-wrapper .number-wrap .mbr-desc {
    padding: 0;
    border: none;
  }
}
.cid-uMqkhvZGtH .mbr-section-title {
  color: #000000;
}
.cid-uMqkhvZGtH .mbr-text, .cid-uMqkhvZGtH .text-wrapper {
  color: #00000;
}
.cid-uMqkhvZGtH .mbr-number {
  color: #000000;
}
.cid-uMqkhvZGtH .mbr-desc {
  color: #000000;
}
.cid-uSGkBNbbsx {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../images/background1.jpg");
}
.cid-uSGkBNbbsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSGkBNbbsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSGkBNbbsx .row {
  justify-content: center;
}
.cid-uSGkBNbbsx .card {
  justify-content: flex-end;
}
.cid-uSGkBNbbsx .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSGkBNbbsx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSGkBNbbsx .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uSGkBNbbsx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSGkBNbbsx .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uSGkBNbbsx .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uSGkBNbbsx .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uSGkBNbbsx .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uSGkBNbbsx .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uSGkBNbbsx .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSGkBNbbsx .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uSGkBNbbsx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSGkBNbbsx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSGkBNbbsx .mbr-text, .cid-uSGkBNbbsx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSGkBNbbsx .mbr-desc {
  color: #ffffff;
}
.cid-uSGkFWnrce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background3.jpg");
}
.cid-uSGkFWnrce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSGkFWnrce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSGkFWnrce .card {
  justify-content: flex-end;
}
.cid-uSGkFWnrce .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSGkFWnrce .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSGkFWnrce .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uSGkFWnrce .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSGkFWnrce .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uSGkFWnrce .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uSGkFWnrce .items-wrapper .item {
  padding: 0 15px;
}
.cid-uSGkFWnrce .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSGkFWnrce .item {
    margin-bottom: 15px;
  }
}
.cid-uSGkFWnrce .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSGkFWnrce .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uSGkFWnrce .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  background-color: #000000;
}
.cid-uSGkFWnrce .item .item-wrapper:hover .card-box .border-wrapper::before, .cid-uSGkFWnrce .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #e4ed64;
}
.cid-uSGkFWnrce .item .item-wrapper:hover .card-box .border-wrapper::after, .cid-uSGkFWnrce .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-uSGkFWnrce .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uSGkFWnrce .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSGkFWnrce .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSGkFWnrce .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #e4ed64;
  display: inline-flex;
}
.cid-uSGkFWnrce .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uSGkFWnrce .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
  transition: all .4s ease;
}
.cid-uSGkFWnrce .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e4ed64;
  transition: all .6s ease;
}
.cid-uSGkFWnrce .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSGkFWnrce .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uSGkFWnrce .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSGkFWnrce .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSGkFWnrce .mbr-section-title {
  color: #ffffff;
}
.cid-uSGkFWnrce .card-title {
  color: #ffffff;
}
.cid-uSGkFWnrce .card-text {
  color: #ffffff;
}
.cid-uMqklvIi8W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMqklvIi8W .item:focus, .cid-uMqklvIi8W span:focus {
  outline: none;
}
.cid-uMqklvIi8W .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uMqklvIi8W .content-head {
  max-width: 800px;
}
.cid-uMqklvIi8W .item {
  padding: 10px 0;
  font-weight: 700;
  color: #e4ed64;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uMqklvIi8W .item {
    min-height: 45px;
  }
}
.cid-uMqkijOwRz a {
  color: #000; /* Black text */
  text-decoration: none; /* No underline */
}
.cid-uMqkijOwRz a:visited {
  color: #000; /* Stay black after click */
}
.cid-uMqkijOwRza:hover {
  color: #333; /* Slightly lighter hover, optional */
  text-decoration: underline; /* Underline on hover */
}
.cid-uMqkijOwRz a:active {
  color: #000; /* Keep active state black */
}
.cid-uMqkijOwRz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqkijOwRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqkijOwRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqkijOwRz .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uMqkijOwRz .label-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uMqkijOwRz .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uMqkijOwRz .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMqkijOwRz .items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uMqkijOwRz .items-wrapper {
    display: block;
  }
}
.cid-uMqkijOwRz .item {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMqkijOwRz .item {
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uMqkijOwRz .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 15px;
}
.cid-uMqkijOwRz .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMqkijOwRz .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 15px;
}
.cid-uMqkijOwRz .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uMqkijOwRz .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uMqkijOwRz .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uMqkijOwRz .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uMqkijOwRz .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqkijOwRz .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqkijOwRz .mbr-label {
  color: #000000;
}
.cid-uMqkijOwRz .card-title {
  color: #000000;
}
.cid-uMqkijOwRz .card-text {
  color: #00000;
}
.cid-uMqkiKTKLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-uMqkiKTKLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqkiKTKLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqkiKTKLP .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqkiKTKLP .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMqkiKTKLP .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uMqkiKTKLP .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqkiKTKLP .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uMqkiKTKLP .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uMqkiKTKLP .items-wrapper .item {
  padding: 0 15px;
}
.cid-uMqkiKTKLP .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqkiKTKLP .item {
    margin-bottom: 15px;
  }
}
.cid-uMqkiKTKLP .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uMqkiKTKLP .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uMqkiKTKLP .item .item-wrapper:hover::before, .cid-uMqkiKTKLP .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.cid-uMqkiKTKLP .item .item-wrapper:hover .icon-card .mbr-iconfont, .cid-uMqkiKTKLP .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #e4ed64;
  color: #000000;
}
.cid-uMqkiKTKLP .item .item-wrapper:hover .item-content .card-title, .cid-uMqkiKTKLP .item .item-wrapper:focus .item-content .card-title {
  color: #000000;
}
.cid-uMqkiKTKLP .item .item-wrapper:hover .item-content .card-desc, .cid-uMqkiKTKLP .item .item-wrapper:focus .item-content .card-desc {
  color: #000000;
}
.cid-uMqkiKTKLP .item .item-wrapper:hover .item-img img, .cid-uMqkiKTKLP .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.cid-uMqkiKTKLP .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #e4ed64;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.cid-uMqkiKTKLP .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f6f3ec;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uMqkiKTKLP .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uMqkiKTKLP .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uMqkiKTKLP .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uMqkiKTKLP .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.cid-uMqkiKTKLP .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uMqkiKTKLP .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMqkiKTKLP .item .item-wrapper .item-img {
  height: 200px;
}
.cid-uMqkiKTKLP .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMqkiKTKLP .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.cid-uMqkiKTKLP .item .item-wrapper .image_2 img {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uMqkiKTKLP .item .item-wrapper .image_2 img {
    width: 90%;
  }
}
.cid-uMqkiKTKLP .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uMqkiKTKLP .mbr-label, .cid-uMqkiKTKLP .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMqkiKTKLP .mbr-section-title, .cid-uMqkiKTKLP .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMqkiKTKLP .card-title {
  color: #000000;
}
.cid-uMqkiKTKLP .card-desc {
  color: #00000;
}
.cid-uMqkmPUpiS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqkmPUpiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqkmPUpiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqkmPUpiS .row {
  justify-content: space-between;
}
.cid-uMqkmPUpiS .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uMqkmPUpiS .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqkmPUpiS .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uMqkmPUpiS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMqkmPUpiS .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uMqkmPUpiS .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uMqkmPUpiS .mbr-label {
  color: #000000;
}
.cid-uMqkmPUpiS .mbr-section-title {
  color: #000000;
}
.cid-uMqkmPUpiS .mbr-desc {
  color: #000000;
}
.cid-uMqkmPUpiS .mbr-text {
  color: #000000;
}
.cid-uSGkJtMOj0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uSGkJtMOj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSGkJtMOj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSGkJtMOj0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSGkJtMOj0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSGkJtMOj0 .items-wrapper {
  margin: 0 -15px;
}
.cid-uSGkJtMOj0 .items-wrapper .card {
  padding: 0 15px;
}
.cid-uSGkJtMOj0 .card-wrapper {
  position: relative;
  height: 100%;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uSGkJtMOj0 .card-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uSGkJtMOj0 .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uSGkJtMOj0 .card-wrapper .image-wrap img {
    position: static;
    height: 300px;
  }
}
.cid-uSGkJtMOj0 .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSGkJtMOj0 .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uSGkJtMOj0 .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-uSGkJtMOj0 .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-uSGkJtMOj0 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1200px) {
  .cid-uSGkJtMOj0 .items-wrap {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uSGkJtMOj0 .items-wrap .item {
    margin-bottom: 30px;
  }
  .cid-uSGkJtMOj0 .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSGkJtMOj0 .items-wrap .item {
    margin-bottom: 15px;
  }
}
.cid-uSGkJtMOj0 .items-wrap .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uSGkJtMOj0 .items-wrap .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uSGkJtMOj0 .items-wrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 140px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uSGkJtMOj0 .items-wrap .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uSGkJtMOj0 .items-wrap .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uSGkJtMOj0 .items-wrap .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uSGkJtMOj0 .items-wrap .features-image .item-wrapper {
  padding: 0;
  background-color: transparent;
}
.cid-uSGkJtMOj0 .items-wrap .features-image .item-wrapper .item-img {
  height: 100%;
}
.cid-uSGkJtMOj0 .items-wrap .features-image .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSGkJtMOj0 .items-wrap .features-image .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uSGkJtMOj0 .btn-wrapper {
  margin-top: 35%;
}
.cid-uSGkJtMOj0 .mbr-section-title {
  color: #000000;
}
.cid-uSGkJtMOj0 .card-title {
  color: #000000;
}
.cid-uSGkJtMOj0 .card-number {
  color: #000000;
}
.cid-uSGkJtMOj0 .card-desc {
  color: #00000;
}
.cid-uSGkKbzYRc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-uSGkKbzYRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSGkKbzYRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSGkKbzYRc .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSGkKbzYRc .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSGkKbzYRc .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uSGkKbzYRc .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSGkKbzYRc .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uSGkKbzYRc .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uSGkKbzYRc .items-wrapper .item {
  padding: 0 15px;
}
.cid-uSGkKbzYRc .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSGkKbzYRc .item {
    margin-bottom: 15px;
  }
}
.cid-uSGkKbzYRc .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uSGkKbzYRc .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uSGkKbzYRc .item .item-wrapper:hover::before, .cid-uSGkKbzYRc .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.cid-uSGkKbzYRc .item .item-wrapper:hover .icon-card .mbr-iconfont, .cid-uSGkKbzYRc .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #e4ed64;
  color: #000000;
}
.cid-uSGkKbzYRc .item .item-wrapper:hover .item-content .card-title, .cid-uSGkKbzYRc .item .item-wrapper:focus .item-content .card-title {
  color: #000000;
}
.cid-uSGkKbzYRc .item .item-wrapper:hover .item-content .card-desc, .cid-uSGkKbzYRc .item .item-wrapper:focus .item-content .card-desc {
  color: #000000;
}
.cid-uSGkKbzYRc .item .item-wrapper:hover .item-img img, .cid-uSGkKbzYRc .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.cid-uSGkKbzYRc .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #8A8A88;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.cid-uSGkKbzYRc .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f6f3ec;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uSGkKbzYRc .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uSGkKbzYRc .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uSGkKbzYRc .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uSGkKbzYRc .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.cid-uSGkKbzYRc .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uSGkKbzYRc .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uSGkKbzYRc .item .item-wrapper .item-img {
  height: 200px;
}
.cid-uSGkKbzYRc .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSGkKbzYRc .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.cid-uSGkKbzYRc .item .item-wrapper .image_2 img {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uSGkKbzYRc .item .item-wrapper .image_2 img {
    width: 90%;
  }
}
.cid-uSGkKbzYRc .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uSGkKbzYRc .mbr-label, .cid-uSGkKbzYRc .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSGkKbzYRc .mbr-section-title, .cid-uSGkKbzYRc .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSGkKbzYRc .card-title {
  color: #000000;
}
.cid-uSGkKbzYRc .card-desc {
  color: #00000;
}
.cid-uMqkjqnv2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-uMqkjqnv2Z a {
  color: #000; /* Black text */
  text-decoration: none; /* No underline */
}
.cid-uMqkjqnv2Z a:visited {
  color: #000; /* Stay black after click */
}
.cid-uMqkjqnv2Z a:hover {
  color: #333; /* Slightly lighter hover, optional */
  text-decoration: underline; /* Underline on hover */
}
.cid-uMqkjqnv2Z a:active {
  color: #000; /* Keep active state black */
}
.cid-uMqkjqnv2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqkjqnv2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqkjqnv2Z .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqkjqnv2Z .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMqkjqnv2Z .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #dcb965;
}
.cid-uMqkjqnv2Z .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqkjqnv2Z .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uMqkjqnv2Z .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqkjqnv2Z .item {
    margin-bottom: 15px;
  }
}
.cid-uMqkjqnv2Z .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-uMqkjqnv2Z .item .item-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMqkjqnv2Z .item .item-wrapper {
    padding: 200px 15px 15px;
  }
}
.cid-uMqkjqnv2Z .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMqkjqnv2Z .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 48%;
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .cid-uMqkjqnv2Z .item .item-wrapper .item-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.cid-uMqkjqnv2Z .item .item-wrapper .item-content .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-uMqkjqnv2Z .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uMqkjqnv2Z .item .item-wrapper .item-content .card-title:hover, .cid-uMqkjqnv2Z .item .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uMqkjqnv2Z .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMqkjqnv2Z .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqkjqnv2Z .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqkjqnv2Z .mbr-label, .cid-uMqkjqnv2Z .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMqkjqnv2Z .mbr-section-title, .cid-uMqkjqnv2Z .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMqkjqnv2Z .card-label {
  color: #000000;
}
.cid-uMqkjqnv2Z .card-title {
  color: #000000;
}
.cid-uMqkjqnv2Z .card-text {
  color: #00000;
}
.cid-uMqkpyzZV3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqkpyzZV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqkpyzZV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqkpyzZV3 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqkpyzZV3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMqkpyzZV3 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uMqkpyzZV3 .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqkpyzZV3 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uMqkpyzZV3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
  animation: none !important;
}
@media (max-width: 767px) {
  .cid-uMqkpyzZV3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uMqkpyzZV3 .embla__slide:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uMqkpyzZV3 .embla__slide:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uMqkpyzZV3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  will-change: transform;
  animation: none !important;
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper:hover .icon-card .mbr-iconfont, .cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper:hover .item-img img, .cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #ffffff;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #e4ed64;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
  pointer-events: none;
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
  pointer-events: none;
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  width: 100%;
  transition: all .3s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  margin: -3.3rem 40px 0 40px;
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .item-content {
    margin: -3.3rem 0 0 0;
  }
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .item-content .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .item-content .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .item-content .card-name:hover, .cid-uMqkpyzZV3 .embla__slide .slide-content .item-wrapper .item-content .card-name:focus {
  color: #e4ed64;
}
.cid-uMqkpyzZV3 .embla__button--next, .cid-uMqkpyzZV3 .embla__button--prev {
  display: flex;
}
.cid-uMqkpyzZV3 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uMqkpyzZV3 .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uMqkpyzZV3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uMqkpyzZV3 .embla__button.embla__button--next {
  right: 0;
}
.cid-uMqkpyzZV3 .embla {
  position: relative;
  width: 100%;
}
.cid-uMqkpyzZV3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uMqkpyzZV3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMqkpyzZV3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMqkpyzZV3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMqkpyzZV3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uMqkpyzZV3 .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uMqkpyzZV3 .mbr-label, .cid-uMqkpyzZV3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMqkpyzZV3 .mbr-section-title, .cid-uMqkpyzZV3 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMqkpyzZV3 .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uMqkpyzZV3 .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-uMqkra0EXa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqkra0EXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqkra0EXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqkra0EXa .title-wrapper {
  border-top: 1px solid #e0e0e0;
  padding-top: 90px;
}
@media (max-width: 992px) {
  .cid-uMqkra0EXa .title-wrapper {
    padding-top: 30px;
  }
}
.cid-uMqkra0EXa .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMqkra0EXa .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMqkra0EXa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uMqkra0EXa .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uMqkra0EXa .embla__slide .slide-content {
  width: 100%;
}
.cid-uMqkra0EXa .embla__slide .slide-content:hover .item-wrapper, .cid-uMqkra0EXa .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4ed64;
}
.cid-uMqkra0EXa .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uMqkra0EXa .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMqkra0EXa .embla__button--next, .cid-uMqkra0EXa .embla__button--prev {
  display: flex;
}
.cid-uMqkra0EXa .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uMqkra0EXa .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uMqkra0EXa .embla__button.embla__button--prev {
  left: 0;
}
.cid-uMqkra0EXa .embla__button.embla__button--next {
  right: 0;
}
.cid-uMqkra0EXa .embla {
  position: relative;
  width: 100%;
}
.cid-uMqkra0EXa .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uMqkra0EXa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMqkra0EXa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMqkra0EXa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMqkra0EXa .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uMqkra0EXa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSGkPfbOOv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-uSGkPfbOOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSGkPfbOOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSGkPfbOOv .card {
  justify-content: flex-end;
}
.cid-uSGkPfbOOv .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSGkPfbOOv .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSGkPfbOOv .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uSGkPfbOOv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSGkPfbOOv .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uSGkPfbOOv .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSGkPfbOOv .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uSGkPfbOOv .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uSGkPfbOOv .items-wrapper .item {
  padding: 0 15px;
}
.cid-uSGkPfbOOv .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSGkPfbOOv .item {
    margin-bottom: 15px;
  }
}
.cid-uSGkPfbOOv .item .item-wrapper {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
.cid-uSGkPfbOOv .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f6f3ec;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uSGkPfbOOv .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #e4ed64;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uSGkPfbOOv .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uSGkPfbOOv .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uSGkPfbOOv .item .item-wrapper .item-img img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.cid-uSGkPfbOOv .item .item-wrapper .item-content {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uSGkPfbOOv .item .item-wrapper .item-content {
    padding: 30px;
  }
}
.cid-uSGkPfbOOv .item .item-wrapper .item-content .card-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uSGkPfbOOv .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uSGkPfbOOv .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-uSGkPfbOOv .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uSGkPfbOOv .mbr-label, .cid-uSGkPfbOOv .label-wrapper {
  color: #000000;
}
.cid-uSGkPfbOOv .mbr-section-title, .cid-uSGkPfbOOv .title-wrapper {
  color: #000000;
}
.cid-uSGkPfbOOv .card-text {
  color: #000000;
}
.cid-uSGkPfbOOv .card-name {
  color: #000000;
}
.cid-uSGkPfbOOv .card-role {
  color: #00000;
}
.cid-uMqkt5xONH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqkt5xONH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqkt5xONH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqkt5xONH .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqkt5xONH .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uMqkt5xONH .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uMqkt5xONH .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uMqkt5xONH .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uMqkt5xONH .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqkt5xONH .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMqkt5xONH .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMqkt5xONH .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uMqkt5xONH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMqkt5xONH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMqkt5xONH .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMqkt5xONH .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uMqkt5xONH .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #e4ed64;
  color: #000000;
}
.cid-uMqkt5xONH .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uMqkt5xONH .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #e4ed64;
}
.cid-uMqkt5xONH .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqkt5xONH .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uMqkt5xONH .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uMqkt5xONH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uMqkt5xONH .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uMqkt5xONH .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uMqkt5xONH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uMqkt5xONH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uMqkt5xONH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uMqkt5xONH .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uMqkt5xONH .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uMqkt5xONH .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqkt5xONH .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uMqkt5xONH .mbr-label {
  color: #000000;
}
.cid-uMqkt5xONH .mbr-section-title {
  color: #000000;
}
.cid-uMqkt5xONH .panel-title-edit {
  color: #000000;
}
.cid-uMqkt5xONH .panel-text {
  color: #00000;
}
.cid-uSGl3TsfPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSGl3TsfPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSGl3TsfPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSGl3TsfPh .row {
  justify-content: space-between;
}
.cid-uSGl3TsfPh .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSGl3TsfPh .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSGl3TsfPh .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uSGl3TsfPh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSGl3TsfPh .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uSGl3TsfPh .tabs-wrapper .nav.nav-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSGl3TsfPh .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uSGl3TsfPh .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uSGl3TsfPh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #00000;
  padding: 20px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
}
.cid-uSGl3TsfPh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uSGl3TsfPh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #000000;
}
.cid-uSGl3TsfPh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uSGl3TsfPh .tab-content .tab-pane .content-wrap .card-wrapper {
  position: relative;
  margin-bottom: 30px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uSGl3TsfPh .tab-content .tab-pane .content-wrap .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSGl3TsfPh .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSGl3TsfPh .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uSGl3TsfPh .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSGl3TsfPh .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uSGl3TsfPh .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uSGl3TsfPh .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uSGl3TsfPh .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uSGl3TsfPh .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uSGl3TsfPh .tab-content .tab-pane .content-wrap .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSGl3TsfPh .mbr-label {
  color: #000000;
}
.cid-uSGl3TsfPh .mbr-section-title {
  color: #000000;
}
.cid-uSGl3TsfPh .item-title {
  color: #000000;
}
.cid-uSGl3TsfPh .item-text {
  color: #00000;
}
.cid-uSGkQiHG9j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uSGkQiHG9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSGkQiHG9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSGkQiHG9j .card {
  justify-content: flex-end;
}
.cid-uSGkQiHG9j .content {
  padding: 150px 90px 150px 0;
}
@media (max-width: 992px) {
  .cid-uSGkQiHG9j .content {
    padding: 80px 0 30px 0;
  }
}
.cid-uSGkQiHG9j .title-wrapper {
  margin-bottom: 400px;
}
@media (max-width: 992px) {
  .cid-uSGkQiHG9j .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSGkQiHG9j .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uSGkQiHG9j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSGkQiHG9j .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSGkQiHG9j .content-wrapper {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uSGkQiHG9j .content-wrapper {
    display: block;
  }
}
.cid-uSGkQiHG9j .content-wrapper .mbr-number {
  margin-bottom: 0;
  min-width: 150px;
  padding-right: 30px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uSGkQiHG9j .content-wrapper .mbr-number {
    padding-right: 0;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uSGkQiHG9j .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uSGkQiHG9j .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.cid-uSGkQiHG9j .content-wrapper .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSGkQiHG9j .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 10px;
}
.cid-uSGkQiHG9j .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #e4ed64;
  display: inline-flex;
}
.cid-uSGkQiHG9j .content-wrapper .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uSGkQiHG9j .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uSGkQiHG9j .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-uSGkQiHG9j .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSGkQiHG9j .image-wrapper img {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 80px;
  }
}
.cid-uSGkQiHG9j .mbr-label, .cid-uSGkQiHG9j .label-wrapper {
  color: #ffffff;
}
.cid-uSGkQiHG9j .mbr-section-title {
  color: #ffffff;
}
.cid-uSGkQiHG9j .mbr-number {
  color: #ffffff;
}
.cid-uSGkQiHG9j .mbr-desc {
  color: #ffffff;
}
.cid-uSGkQiHG9j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMqktlEYne {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-uMqktlEYne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqktlEYne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqktlEYne .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqktlEYne .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMqktlEYne .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uMqktlEYne .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqktlEYne .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uMqktlEYne .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uMqktlEYne .items-wrapper .item {
  padding: 0 15px;
}
.cid-uMqktlEYne .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMqktlEYne .item {
    margin-bottom: 30px;
  }
}
.cid-uMqktlEYne .item .item-wrapper {
  height: 100%;
}
.cid-uMqktlEYne .item .item-wrapper:hover .image-wrapper .item-img img, .cid-uMqktlEYne .item .item-wrapper:focus .image-wrapper .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uMqktlEYne .item .item-wrapper:hover .image-wrapper .item-img img, .cid-uMqktlEYne .item .item-wrapper:focus .image-wrapper .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uMqktlEYne .item .item-wrapper:hover .item-content .border-wrap::after, .cid-uMqktlEYne .item .item-wrapper:focus .item-content .border-wrap::after {
  width: 100%;
}
.cid-uMqktlEYne .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqktlEYne .item .item-wrapper .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMqktlEYne .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMqktlEYne .item .item-wrapper .image-wrapper .label-wrap {
    padding: 30px 15px;
  }
}
.cid-uMqktlEYne .item .item-wrapper .image-wrapper .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-uMqktlEYne .item .item-wrapper .image-wrapper .item-img {
  overflow: hidden;
}
.cid-uMqktlEYne .item .item-wrapper .image-wrapper .item-img img {
  height: 500px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
@media (max-width: 992px) {
  .cid-uMqktlEYne .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uMqktlEYne .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uMqktlEYne .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uMqktlEYne .item .item-wrapper .item-content .border-wrap {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uMqktlEYne .item .item-wrapper .item-content .border-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.cid-uMqktlEYne .item .item-wrapper .item-content .border-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .5s ease;
}
.cid-uMqktlEYne .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMqktlEYne .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqktlEYne .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqktlEYne .mbr-label, .cid-uMqktlEYne .label-wrapper {
  color: #000000;
}
.cid-uMqktlEYne .mbr-section-title, .cid-uMqktlEYne .title-wrapper {
  color: #000000;
}
.cid-uMqktlEYne .card-label {
  color: #000000;
}
.cid-uMqktlEYne .card-price {
  color: #000000;
}
.cid-uMqktlEYne .card-title {
  color: #000000;
}
.cid-uMqktlEYne .card-desc {
  color: #00000;
}
.cid-uMqkpbjtjb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f6f3ec 50%, #ffffff);
}
.cid-uMqkpbjtjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqkpbjtjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqkpbjtjb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uMqkpbjtjb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uMqkpbjtjb .embla__slide .slide-content {
  width: 100%;
}
.cid-uMqkpbjtjb .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMqkpbjtjb .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uMqkpbjtjb .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #e4ed64;
}
.cid-uMqkpbjtjb .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uMqkpbjtjb .embla__button--next, .cid-uMqkpbjtjb .embla__button--prev {
  display: flex;
}
.cid-uMqkpbjtjb .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uMqkpbjtjb .embla__button {
    top: 0;
  }
}
.cid-uMqkpbjtjb .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uMqkpbjtjb .embla__button.embla__button--prev {
  left: 0;
}
.cid-uMqkpbjtjb .embla__button.embla__button--next {
  right: 0;
}
.cid-uMqkpbjtjb .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMqkpbjtjb .embla {
    padding-top: 6rem;
  }
}
.cid-uMqkpbjtjb .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uMqkpbjtjb .embla__viewport {
    width: 100%;
  }
}
.cid-uMqkpbjtjb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMqkpbjtjb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMqkpbjtjb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMqkpbjtjb .item-text {
  color: #000000;
  text-align: center;
}
.cid-uMqkpbjtjb .item-name, .cid-uMqkpbjtjb .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMqkpbjtjb .item-role {
  color: #00000;
  text-align: center;
}
.cid-uMqksniQKy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqksniQKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqksniQKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqksniQKy .card-wrapper {
  position: relative;
  padding: 100px 180px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-uMqksniQKy .card-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMqksniQKy .card-wrapper {
    padding: 60px 15px 100px;
  }
}
.cid-uMqksniQKy .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMqksniQKy .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMqksniQKy .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uMqksniQKy .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uMqksniQKy .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uMqksniQKy .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  border-bottom-right-radius: 30px;
  pointer-events: none;
  z-index: 1;
}
.cid-uMqksniQKy .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uMqksniQKy .card-wrapper .card-wrap {
    padding: 30px 15px 100px;
  }
}
.cid-uMqksniQKy .card-wrapper .card-wrap .label-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMqksniQKy .card-wrapper .card-wrap .label-wrapper {
    width: 100%;
  }
}
.cid-uMqksniQKy .card-wrapper .card-wrap .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 30px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uMqksniQKy .card-wrapper .card-wrap .label-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uMqksniQKy .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 40px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMqksniQKy .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap {
    width: 100%;
  }
}
.cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap .dragArea.row {
  margin: 0 -15px;
}
.cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f5f5f5;
  padding: 18px 30px;
  box-shadow: none;
  border: none !important;
}
.cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #00000;
}
.cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:hover, .cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #00000;
  border-color: #00000;
}
.cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uMqksniQKy .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
.cid-uMqksniQKy .mbr-label, .cid-uMqksniQKy .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMqksniQKy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMqksniQKy label {
  color: #00000;
}
.cid-uMqksniQKy .mbr-section-btn {
  text-align: right;
}
.cid-uSGkUjGGra {
  background-image: url("../../images/background4.jpg");
}
.cid-uSGkUjGGra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSGkUjGGra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSGkUjGGra .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uSGkUjGGra .image-wrap {
    height: 450px;
  }
}
.cid-uSGkVBgVKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSGkVBgVKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../assets/images/background1.jpg");
}
.cid-uSGkVBgVKg .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uSGkVBgVKg .image-wrap {
    height: 450px;
  }
}
.cid-uSGkWEpWh0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f6f3ec 50%, #ffffff);
}
.cid-uSGkWEpWh0 .item:focus, .cid-uSGkWEpWh0 span:focus {
  outline: none;
}
.cid-uSGkWEpWh0 .item {
  cursor: pointer;
}
.cid-uSGkWEpWh0 .grid-container {
  grid-row-gap: 30px;
}
@media (max-width: 767px) {
  .cid-uSGkWEpWh0 .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-uSGkWEpWh0 .grid-container-1, .cid-uSGkWEpWh0 .grid-container-2, .cid-uSGkWEpWh0 .grid-container-3 {
  gap: 0 30px;
}
@media (max-width: 767px) {
  .cid-uSGkWEpWh0 .grid-container-1, .cid-uSGkWEpWh0 .grid-container-2, .cid-uSGkWEpWh0 .grid-container-3 {
    gap: 0 15px;
  }
}
.cid-uSGkWEpWh0 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSGkWEpWh0 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSGkWEpWh0 .content-head {
  max-width: 800px;
}
.cid-uSGkWEpWh0 .container, .cid-uSGkWEpWh0 .container-fluid {
  overflow: hidden;
}
.cid-uSGkWEpWh0 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uSGkWEpWh0 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSGkWEpWh0 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uSGkWEpWh0 .grid-item img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uSGkWEpWh0 .grid-item img {
    height: 150px;
  }
}
.cid-uSGkWEpWh0 .grid-container-1, .cid-uSGkWEpWh0 .grid-container-2, .cid-uSGkWEpWh0 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uSGkWEpWh0 .grid-container-1 {
  align-items: flex-end;
}
.cid-uSGkWEpWh0 .grid-container-2 {
  align-items: flex-start;
}
.cid-uSGkXhFvrc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f6f3ec 50%, #ffffff);
}
.cid-uSGkXhFvrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSGkXhFvrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSGkXhFvrc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uSGkXhFvrc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSGkXhFvrc .embla__slide .slide-content {
  width: 100%;
}
.cid-uSGkXhFvrc .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSGkXhFvrc .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uSGkXhFvrc .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #e4ed64;
}
.cid-uSGkXhFvrc .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uSGkXhFvrc .embla__button--next, .cid-uSGkXhFvrc .embla__button--prev {
  display: flex;
}
.cid-uSGkXhFvrc .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uSGkXhFvrc .embla__button {
    top: 0;
  }
}
.cid-uSGkXhFvrc .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uSGkXhFvrc .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSGkXhFvrc .embla__button.embla__button--next {
  right: 0;
}
.cid-uSGkXhFvrc .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSGkXhFvrc .embla {
    padding-top: 6rem;
  }
}
.cid-uSGkXhFvrc .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uSGkXhFvrc .embla__viewport {
    width: 100%;
  }
}
.cid-uSGkXhFvrc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSGkXhFvrc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSGkXhFvrc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSGkXhFvrc .item-text {
  color: #000000;
  text-align: center;
}
.cid-uSGkXhFvrc .item-name, .cid-uSGkXhFvrc .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSGkXhFvrc .item-role {
  color: #00000;
  text-align: center;
}
.cid-uSGkUUXkL5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSGkUUXkL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSGkUUXkL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSGkUUXkL5 .row {
  justify-content: space-between;
}
.cid-uSGkUUXkL5 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSGkUUXkL5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSGkUUXkL5 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uSGkUUXkL5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSGkUUXkL5 .mbr-label {
  color: #000000;
}
.cid-uSGkUUXkL5 .mbr-section-title {
  color: #000000;
}
/* Make the hero section sit “above” whatever follows */
#contact-hero {
  position: relative;
  z-index: 2;
  margin-bottom: 48px; /* space before the footer/next section */
}
/* Keep the footer beneath and well-behaved */
.site-footer, footer {
  position: relative;
  z-index: 1;
}
/* Image cap */
.item-img img {
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
/* The white rounded card */
.contact-caption-below {
  background: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  margin-top: -10px; /* subtle tuck under the image cap */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
/* Optional: add even more bottom room under the card */
.contact-caption-below {
  margin-bottom: 32px;
}
/* Mobile tightening */
@media (max-width: 768px) {
  #contact-hero {
    margin-bottom: 32px;
  }
  .contact-caption-below {
    padding: 20px;
  }
}
/* Only for Contact page */
#contact-page .item-content.card {
  margin-top: 15px; /* gap above card */
  margin-bottom: 15px; /* gap below card */
}
#contact-page .row.items-wrapper {
  padding-bottom: 15px; /* prevents footer overlap */
}
/* Contact hero spacing only on this page */
#contact-hero {
  padding-top: 15px; /* gap above the white card */
  padding-bottom: 15px; /* gap below the white card (keeps footer off it) */
  position: relative; /* helps prevent overlap artifacts */
  z-index: 1;
}
#contact-hero .item-content.card {
  margin-top: 10px; /* small gap between image and card */
}
/*end of content section*/
.cid-uMqkrRpUI2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqkrRpUI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqkrRpUI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqkrRpUI2 .row {
  justify-content: space-between;
}
.cid-uMqkrRpUI2 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uMqkrRpUI2 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqkrRpUI2 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqkrRpUI2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMqkrRpUI2 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqkrRpUI2 .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uMqkrRpUI2 .google-map iframe {
    height: 350px;
  }
}
.cid-uMqkrRpUI2 .mbr-label {
  color: #000000;
}
.cid-uMqkrRpUI2 .mbr-section-title {
  color: #000000;
}
.cid-uMqkrRpUI2 .mbr-desc {
  color: #000000;
}
.cid-uMqkrRpUI2 .mbr-text {
  color: #00000;
}
.cid-uMqktWiqTb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background2.jpg");
}
.cid-uMqktWiqTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqktWiqTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqktWiqTb .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMqktWiqTb .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMqktWiqTb .card-wrapper {
    padding: 30px;
  }
}
.cid-uMqktWiqTb .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMqktWiqTb .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uMqktWiqTb .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uMqktWiqTb .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uMqktWiqTb .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMqktWiqTb .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMqktWiqTb .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMqktWiqTb .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uMqktWiqTb .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqktWiqTb .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uMqktWiqTb .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uMqktWiqTb .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
.cid-uMqktWiqTb .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMqktWiqTb .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uMqktWiqTb .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMqktWiqTb .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uMqktWiqTb .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uMqktWiqTb .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before, .cid-uMqktWiqTb .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMqktWiqTb .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMqktWiqTb .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMqktWiqTb .mbr-section-title {
  color: #000000;
}
.cid-uMqktWiqTb .mbr-text {
  color: #00000;
}
.cid-uMqktWiqTb .list {
  color: #000000;
}
.cid-uMqktWiqTb .mbr-copy {
  color: #00000;
  text-align: center;
}
.cid-uMqiDfTMz1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background2.jpg");
}
.cid-uMqiDfTMz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqiDfTMz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqiDfTMz1 .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper {
    padding: 30px;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  /* padding-right: 40px;*/
  border-right: 1px solid #e0e0e0;
}
/*left footer column*/
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
/*far right two column container*/
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
  width: 55%;
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
  border-left: 1px solid #e0e0e0;
}
/*the last three colums container */
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    width: 60%;
    padding-left: 35px;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
    background-color: lightpink;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*  display: inline-flex;
  flex-direction: column;*/
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before, .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .mbr-section-title {
  color: #000000;
}
.cid-uMqiDfTMz1 .mbr-text {
  color: #00000;
}
.cid-uMqiDfTMz1 .list {
  color: #000000;
}
.cid-uMqiDfTMz1 .mbr-copy {
  color: #00000;
  text-align: center;
}
/* ----- TTR footer (standalone) ----- */
/* ===== Footer ===== */
/* === Footer layout polish === */ /* =========================
   TTR Footer (one-block CSS)
   ========================= */
/* --- Base --- */
#ttr-footer {
  background: #fff;
  color: #111;
  padding: 32px 0 24px;
}
/* --- 3-column layout (logo | links | links) --- */
#ttr-footer .footer-row {
  display: grid;
  grid-template-columns: 260px 1fr 1fr; /* tweak 240–300px if desired */
  column-gap: 40px; /* gutter between columns */
  max-width: 1000px; /* content width */
  margin: 0 auto;
  padding: 0 16px;
  align-items: start;
  box-sizing: border-box;
}
/* --- Logo column --- */
#ttr-footer .logo-col {
  max-width: 260px;
  position: relative;
}
#ttr-footer .logo-col img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 120px; /* adjust if you want it taller */
}
#ttr-footer .logo-col .tag {
  margin: 10px 0 6px;
  line-height: 1.3;
  opacity: .85;
}
#ttr-footer .logo-col .sub {
  margin: 0 0 10px;
  line-height: 1.3;
  opacity: .9;
}
#ttr-footer .logo-col .cta {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #d9ef58;
  color: #111;
  text-decoration: none;
  font-weight: 600;
}
/* --- Soft vertical dividers for a pro look --- */
#ttr-footer .logo-col::after, #ttr-footer .links-col:first-of-type::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, .08);
  pointer-events: none;
}
#ttr-footer .links-col {
  position: relative;
}
/* --- Link columns --- */
#ttr-footer .links-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ttr-footer .links-col li + li {
  margin-top: 8px;
}
#ttr-footer .links-col a {
  color: #222; /* kill the lime*/
}
/* === FINAL POLISH — paste at end === */
/* 1) Open the logo area a touch + add comfortable gutters */
#ttr-footer .footer-row {
  grid-template-columns: 280px 1fr 1fr; /* was 260 — try 280 for breathing room */
  column-gap: 36px; /* was 40 — a hair tighter */
  max-width: 1040px; /* widen overall block slightly */
}
/* 2) Soft vertical dividers aligned to the gutters */
#ttr-footer .logo-col, #ttr-footer .links-col {
  position: relative;
}
#ttr-footer .logo-col::after, #ttr-footer .links-col:first-of-type::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, .10);
}
/* 3) Logo sizing so it never crowds */
#ttr-footer .logo-col img {
  max-height: 120px;
  height: auto;
  display: block;
}
/* 4) Link rhythm (a touch more air) */
#ttr-footer .links-col li + li {
  margin-top: 10px;
}
#ttr-footer .links-col a {
  font-size: .98rem;
  line-height: 1.4;
}
/* 5) Copyright row — centered under columns, same width */
#ttr-footer .footer-bottom {
  width: 100%;
  max-width: 1040px;
  margin: 22px auto 0;
  padding: 16px 16px 0;
  border-top: 1px solid rgba(0, 0, 0, .12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: .9rem;
  opacity: .85;
  box-sizing: border-box;
}
/* 6) Mobile niceties */
@media (max-width: 900px) {
  #ttr-footer .footer-row {
    grid-template-columns: 1fr;
    column-gap: 0;
    max-width: 720px;
  }
  #ttr-footer .logo-col::after, #ttr-footer .links-col:first-of-type::after {
    display: none;
  }
  #ttr-footer .footer-bottom {
    justify-content: center;
    text-align: center;
    max-width: 720px;
  }
}
.footer .row > div:nth-child(2) {
  padding-left: 50px; /* moves text and line together */
}
.footer .row > div:nth-child(2) {
  border-left: 1px solid #ddd; /* keep your divider line */
}
.footer .row > div:nth-child(2) {
  margin-left: 50px; /* moves column and its border together */
}
/* Move the CENTER links column 50px to the right AND keep its divider with it */
#ttr-footer .links-col:first-of-type {
  padding-left: 50px; /* shifts the text/content */
}
/* Shift the divider by the same amount so it stays in the gutter */
#ttr-footer .links-col:first-of-type::after {
  right: calc(-18px - 50px); /* original -18px minus the 50px push */
}
/* Kill the old divider pseudo-elements */
#ttr-footer .logo-col::after, #ttr-footer .links-col::after {
  content: none !important;
}
/* Two clean dividers that hug the links */
#ttr-footer .links-col {
  border-left: 1px solid rgba(0, 0, 0, .10);
  padding-left: 24px; /* space between line and link text */
}
/* If the middle column needs a hair more room from the logo, tweak gap */
#ttr-footer .footer-row {
  column-gap: 40px;
} /* or 44px if you want more */
.footer-lower {
  background-color: #fff; /* matches footer background */
  padding: 15px 0;
  border-top: 1px solid #e5e5e5; /* subtle line */
  text-align: center;
  font-size: 14px;
  color: #666;
}
.footer-lower a {
  color: inherit; /* keep links same color */
  text-decoration: none;
}
.footer-lower a:hover {
  text-decoration: underline;
}
/* ===== Mobile footer fix ===== */
@media (max-width: 700px) {
  /* Stack columns, add vertical spacing */
  #ttr-footer .footer-row {
    display: grid;
    grid-template-columns: 1fr; /* one column */
    row-gap: 18px; /* space between stacked sections */
    column-gap: 0;
    max-width: 92%;
    padding: 0 16px;
    margin: 0 auto;
  }
  /* Logo sizing + spacing */
  #ttr-footer .logo-col {
    max-width: none;
  }
  #ttr-footer .logo-col img {
    max-height: 80px; /* was 120px on desktop */
    height: auto;
  }
  /* Remove vertical dividers on mobile */
  #ttr-footer .links-col {
    border-left: none !important;
    padding-left: 0 !important;
  }
  /* Optional: light horizontal separator between the two link blocks */
  #ttr-footer .links-col + .links-col {
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding-top: 12px;
  }
  /* Better tap targets */
  #ttr-footer .links-col li + li {
    margin-top: 12px;
  }
  #ttr-footer .links-col a {
    font-size: 1rem; /* ~16px */
    line-height: 1.45;
  }
  /* Copyright bar: centered and aligned with content */
  #ttr-footer .footer-bottom {
    max-width: 92%;
    padding: 12px 16px 0;
    margin: 18px auto 0;
    justify-content: center;
    text-align: center;
  }
}
/* ===== Bigger sticky navbar (Mobirise-friendly) ===== */
/* Base header sizing (desktop) */
.header .navbar, .navbar-dropdown {
  display: flex;
  align-items: center;
  min-height: 84px; /* more headroom */
}
/* Brand & logo */
.header .navbar-brand, .navbar-dropdown .navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
}
.header .navbar-brand .navbar-logo img, .navbar-dropdown .navbar-logo img {
  height: clamp(56px, 6vw, 88px) !important; /* larger by default */
  width: auto;
  display: block;
}
/* Sticky/scrolled state — keep it comfortably large */
.navbar-fixed-top, .navbar-short { /* Mobirise adds these on scroll */
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 72px; /* increase sticky bar height */
}
.navbar-fixed-top .navbar-logo img, .navbar-short .navbar-logo img {
  height: 64px !important; /* bump sticky logo (was ~48px) */
}
/* Keep right-side CTA aligned with bigger logo */
.header .nav-links, .navbar-buttons {
  margin-left: auto;
  display: flex;
  gap: 20px;
  align-items: center;
}
/* Tablet tweaks */
@media (max-width: 992px) {
  .header .navbar, .navbar-dropdown {
    min-height: 72px;
  }
  .header .navbar-brand .navbar-logo img, .navbar-dropdown .navbar-logo img {
    height: 60px !important;
  }
}
/* Phone tweaks */
@media (max-width: 700px) {
  .header .navbar