.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fefcf3;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -3px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.125rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.15625rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3.3rem;
    font-size: calc( 2.09375rem + (4.125 - 2.09375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.09375rem + (4.125 - 2.09375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #5b8e7d !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5b8e7d !important;
  border-color: #5b8e7d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #75a796 !important;
  border-color: #75a796 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #75a796 !important;
  border-color: #75a796 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bc4b51 !important;
  border-color: #bc4b51 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ca7075 !important;
  border-color: #ca7075 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ca7075 !important;
  border-color: #ca7075 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !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: #5b8e7d;
  color: #5b8e7d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #39594e !important;
  background-color: transparent !important;
  border-color: #39594e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5b8e7d !important;
  border-color: #5b8e7d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bc4b51;
  color: #bc4b51;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #803034 !important;
  background-color: transparent !important;
  border-color: #803034 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bc4b51 !important;
  border-color: #bc4b51 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #5b8e7d !important;
}
.text-secondary {
  color: #bc4b51 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #335046 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #752c30 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #5b8e7d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #5b8e7d;
  border-color: #5b8e7d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5b8e7d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a4c5ba;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !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: #5b8e7d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #5b8e7d;
}
/* 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: #5b8e7d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5b8e7d;
}
.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: #5b8e7d;
  border-bottom-color: #5b8e7d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5b8e7d !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: #bc4b51 !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='%235b8e7d' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 12px 25px;
  border-radius: 30px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 24px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
img {
  border-radius: 10px !important;
}
.card {
  border-radius: 20px !important;
  overflow: hidden;
}
.cid-uvVuL3l7q4 {
  background-color: transparent;
}
.cid-uvVuL3l7q4 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uvVuL3l7q4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uvVuL3l7q4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvVuL3l7q4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvVuL3l7q4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvVuL3l7q4 .menu_box .navbar.opened,
  .cid-uvVuL3l7q4 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvVuL3l7q4 .navbar-dropdown {
  position: relative !important;
}
.cid-uvVuL3l7q4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uvVuL3l7q4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvVuL3l7q4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvVuL3l7q4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvVuL3l7q4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uvVuL3l7q4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f5;
  }
  .cid-uvVuL3l7q4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uvVuL3l7q4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uvVuL3l7q4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uvVuL3l7q4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uvVuL3l7q4 .offcanvas-body .mbr-text,
  .cid-uvVuL3l7q4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uvVuL3l7q4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uvVuL3l7q4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uvVuL3l7q4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #009472;
  }
  .cid-uvVuL3l7q4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uvVuL3l7q4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uvVuL3l7q4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uvVuL3l7q4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uvVuL3l7q4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uvVuL3l7q4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvVuL3l7q4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uvVuL3l7q4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uvVuL3l7q4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uvVuL3l7q4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uvVuL3l7q4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uvVuL3l7q4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvVuL3l7q4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uvVuL3l7q4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uvVuL3l7q4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uvVuL3l7q4 .nav-item .nav-link:hover,
.cid-uvVuL3l7q4 .nav-item .nav-link:focus {
  color: #bc4b51 !important;
}
.cid-uvVuL3l7q4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvVuL3l7q4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvVuL3l7q4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvVuL3l7q4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvVuL3l7q4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvVuL3l7q4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvVuL3l7q4 .offcanvas_box {
    display: none;
  }
}
.cid-uvVuL3l7q4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvVuL3l7q4 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvVuL3l7q4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvVuL3l7q4 .container {
  display: flex;
  margin: auto;
}
.cid-uvVuL3l7q4 .iconfont-wrapper {
  color: #131313;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvVuL3l7q4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvVuL3l7q4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uvVuL3l7q4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uvVuL3l7q4 .navbar-nav {
    margin: 0;
  }
}
.cid-uvVuL3l7q4 .dropdown-menu,
.cid-uvVuL3l7q4 .navbar.opened {
  background-color: false !important;
}
.cid-uvVuL3l7q4 .nav-item:focus,
.cid-uvVuL3l7q4 .nav-link:focus {
  outline: none;
}
.cid-uvVuL3l7q4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvVuL3l7q4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvVuL3l7q4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvVuL3l7q4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvVuL3l7q4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvVuL3l7q4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvVuL3l7q4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvVuL3l7q4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvVuL3l7q4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvVuL3l7q4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvVuL3l7q4 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uvVuL3l7q4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uvVuL3l7q4 .navbar.collapsed {
  justify-content: center;
}
.cid-uvVuL3l7q4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvVuL3l7q4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvVuL3l7q4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvVuL3l7q4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvVuL3l7q4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvVuL3l7q4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvVuL3l7q4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvVuL3l7q4 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uvVuL3l7q4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvVuL3l7q4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvVuL3l7q4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvVuL3l7q4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvVuL3l7q4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvVuL3l7q4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvVuL3l7q4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvVuL3l7q4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvVuL3l7q4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvVuL3l7q4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvVuL3l7q4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvVuL3l7q4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvVuL3l7q4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvVuL3l7q4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvVuL3l7q4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvVuL3l7q4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvVuL3l7q4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvVuL3l7q4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uvVuL3l7q4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvVuL3l7q4 .dropdown-item.active,
.cid-uvVuL3l7q4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvVuL3l7q4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uvVuL3l7q4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvVuL3l7q4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvVuL3l7q4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvVuL3l7q4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvVuL3l7q4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvVuL3l7q4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uvVuL3l7q4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009472;
}
.cid-uvVuL3l7q4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvVuL3l7q4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvVuL3l7q4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvVuL3l7q4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvVuL3l7q4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvVuL3l7q4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvVuL3l7q4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvVuL3l7q4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvVuL3l7q4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvVuL3l7q4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvVuL3l7q4 .navbar {
    height: 70px;
  }
  .cid-uvVuL3l7q4 .navbar.opened {
    height: auto;
  }
  .cid-uvVuL3l7q4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvVuL3l7q4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uvVuL3l7q4 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uvVuL3l7q4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvVuL3l7q4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uvVuL3l7q4 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uvVuL3l7q4 .navbar-caption:hover {
  color: #5b8e7d;
}
@media (min-width: 992px) {
  .cid-uvVuL3l7q4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvVuL3l7q4 .text_widget {
  margin-bottom: 32px;
}
.cid-uvVuL3l7q4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvVuL3l7q4 .text_widget a:hover,
.cid-uvVuL3l7q4 .text_widget a:focus {
  opacity: 0.6;
}
.cid-uvVuL3l7q4 .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-uvVuL3l7q4 .navbar-caption {
  color: #009472;
}
.cid-uvVuL3l7q4 .mbr-text {
  color: #131313;
  text-align: center;
}
.cid-uvVuL3l7q4 .mbr-section-subtitle,
.cid-uvVuL3l7q4 .text_widget,
.cid-uvVuL3l7q4 .mbr-section-btn {
  text-align: center;
}
.cid-uvVuL3l7q4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvVuL3nwIA {
  background-image: url("https://r.mobirisesite.com/967809/assets/images/ge3c3734e413da69149e8fb2184ed-h_m4acntqt.jpg");
}
.cid-uvVuL3nwIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVuL3nwIA .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-uvVuL3nwIA .container {
    padding: 0 6px;
  }
}
.cid-uvVuL3nwIA .row {
  margin: 0;
}
.cid-uvVuL3nwIA .row .card {
  padding: 0;
}
.cid-uvVuL3nwIA .content-wrapper {
  height: 100%;
  padding: 108px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvVuL3nwIA .content-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uvVuL3nwIA .content-wrapper {
    padding: 70px 30px;
  }
}
.cid-uvVuL3nwIA .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uvVuL3nwIA .content-wrapper .mbr-section-title span {
  color: #00775c;
}
@media (max-width: 992px) {
  .cid-uvVuL3nwIA .content-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvVuL3nwIA .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvVuL3nwIA .content-wrapper .tags-wrapper {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .cid-uvVuL3nwIA .content-wrapper .tags-wrapper {
    display: block;
  }
}
.cid-uvVuL3nwIA .content-wrapper .tags-wrapper .tags-wrap {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 1199px) {
  .cid-uvVuL3nwIA .content-wrapper .tags-wrapper .tags-wrap {
    width: 100%;
    align-items: center;
  }
}
.cid-uvVuL3nwIA .content-wrapper .tags-wrapper .tags-wrap .tags-item {
  display: inline-flex;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 17px 25px;
  margin-bottom: 12px;
  width: fit-content;
}
@media (max-width: 768px) {
  .cid-uvVuL3nwIA .content-wrapper .tags-wrapper .tags-wrap .tags-item {
    padding: 15px 20px;
  }
}
.cid-uvVuL3nwIA .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
  margin-left: 15%;
}
@media (max-width: 1199px) {
  .cid-uvVuL3nwIA .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
    margin-left: 0;
  }
}
.cid-uvVuL3nwIA .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
  margin-left: 30%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uvVuL3nwIA .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
    margin-left: 0;
  }
}
.cid-uvVuL3nwIA .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  margin-right: 14px;
}
.cid-uvVuL3nwIA .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-tag {
  margin-bottom: 0;
}
.cid-uvVuL3nwIA .content-wrapper .tags-wrapper .mbr-section-btn {
  width: 35%;
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-uvVuL3nwIA .content-wrapper .tags-wrapper .mbr-section-btn {
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
}
@media (min-width: 1199px) {
  .cid-uvVuL3nwIA .content-wrapper .tags-wrapper .mbr-section-btn .btn {
    margin-top: 0;
  }
}
.cid-uvVuL3nwIA .content-wrapper .mbr-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uvVuL3nwIA .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uvVuL3nwIA .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 72px;
  background-color: #fefcf3;
}
@media (max-width: 992px) {
  .cid-uvVuL3nwIA .image-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uvVuL3nwIA .image-wrapper {
    padding: 70px 30px;
  }
}
.cid-uvVuL3nwIA .image-wrapper .image-wrap {
  position: absolute;
  margin: 5rem 0 0 -3rem;
  height: 55%;
  max-width: 320px;
  object-fit: cover;
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uvVuL3nwIA .image-wrapper .image-wrap {
    position: static;
    height: 350px;
  }
}
.cid-uvVuL3nwIA .image-wrapper .image-wrap:nth-child(2) {
  transform: rotate(5deg);
  margin: 0 -3rem 5rem 0;
}
.cid-uvVuL3nwIA .mbr-section-title {
  color: #131313;
}
.cid-uvVuL3nwIA .mbr-tag {
  transform: none !important;
  color: #000000;
  text-align: left;
}
.cid-uvVuL3nwIA .mbr-text {
  color: #131313;
}
.cid-uvVuL3nwIA .mbr-section-title,
.cid-uvVuL3nwIA .mbr-section-btn {
  text-align: center;
}
.cid-uvVuL3nwIA .mbr-section-title,
.cid-uvVuL3nwIA .mbr-section-btn P {
  text-align: center;
}
.cid-uvVuL3IZHn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fefcf3;
}
.cid-uvVuL3IZHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVuL3IZHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvVuL3IZHn .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uvVuL3IZHn .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uvVuL3IZHn .container {
    padding: 0 6px;
  }
}
.cid-uvVuL3IZHn .row {
  margin: 0;
  background-color: #262626;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uvVuL3IZHn .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uvVuL3IZHn .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uvVuL3IZHn .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uvVuL3IZHn .row {
    padding: 70px 30px;
  }
}
.cid-uvVuL3IZHn .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uvVuL3IZHn .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvVuL3IZHn .desc-wrapper {
    padding: 0;
  }
}
.cid-uvVuL3IZHn .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uvVuL3IZHn .title-wrapper {
  margin-bottom: 64px;
}
.cid-uvVuL3IZHn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvVuL3IZHn .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .cid-uvVuL3IZHn .cards-wrapper {
    display: block;
  }
}
.cid-uvVuL3IZHn .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-uvVuL3IZHn .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uvVuL3IZHn .cards-wrapper .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f4e285;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-uvVuL3IZHn .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uvVuL3IZHn .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #f4e285;
}
@media (max-width: 992px) {
  .cid-uvVuL3IZHn .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uvVuL3IZHn .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-uvVuL3IZHn .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uvVuL3IZHn .cards-wrapper .item:hover::before,
.cid-uvVuL3IZHn .cards-wrapper .item:focus::before {
  top: -10px;
}
.cid-uvVuL3IZHn .cards-wrapper .item:hover .item-desc,
.cid-uvVuL3IZHn .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-uvVuL3IZHn .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvVuL3IZHn .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uvVuL3IZHn .cards-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
.cid-uvVuL3IZHn .cards-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fefcf3;
  color: #262626;
  border-radius: 100%;
}
.cid-uvVuL3IZHn .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-uvVuL3IZHn .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uvVuL3IZHn .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
  margin: 40px 0;
}
@media (max-width: 992px) {
  .cid-uvVuL3IZHn .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-uvVuL3IZHn .cards-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-uvVuL3IZHn .cards-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uvVuL3IZHn .mbr-desc {
  color: #ffffff;
}
.cid-uvVuL3IZHn .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uvVuL3IZHn .card-desc {
  color: #ffffff;
}
.cid-uvVuL3IZHn .card-title {
  color: #131313;
}
.cid-uvVuL3IZHn .card-text {
  color: #131313;
}
.cid-uvVuL3IZHn .card-desc,
.cid-uvVuL3IZHn .item-desc {
  color: #000000;
}
.cid-uvVuL3oMnO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-uvVuL3oMnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVuL3oMnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvVuL3oMnO .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uvVuL3oMnO .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uvVuL3oMnO .container {
    padding: 0 6px;
  }
}
.cid-uvVuL3oMnO .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uvVuL3oMnO .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uvVuL3oMnO .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uvVuL3oMnO .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uvVuL3oMnO .row {
    padding: 70px 30px;
  }
}
.cid-uvVuL3oMnO .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uvVuL3oMnO .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvVuL3oMnO .desc-wrapper {
    padding: 0;
  }
}
.cid-uvVuL3oMnO .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uvVuL3oMnO .title-wrapper {
  margin-bottom: 64px;
}
.cid-uvVuL3oMnO .title-wrapper span {
  color: #009472;
}
.cid-uvVuL3oMnO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvVuL3oMnO .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uvVuL3oMnO .cards-wrapper {
    display: block;
  }
}
.cid-uvVuL3oMnO .cards-wrapper .cards-wrap .item {
  padding: 40px;
  border-radius: 16px;
  background-color: #2f2f2f;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uvVuL3oMnO .cards-wrapper .cards-wrap .item {
    padding: 22px;
  }
}
.cid-uvVuL3oMnO .cards-wrapper .cards-wrap .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
.cid-uvVuL3oMnO .cards-wrapper .cards-wrap .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
  opacity: 0.5;
}
.cid-uvVuL3oMnO .item-menu-overlay .btn-wrapper {
  margin-top: -5%;
}
.cid-uvVuL3oMnO .mbr-desc {
  color: #ffffff;
}
.cid-uvVuL3oMnO .mbr-section-title {
  color: #ffffff;
}
.cid-uvVuL3oMnO .card-text {
  color: #ffffff;
}
.cid-uvVuL3oMnO .card-desc {
  color: #ffffff;
}
.cid-uvVuL3T3R2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uvVuL3T3R2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVuL3T3R2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvVuL3T3R2 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uvVuL3T3R2 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uvVuL3T3R2 .container {
    padding: 0 6px;
  }
}
.cid-uvVuL3T3R2 .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #262626;
}
@media (max-width: 1440px) {
  .cid-uvVuL3T3R2 .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uvVuL3T3R2 .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uvVuL3T3R2 .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uvVuL3T3R2 .row {
    padding: 50px 30px;
  }
}
.cid-uvVuL3T3R2 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uvVuL3T3R2 .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvVuL3T3R2 .title-wrapper {
    padding: 0;
  }
}
.cid-uvVuL3T3R2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uvVuL3T3R2 .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uvVuL3T3R2 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvVuL3T3R2 .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uvVuL3T3R2 .list-wrapper {
    padding: 0;
  }
}
.cid-uvVuL3T3R2 .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: 0.5;
}
.cid-uvVuL3T3R2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvVuL3T3R2 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uvVuL3T3R2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvVuL3T3R2 .list-wrapper .list .item-wrap:hover,
.cid-uvVuL3T3R2 .list-wrapper .list .item-wrap:focus {
  color: #009472;
}
.cid-uvVuL3T3R2 .border-wrap {
  height: 1px;
  opacity: 0.1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-uvVuL3T3R2 .copyright {
  opacity: 0.3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uvVuL3T3R2 .mbr-section-title {
  color: #ffffff;
}
.cid-uvVuL3T3R2 .list-title {
  color: #ffffff;
}
.cid-uvVuL3T3R2 .list {
  color: #ffffff;
}
.cid-uvW5smoUEE {
  background-color: transparent;
}
.cid-uvW5smoUEE .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uvW5smoUEE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uvW5smoUEE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvW5smoUEE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvW5smoUEE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvW5smoUEE .menu_box .navbar.opened,
  .cid-uvW5smoUEE .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvW5smoUEE .navbar-dropdown {
  position: relative !important;
}
.cid-uvW5smoUEE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uvW5smoUEE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvW5smoUEE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvW5smoUEE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvW5smoUEE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uvW5smoUEE .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f5;
  }
  .cid-uvW5smoUEE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uvW5smoUEE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uvW5smoUEE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uvW5smoUEE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uvW5smoUEE .offcanvas-body .mbr-text,
  .cid-uvW5smoUEE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uvW5smoUEE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uvW5smoUEE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uvW5smoUEE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #009472;
  }
  .cid-uvW5smoUEE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uvW5smoUEE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uvW5smoUEE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uvW5smoUEE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uvW5smoUEE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uvW5smoUEE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvW5smoUEE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uvW5smoUEE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uvW5smoUEE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uvW5smoUEE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uvW5smoUEE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uvW5smoUEE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvW5smoUEE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uvW5smoUEE .nav-item {
    margin: 0 !important;
  }
}
.cid-uvW5smoUEE .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uvW5smoUEE .nav-item .nav-link:hover,
.cid-uvW5smoUEE .nav-item .nav-link:focus {
  color: #bc4b51 !important;
}
.cid-uvW5smoUEE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvW5smoUEE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvW5smoUEE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvW5smoUEE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvW5smoUEE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvW5smoUEE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvW5smoUEE .offcanvas_box {
    display: none;
  }
}
.cid-uvW5smoUEE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvW5smoUEE .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvW5smoUEE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvW5smoUEE .container {
  display: flex;
  margin: auto;
}
.cid-uvW5smoUEE .iconfont-wrapper {
  color: #131313;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvW5smoUEE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvW5smoUEE .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uvW5smoUEE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uvW5smoUEE .navbar-nav {
    margin: 0;
  }
}
.cid-uvW5smoUEE .dropdown-menu,
.cid-uvW5smoUEE .navbar.opened {
  background-color: false !important;
}
.cid-uvW5smoUEE .nav-item:focus,
.cid-uvW5smoUEE .nav-link:focus {
  outline: none;
}
.cid-uvW5smoUEE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvW5smoUEE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvW5smoUEE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvW5smoUEE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvW5smoUEE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvW5smoUEE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvW5smoUEE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvW5smoUEE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvW5smoUEE .navbar.opened {
  transition: all 0.3s;
}
.cid-uvW5smoUEE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvW5smoUEE .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uvW5smoUEE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uvW5smoUEE .navbar.collapsed {
  justify-content: center;
}
.cid-uvW5smoUEE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvW5smoUEE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvW5smoUEE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvW5smoUEE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvW5smoUEE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvW5smoUEE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvW5smoUEE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvW5smoUEE .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uvW5smoUEE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvW5smoUEE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvW5smoUEE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvW5smoUEE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvW5smoUEE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvW5smoUEE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvW5smoUEE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvW5smoUEE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvW5smoUEE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvW5smoUEE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvW5smoUEE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvW5smoUEE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvW5smoUEE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvW5smoUEE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvW5smoUEE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvW5smoUEE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvW5smoUEE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvW5smoUEE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uvW5smoUEE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvW5smoUEE .dropdown-item.active,
.cid-uvW5smoUEE .dropdown-item:active {
  background-color: transparent;
}
.cid-uvW5smoUEE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uvW5smoUEE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvW5smoUEE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvW5smoUEE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvW5smoUEE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvW5smoUEE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvW5smoUEE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uvW5smoUEE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009472;
}
.cid-uvW5smoUEE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvW5smoUEE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvW5smoUEE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvW5smoUEE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvW5smoUEE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvW5smoUEE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvW5smoUEE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvW5smoUEE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvW5smoUEE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvW5smoUEE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvW5smoUEE .navbar {
    height: 70px;
  }
  .cid-uvW5smoUEE .navbar.opened {
    height: auto;
  }
  .cid-uvW5smoUEE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvW5smoUEE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uvW5smoUEE .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uvW5smoUEE .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvW5smoUEE .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uvW5smoUEE .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uvW5smoUEE .navbar-caption:hover {
  color: #5b8e7d;
}
@media (min-width: 992px) {
  .cid-uvW5smoUEE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvW5smoUEE .text_widget {
  margin-bottom: 32px;
}
.cid-uvW5smoUEE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvW5smoUEE .text_widget a:hover,
.cid-uvW5smoUEE .text_widget a:focus {
  opacity: 0.6;
}
.cid-uvW5smoUEE .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-uvW5smoUEE .navbar-caption {
  color: #009472;
}
.cid-uvW5smoUEE .mbr-text {
  color: #131313;
  text-align: center;
}
.cid-uvW5smoUEE .mbr-section-subtitle,
.cid-uvW5smoUEE .text_widget,
.cid-uvW5smoUEE .mbr-section-btn {
  text-align: center;
}
.cid-uvW5smoUEE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvW5spmNGV {
  background-image: url("https://r.mobirisesite.com/967809/assets/images/gb7ff13e997e103f8d72807513893-h_m48woxrv.jpg");
}
.cid-uvW5spmNGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvW5spmNGV .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-uvW5spmNGV .container {
    padding: 0 6px;
  }
}
.cid-uvW5spmNGV .row {
  margin: 0;
}
.cid-uvW5spmNGV .row .card {
  padding: 0;
}
.cid-uvW5spmNGV .content-wrapper {
  height: 100%;
  padding: 108px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvW5spmNGV .content-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uvW5spmNGV .content-wrapper {
    padding: 70px 30px;
  }
}
.cid-uvW5spmNGV .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uvW5spmNGV .content-wrapper .mbr-section-title span {
  color: #00775c;
}
@media (max-width: 992px) {
  .cid-uvW5spmNGV .content-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvW5spmNGV .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvW5spmNGV .content-wrapper .tags-wrapper {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .cid-uvW5spmNGV .content-wrapper .tags-wrapper {
    display: block;
  }
}
.cid-uvW5spmNGV .content-wrapper .tags-wrapper .tags-wrap {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 1199px) {
  .cid-uvW5spmNGV .content-wrapper .tags-wrapper .tags-wrap {
    width: 100%;
    align-items: center;
  }
}
.cid-uvW5spmNGV .content-wrapper .tags-wrapper .tags-wrap .tags-item {
  display: inline-flex;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 17px 25px;
  margin-bottom: 12px;
  width: fit-content;
}
@media (max-width: 768px) {
  .cid-uvW5spmNGV .content-wrapper .tags-wrapper .tags-wrap .tags-item {
    padding: 15px 20px;
  }
}
.cid-uvW5spmNGV .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
  margin-left: 15%;
}
@media (max-width: 1199px) {
  .cid-uvW5spmNGV .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
    margin-left: 0;
  }
}
.cid-uvW5spmNGV .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
  margin-left: 30%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uvW5spmNGV .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
    margin-left: 0;
  }
}
.cid-uvW5spmNGV .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  margin-right: 14px;
}
.cid-uvW5spmNGV .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-tag {
  margin-bottom: 0;
}
.cid-uvW5spmNGV .content-wrapper .tags-wrapper .mbr-section-btn {
  width: 35%;
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-uvW5spmNGV .content-wrapper .tags-wrapper .mbr-section-btn {
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
}
@media (min-width: 1199px) {
  .cid-uvW5spmNGV .content-wrapper .tags-wrapper .mbr-section-btn .btn {
    margin-top: 0;
  }
}
.cid-uvW5spmNGV .content-wrapper .mbr-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uvW5spmNGV .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uvW5spmNGV .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 72px;
  background-color: #fefcf3;
}
@media (max-width: 992px) {
  .cid-uvW5spmNGV .image-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uvW5spmNGV .image-wrapper {
    padding: 70px 30px;
  }
}
.cid-uvW5spmNGV .image-wrapper .image-wrap {
  position: absolute;
  margin: 5rem 0 0 -3rem;
  height: 55%;
  max-width: 320px;
  object-fit: cover;
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uvW5spmNGV .image-wrapper .image-wrap {
    position: static;
    height: 350px;
  }
}
.cid-uvW5spmNGV .image-wrapper .image-wrap:nth-child(2) {
  transform: rotate(5deg);
  margin: 0 -3rem 5rem 0;
}
.cid-uvW5spmNGV .mbr-section-title {
  color: #131313;
}
.cid-uvW5spmNGV .mbr-tag {
  transform: none !important;
  color: #000000;
  text-align: left;
}
.cid-uvW5spmNGV .mbr-text {
  color: #131313;
}
.cid-uvW5spmNGV .mbr-section-title,
.cid-uvW5spmNGV .mbr-section-btn {
  text-align: center;
}
.cid-uvW5sr47sX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fefcf3;
}
.cid-uvW5sr47sX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvW5sr47sX .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-uvW5sr47sX .container {
    padding: 0 6px;
  }
}
.cid-uvW5sr47sX .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uvW5sr47sX .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uvW5sr47sX .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uvW5sr47sX .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uvW5sr47sX .row {
    padding: 70px 30px;
  }
}
.cid-uvW5sr47sX .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uvW5sr47sX .container-wrapper {
  position: relative;
  padding-top: 5px;
}
.cid-uvW5sr47sX .container-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f4e285;
  border-radius: 16px 16px 0 0;
}
.cid-uvW5sr47sX .container-wrapper .subtitle-wrapper {
  position: absolute;
  width: 100%;
  top: -45px;
}
.cid-uvW5sr47sX .container-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px 80px 30px 22px;
  background-color: #f4e285;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-uvW5sr47sX .container-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 15px 22px 30px;
  }
}
.cid-uvW5sr47sX .container-wrapper .subtitle-wrapper .subtitle-wrap .dot-wrap {
  width: 11px;
  height: 11px;
  background-color: #000000;
  margin-right: 30px;
  border-radius: 50%;
}
.cid-uvW5sr47sX .container-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uvW5sr47sX .container-wrapper .container-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uvW5sr47sX .container-wrapper .container-wrap {
    display: block;
    padding: 22px;
  }
}
.cid-uvW5sr47sX .container-wrapper .container-wrap .title-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uvW5sr47sX .container-wrapper .container-wrap .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uvW5sr47sX .container-wrapper .container-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvW5sr47sX .container-wrapper .container-wrap .list-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uvW5sr47sX .container-wrapper .container-wrap .list-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uvW5sr47sX .container-wrapper .container-wrap .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uvW5sr47sX .container-wrapper .container-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  opacity: 0.5;
}
.cid-uvW5sr47sX .container-wrapper .container-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (min-width: 993px) {
  .cid-uvW5sr47sX .container-wrapper .container-wrap .list-wrapper .list .item-wrap {
    padding-right: 1.5rem;
  }
}
.cid-uvW5sr47sX .mbr-section-title {
  color: #131313;
}
.cid-uvW5sr47sX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvW5sr47sX .list {
  color: #131313;
}
.cid-uvW5sr47sX .mbr-section-subtitle,
.cid-uvW5sr47sX .subtitle-wrapper {
  color: #000000;
  transform: none !important;
  text-align: left;
}
.cid-uvW5sr47sX .mbr-section-title,
.cid-uvW5sr47sX .mbr-section-btn DIV {
  text-align: left;
}
.cid-uvW5ssoojV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-uvW5ssoojV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvW5ssoojV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvW5ssoojV .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uvW5ssoojV .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uvW5ssoojV .container {
    padding: 0 6px;
  }
}
.cid-uvW5ssoojV .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uvW5ssoojV .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uvW5ssoojV .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uvW5ssoojV .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uvW5ssoojV .row {
    padding: 70px 30px;
  }
}
.cid-uvW5ssoojV .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uvW5ssoojV .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvW5ssoojV .desc-wrapper {
    padding: 0;
  }
}
.cid-uvW5ssoojV .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uvW5ssoojV .title-wrapper {
  margin-bottom: 64px;
}
.cid-uvW5ssoojV .title-wrapper span {
  color: #009472;
}
.cid-uvW5ssoojV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvW5ssoojV .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uvW5ssoojV .cards-wrapper {
    display: block;
  }
}
.cid-uvW5ssoojV .cards-wrapper .cards-wrap .item {
  padding: 40px;
  border-radius: 16px;
  background-color: #2f2f2f;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uvW5ssoojV .cards-wrapper .cards-wrap .item {
    padding: 22px;
  }
}
.cid-uvW5ssoojV .cards-wrapper .cards-wrap .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
.cid-uvW5ssoojV .cards-wrapper .cards-wrap .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
  opacity: 0.5;
}
.cid-uvW5ssoojV .item-menu-overlay .btn-wrapper {
  margin-top: -5%;
}
.cid-uvW5ssoojV .mbr-desc {
  color: #ffffff;
}
.cid-uvW5ssoojV .mbr-section-title {
  color: #ffffff;
}
.cid-uvW5ssoojV .card-text {
  color: #ffffff;
}
.cid-uvW5ssoojV .card-desc {
  color: #ffffff;
}
.cid-uvW5stTWsJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fefcf3;
}
.cid-uvW5stTWsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvW5stTWsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvW5stTWsJ .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uvW5stTWsJ .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uvW5stTWsJ .container {
    padding: 0 6px;
  }
}
.cid-uvW5stTWsJ .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uvW5stTWsJ .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uvW5stTWsJ .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uvW5stTWsJ .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uvW5stTWsJ .row {
    padding: 70px 30px;
  }
}
.cid-uvW5stTWsJ .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uvW5stTWsJ .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvW5stTWsJ .desc-wrapper {
    padding: 0;
  }
}
.cid-uvW5stTWsJ .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uvW5stTWsJ .title-wrapper {
  margin-bottom: 64px;
}
.cid-uvW5stTWsJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvW5stTWsJ .text-wrapper {
  margin-bottom: 100px;
}
.cid-uvW5stTWsJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvW5stTWsJ .image-wrapper {
  position: relative;
  height: 610px;
}
@media (max-width: 992px) {
  .cid-uvW5stTWsJ .image-wrapper {
    margin-bottom: 64px;
    height: 350px;
  }
}
.cid-uvW5stTWsJ .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uvW5stTWsJ .image-wrapper .decor-wrap {
  position: relative;
  height: 600px;
  border-radius: 0 16px 16px 16px;
  background-color: #f4e285;
  transform: rotate(-3deg);
  margin-top: -1rem;
  margin-right: 2rem;
  margin-left: -0.5rem;
}
@media (max-width: 992px) {
  .cid-uvW5stTWsJ .image-wrapper .decor-wrap {
    height: 350px;
  }
}
.cid-uvW5stTWsJ .image-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: -39px;
  left: 0;
  height: 40px;
  width: 130px;
  border-radius: 16px 16px 0 0;
  background-color: #f4e285;
}
.cid-uvW5stTWsJ .cards-wrapper {
  margin-left: 130px;
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uvW5stTWsJ .cards-wrapper {
    margin: 0;
    padding: 0;
  }
}
.cid-uvW5stTWsJ .cards-wrapper .item {
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin-right: 40px;
  margin-bottom: 40px;
}
.cid-uvW5stTWsJ .cards-wrapper .item:nth-child(2n) {
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uvW5stTWsJ .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvW5stTWsJ .cards-wrapper .item {
    padding: 22px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uvW5stTWsJ .cards-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
}
.cid-uvW5stTWsJ .cards-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uvW5stTWsJ .cards-wrapper .item .item-wrapper .card-box .title-wrap .card-number {
  min-width: 28px;
  margin: 0 0 0 10px;
  white-space: nowrap;
}
.cid-uvW5stTWsJ .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uvW5stTWsJ .cards-wrapper .item .item-wrapper .card-box .card-text {
    margin: 64px 0 0 0;
  }
}
.cid-uvW5stTWsJ .item-menu-overlay .btn-wrapper {
  margin-top: -5%;
}
.cid-uvW5stTWsJ .mbr-desc {
  color: #262626;
}
.cid-uvW5stTWsJ .mbr-section-title {
  color: #131313;
}
.cid-uvW5stTWsJ .card-title {
  color: #131313;
}
.cid-uvW5stTWsJ .card-number {
  color: #F4E285;
}
.cid-uvW5stTWsJ .card-text {
  color: #131313;
}
.cid-uvW5swGJKe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4e285;
}
.cid-uvW5swGJKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvW5swGJKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvW5swGJKe .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uvW5swGJKe .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uvW5swGJKe .container {
    padding: 0 6px;
  }
}
.cid-uvW5swGJKe .row {
  margin: 0;
}
.cid-uvW5swGJKe .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uvW5swGJKe .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uvW5swGJKe .google-map iframe {
    height: 350px;
  }
}
.cid-uvW5sC0VL0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fefcf3;
}
.cid-uvW5sC0VL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvW5sC0VL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvW5sC0VL0 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uvW5sC0VL0 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uvW5sC0VL0 .container {
    padding: 0 6px;
  }
}
.cid-uvW5sC0VL0 .row {
  margin: 0;
  background-color: #262626;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uvW5sC0VL0 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uvW5sC0VL0 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uvW5sC0VL0 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uvW5sC0VL0 .row {
    padding: 70px 30px;
  }
}
.cid-uvW5sC0VL0 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uvW5sC0VL0 .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvW5sC0VL0 .desc-wrapper {
    padding: 0;
  }
}
.cid-uvW5sC0VL0 .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uvW5sC0VL0 .title-wrapper {
  margin-bottom: 64px;
}
.cid-uvW5sC0VL0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvW5sC0VL0 .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .cid-uvW5sC0VL0 .cards-wrapper {
    display: block;
  }
}
.cid-uvW5sC0VL0 .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-uvW5sC0VL0 .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uvW5sC0VL0 .cards-wrapper .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f4e285;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-uvW5sC0VL0 .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uvW5sC0VL0 .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #f4e285;
}
@media (max-width: 992px) {
  .cid-uvW5sC0VL0 .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uvW5sC0VL0 .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-uvW5sC0VL0 .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uvW5sC0VL0 .cards-wrapper .item:hover::before,
.cid-uvW5sC0VL0 .cards-wrapper .item:focus::before {
  top: -10px;
}
.cid-uvW5sC0VL0 .cards-wrapper .item:hover .item-desc,
.cid-uvW5sC0VL0 .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-uvW5sC0VL0 .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvW5sC0VL0 .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uvW5sC0VL0 .cards-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
.cid-uvW5sC0VL0 .cards-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fefcf3;
  color: #262626;
  border-radius: 100%;
}
.cid-uvW5sC0VL0 .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-uvW5sC0VL0 .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uvW5sC0VL0 .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
  margin: 40px 0;
}
@media (max-width: 992px) {
  .cid-uvW5sC0VL0 .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-uvW5sC0VL0 .cards-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-uvW5sC0VL0 .cards-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uvW5sC0VL0 .mbr-desc {
  color: #ffffff;
}
.cid-uvW5sC0VL0 .mbr-section-title {
  color: #ffffff;
}
.cid-uvW5sC0VL0 .card-desc {
  color: #ffffff;
}
.cid-uvW5sC0VL0 .card-title {
  color: #131313;
}
.cid-uvW5sC0VL0 .card-text {
  color: #131313;
}
.cid-uvW5sC0VL0 .card-desc,
.cid-uvW5sC0VL0 .item-desc {
  color: #000000;
}
.cid-uvW5sHNiMT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uvW5sHNiMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvW5sHNiMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvW5sHNiMT .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uvW5sHNiMT .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uvW5sHNiMT .container {
    padding: 0 6px;
  }
}
.cid-uvW5sHNiMT .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #262626;
}
@media (max-width: 1440px) {
  .cid-uvW5sHNiMT .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uvW5sHNiMT .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uvW5sHNiMT .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uvW5sHNiMT .row {
    padding: 50px 30px;
  }
}
.cid-uvW5sHNiMT .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uvW5sHNiMT .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvW5sHNiMT .title-wrapper {
    padding: 0;
  }
}
.cid-uvW5sHNiMT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uvW5sHNiMT .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uvW5sHNiMT .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvW5sHNiMT .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uvW5sHNiMT .list-wrapper {
    padding: 0;
  }
}
.cid-uvW5sHNiMT .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: 0.5;
}
.cid-uvW5sHNiMT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvW5sHNiMT .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uvW5sHNiMT .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvW5sHNiMT .list-wrapper .list .item-wrap:hover,
.cid-uvW5sHNiMT .list-wrapper .list .item-wrap:focus {
  color: #009472;
}
.cid-uvW5sHNiMT .border-wrap {
  height: 1px;
  opacity: 0.1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-uvW5sHNiMT .copyright {
  opacity: 0.3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uvW5sHNiMT .mbr-section-title {
  color: #ffffff;
}
.cid-uvW5sHNiMT .list-title {
  color: #ffffff;
}
.cid-uvW5sHNiMT .list {
  color: #ffffff;
}
.cid-uwJxD3CmpM {
  background-color: transparent;
}
.cid-uwJxD3CmpM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uwJxD3CmpM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uwJxD3CmpM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwJxD3CmpM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwJxD3CmpM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwJxD3CmpM .menu_box .navbar.opened,
  .cid-uwJxD3CmpM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwJxD3CmpM .navbar-dropdown {
  position: relative !important;
}
.cid-uwJxD3CmpM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwJxD3CmpM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwJxD3CmpM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwJxD3CmpM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwJxD3CmpM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwJxD3CmpM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f5;
  }
  .cid-uwJxD3CmpM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwJxD3CmpM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwJxD3CmpM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwJxD3CmpM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwJxD3CmpM .offcanvas-body .mbr-text,
  .cid-uwJxD3CmpM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwJxD3CmpM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwJxD3CmpM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwJxD3CmpM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #009472;
  }
  .cid-uwJxD3CmpM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwJxD3CmpM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwJxD3CmpM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwJxD3CmpM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwJxD3CmpM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwJxD3CmpM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwJxD3CmpM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uwJxD3CmpM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwJxD3CmpM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uwJxD3CmpM .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwJxD3CmpM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwJxD3CmpM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwJxD3CmpM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwJxD3CmpM .nav-item {
    margin: 0 !important;
  }
}
.cid-uwJxD3CmpM .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uwJxD3CmpM .nav-item .nav-link:hover,
.cid-uwJxD3CmpM .nav-item .nav-link:focus {
  color: #bc4b51 !important;
}
.cid-uwJxD3CmpM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwJxD3CmpM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwJxD3CmpM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwJxD3CmpM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwJxD3CmpM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uwJxD3CmpM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwJxD3CmpM .offcanvas_box {
    display: none;
  }
}
.cid-uwJxD3CmpM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwJxD3CmpM .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwJxD3CmpM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwJxD3CmpM .container {
  display: flex;
  margin: auto;
}
.cid-uwJxD3CmpM .iconfont-wrapper {
  color: #131313;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uwJxD3CmpM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwJxD3CmpM .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uwJxD3CmpM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwJxD3CmpM .navbar-nav {
    margin: 0;
  }
}
.cid-uwJxD3CmpM .dropdown-menu,
.cid-uwJxD3CmpM .navbar.opened {
  background-color: false !important;
}
.cid-uwJxD3CmpM .nav-item:focus,
.cid-uwJxD3CmpM .nav-link:focus {
  outline: none;
}
.cid-uwJxD3CmpM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwJxD3CmpM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwJxD3CmpM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwJxD3CmpM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwJxD3CmpM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwJxD3CmpM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwJxD3CmpM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwJxD3CmpM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwJxD3CmpM .navbar.opened {
  transition: all 0.3s;
}
.cid-uwJxD3CmpM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwJxD3CmpM .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uwJxD3CmpM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwJxD3CmpM .navbar.collapsed {
  justify-content: center;
}
.cid-uwJxD3CmpM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwJxD3CmpM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwJxD3CmpM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwJxD3CmpM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwJxD3CmpM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwJxD3CmpM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwJxD3CmpM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwJxD3CmpM .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uwJxD3CmpM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwJxD3CmpM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwJxD3CmpM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwJxD3CmpM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwJxD3CmpM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwJxD3CmpM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwJxD3CmpM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwJxD3CmpM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwJxD3CmpM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwJxD3CmpM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwJxD3CmpM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwJxD3CmpM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwJxD3CmpM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwJxD3CmpM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwJxD3CmpM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwJxD3CmpM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwJxD3CmpM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwJxD3CmpM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwJxD3CmpM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwJxD3CmpM .dropdown-item.active,
.cid-uwJxD3CmpM .dropdown-item:active {
  background-color: transparent;
}
.cid-uwJxD3CmpM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwJxD3CmpM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwJxD3CmpM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwJxD3CmpM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwJxD3CmpM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwJxD3CmpM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwJxD3CmpM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uwJxD3CmpM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009472;
}
.cid-uwJxD3CmpM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwJxD3CmpM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwJxD3CmpM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwJxD3CmpM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwJxD3CmpM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwJxD3CmpM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwJxD3CmpM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwJxD3CmpM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwJxD3CmpM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwJxD3CmpM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwJxD3CmpM .navbar {
    height: 70px;
  }
  .cid-uwJxD3CmpM .navbar.opened {
    height: auto;
  }
  .cid-uwJxD3CmpM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwJxD3CmpM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwJxD3CmpM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwJxD3CmpM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwJxD3CmpM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwJxD3CmpM .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwJxD3CmpM .navbar-caption:hover {
  color: #5b8e7d;
}
@media (min-width: 992px) {
  .cid-uwJxD3CmpM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwJxD3CmpM .text_widget {
  margin-bottom: 32px;
}
.cid-uwJxD3CmpM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwJxD3CmpM .text_widget a:hover,
.cid-uwJxD3CmpM .text_widget a:focus {
  opacity: 0.6;
}
.cid-uwJxD3CmpM .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-uwJxD3CmpM .navbar-caption {
  color: #009472;
}
.cid-uwJxD3CmpM .mbr-text {
  color: #131313;
  text-align: center;
}
.cid-uwJxD3CmpM .mbr-section-subtitle,
.cid-uwJxD3CmpM .text_widget,
.cid-uwJxD3CmpM .mbr-section-btn {
  text-align: center;
}
.cid-uwJxD3CmpM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwJxD5x0XJ {
  background-image: url("https://r.mobirisesite.com/967809/assets/images/ge3c3734e413da69149e8fb2184ed-h_m4acntqt.jpg");
}
.cid-uwJxD5x0XJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwJxD5x0XJ .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-uwJxD5x0XJ .container {
    padding: 0 6px;
  }
}
.cid-uwJxD5x0XJ .row {
  margin: 0;
}
.cid-uwJxD5x0XJ .row .card {
  padding: 0;
}
.cid-uwJxD5x0XJ .content-wrapper {
  height: 100%;
  padding: 108px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uwJxD5x0XJ .content-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uwJxD5x0XJ .content-wrapper {
    padding: 70px 30px;
  }
}
.cid-uwJxD5x0XJ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uwJxD5x0XJ .content-wrapper .mbr-section-title span {
  color: #00775c;
}
@media (max-width: 992px) {
  .cid-uwJxD5x0XJ .content-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uwJxD5x0XJ .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uwJxD5x0XJ .content-wrapper .tags-wrapper {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .cid-uwJxD5x0XJ .content-wrapper .tags-wrapper {
    display: block;
  }
}
.cid-uwJxD5x0XJ .content-wrapper .tags-wrapper .tags-wrap {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 1199px) {
  .cid-uwJxD5x0XJ .content-wrapper .tags-wrapper .tags-wrap {
    width: 100%;
    align-items: center;
  }
}
.cid-uwJxD5x0XJ .content-wrapper .tags-wrapper .tags-wrap .tags-item {
  display: inline-flex;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 17px 25px;
  margin-bottom: 12px;
  width: fit-content;
}
@media (max-width: 768px) {
  .cid-uwJxD5x0XJ .content-wrapper .tags-wrapper .tags-wrap .tags-item {
    padding: 15px 20px;
  }
}
.cid-uwJxD5x0XJ .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
  margin-left: 15%;
}
@media (max-width: 1199px) {
  .cid-uwJxD5x0XJ .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
    margin-left: 0;
  }
}
.cid-uwJxD5x0XJ .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
  margin-left: 30%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uwJxD5x0XJ .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
    margin-left: 0;
  }
}
.cid-uwJxD5x0XJ .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  margin-right: 14px;
}
.cid-uwJxD5x0XJ .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-tag {
  margin-bottom: 0;
}
.cid-uwJxD5x0XJ .content-wrapper .tags-wrapper .mbr-section-btn {
  width: 35%;
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-uwJxD5x0XJ .content-wrapper .tags-wrapper .mbr-section-btn {
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
}
@media (min-width: 1199px) {
  .cid-uwJxD5x0XJ .content-wrapper .tags-wrapper .mbr-section-btn .btn {
    margin-top: 0;
  }
}
.cid-uwJxD5x0XJ .content-wrapper .mbr-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uwJxD5x0XJ .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uwJxD5x0XJ .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 72px;
  background-color: #fefcf3;
}
@media (max-width: 992px) {
  .cid-uwJxD5x0XJ .image-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uwJxD5x0XJ .image-wrapper {
    padding: 70px 30px;
  }
}
.cid-uwJxD5x0XJ .image-wrapper .image-wrap {
  position: absolute;
  margin: 5rem 0 0 -3rem;
  height: 55%;
  max-width: 320px;
  object-fit: cover;
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uwJxD5x0XJ .image-wrapper .image-wrap {
    position: static;
    height: 350px;
  }
}
.cid-uwJxD5x0XJ .image-wrapper .image-wrap:nth-child(2) {
  transform: rotate(5deg);
  margin: 0 -3rem 5rem 0;
}
.cid-uwJxD5x0XJ .mbr-section-title {
  color: #131313;
}
.cid-uwJxD5x0XJ .mbr-tag {
  transform: none !important;
  color: #000000;
  text-align: left;
}
.cid-uwJxD5x0XJ .mbr-text {
  color: #131313;
}
.cid-uwJxD5x0XJ .mbr-section-title,
.cid-uwJxD5x0XJ .mbr-section-btn {
  text-align: center;
}
.cid-uwJxD5x0XJ .mbr-section-title,
.cid-uwJxD5x0XJ .mbr-section-btn P {
  text-align: center;
}
.cid-uwJxD6XjH9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fefcf3;
}
.cid-uwJxD6XjH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwJxD6XjH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwJxD6XjH9 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uwJxD6XjH9 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uwJxD6XjH9 .container {
    padding: 0 6px;
  }
}
.cid-uwJxD6XjH9 .row {
  margin: 0;
  background-color: #262626;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uwJxD6XjH9 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uwJxD6XjH9 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uwJxD6XjH9 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uwJxD6XjH9 .row {
    padding: 70px 30px;
  }
}
.cid-uwJxD6XjH9 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uwJxD6XjH9 .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uwJxD6XjH9 .desc-wrapper {
    padding: 0;
  }
}
.cid-uwJxD6XjH9 .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uwJxD6XjH9 .title-wrapper {
  margin-bottom: 64px;
}
.cid-uwJxD6XjH9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwJxD6XjH9 .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .cid-uwJxD6XjH9 .cards-wrapper {
    display: block;
  }
}
.cid-uwJxD6XjH9 .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-uwJxD6XjH9 .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uwJxD6XjH9 .cards-wrapper .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f4e285;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwJxD6XjH9 .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwJxD6XjH9 .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #f4e285;
}
@media (max-width: 992px) {
  .cid-uwJxD6XjH9 .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uwJxD6XjH9 .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-uwJxD6XjH9 .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uwJxD6XjH9 .cards-wrapper .item:hover::before,
.cid-uwJxD6XjH9 .cards-wrapper .item:focus::before {
  top: -10px;
}
.cid-uwJxD6XjH9 .cards-wrapper .item:hover .item-desc,
.cid-uwJxD6XjH9 .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-uwJxD6XjH9 .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwJxD6XjH9 .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uwJxD6XjH9 .cards-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
.cid-uwJxD6XjH9 .cards-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fefcf3;
  color: #262626;
  border-radius: 100%;
}
.cid-uwJxD6XjH9 .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-uwJxD6XjH9 .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uwJxD6XjH9 .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
  margin: 40px 0;
}
@media (max-width: 992px) {
  .cid-uwJxD6XjH9 .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-uwJxD6XjH9 .cards-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-uwJxD6XjH9 .cards-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uwJxD6XjH9 .mbr-desc {
  color: #ffffff;
}
.cid-uwJxD6XjH9 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uwJxD6XjH9 .card-desc {
  color: #ffffff;
}
.cid-uwJxD6XjH9 .card-title {
  color: #131313;
}
.cid-uwJxD6XjH9 .card-text {
  color: #131313;
}
.cid-uwJxD6XjH9 .card-desc,
.cid-uwJxD6XjH9 .item-desc {
  color: #000000;
}
.cid-uwJxD8F4Pg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-uwJxD8F4Pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwJxD8F4Pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwJxD8F4Pg .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uwJxD8F4Pg .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uwJxD8F4Pg .container {
    padding: 0 6px;
  }
}
.cid-uwJxD8F4Pg .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uwJxD8F4Pg .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uwJxD8F4Pg .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uwJxD8F4Pg .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uwJxD8F4Pg .row {
    padding: 70px 30px;
  }
}
.cid-uwJxD8F4Pg .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uwJxD8F4Pg .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uwJxD8F4Pg .desc-wrapper {
    padding: 0;
  }
}
.cid-uwJxD8F4Pg .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uwJxD8F4Pg .title-wrapper {
  margin-bottom: 64px;
}
.cid-uwJxD8F4Pg .title-wrapper span {
  color: #009472;
}
.cid-uwJxD8F4Pg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwJxD8F4Pg .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uwJxD8F4Pg .cards-wrapper {
    display: block;
  }
}
.cid-uwJxD8F4Pg .cards-wrapper .cards-wrap .item {
  padding: 40px;
  border-radius: 16px;
  background-color: #2f2f2f;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uwJxD8F4Pg .cards-wrapper .cards-wrap .item {
    padding: 22px;
  }
}
.cid-uwJxD8F4Pg .cards-wrapper .cards-wrap .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
.cid-uwJxD8F4Pg .cards-wrapper .cards-wrap .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
  opacity: 0.5;
}
.cid-uwJxD8F4Pg .item-menu-overlay .btn-wrapper {
  margin-top: -5%;
}
.cid-uwJxD8F4Pg .mbr-desc {
  color: #ffffff;
}
.cid-uwJxD8F4Pg .mbr-section-title {
  color: #ffffff;
}
.cid-uwJxD8F4Pg .card-text {
  color: #ffffff;
}
.cid-uwJxD8F4Pg .card-desc {
  color: #ffffff;
}
.cid-uwJxD9TF7B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4e285;
}
.cid-uwJxD9TF7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwJxD9TF7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwJxD9TF7B .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uwJxD9TF7B .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uwJxD9TF7B .container {
    padding: 0 6px;
  }
}
.cid-uwJxD9TF7B .row {
  margin: 0;
}
.cid-uwJxD9TF7B .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uwJxD9TF7B .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uwJxD9TF7B .google-map iframe {
    height: 350px;
  }
}
.cid-uwJxDb4hKW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uwJxDb4hKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwJxDb4hKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwJxDb4hKW .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uwJxDb4hKW .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uwJxDb4hKW .container {
    padding: 0 6px;
  }
}
.cid-uwJxDb4hKW .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #262626;
}
@media (max-width: 1440px) {
  .cid-uwJxDb4hKW .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uwJxDb4hKW .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uwJxDb4hKW .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uwJxDb4hKW .row {
    padding: 50px 30px;
  }
}
.cid-uwJxDb4hKW .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uwJxDb4hKW .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uwJxDb4hKW .title-wrapper {
    padding: 0;
  }
}
.cid-uwJxDb4hKW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uwJxDb4hKW .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uwJxDb4hKW .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uwJxDb4hKW .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwJxDb4hKW .list-wrapper {
    padding: 0;
  }
}
.cid-uwJxDb4hKW .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: 0.5;
}
.cid-uwJxDb4hKW .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uwJxDb4hKW .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uwJxDb4hKW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwJxDb4hKW .list-wrapper .list .item-wrap:hover,
.cid-uwJxDb4hKW .list-wrapper .list .item-wrap:focus {
  color: #009472;
}
.cid-uwJxDb4hKW .border-wrap {
  height: 1px;
  opacity: 0.1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-uwJxDb4hKW .copyright {
  opacity: 0.3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uwJxDb4hKW .mbr-section-title {
  color: #ffffff;
}
.cid-uwJxDb4hKW .list-title {
  color: #ffffff;
}
.cid-uwJxDb4hKW .list {
  color: #ffffff;
}
