.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #ff5100 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff5100 !important;
  border-color: #ff5100 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ff7433 !important;
  border-color: #ff7433 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff7433 !important;
  border-color: #ff7433 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ff5100;
  color: #ff5100;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a83500 !important;
  background-color: transparent !important;
  border-color: #a83500 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5100 !important;
  border-color: #ff5100 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #ff5100 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #993100 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff5100;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9fe870;
}
.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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffdccc;
}
.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: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uunmtwJkX3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uunmtwJkX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uunmtwJkX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uunmtwJkX3 .container {
    padding: 0 30px;
  }
}
.cid-uunmtwJkX3 .row {
  justify-content: center;
}
.cid-uunmtwJkX3 .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uunmtwJkX3 .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uunmtwJkX3 .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uunmtwJkX3 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uunmtwJkX3 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uunmtwJkX3 .mbr-desc {
  color: #ffffff;
}
.cid-uunmtwJkX3 .mbr-section-title {
  color: #ffffff;
}
.cid-uunmtwJkX3 .mbr-text {
  color: #ffffff;
}
.cid-uunmKFcOeG {
  background-color: #ffffff;
}
.cid-uunmKFcOeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uunmKFcOeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uunmKFcOeG .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uunmKFcOeG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uunmKFcOeG .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uunmKFcOeG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uunmKFcOeG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uunmKFcOeG .mbr-section-title {
  color: #ff5100;
}
.cid-uunmKFcOeG .mbr-text,
.cid-uunmKFcOeG .mbr-section-btn {
  color: #000000;
}
.cid-uunmKFcOeG img {
  width: 100%;
  height: 100%;
}
.cid-uunn1lJ6Xs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uunn1lJ6Xs .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uunn1lJ6Xs .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uunn1lJ6Xs .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uunn1lJ6Xs .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uunn1lJ6Xs .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uunn1lJ6Xs .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uunn1lJ6Xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uunn1lJ6Xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uunn1lJ6Xs .mbr-description {
  text-align: left;
}
.cid-uunn1lJ6Xs .card-title,
.cid-uunn1lJ6Xs .iconfont-wrapper {
  color: #000000;
}
.cid-uunn1lJ6Xs .card-text {
  color: #000000;
}
.cid-uunn1lJ6Xs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uunn1lJ6Xs .mbr-number {
  color: #9fe870;
}
.cid-uunn1lJ6Xs .mbr-text,
.cid-uunn1lJ6Xs .mbr-section-btn {
  text-align: center;
}
.cid-uunn1lJ6Xs .card-text,
.cid-uunn1lJ6Xs .item .mbr-section-btn {
  text-align: left;
}
.cid-uunn1lJ6Xs .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uunn1lJ6Xs .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uunn1lJ6Xs .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uunn1lJ6Xs .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uunmQgqNXd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uunmQgqNXd img,
.cid-uunmQgqNXd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uunmQgqNXd .item:focus,
.cid-uunmQgqNXd span:focus {
  outline: none;
}
.cid-uunmQgqNXd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uunmQgqNXd .item {
    margin-bottom: 1rem;
  }
}
.cid-uunmQgqNXd .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uunmQgqNXd .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uunmQgqNXd .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uunmQgqNXd .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uunmQgqNXd .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uunmQgqNXd .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uunmQgqNXd .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uunmQgqNXd .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uunmQgqNXd .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uunmQgqNXd .mbr-section-title {
  color: #232323;
}
.cid-uunmQgqNXd .mbr-text,
.cid-uunmQgqNXd .mbr-section-btn {
  text-align: center;
}
.cid-uunmQgqNXd .item-title {
  text-align: left;
}
.cid-uunmQgqNXd .content-head {
  max-width: 800px;
}
.cid-uunmQgqNXd .mbr-text,
.cid-uunmQgqNXd .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uunph9hF00 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uunph9hF00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uunph9hF00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uunph9hF00 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uunph9hF00 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uunph9hF00 .google-map {
  height: 100%;
  position: relative;
}
.cid-uunph9hF00 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uunph9hF00 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uunph9hF00 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uunph9hF00 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uunph9hF00 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uunph9hF00 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uunph9hF00 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uunph9hF00 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uunph9hF00 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uunph9hF00 .content-head {
  max-width: 800px;
}
.cid-uunph9hF00 .mbr-section-title {
  text-align: left;
}
.cid-uunpJUo167 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uunpJUo167 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uunpJUo167 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uunpJUo167 .row {
  flex-direction: row-reverse;
}
.cid-uunqrXt48U {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uunqrXt48U .mbr-text {
  color: #000000;
}
.cid-uunqrXt48U .mbr-section-subtitle {
  color: #000000;
}
.cid-uunqrXt48U .mbr-section-title {
  color: #000000;
}
.cid-uunql8CkMM {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uunql8CkMM .wrapper {
    padding: 0 28px;
  }
}
.cid-uunql8CkMM .mbr-section-head {
  margin-bottom: 210px;
}
@media (min-width: 992px) {
  .cid-uunql8CkMM .mbr-section-head {
    margin-bottom: 268px;
  }
}
@media (min-width: 1400px) {
  .cid-uunql8CkMM .image-wrapper {
    height: 385px;
  }
}
@media (max-width: 767px) {
  .cid-uunql8CkMM .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uunql8CkMM .image-wrapper img {
  max-height: 385px;
  width: 100%;
  object-fit: cover;
}
.cid-uunql8CkMM .timeline-element {
  position: relative;
}
.cid-uunql8CkMM .timeline-element:after {
  content: "";
  position: absolute;
  background-color: #727272;
  width: 3px;
}
@media (max-width: 767px) {
  .cid-uunql8CkMM .timeline-element:after {
    height: calc(100% + 40px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uunql8CkMM .timeline-element:after {
    height: calc(100% + 35px);
    top: 28px;
    left: 50%;
  }
}
.cid-uunql8CkMM .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uunql8CkMM .reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-uunql8CkMM .right {
    margin-right: 4rem;
  }
  .cid-uunql8CkMM .left {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uunql8CkMM .image-wrapper,
  .cid-uunql8CkMM .timeline-text-wrapper {
    margin-left: 4rem;
  }
}
.cid-uunql8CkMM .iconBackground {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #727272;
  background-color: #727272;
  margin-left: -5px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uunql8CkMM .iconBackground {
    left: 15px;
    top: 40px;
  }
}
@media (min-width: 768px) {
  .cid-uunql8CkMM .iconBackground {
    top: 15px;
    left: 50%;
  }
}
.cid-uunql8CkMM .timeline-text-wrapper {
  padding-top: 20px;
}
.cid-uunqTxh0IA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uunqTxh0IA .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uunqTxh0IA .mbr-section-title {
  color: #ff5100;
  text-align: left;
}
.cid-uunqTxh0IA .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uunqTxh0IA .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uunqTxh0IA .items-row {
    margin: 0 -15px;
  }
  .cid-uunqTxh0IA .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uunqTxh0IA .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uunqTxh0IA .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uunqTxh0IA .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uunqTxh0IA .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uunqTxh0IA .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uunqTxh0IA .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-uunqTxh0IA .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uunqTxh0IA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uunqTxh0IA .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uunqTxh0IA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uunqTxh0IA .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uunqTxh0IA .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uunqTxh0IA .mbr-section-btn {
  margin-top: 20px;
}
.cid-uunrbQYF7z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uunrbQYF7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uunrbQYF7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uunrbQYF7z .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uunrbQYF7z .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uunrbQYF7z .google-map {
  height: 100%;
  position: relative;
}
.cid-uunrbQYF7z .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uunrbQYF7z .google-map iframe {
    min-height: 350px;
  }
}
.cid-uunrbQYF7z .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uunrbQYF7z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uunrbQYF7z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uunrbQYF7z .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uunrbQYF7z .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uunrbQYF7z .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uunrbQYF7z ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uunrbQYF7z .content-head {
  max-width: 800px;
}
.cid-uunrSPpLjK {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/background17.jpg");
}
.cid-uunrSPpLjK .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uunrSPpLjK {
    align-items: flex-end;
  }
  .cid-uunrSPpLjK .row {
    justify-content: center;
  }
  .cid-uunrSPpLjK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uunrSPpLjK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uunrSPpLjK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uunrSPpLjK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uunrSPpLjK .content-wrap {
    width: 100%;
  }
}
.cid-uunrSPpLjK .mbr-section-title,
.cid-uunrSPpLjK .mbr-section-subtitle {
  text-align: center;
}
.cid-uunrSPpLjK .mbr-text,
.cid-uunrSPpLjK .mbr-section-btn {
  text-align: center;
}
.cid-uunrWjTDnY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uunrWjTDnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uunrWjTDnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uunrWjTDnY .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uunrWjTDnY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uunrWjTDnY .container {
    padding: 0 16px;
  }
}
.cid-uunrWjTDnY .row {
  justify-content: center;
}
.cid-uunrWjTDnY .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uunrWjTDnY .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uunrWjTDnY .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uunrWjTDnY .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ffd7ef !important;
  color: #ff5100 !important;
  border-color: #ffd7ef !important;
}
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9fe870 !important;
  color: #ff5100 !important;
}
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffd7ef !important;
  color: #ff5100 !important;
}
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #3a341c !important;
  color: #ff5100 !important;
}
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ff5100 !important;
  color: #ffd7ef !important;
  border-color: #ff5100 !important;
}
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a0e2e1 !important;
  color: #ff5100 !important;
}
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffea64 !important;
  color: #ff5100 !important;
}
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-uunrWjTDnY .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-uunrWjTDnY .mbr-desc {
  color: #706cff;
}
.cid-uunrWjTDnY .mbr-section-title {
  color: #000000;
}
.cid-uunrWjTDnY .mbr-text {
  color: #000000;
}
.cid-uunrWjTDnY .mbr-section-btn {
  text-align: center;
}
.cid-uunrWjTDnY .mbr-section-title,
.cid-uunrWjTDnY .mbr-section-btn {
  color: #689bb2;
}
.cid-uunsoFOZxn {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uunsoFOZxn .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uunsoFOZxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uunsoFOZxn .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uunsoFOZxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uunsoFOZxn .btn:hover {
  transform: scale(1.1);
  background: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #9fe870 !important;
}
.cid-uunsoFOZxn .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uunsoFOZxn .btn div {
  overflow: hidden;
}
.cid-uunsoFOZxn .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uunsoFOZxn {
    align-items: flex-end;
  }
  .cid-uunsoFOZxn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uunsoFOZxn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uunsoFOZxn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uunsoFOZxn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uunsoFOZxn .content-wrap {
    width: 100%;
  }
}
.cid-uunsoFOZxn .mbr-section-subtitle,
.cid-uunsoFOZxn .line {
  color: #ffffff;
}
.cid-uunsoFOZxn .mbr-text,
.cid-uunsoFOZxn .mbr-section-btn {
  text-align: right;
}
.cid-uunstBhrQp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uunstBhrQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uunstBhrQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uunstBhrQp .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uunstBhrQp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uunstBhrQp .container {
    padding: 0 16px;
  }
}
.cid-uunstBhrQp .row {
  justify-content: center;
}
.cid-uunstBhrQp .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uunstBhrQp .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uunstBhrQp .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uunstBhrQp .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ffd7ef !important;
  color: #ff5100 !important;
  border-color: #ffd7ef !important;
}
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9fe870 !important;
  color: #ff5100 !important;
}
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffd7ef !important;
  color: #ff5100 !important;
}
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #3a341c !important;
  color: #ff5100 !important;
}
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ff5100 !important;
  color: #ffd7ef !important;
  border-color: #ff5100 !important;
}
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a0e2e1 !important;
  color: #ff5100 !important;
}
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffea64 !important;
  color: #ff5100 !important;
}
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-uunstBhrQp .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-uunstBhrQp .mbr-desc {
  color: #706cff;
}
.cid-uunstBhrQp .mbr-section-title {
  color: #000000;
}
.cid-uunstBhrQp .mbr-text {
  color: #000000;
}
.cid-uunstBhrQp .mbr-section-btn {
  text-align: center;
}
.cid-uunstBhrQp .mbr-section-title,
.cid-uunstBhrQp .mbr-section-btn {
  color: #ff5100;
}
.cid-uuuGv5L4qP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uuuGv5L4qP .item:focus,
.cid-uuuGv5L4qP span:focus {
  outline: none;
}
.cid-uuuGv5L4qP .item {
  cursor: pointer;
}
.cid-uuuGv5L4qP .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uuuGv5L4qP .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uuuGv5L4qP .grid-container-1,
.cid-uuuGv5L4qP .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uuuGv5L4qP .grid-container-1,
  .cid-uuuGv5L4qP .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uuuGv5L4qP .mbr-section-title {
  color: #000000;
}
.cid-uuuGv5L4qP .mbr-text,
.cid-uuuGv5L4qP .mbr-section-btn {
  color: #000000;
}
.cid-uuuGv5L4qP .content-head {
  max-width: 800px;
}
.cid-uuuGv5L4qP .container,
.cid-uuuGv5L4qP .container-fluid {
  overflow: hidden;
}
.cid-uuuGv5L4qP .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uuuGv5L4qP .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uuuGv5L4qP .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uuuGv5L4qP .grid-item img {
    min-width: 35vw;
  }
}
.cid-uuuGv5L4qP .grid-container-1,
.cid-uuuGv5L4qP .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uuuGv5L4qP .grid-container-1 {
  align-items: flex-end;
}
.cid-uuuGv5L4qP .grid-container-2 {
  align-items: flex-start;
}
.cid-uunsON8nF2 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uunsON8nF2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uunsON8nF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uunsON8nF2 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uunsON8nF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uunsON8nF2 .btn:hover {
  transform: scale(1.1);
  background: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #9fe870 !important;
}
.cid-uunsON8nF2 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uunsON8nF2 .btn div {
  overflow: hidden;
}
.cid-uunsON8nF2 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uunsON8nF2 {
    align-items: flex-end;
  }
  .cid-uunsON8nF2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uunsON8nF2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uunsON8nF2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uunsON8nF2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uunsON8nF2 .content-wrap {
    width: 100%;
  }
}
.cid-uunsON8nF2 .mbr-section-subtitle,
.cid-uunsON8nF2 .line {
  color: #ffffff;
}
.cid-uunsON8nF2 .mbr-text,
.cid-uunsON8nF2 .mbr-section-btn {
  text-align: right;
}
.cid-uunt1vvRky {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uunt1vvRky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uunt1vvRky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uunt1vvRky .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uunt1vvRky .container-fluid {
    padding: 0 20px;
  }
}
.cid-uunt1vvRky .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uunt1vvRky .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uunt1vvRky .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uunt1vvRky .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uunt1vvRky .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uunt1vvRky .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uunt1vvRky .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uunt1vvRky .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uunt1vvRky .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uunt1vvRky .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uunt1vvRky .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uunt1vvRky .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uunt1vvRky .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uunt1vvRky .mbr-form {
    margin-top: 32px;
  }
}
.cid-uunt1vvRky .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uunt1vvRky .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uunt1vvRky .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uunt1vvRky .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uunt1vvRky .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uunt1vvRky .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uunt1vvRky .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #ffd7ef;
}
.cid-uunt1vvRky .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uunt1vvRky .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uunt1vvRky .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uunt1vvRky .mbr-section-subtitle {
  color: #000000;
}
.cid-uunt1vvRky .mbr-section-title {
  color: #000000;
}
.cid-uunt1vvRky .mbr-text {
  color: #6a6e71;
}
.cid-uunt1vvRky .list {
  color: #6a6e71;
}
.cid-uunt1vvRky label {
  color: #000000;
}
.cid-uunt7QACzC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uunt7QACzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uunt7QACzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uunt7QACzC .mbr-text {
  color: #000000;
}
.cid-uunt7QACzC .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uunt7QACzC .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uunt7QACzC .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uunt7QACzC .mbr-section-subtitle,
.cid-uunt7QACzC .main-button {
  color: #000000;
}
.cid-uunt7QACzC .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uunt7QACzC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uunt7QACzC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uunt7QACzC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uunt7QACzC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uuuM9cq9l0 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background17.jpg");
}
.cid-uuuM9cq9l0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uuuM9cq9l0 {
    align-items: flex-end;
  }
  .cid-uuuM9cq9l0 .row {
    justify-content: center;
  }
  .cid-uuuM9cq9l0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uuuM9cq9l0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uuuM9cq9l0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uuuM9cq9l0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uuuM9cq9l0 .content-wrap {
    width: 100%;
  }
}
.cid-uuuM9cq9l0 .mbr-section-title,
.cid-uuuM9cq9l0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uuuM9cq9l0 .mbr-text,
.cid-uuuM9cq9l0 .mbr-section-btn {
  text-align: center;
}
.cid-uuuMuKQ78A {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuuMuKQ78A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuuMuKQ78A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuuMuKQ78A .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uuuMuKQ78A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuuMuKQ78A .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uuuMuKQ78A .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuuMuKQ78A .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuuMuKQ78A .mbr-section-title {
  color: #000000;
}
.cid-uuuMuKQ78A .mbr-text,
.cid-uuuMuKQ78A .mbr-section-btn {
  color: #000000;
}
.cid-uuuMuKQ78A img {
  width: 100%;
  height: 100%;
}
.cid-uuuMvmz3UB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uuuMvmz3UB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuuMvmz3UB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuuMvmz3UB .row-reverse {
  flex-direction: row-reverse;
}
.cid-uuuMvmz3UB .row {
  flex-direction: row-reverse;
}
.cid-uuuMvmz3UB .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uuuMvmz3UB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuuMvmz3UB .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uuuMvmz3UB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuuMvmz3UB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuuMvmz3UB .mbr-section-title {
  color: #000000;
}
.cid-uuuMvmz3UB .mbr-text,
.cid-uuuMvmz3UB .mbr-section-btn {
  color: #000000;
}
.cid-uuuMvmz3UB img {
  width: 100%;
  height: 100%;
}

/*hell is real*/
:root {
  --color-0: #fff;
  --color-1: #ff5100;
  --color-2: #000;
  --color-3: #555;
  --color-4: #777;
}
img[src="/img/"] {
  display: none;
}
iframe[data-id=""] {
  display: none;
}
.bg-1 {background-color: var(--color-1);}
.color-0 {color: var(--color-0);}
.color-0 a {color: var(--color-0);}
.color-0 a:hover {color: var(--color-0);}
a, a:hover {color: var(--color-1);}
.text-primary {color: var(--color-1)!important;}
a.text-primary:hover, a.text-primary:focus, a.text-primary.active {color: var(--color-1)!important;}
header {box-shadow: 0 10px 44px rgba(0,0,0,.21);}
header p {margin: 0;}
header .btn {padding: .5rem 2rem; text-transform: uppercase;}
.bg-0 {background-color: var(--color-0);}
.navbar-brand {display: flex;flex-direction: column;justify-content: center;}
.navbar-brand img {max-width: 320px;height: auto!important;}
.navbar-brand p {margin: 0;}
#navbar-top .navbar-collapse {position: fixed;top: auto;right: 0;background-color: var(--color-0);padding: 15px;width: 100%;text-align: center;text-transform: uppercase;font-size: 1.25rem;margin-top: 15px;box-shadow: 0 20px 18px rgba(0,0,0,.21);}
#navbar-top .navbar-collapse .dropdown-item {text-align: center;color: var(--color-3);}
#navbar-top .navbar-collapse .dropdown-item:hover {background-color: transparent!important;color: var(--color-2);}
#navbar-top {margin-left: auto;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {color: var(--color-1);}
.display-7 p {line-height: 1.3;}
.display-8 p {font-size:1rem;line-height: 1.3;}
.footer01 a:not(.nav-link) {text-decoration: underline;}

@media (max-width: 991px) {
  .cid-uuuMuKQ78A {
    padding-top: 0;
  }
  .cid-uunqrXt48U {padding-top: 1rem;}
}