.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 {
  font-family: Playfair Display;
}
.display-1 {
  font-family: 'Lobster Two', display;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Lobster Two', display;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Lobster Two', display;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Lobster Two', display;
  font-size: 2.3rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-7 {
  font-family: 'Lobster Two', display;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bf4c22 !important;
}
.bg-success {
  background-color: #fcefcf !important;
}
.bg-info {
  background-color: #fffaf5 !important;
}
.bg-warning {
  background-color: #ecf4f6 !important;
}
.bg-danger {
  background-color: #fee3d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bf4c22 !important;
  border-color: #bf4c22 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #dc6438 !important;
  border-color: #dc6438 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #dc6438 !important;
  border-color: #dc6438 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
}
.btn-info,
.btn-info:active {
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
  color: #f57a00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #f57a00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
  color: #c08c0c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #c08c0c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
  color: #498a9a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #498a9a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
  color: #d23d06 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #d23d06 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.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: #bf4c22;
  color: #bf4c22;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #752f15 !important;
  background-color: transparent !important;
  border-color: #752f15 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bf4c22 !important;
  border-color: #bf4c22 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #63cfbf;
  color: #63cfbf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #34a897 !important;
  background-color: transparent !important;
  border-color: #34a897 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fffaf5;
  color: #fffaf5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffcf9e !important;
  background-color: transparent !important;
  border-color: #ffcf9e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #f57a00 !important;
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fcefcf;
  color: #fcefcf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f7d47d !important;
  background-color: transparent !important;
  border-color: #f7d47d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #c08c0c !important;
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ecf4f6;
  color: #ecf4f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b1d2da !important;
  background-color: transparent !important;
  border-color: #b1d2da !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #498a9a !important;
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fee3d9;
  color: #fee3d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fca585 !important;
  background-color: transparent !important;
  border-color: #fca585 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #d23d06 !important;
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !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: #bf4c22 !important;
}
.text-secondary {
  color: #63cfbf !important;
}
.text-success {
  color: #fcefcf !important;
}
.text-info {
  color: #fffaf5 !important;
}
.text-warning {
  color: #ecf4f6 !important;
}
.text-danger {
  color: #fee3d9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #682a13 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #309c8c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f6cf6f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffc78f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a7ccd5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fb9a76 !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: #bf4c22;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fffaf5;
}
.alert-warning {
  background-color: #ecf4f6;
}
.alert-danger {
  background-color: #fee3d9;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bf4c22;
  border-color: #bf4c22;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bf4c22;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e79779;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lobster Two', display;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #bf4c22 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lobster Two', display;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #bf4c22;
}
/* 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: #bf4c22;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bf4c22;
}
.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: #bf4c22;
  border-bottom-color: #bf4c22;
}
.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: #bf4c22 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #63cfbf !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='%23bf4c22' %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 {
  padding: 5px 16px;
  position: relative;
  box-shadow: none;
  border-radius: 30px !important;
  font-weight: 400 !important;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
  border: 1px solid #bf4c22 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 7px;
  transition: all .3s ease;
}
.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;
  transform: translate(0);
}
.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: translateX(0.5rem);
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #bf4c22;
  pointer-events: none;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #bf4c22 !important;
}
.cid-uSeKlZTMOD {
  background-color: transparent;
}
.cid-uSeKlZTMOD .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSeKlZTMOD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSeKlZTMOD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSeKlZTMOD .navbar {
  border-bottom: 3px solid #4a8695 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSeKlZTMOD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSeKlZTMOD .navbar.opened {
  transition: all 0.3s;
}
.cid-uSeKlZTMOD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSeKlZTMOD .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uSeKlZTMOD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSeKlZTMOD .navbar.collapsed {
  justify-content: center;
}
.cid-uSeKlZTMOD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSeKlZTMOD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSeKlZTMOD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSeKlZTMOD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSeKlZTMOD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSeKlZTMOD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSeKlZTMOD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSeKlZTMOD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSeKlZTMOD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSeKlZTMOD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSeKlZTMOD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSeKlZTMOD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSeKlZTMOD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSeKlZTMOD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSeKlZTMOD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSeKlZTMOD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSeKlZTMOD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSeKlZTMOD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSeKlZTMOD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSeKlZTMOD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSeKlZTMOD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSeKlZTMOD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSeKlZTMOD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSeKlZTMOD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSeKlZTMOD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSeKlZTMOD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSeKlZTMOD .menu_box .navbar.opened,
  .cid-uSeKlZTMOD .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSeKlZTMOD .navbar-dropdown {
  position: relative !important;
}
.cid-uSeKlZTMOD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSeKlZTMOD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSeKlZTMOD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSeKlZTMOD .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uSeKlZTMOD .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uSeKlZTMOD .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uSeKlZTMOD .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uSeKlZTMOD .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uSeKlZTMOD .nav-item {
    margin: 0 !important;
  }
}
.cid-uSeKlZTMOD .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uSeKlZTMOD .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uSeKlZTMOD .nav-item .nav-link:hover,
.cid-uSeKlZTMOD .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uSeKlZTMOD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSeKlZTMOD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSeKlZTMOD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSeKlZTMOD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSeKlZTMOD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uSeKlZTMOD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSeKlZTMOD .offcanvas_box {
    display: none;
  }
}
.cid-uSeKlZTMOD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSeKlZTMOD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSeKlZTMOD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSeKlZTMOD .container {
  display: flex;
  margin: auto;
}
.cid-uSeKlZTMOD .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uSeKlZTMOD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSeKlZTMOD .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uSeKlZTMOD .navbar-nav {
    margin: 0;
  }
}
.cid-uSeKlZTMOD .dropdown-menu,
.cid-uSeKlZTMOD .navbar.opened {
  background-color: false !important;
}
.cid-uSeKlZTMOD .nav-item:focus,
.cid-uSeKlZTMOD .nav-link:focus {
  outline: none;
}
.cid-uSeKlZTMOD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSeKlZTMOD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSeKlZTMOD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSeKlZTMOD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSeKlZTMOD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSeKlZTMOD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSeKlZTMOD .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-uSeKlZTMOD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSeKlZTMOD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSeKlZTMOD .dropdown-item.active,
.cid-uSeKlZTMOD .dropdown-item:active {
  background-color: transparent;
}
.cid-uSeKlZTMOD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uSeKlZTMOD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSeKlZTMOD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSeKlZTMOD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSeKlZTMOD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSeKlZTMOD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSeKlZTMOD 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: #ff9063;
}
.cid-uSeKlZTMOD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uSeKlZTMOD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSeKlZTMOD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSeKlZTMOD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSeKlZTMOD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSeKlZTMOD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSeKlZTMOD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSeKlZTMOD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSeKlZTMOD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSeKlZTMOD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSeKlZTMOD .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-uSeKlZTMOD .navbar {
    height: 70px;
  }
  .cid-uSeKlZTMOD .navbar.opened {
    height: auto;
  }
  .cid-uSeKlZTMOD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSeKlZTMOD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uSeKlZTMOD .navbar-caption:hover {
  color: #bf4c22;
}
@media (min-width: 992px) {
  .cid-uSeKlZTMOD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSeKlZTMOD .text_widget {
  margin-bottom: 32px;
}
.cid-uSeKlZTMOD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSeKlZTMOD .text_widget a:hover,
.cid-uSeKlZTMOD .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSeKlZTMOD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uSeKlZTMOD .navbar-caption {
  color: #050f0f;
}
.cid-uSeKlZTMOD .mbr-section-subtitle,
.cid-uSeKlZTMOD .text_widget,
.cid-uSeKlZTMOD .mbr-section-btn {
  text-align: center;
}
.cid-uSeKlZTMOD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSl59LcgD1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfcb6;
}
.cid-uSl59LcgD1 h2,
.cid-uSl59LcgD1 h4,
.cid-uSl59LcgD1 p {
  margin: 0;
}
.cid-uSl59LcgD1 .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-uSl59LcgD1 .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-uSl59LcgD1 .image-wrap {
    margin-top: 30px;
  }
}
.cid-uSl59LcgD1 img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-uSl59LcgD1 .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uSl59LcgD1 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uSl59LcgD1 .mbr-text {
  color: #000000;
  margin-bottom: 30px;
}
.cid-uSl59LcgD1 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSl59LcgD1 .socials p {
  margin: 0 20px 0 0;
}
.cid-uSl59LcgD1 .socials-item .link {
  color: #000000;
}
.cid-uSjIBhkjCx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSjIBhkjCx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSjIBhkjCx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uSjIBhkjCx .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSjKXjLJXd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSjKXjLJXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSjKXjLJXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSjKXjLJXd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSjKXjLJXd .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSjKXjLJXd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSjKXjLJXd .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSjKXjLJXd .container {
    padding: 0 16px;
  }
}
.cid-uSjKXjLJXd .row {
  justify-content: center;
}
.cid-uSjKXjLJXd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSjKXjLJXd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSjKXjLJXd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSjKXjLJXd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSjKXjLJXd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uSjKXjLJXd .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSlrQosY9V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlrQosY9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlrQosY9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlrQosY9V .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSlrQosY9V .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlrQosY9V .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSlrQosY9V .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlrQosY9V .container {
    padding: 0 16px;
  }
}
.cid-uSlrQosY9V .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSlrQosY9V .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSlrQosY9V .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uSlrQosY9V .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-uSlrQosY9V .content-wrapper .mbr-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSlrQosY9V .content-wrapper .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uSlrQosY9V .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSlrQosY9V .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSlrQosY9V .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uSlrQosY9V .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlrQosY9V .mbr-section-subtitle {
  color: #000000;
}
.cid-uSlrQosY9V .mbr-text {
  color: #000000;
}
.cid-uSjOnv6fdW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfcb6;
}
.cid-uSjOnv6fdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSjOnv6fdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSjOnv6fdW .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uSjOnv6fdW .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSjOnv6fdW .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uSjOnv6fdW .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uSjOnv6fdW .mbr-text,
.cid-uSjOnv6fdW .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSjOnv6fdW .card-title,
.cid-uSjOnv6fdW .card-box {
  text-align: center;
  color: #000000;
}
.cid-uSlsQvZXTp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSlsQvZXTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlsQvZXTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlsQvZXTp img {
  border-radius: 3rem;
}
.cid-uSlsQvZXTp .row {
  flex-direction: row-reverse;
}
.cid-uSlsQvZXTp .row {
  align-items: center;
}
.cid-uSlsQvZXTp .mbr-section-title {
  color: #000000;
}
.cid-uSlsQvZXTp .mbr-text,
.cid-uSlsQvZXTp .mbr-section-btn {
  color: #000000;
}
.cid-uSjPrqJm7L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfcb6;
}
.cid-uSjPrqJm7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSjPrqJm7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSjPrqJm7L .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSjPrqJm7L .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSjPrqJm7L .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSjPrqJm7L .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uSjPrqJm7L .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSjPrqJm7L .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uSjPrqJm7L .mbr-section-title {
  color: #9fe870;
}
.cid-uSjPrqJm7L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSjPrqJm7L .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSjPrqJm7L .card-box .item-footer {
  margin-top: auto;
}
.cid-uSjPrqJm7L .content-head {
  max-width: 800px;
}
.cid-uSltwXIEeH {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSltwXIEeH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSltwXIEeH img {
  border-radius: 1rem;
}
.cid-uSltwXIEeH .row {
  padding: 0 1rem;
}
.cid-uSltwXIEeH .btn {
  transition: all 0.3s;
}
.cid-uSltwXIEeH .btn:hover,
.cid-uSltwXIEeH .btn:focus {
  background: white !important;
  color: #fbfcb6 !important;
  border: 2px dashed #fbfcb6 !important;
}
.cid-uSltwXIEeH .card {
  background: #fbfcb6;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-uSltwXIEeH .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-uSltwXIEeH .card {
    padding: 3rem 2rem;
  }
}
.cid-uSltwXIEeH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSltwXIEeH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSltwXIEeH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSltwXIEeH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSltwXIEeH .mbr-section-subtitle,
.cid-uSltwXIEeH .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-uSltwXIEeH .mbr-text,
.cid-uSltwXIEeH .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSly2sm5UG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSly2sm5UG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSly2sm5UG .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-uSly2sm5UG .container {
    padding: 0 30px;
  }
}
.cid-uSly2sm5UG .row {
  justify-content: center;
}
.cid-uSly2sm5UG .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #1d0a03;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSly2sm5UG .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSly2sm5UG .title-wrapper {
    margin: 0;
  }
}
.cid-uSly2sm5UG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSly2sm5UG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSly2sm5UG .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uSly2sm5UG .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSly2sm5UG .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSly2sm5UG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSly2sm5UG .mbr-text {
  color: #000000;
}
.cid-uSly2sm5UG .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSltSTppf4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSltSTppf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSltSTppf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSltSTppf4 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSltSTppf4 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSltSTppf4 .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uSltSTppf4 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSltSTppf4 .item {
    margin-bottom: 40px;
  }
}
.cid-uSltSTppf4 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSltSTppf4 .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uSltSTppf4 .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uSltSTppf4 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSltSTppf4 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSltSTppf4 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSltSTppf4 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSltSTppf4 .mbr-section-title,
.cid-uSltSTppf4 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uSltSTppf4 .card-number {
  color: #f1f5eb;
}
.cid-uSltSTppf4 .card-title {
  color: #323432;
}
.cid-uSltSTppf4 .card-text {
  color: #323432;
}
.cid-uSltSTppf4 .card-title,
.cid-uSltSTppf4 .mbr-section-btn,
.cid-uSltSTppf4 .iconfont-wrapper {
  color: #000000;
}
.cid-uSpLTzB6k8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSpLTzB6k8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpLTzB6k8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpLTzB6k8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSpLTzB6k8 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSpLTzB6k8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSpLTzB6k8 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSpLTzB6k8 .container {
    padding: 0 16px;
  }
}
.cid-uSpLTzB6k8 .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSpLTzB6k8 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uSpLTzB6k8 .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uSpLTzB6k8 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSpLTzB6k8 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSpLTzB6k8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSpLTzB6k8 .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-uSpLTzB6k8 .cards-wrapper {
    display: block;
  }
}
.cid-uSpLTzB6k8 .cards-wrapper .item {
  padding: 32px;
  background-color: #fbfcb6;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uSpLTzB6k8 .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-uSpLTzB6k8 .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-uSpLTzB6k8 .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSpLTzB6k8 .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-uSpLTzB6k8 .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uSpLTzB6k8 .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uSpLTzB6k8 .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uSpLTzB6k8 .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-uSpLTzB6k8 .mbr-section-title {
  color: #000000;
}
.cid-uSpLTzB6k8 .mbr-text {
  color: #000000;
}
.cid-uSpLTzB6k8 .card-title {
  color: #000000;
}
.cid-uSpLTzB6k8 .card-text {
  color: #000000;
}
.cid-uSdFnGUnxr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSdFnGUnxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdFnGUnxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdFnGUnxr .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSdFnGUnxr .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSdFnGUnxr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSdFnGUnxr .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSdFnGUnxr .container {
    padding: 0 16px;
  }
}
.cid-uSdFnGUnxr .row {
  justify-content: center;
}
.cid-uSdFnGUnxr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSdFnGUnxr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSdFnGUnxr .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uSdFnGUnxr .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uSdFnGUnxr .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uSdFnGUnxr .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uSdFnGUnxr .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uSdFnGUnxr .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSdFnGUnxr .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uSdFnGUnxr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSdFnGUnxr .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uSdFnGUnxr .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSdFnGUnxr .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uSdFnGUnxr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSdFnGUnxr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSdFnGUnxr .panel-title {
  color: #000000;
}
.cid-uSdFnGUnxr .panel-text {
  color: #000000;
}
.cid-uSk3lTv44v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSk3lTv44v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSk3lTv44v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSk3lTv44v .container {
    padding: 0 16px;
  }
}
.cid-uSk3lTv44v .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSk3lTv44v .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSk3lTv44v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSk3lTv44v .mbr-section-title {
  color: #000000;
}
.cid-uSk3lTv44v .mbr-text {
  color: #000000;
}
.cid-uSlw8pADjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSlw8pADjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlw8pADjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlw8pADjt .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uSlw8pADjt .google-map {
    margin-bottom: 32px;
  }
}
.cid-uSlw8pADjt .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #4a8695, #fbfcb6, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSlw8pADjt .google-map::before {
    bottom: -32px;
  }
}
.cid-uSlw8pADjt .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uSlw8pADjt .google-map iframe {
    height: 350px;
  }
}
.cid-uSjR1KdG7z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSjR1KdG7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSjR1KdG7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSjR1KdG7z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSjR1KdG7z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSjR1KdG7z .row {
    text-align: center;
  }
  .cid-uSjR1KdG7z .social-row {
    justify-content: center;
  }
}
.cid-uSjR1KdG7z .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uSjR1KdG7z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSjR1KdG7z .list {
    margin-bottom: 0rem;
  }
}
.cid-uSjR1KdG7z .mbr-text {
  color: #bbbbbb;
}
.cid-uSjR1KdG7z .mbr-iconfont {
  color: black;
}
.cid-uSjR1KdG7z .mbr-section-subtitle {
  color: #000000;
}
.cid-uSjR1KdG7z .copyright {
  color: #000000;
  text-align: left;
}
.cid-uSeOzu503C {
  background-color: transparent;
}
.cid-uSeOzu503C .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSeOzu503C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSeOzu503C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSeOzu503C .navbar {
  border-bottom: 3px solid #4a8695 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSeOzu503C .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSeOzu503C .navbar.opened {
  transition: all 0.3s;
}
.cid-uSeOzu503C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSeOzu503C .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uSeOzu503C .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSeOzu503C .navbar.collapsed {
  justify-content: center;
}
.cid-uSeOzu503C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSeOzu503C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSeOzu503C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSeOzu503C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSeOzu503C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSeOzu503C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSeOzu503C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSeOzu503C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSeOzu503C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSeOzu503C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSeOzu503C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSeOzu503C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSeOzu503C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSeOzu503C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSeOzu503C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSeOzu503C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSeOzu503C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSeOzu503C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSeOzu503C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSeOzu503C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSeOzu503C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSeOzu503C .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSeOzu503C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSeOzu503C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSeOzu503C .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSeOzu503C .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSeOzu503C .menu_box .navbar.opened,
  .cid-uSeOzu503C .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSeOzu503C .navbar-dropdown {
  position: relative !important;
}
.cid-uSeOzu503C .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSeOzu503C .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSeOzu503C .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSeOzu503C .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uSeOzu503C .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uSeOzu503C .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uSeOzu503C .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uSeOzu503C .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uSeOzu503C .nav-item {
    margin: 0 !important;
  }
}
.cid-uSeOzu503C .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uSeOzu503C .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uSeOzu503C .nav-item .nav-link:hover,
.cid-uSeOzu503C .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uSeOzu503C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSeOzu503C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSeOzu503C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSeOzu503C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSeOzu503C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uSeOzu503C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSeOzu503C .offcanvas_box {
    display: none;
  }
}
.cid-uSeOzu503C .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSeOzu503C .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSeOzu503C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSeOzu503C .container {
  display: flex;
  margin: auto;
}
.cid-uSeOzu503C .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uSeOzu503C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSeOzu503C .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uSeOzu503C .navbar-nav {
    margin: 0;
  }
}
.cid-uSeOzu503C .dropdown-menu,
.cid-uSeOzu503C .navbar.opened {
  background-color: false !important;
}
.cid-uSeOzu503C .nav-item:focus,
.cid-uSeOzu503C .nav-link:focus {
  outline: none;
}
.cid-uSeOzu503C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSeOzu503C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSeOzu503C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSeOzu503C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSeOzu503C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSeOzu503C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSeOzu503C .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-uSeOzu503C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSeOzu503C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSeOzu503C .dropdown-item.active,
.cid-uSeOzu503C .dropdown-item:active {
  background-color: transparent;
}
.cid-uSeOzu503C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uSeOzu503C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSeOzu503C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSeOzu503C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSeOzu503C ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSeOzu503C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSeOzu503C 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: #ff9063;
}
.cid-uSeOzu503C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uSeOzu503C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSeOzu503C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSeOzu503C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSeOzu503C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSeOzu503C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSeOzu503C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSeOzu503C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSeOzu503C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSeOzu503C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSeOzu503C .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-uSeOzu503C .navbar {
    height: 70px;
  }
  .cid-uSeOzu503C .navbar.opened {
    height: auto;
  }
  .cid-uSeOzu503C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSeOzu503C .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uSeOzu503C .navbar-caption:hover {
  color: #bf4c22;
}
@media (min-width: 992px) {
  .cid-uSeOzu503C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSeOzu503C .text_widget {
  margin-bottom: 32px;
}
.cid-uSeOzu503C .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSeOzu503C .text_widget a:hover,
.cid-uSeOzu503C .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSeOzu503C .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uSeOzu503C .navbar-caption {
  color: #050f0f;
}
.cid-uSeOzu503C .mbr-section-subtitle,
.cid-uSeOzu503C .text_widget,
.cid-uSeOzu503C .mbr-section-btn {
  text-align: center;
}
.cid-uSeOzu503C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSlDHlGs29 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f1f4e9;
}
.cid-uSlDHlGs29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlDHlGs29 .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-uSlDHlGs29 .container {
    padding: 0 30px;
  }
}
.cid-uSlDHlGs29 .row {
  position: relative;
  padding-top: 560px;
}
@media (max-width: 768px) {
  .cid-uSlDHlGs29 .row {
    padding-top: 260px;
  }
}
.cid-uSlDHlGs29 .row img {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 880px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uSlDHlGs29 .row img {
    left: 0;
    width: 100%;
    height: 450px;
  }
}
.cid-uSlDHlGs29 .text-wrapper {
  padding: 170px 75px 140px;
  background-color: #fbfcb6;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uSlDHlGs29 .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uSlDHlGs29 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSlDHlGs29 .text-wrapper .link-wrap {
  margin-top: 40px;
}
.cid-uSlDHlGs29 .text-wrapper .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-uSlDHlGs29 .text-wrapper .link-wrap a:hover::before,
.cid-uSlDHlGs29 .text-wrapper .link-wrap a:focus::before {
  width: 100%;
}
.cid-uSlDHlGs29 .text-wrapper .link-wrap a:hover .mbr-iconfont,
.cid-uSlDHlGs29 .text-wrapper .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSlDHlGs29 .text-wrapper .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uSlDHlGs29 .text-wrapper .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-uSlDHlGs29 .text-wrapper .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-uSlDHlGs29 .mbr-text {
  color: #212529;
}
.cid-uSlDHlGs29 .mbr-link,
.cid-uSlDHlGs29 .mbr-iconfont {
  color: #212529;
}
.cid-uSk7ecnBCN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
  overflow: hidden;
}
.cid-uSk7ecnBCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSk7ecnBCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSk7ecnBCN .container {
    padding: 0 16px;
  }
}
.cid-uSk7ecnBCN .row {
  justify-content: center;
}
.cid-uSk7ecnBCN .content-wrapper {
  position: relative;
}
.cid-uSk7ecnBCN .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSk7ecnBCN .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSk7ecnBCN .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uSk7ecnBCN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSk7ecnBCN .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uSk7ecnBCN .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uSk7ecnBCN .mbr-text {
  color: #000000;
}
.cid-uSk7ecnBCN .mbr-text,
.cid-uSk7ecnBCN .icon-wrapper {
  text-align: center;
}
.cid-uSeOzym0Ac {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSeOzym0Ac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeOzym0Ac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeOzym0Ac .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSeOzym0Ac .google-map {
    margin-bottom: 48px;
  }
}
.cid-uSeOzym0Ac .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSeOzym0Ac .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uSeOzym0Ac .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uSeOzym0Ac .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uSeOzym0Ac .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uSeOzym0Ac .list-wrapper .list .item-wrap:hover,
.cid-uSeOzym0Ac .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uSeOzym0Ac .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSeOzym0Ac .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSeOzym0Ac .social-wrapper {
    text-align: left;
  }
}
.cid-uSeOzym0Ac .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSeOzym0Ac .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSeOzym0Ac .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSeOzym0Ac .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #000000;
}
.cid-uSeOzym0Ac .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fffaf5;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uSeOzym0Ac .list,
.cid-uSeOzym0Ac .item-wrap,
.cid-uSeOzym0Ac .social-wrapper {
  color: #fdfde1;
}
.cid-uSjR1KdG7z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSjR1KdG7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSjR1KdG7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSjR1KdG7z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSjR1KdG7z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSjR1KdG7z .row {
    text-align: center;
  }
  .cid-uSjR1KdG7z .social-row {
    justify-content: center;
  }
}
.cid-uSjR1KdG7z .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uSjR1KdG7z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSjR1KdG7z .list {
    margin-bottom: 0rem;
  }
}
.cid-uSjR1KdG7z .mbr-text {
  color: #bbbbbb;
}
.cid-uSjR1KdG7z .mbr-iconfont {
  color: black;
}
.cid-uSjR1KdG7z .mbr-section-subtitle {
  color: #000000;
}
.cid-uSjR1KdG7z .copyright {
  color: #000000;
  text-align: left;
}
.cid-uSeOhKXIVK {
  background-color: transparent;
}
.cid-uSeOhKXIVK .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSeOhKXIVK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSeOhKXIVK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSeOhKXIVK .navbar {
  border-bottom: 3px solid #4a8695 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSeOhKXIVK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSeOhKXIVK .navbar.opened {
  transition: all 0.3s;
}
.cid-uSeOhKXIVK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSeOhKXIVK .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uSeOhKXIVK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSeOhKXIVK .navbar.collapsed {
  justify-content: center;
}
.cid-uSeOhKXIVK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSeOhKXIVK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSeOhKXIVK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSeOhKXIVK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSeOhKXIVK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSeOhKXIVK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSeOhKXIVK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSeOhKXIVK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSeOhKXIVK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSeOhKXIVK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSeOhKXIVK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSeOhKXIVK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSeOhKXIVK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSeOhKXIVK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSeOhKXIVK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSeOhKXIVK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSeOhKXIVK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSeOhKXIVK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSeOhKXIVK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSeOhKXIVK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSeOhKXIVK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSeOhKXIVK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSeOhKXIVK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSeOhKXIVK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSeOhKXIVK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSeOhKXIVK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSeOhKXIVK .menu_box .navbar.opened,
  .cid-uSeOhKXIVK .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSeOhKXIVK .navbar-dropdown {
  position: relative !important;
}
.cid-uSeOhKXIVK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSeOhKXIVK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSeOhKXIVK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSeOhKXIVK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uSeOhKXIVK .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uSeOhKXIVK .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uSeOhKXIVK .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uSeOhKXIVK .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uSeOhKXIVK .nav-item {
    margin: 0 !important;
  }
}
.cid-uSeOhKXIVK .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uSeOhKXIVK .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uSeOhKXIVK .nav-item .nav-link:hover,
.cid-uSeOhKXIVK .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uSeOhKXIVK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSeOhKXIVK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSeOhKXIVK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSeOhKXIVK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSeOhKXIVK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uSeOhKXIVK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSeOhKXIVK .offcanvas_box {
    display: none;
  }
}
.cid-uSeOhKXIVK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSeOhKXIVK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSeOhKXIVK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSeOhKXIVK .container {
  display: flex;
  margin: auto;
}
.cid-uSeOhKXIVK .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uSeOhKXIVK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSeOhKXIVK .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uSeOhKXIVK .navbar-nav {
    margin: 0;
  }
}
.cid-uSeOhKXIVK .dropdown-menu,
.cid-uSeOhKXIVK .navbar.opened {
  background-color: false !important;
}
.cid-uSeOhKXIVK .nav-item:focus,
.cid-uSeOhKXIVK .nav-link:focus {
  outline: none;
}
.cid-uSeOhKXIVK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSeOhKXIVK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSeOhKXIVK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSeOhKXIVK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSeOhKXIVK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSeOhKXIVK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSeOhKXIVK .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-uSeOhKXIVK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSeOhKXIVK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSeOhKXIVK .dropdown-item.active,
.cid-uSeOhKXIVK .dropdown-item:active {
  background-color: transparent;
}
.cid-uSeOhKXIVK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uSeOhKXIVK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSeOhKXIVK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSeOhKXIVK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSeOhKXIVK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSeOhKXIVK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSeOhKXIVK 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: #ff9063;
}
.cid-uSeOhKXIVK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uSeOhKXIVK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSeOhKXIVK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSeOhKXIVK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSeOhKXIVK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSeOhKXIVK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSeOhKXIVK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSeOhKXIVK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSeOhKXIVK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSeOhKXIVK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSeOhKXIVK .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-uSeOhKXIVK .navbar {
    height: 70px;
  }
  .cid-uSeOhKXIVK .navbar.opened {
    height: auto;
  }
  .cid-uSeOhKXIVK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSeOhKXIVK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uSeOhKXIVK .navbar-caption:hover {
  color: #bf4c22;
}
@media (min-width: 992px) {
  .cid-uSeOhKXIVK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSeOhKXIVK .text_widget {
  margin-bottom: 32px;
}
.cid-uSeOhKXIVK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSeOhKXIVK .text_widget a:hover,
.cid-uSeOhKXIVK .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSeOhKXIVK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uSeOhKXIVK .navbar-caption {
  color: #050f0f;
}
.cid-uSeOhKXIVK .mbr-section-subtitle,
.cid-uSeOhKXIVK .text_widget,
.cid-uSeOhKXIVK .mbr-section-btn {
  text-align: center;
}
.cid-uSeOhKXIVK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSlEoBogvk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f1f4e9;
}
.cid-uSlEoBogvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlEoBogvk .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-uSlEoBogvk .container {
    padding: 0 30px;
  }
}
.cid-uSlEoBogvk .row {
  position: relative;
  padding-top: 560px;
}
@media (max-width: 768px) {
  .cid-uSlEoBogvk .row {
    padding-top: 260px;
  }
}
.cid-uSlEoBogvk .row img {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 880px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uSlEoBogvk .row img {
    left: 0;
    width: 100%;
    height: 450px;
  }
}
.cid-uSlEoBogvk .text-wrapper {
  padding: 170px 75px 140px;
  background-color: #fbfcb6;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uSlEoBogvk .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uSlEoBogvk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSlEoBogvk .text-wrapper .link-wrap {
  margin-top: 40px;
}
.cid-uSlEoBogvk .text-wrapper .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-uSlEoBogvk .text-wrapper .link-wrap a:hover::before,
.cid-uSlEoBogvk .text-wrapper .link-wrap a:focus::before {
  width: 100%;
}
.cid-uSlEoBogvk .text-wrapper .link-wrap a:hover .mbr-iconfont,
.cid-uSlEoBogvk .text-wrapper .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSlEoBogvk .text-wrapper .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uSlEoBogvk .text-wrapper .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-uSlEoBogvk .text-wrapper .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-uSlEoBogvk .mbr-text {
  color: #212529;
}
.cid-uSlEoBogvk .mbr-link,
.cid-uSlEoBogvk .mbr-iconfont {
  color: #212529;
}
.cid-uSk6RLQWX4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSk6RLQWX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSk6RLQWX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSk6RLQWX4 .container {
    padding: 0 16px;
  }
}
.cid-uSk6RLQWX4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSk6RLQWX4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSk6RLQWX4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSk6RLQWX4 .mbr-section-title {
  color: #f1634f;
}
.cid-uSk6RLQWX4 .mbr-text {
  color: #000000;
}
.cid-uSeOhZKDgW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSeOhZKDgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeOhZKDgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeOhZKDgW .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSeOhZKDgW .google-map {
    margin-bottom: 48px;
  }
}
.cid-uSeOhZKDgW .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSeOhZKDgW .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uSeOhZKDgW .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uSeOhZKDgW .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uSeOhZKDgW .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uSeOhZKDgW .list-wrapper .list .item-wrap:hover,
.cid-uSeOhZKDgW .list-wrapper .list .item-wrap:focus {
  color: #7aa3ad;
}
.cid-uSeOhZKDgW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSeOhZKDgW .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSeOhZKDgW .social-wrapper {
    text-align: left;
  }
}
.cid-uSeOhZKDgW .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSeOhZKDgW .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSeOhZKDgW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSeOhZKDgW .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #7aa3ad;
}
.cid-uSeOhZKDgW .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fffaf5;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uSeOhZKDgW .list,
.cid-uSeOhZKDgW .item-wrap,
.cid-uSeOhZKDgW .social-wrapper {
  color: #fdfde1;
}
.cid-uSjR1KdG7z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSjR1KdG7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSjR1KdG7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSjR1KdG7z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSjR1KdG7z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSjR1KdG7z .row {
    text-align: center;
  }
  .cid-uSjR1KdG7z .social-row {
    justify-content: center;
  }
}
.cid-uSjR1KdG7z .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uSjR1KdG7z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSjR1KdG7z .list {
    margin-bottom: 0rem;
  }
}
.cid-uSjR1KdG7z .mbr-text {
  color: #bbbbbb;
}
.cid-uSjR1KdG7z .mbr-iconfont {
  color: black;
}
.cid-uSjR1KdG7z .mbr-section-subtitle {
  color: #000000;
}
.cid-uSjR1KdG7z .copyright {
  color: #000000;
  text-align: left;
}
.cid-uSlIeziDCT {
  background-color: transparent;
}
.cid-uSlIeziDCT .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSlIeziDCT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSlIeziDCT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSlIeziDCT .navbar {
  border-bottom: 3px solid #4a8695 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSlIeziDCT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSlIeziDCT .navbar.opened {
  transition: all 0.3s;
}
.cid-uSlIeziDCT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSlIeziDCT .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uSlIeziDCT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSlIeziDCT .navbar.collapsed {
  justify-content: center;
}
.cid-uSlIeziDCT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSlIeziDCT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSlIeziDCT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSlIeziDCT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSlIeziDCT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSlIeziDCT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSlIeziDCT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSlIeziDCT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSlIeziDCT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSlIeziDCT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSlIeziDCT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSlIeziDCT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSlIeziDCT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSlIeziDCT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSlIeziDCT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSlIeziDCT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSlIeziDCT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSlIeziDCT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSlIeziDCT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSlIeziDCT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSlIeziDCT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSlIeziDCT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSlIeziDCT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSlIeziDCT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSlIeziDCT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSlIeziDCT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSlIeziDCT .menu_box .navbar.opened,
  .cid-uSlIeziDCT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSlIeziDCT .navbar-dropdown {
  position: relative !important;
}
.cid-uSlIeziDCT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSlIeziDCT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSlIeziDCT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSlIeziDCT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uSlIeziDCT .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uSlIeziDCT .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uSlIeziDCT .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uSlIeziDCT .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uSlIeziDCT .nav-item {
    margin: 0 !important;
  }
}
.cid-uSlIeziDCT .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uSlIeziDCT .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uSlIeziDCT .nav-item .nav-link:hover,
.cid-uSlIeziDCT .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uSlIeziDCT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSlIeziDCT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSlIeziDCT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSlIeziDCT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSlIeziDCT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uSlIeziDCT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSlIeziDCT .offcanvas_box {
    display: none;
  }
}
.cid-uSlIeziDCT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSlIeziDCT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSlIeziDCT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSlIeziDCT .container {
  display: flex;
  margin: auto;
}
.cid-uSlIeziDCT .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uSlIeziDCT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSlIeziDCT .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uSlIeziDCT .navbar-nav {
    margin: 0;
  }
}
.cid-uSlIeziDCT .dropdown-menu,
.cid-uSlIeziDCT .navbar.opened {
  background-color: false !important;
}
.cid-uSlIeziDCT .nav-item:focus,
.cid-uSlIeziDCT .nav-link:focus {
  outline: none;
}
.cid-uSlIeziDCT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSlIeziDCT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSlIeziDCT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSlIeziDCT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSlIeziDCT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSlIeziDCT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSlIeziDCT .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-uSlIeziDCT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSlIeziDCT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSlIeziDCT .dropdown-item.active,
.cid-uSlIeziDCT .dropdown-item:active {
  background-color: transparent;
}
.cid-uSlIeziDCT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uSlIeziDCT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSlIeziDCT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSlIeziDCT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSlIeziDCT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSlIeziDCT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSlIeziDCT 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: #ff9063;
}
.cid-uSlIeziDCT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uSlIeziDCT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSlIeziDCT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSlIeziDCT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSlIeziDCT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSlIeziDCT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSlIeziDCT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSlIeziDCT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSlIeziDCT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSlIeziDCT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSlIeziDCT .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-uSlIeziDCT .navbar {
    height: 70px;
  }
  .cid-uSlIeziDCT .navbar.opened {
    height: auto;
  }
  .cid-uSlIeziDCT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSlIeziDCT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uSlIeziDCT .navbar-caption:hover {
  color: #bf4c22;
}
@media (min-width: 992px) {
  .cid-uSlIeziDCT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSlIeziDCT .text_widget {
  margin-bottom: 32px;
}
.cid-uSlIeziDCT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSlIeziDCT .text_widget a:hover,
.cid-uSlIeziDCT .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSlIeziDCT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uSlIeziDCT .navbar-caption {
  color: #050f0f;
}
.cid-uSlIeziDCT .mbr-section-subtitle,
.cid-uSlIeziDCT .text_widget,
.cid-uSlIeziDCT .mbr-section-btn {
  text-align: center;
}
.cid-uSlIeziDCT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSlIeACy6C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfcb6;
}
.cid-uSlIeACy6C h2,
.cid-uSlIeACy6C h4,
.cid-uSlIeACy6C p {
  margin: 0;
}
.cid-uSlIeACy6C .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-uSlIeACy6C .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-uSlIeACy6C .image-wrap {
    margin-top: 30px;
  }
}
.cid-uSlIeACy6C img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-uSlIeACy6C .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uSlIeACy6C .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uSlIeACy6C .mbr-text {
  color: #000000;
  margin-bottom: 30px;
}
.cid-uSlIeACy6C .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSlIeACy6C .socials p {
  margin: 0 20px 0 0;
}
.cid-uSlIeACy6C .socials-item .link {
  color: #000000;
}
.cid-uSlIeBveCs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlIeBveCs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSlIeBveCs .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uSlIeBveCs .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSlIeCHG1I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSlIeCHG1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIeCHG1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIeCHG1I .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSlIeCHG1I .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIeCHG1I .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSlIeCHG1I .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIeCHG1I .container {
    padding: 0 16px;
  }
}
.cid-uSlIeCHG1I .row {
  justify-content: center;
}
.cid-uSlIeCHG1I .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSlIeCHG1I .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSlIeCHG1I .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSlIeCHG1I .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIeCHG1I .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uSlIeCHG1I .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSlIeDiByQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlIeDiByQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIeDiByQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIeDiByQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSlIeDiByQ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIeDiByQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSlIeDiByQ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIeDiByQ .container {
    padding: 0 16px;
  }
}
.cid-uSlIeDiByQ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSlIeDiByQ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSlIeDiByQ .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uSlIeDiByQ .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-uSlIeDiByQ .content-wrapper .mbr-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSlIeDiByQ .content-wrapper .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uSlIeDiByQ .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSlIeDiByQ .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSlIeDiByQ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uSlIeDiByQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIeDiByQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uSlIeDiByQ .mbr-text {
  color: #000000;
}
.cid-uSlIeDWQZ9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfcb6;
}
.cid-uSlIeDWQZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIeDWQZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIeDWQZ9 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uSlIeDWQZ9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSlIeDWQZ9 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlIeDWQZ9 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uSlIeDWQZ9 .mbr-text,
.cid-uSlIeDWQZ9 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSlIeDWQZ9 .card-title,
.cid-uSlIeDWQZ9 .card-box {
  text-align: center;
  color: #000000;
}
.cid-uSlIeEuWvp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSlIeEuWvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIeEuWvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIeEuWvp img {
  border-radius: 3rem;
}
.cid-uSlIeEuWvp .row {
  flex-direction: row-reverse;
}
.cid-uSlIeEuWvp .row {
  align-items: center;
}
.cid-uSlIeEuWvp .mbr-section-title {
  color: #000000;
}
.cid-uSlIeEuWvp .mbr-text,
.cid-uSlIeEuWvp .mbr-section-btn {
  color: #000000;
}
.cid-uSlIeF3wUP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfcb6;
}
.cid-uSlIeF3wUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIeF3wUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIeF3wUP .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSlIeF3wUP .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSlIeF3wUP .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSlIeF3wUP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uSlIeF3wUP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSlIeF3wUP .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uSlIeF3wUP .mbr-section-title {
  color: #9fe870;
}
.cid-uSlIeF3wUP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSlIeF3wUP .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSlIeF3wUP .card-box .item-footer {
  margin-top: auto;
}
.cid-uSlIeF3wUP .content-head {
  max-width: 800px;
}
.cid-uSlIeFXXQG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSlIeFXXQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIeFXXQG img {
  border-radius: 1rem;
}
.cid-uSlIeFXXQG .row {
  padding: 0 1rem;
}
.cid-uSlIeFXXQG .btn {
  transition: all 0.3s;
}
.cid-uSlIeFXXQG .btn:hover,
.cid-uSlIeFXXQG .btn:focus {
  background: white !important;
  color: #fbfcb6 !important;
  border: 2px dashed #fbfcb6 !important;
}
.cid-uSlIeFXXQG .card {
  background: #fbfcb6;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-uSlIeFXXQG .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-uSlIeFXXQG .card {
    padding: 3rem 2rem;
  }
}
.cid-uSlIeFXXQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSlIeFXXQG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlIeFXXQG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSlIeFXXQG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIeFXXQG .mbr-section-subtitle,
.cid-uSlIeFXXQG .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-uSlIeFXXQG .mbr-text,
.cid-uSlIeFXXQG .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSlIeGBzcv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSlIeGBzcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIeGBzcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIeGBzcv .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSlIeGBzcv .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSlIeGBzcv .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uSlIeGBzcv .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSlIeGBzcv .item {
    margin-bottom: 40px;
  }
}
.cid-uSlIeGBzcv .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSlIeGBzcv .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uSlIeGBzcv .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uSlIeGBzcv .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSlIeGBzcv .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSlIeGBzcv .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSlIeGBzcv .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSlIeGBzcv .mbr-section-title,
.cid-uSlIeGBzcv .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uSlIeGBzcv .card-number {
  color: #f1f5eb;
}
.cid-uSlIeGBzcv .card-title {
  color: #323432;
}
.cid-uSlIeGBzcv .card-text {
  color: #323432;
}
.cid-uSlIeGBzcv .card-title,
.cid-uSlIeGBzcv .mbr-section-btn,
.cid-uSlIeGBzcv .iconfont-wrapper {
  color: #000000;
}
.cid-uSlUBTLQPf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSlUBTLQPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlUBTLQPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlUBTLQPf .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uSlUBTLQPf .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSlUBTLQPf .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uSlUBTLQPf .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uSlUBTLQPf .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uSlUBTLQPf .mbr-section-title {
  color: #404349;
}
.cid-uSlUBTLQPf .mbr-desc {
  color: #b19a7c;
}
.cid-uSlIeHjYAI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlIeHjYAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIeHjYAI .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-uSlIeHjYAI .container {
    padding: 0 30px;
  }
}
.cid-uSlIeHjYAI .row {
  justify-content: center;
}
.cid-uSlIeHjYAI .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #1d0a03;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSlIeHjYAI .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSlIeHjYAI .title-wrapper {
    margin: 0;
  }
}
.cid-uSlIeHjYAI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSlIeHjYAI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSlIeHjYAI .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uSlIeHjYAI .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSlIeHjYAI .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSlIeHjYAI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIeHjYAI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSlIeHjYAI .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSlIeHRwTH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSlIeHRwTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIeHRwTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIeHRwTH .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSlIeHRwTH .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIeHRwTH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSlIeHRwTH .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIeHRwTH .container {
    padding: 0 16px;
  }
}
.cid-uSlIeHRwTH .row {
  justify-content: center;
}
.cid-uSlIeHRwTH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSlIeHRwTH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSlIeHRwTH .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uSlIeHRwTH .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uSlIeHRwTH .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uSlIeHRwTH .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uSlIeHRwTH .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uSlIeHRwTH .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSlIeHRwTH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uSlIeHRwTH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSlIeHRwTH .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uSlIeHRwTH .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSlIeHRwTH .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uSlIeHRwTH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSlIeHRwTH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIeHRwTH .panel-title {
  color: #000000;
}
.cid-uSlIeHRwTH .panel-text {
  color: #000000;
}
.cid-uSpNqHwdrO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSpNqHwdrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpNqHwdrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpNqHwdrO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSpNqHwdrO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSpNqHwdrO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSpNqHwdrO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSpNqHwdrO .container {
    padding: 0 16px;
  }
}
.cid-uSpNqHwdrO .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSpNqHwdrO .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uSpNqHwdrO .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uSpNqHwdrO .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSpNqHwdrO .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSpNqHwdrO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSpNqHwdrO .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-uSpNqHwdrO .cards-wrapper {
    display: block;
  }
}
.cid-uSpNqHwdrO .cards-wrapper .item {
  padding: 32px;
  background-color: #fbfcb6;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uSpNqHwdrO .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-uSpNqHwdrO .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-uSpNqHwdrO .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSpNqHwdrO .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-uSpNqHwdrO .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uSpNqHwdrO .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uSpNqHwdrO .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uSpNqHwdrO .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-uSpNqHwdrO .mbr-section-title {
  color: #000000;
}
.cid-uSpNqHwdrO .mbr-text {
  color: #000000;
}
.cid-uSpNqHwdrO .card-title {
  color: #000000;
}
.cid-uSpNqHwdrO .card-text {
  color: #000000;
}
.cid-uSlIeIDpjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlIeIDpjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIeIDpjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSlIeIDpjt .container {
    padding: 0 16px;
  }
}
.cid-uSlIeIDpjt .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSlIeIDpjt .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSlIeIDpjt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSlIeIDpjt .mbr-section-title {
  color: #000000;
}
.cid-uSlIeIDpjt .mbr-text {
  color: #000000;
}
.cid-uSm2ASD5bF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fbfcb6;
}
.cid-uSm2ASD5bF h4 {
  display: flex;
  color: #000000;
}
.cid-uSm2ASD5bF .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-uSm2ASD5bF .wrap {
  display: flex;
}
.cid-uSm2ASD5bF .icon {
  background: #000000;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-uSm2ASD5bF img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uSm2ASD5bF .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-uSm2ASD5bF p {
  margin: 0;
}
.cid-uSm2ASD5bF .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-uSm2ASD5bF .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-uSm2ASD5bF .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uSm2ASD5bF .panel-group {
  width: 100%;
}
.cid-uSm2ASD5bF .panel-title {
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uSm2ASD5bF .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uSm2ASD5bF .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #000000;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uSm2ASD5bF .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uSm2ASD5bF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSm2ASD5bF .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-uSm2ASD5bF .card .panel-body {
  background: #fbfcb6;
}
.cid-uSm2ASD5bF .sign {
  color: #000000;
}
.cid-uSm2ASD5bF .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uSm2ASD5bF .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uSm2ASD5bF .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uSm2ASD5bF .header-text,
.cid-uSm2ASD5bF .sign {
  color: #333333;
}
.cid-uSm2ASD5bF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm2ASD5bF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIeJg6Zn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSlIeJg6Zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIeJg6Zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIeJg6Zn .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uSlIeJg6Zn .google-map {
    margin-bottom: 32px;
  }
}
.cid-uSlIeJg6Zn .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #4a8695, #fbfcb6, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSlIeJg6Zn .google-map::before {
    bottom: -32px;
  }
}
.cid-uSlIeJg6Zn .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uSlIeJg6Zn .google-map iframe {
    height: 350px;
  }
}
.cid-uSlIeJTZ70 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSlIeJTZ70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIeJTZ70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIeJTZ70 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSlIeJTZ70 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSlIeJTZ70 .row {
    text-align: center;
  }
  .cid-uSlIeJTZ70 .social-row {
    justify-content: center;
  }
}
.cid-uSlIeJTZ70 .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uSlIeJTZ70 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlIeJTZ70 .list {
    margin-bottom: 0rem;
  }
}
.cid-uSlIeJTZ70 .mbr-text {
  color: #bbbbbb;
}
.cid-uSlIeJTZ70 .mbr-iconfont {
  color: black;
}
.cid-uSlIeJTZ70 .mbr-section-subtitle {
  color: #000000;
}
.cid-uSlIeJTZ70 .copyright {
  color: #000000;
  text-align: left;
}
.cid-uSlIf7hwpM {
  background-color: transparent;
}
.cid-uSlIf7hwpM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSlIf7hwpM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSlIf7hwpM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSlIf7hwpM .navbar {
  border-bottom: 3px solid #4a8695 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSlIf7hwpM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSlIf7hwpM .navbar.opened {
  transition: all 0.3s;
}
.cid-uSlIf7hwpM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSlIf7hwpM .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uSlIf7hwpM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSlIf7hwpM .navbar.collapsed {
  justify-content: center;
}
.cid-uSlIf7hwpM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSlIf7hwpM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSlIf7hwpM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSlIf7hwpM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSlIf7hwpM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSlIf7hwpM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSlIf7hwpM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSlIf7hwpM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSlIf7hwpM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSlIf7hwpM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSlIf7hwpM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSlIf7hwpM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSlIf7hwpM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSlIf7hwpM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSlIf7hwpM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSlIf7hwpM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSlIf7hwpM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSlIf7hwpM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSlIf7hwpM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSlIf7hwpM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSlIf7hwpM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSlIf7hwpM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSlIf7hwpM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSlIf7hwpM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSlIf7hwpM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSlIf7hwpM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSlIf7hwpM .menu_box .navbar.opened,
  .cid-uSlIf7hwpM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSlIf7hwpM .navbar-dropdown {
  position: relative !important;
}
.cid-uSlIf7hwpM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSlIf7hwpM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSlIf7hwpM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSlIf7hwpM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uSlIf7hwpM .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uSlIf7hwpM .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uSlIf7hwpM .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uSlIf7hwpM .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uSlIf7hwpM .nav-item {
    margin: 0 !important;
  }
}
.cid-uSlIf7hwpM .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uSlIf7hwpM .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uSlIf7hwpM .nav-item .nav-link:hover,
.cid-uSlIf7hwpM .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uSlIf7hwpM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSlIf7hwpM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSlIf7hwpM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSlIf7hwpM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSlIf7hwpM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uSlIf7hwpM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSlIf7hwpM .offcanvas_box {
    display: none;
  }
}
.cid-uSlIf7hwpM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSlIf7hwpM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSlIf7hwpM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSlIf7hwpM .container {
  display: flex;
  margin: auto;
}
.cid-uSlIf7hwpM .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uSlIf7hwpM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSlIf7hwpM .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uSlIf7hwpM .navbar-nav {
    margin: 0;
  }
}
.cid-uSlIf7hwpM .dropdown-menu,
.cid-uSlIf7hwpM .navbar.opened {
  background-color: false !important;
}
.cid-uSlIf7hwpM .nav-item:focus,
.cid-uSlIf7hwpM .nav-link:focus {
  outline: none;
}
.cid-uSlIf7hwpM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSlIf7hwpM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSlIf7hwpM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSlIf7hwpM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSlIf7hwpM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSlIf7hwpM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSlIf7hwpM .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-uSlIf7hwpM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSlIf7hwpM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSlIf7hwpM .dropdown-item.active,
.cid-uSlIf7hwpM .dropdown-item:active {
  background-color: transparent;
}
.cid-uSlIf7hwpM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uSlIf7hwpM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSlIf7hwpM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSlIf7hwpM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSlIf7hwpM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSlIf7hwpM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSlIf7hwpM 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: #ff9063;
}
.cid-uSlIf7hwpM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uSlIf7hwpM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSlIf7hwpM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSlIf7hwpM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSlIf7hwpM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSlIf7hwpM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSlIf7hwpM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSlIf7hwpM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSlIf7hwpM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSlIf7hwpM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSlIf7hwpM .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-uSlIf7hwpM .navbar {
    height: 70px;
  }
  .cid-uSlIf7hwpM .navbar.opened {
    height: auto;
  }
  .cid-uSlIf7hwpM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSlIf7hwpM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uSlIf7hwpM .navbar-caption:hover {
  color: #bf4c22;
}
@media (min-width: 992px) {
  .cid-uSlIf7hwpM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSlIf7hwpM .text_widget {
  margin-bottom: 32px;
}
.cid-uSlIf7hwpM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSlIf7hwpM .text_widget a:hover,
.cid-uSlIf7hwpM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSlIf7hwpM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uSlIf7hwpM .navbar-caption {
  color: #050f0f;
}
.cid-uSlIf7hwpM .mbr-section-subtitle,
.cid-uSlIf7hwpM .text_widget,
.cid-uSlIf7hwpM .mbr-section-btn {
  text-align: center;
}
.cid-uSlIf7hwpM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSlIf9NIDD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfcb6;
}
.cid-uSlIf9NIDD h2,
.cid-uSlIf9NIDD h4,
.cid-uSlIf9NIDD p {
  margin: 0;
}
.cid-uSlIf9NIDD .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-uSlIf9NIDD .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-uSlIf9NIDD .image-wrap {
    margin-top: 30px;
  }
}
.cid-uSlIf9NIDD img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-uSlIf9NIDD .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uSlIf9NIDD .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uSlIf9NIDD .mbr-text {
  color: #000000;
  margin-bottom: 30px;
}
.cid-uSlIf9NIDD .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSlIf9NIDD .socials p {
  margin: 0 20px 0 0;
}
.cid-uSlIf9NIDD .socials-item .link {
  color: #000000;
}
.cid-uSlIfaonzO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlIfaonzO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSlIfaonzO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uSlIfaonzO .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSlIfaSmvQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSlIfaSmvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfaSmvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfaSmvQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSlIfaSmvQ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIfaSmvQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSlIfaSmvQ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIfaSmvQ .container {
    padding: 0 16px;
  }
}
.cid-uSlIfaSmvQ .row {
  justify-content: center;
}
.cid-uSlIfaSmvQ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSlIfaSmvQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSlIfaSmvQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSlIfaSmvQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIfaSmvQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uSlIfaSmvQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSlIfbqzd6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlIfbqzd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfbqzd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfbqzd6 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSlIfbqzd6 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIfbqzd6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSlIfbqzd6 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIfbqzd6 .container {
    padding: 0 16px;
  }
}
.cid-uSlIfbqzd6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSlIfbqzd6 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSlIfbqzd6 .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uSlIfbqzd6 .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-uSlIfbqzd6 .content-wrapper .mbr-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSlIfbqzd6 .content-wrapper .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uSlIfbqzd6 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSlIfbqzd6 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSlIfbqzd6 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uSlIfbqzd6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIfbqzd6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uSlIfbqzd6 .mbr-text {
  color: #000000;
}
.cid-uSlIfc0Jih {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfcb6;
}
.cid-uSlIfc0Jih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfc0Jih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfc0Jih .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uSlIfc0Jih .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSlIfc0Jih .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlIfc0Jih .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uSlIfc0Jih .mbr-text,
.cid-uSlIfc0Jih .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSlIfc0Jih .card-title,
.cid-uSlIfc0Jih .card-box {
  text-align: center;
  color: #000000;
}
.cid-uSlIfczo3P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSlIfczo3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfczo3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfczo3P img {
  border-radius: 3rem;
}
.cid-uSlIfczo3P .row {
  flex-direction: row-reverse;
}
.cid-uSlIfczo3P .row {
  align-items: center;
}
.cid-uSlIfczo3P .mbr-section-title {
  color: #000000;
}
.cid-uSlIfczo3P .mbr-text,
.cid-uSlIfczo3P .mbr-section-btn {
  color: #000000;
}
.cid-uSlIfd6gza {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfcb6;
}
.cid-uSlIfd6gza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfd6gza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfd6gza .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSlIfd6gza .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSlIfd6gza .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSlIfd6gza .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uSlIfd6gza .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSlIfd6gza .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uSlIfd6gza .mbr-section-title {
  color: #9fe870;
}
.cid-uSlIfd6gza .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSlIfd6gza .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSlIfd6gza .card-box .item-footer {
  margin-top: auto;
}
.cid-uSlIfd6gza .content-head {
  max-width: 800px;
}
.cid-uSlIfdRjiI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSlIfdRjiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfdRjiI img {
  border-radius: 1rem;
}
.cid-uSlIfdRjiI .row {
  padding: 0 1rem;
}
.cid-uSlIfdRjiI .btn {
  transition: all 0.3s;
}
.cid-uSlIfdRjiI .btn:hover,
.cid-uSlIfdRjiI .btn:focus {
  background: white !important;
  color: #fbfcb6 !important;
  border: 2px dashed #fbfcb6 !important;
}
.cid-uSlIfdRjiI .card {
  background: #fbfcb6;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-uSlIfdRjiI .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-uSlIfdRjiI .card {
    padding: 3rem 2rem;
  }
}
.cid-uSlIfdRjiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSlIfdRjiI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlIfdRjiI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSlIfdRjiI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIfdRjiI .mbr-section-subtitle,
.cid-uSlIfdRjiI .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-uSlIfdRjiI .mbr-text,
.cid-uSlIfdRjiI .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSlIfeoeRK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSlIfeoeRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfeoeRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfeoeRK .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSlIfeoeRK .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSlIfeoeRK .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uSlIfeoeRK .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSlIfeoeRK .item {
    margin-bottom: 40px;
  }
}
.cid-uSlIfeoeRK .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSlIfeoeRK .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uSlIfeoeRK .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uSlIfeoeRK .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSlIfeoeRK .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSlIfeoeRK .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSlIfeoeRK .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSlIfeoeRK .mbr-section-title,
.cid-uSlIfeoeRK .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uSlIfeoeRK .card-number {
  color: #f1f5eb;
}
.cid-uSlIfeoeRK .card-title {
  color: #323432;
}
.cid-uSlIfeoeRK .card-text {
  color: #323432;
}
.cid-uSlIfeoeRK .card-title,
.cid-uSlIfeoeRK .mbr-section-btn,
.cid-uSlIfeoeRK .iconfont-wrapper {
  color: #000000;
}
.cid-uSlIff6wbY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlIff6wbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIff6wbY .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-uSlIff6wbY .container {
    padding: 0 30px;
  }
}
.cid-uSlIff6wbY .row {
  justify-content: center;
}
.cid-uSlIff6wbY .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #1d0a03;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSlIff6wbY .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSlIff6wbY .title-wrapper {
    margin: 0;
  }
}
.cid-uSlIff6wbY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSlIff6wbY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSlIff6wbY .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uSlIff6wbY .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSlIff6wbY .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSlIff6wbY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIff6wbY .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSlIff6wbY .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSlIffDTkK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSlIffDTkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIffDTkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIffDTkK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSlIffDTkK .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIffDTkK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSlIffDTkK .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIffDTkK .container {
    padding: 0 16px;
  }
}
.cid-uSlIffDTkK .row {
  justify-content: center;
}
.cid-uSlIffDTkK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSlIffDTkK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSlIffDTkK .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uSlIffDTkK .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uSlIffDTkK .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uSlIffDTkK .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uSlIffDTkK .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uSlIffDTkK .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSlIffDTkK .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uSlIffDTkK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSlIffDTkK .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uSlIffDTkK .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSlIffDTkK .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uSlIffDTkK .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSlIffDTkK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIffDTkK .panel-title {
  color: #000000;
}
.cid-uSlIffDTkK .panel-text {
  color: #000000;
}
.cid-uSpNxGnkKl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSpNxGnkKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpNxGnkKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpNxGnkKl .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSpNxGnkKl .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSpNxGnkKl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSpNxGnkKl .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSpNxGnkKl .container {
    padding: 0 16px;
  }
}
.cid-uSpNxGnkKl .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSpNxGnkKl .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uSpNxGnkKl .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uSpNxGnkKl .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSpNxGnkKl .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSpNxGnkKl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSpNxGnkKl .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-uSpNxGnkKl .cards-wrapper {
    display: block;
  }
}
.cid-uSpNxGnkKl .cards-wrapper .item {
  padding: 32px;
  background-color: #fbfcb6;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uSpNxGnkKl .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-uSpNxGnkKl .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-uSpNxGnkKl .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSpNxGnkKl .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-uSpNxGnkKl .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uSpNxGnkKl .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uSpNxGnkKl .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uSpNxGnkKl .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-uSpNxGnkKl .mbr-section-title {
  color: #000000;
}
.cid-uSpNxGnkKl .mbr-text {
  color: #000000;
}
.cid-uSpNxGnkKl .card-title {
  color: #000000;
}
.cid-uSpNxGnkKl .card-text {
  color: #000000;
}
.cid-uSlIfgpom0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlIfgpom0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfgpom0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSlIfgpom0 .container {
    padding: 0 16px;
  }
}
.cid-uSlIfgpom0 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSlIfgpom0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSlIfgpom0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSlIfgpom0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIfgpom0 .mbr-text {
  color: #000000;
}
.cid-uSlIfgpom0 .mbr-text,
.cid-uSlIfgpom0 .icon-wrapper {
  text-align: center;
}
.cid-uSm3SAhXNJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fbfcb6;
}
.cid-uSm3SAhXNJ h4 {
  display: flex;
  color: #000000;
}
.cid-uSm3SAhXNJ .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-uSm3SAhXNJ .wrap {
  display: flex;
}
.cid-uSm3SAhXNJ .icon {
  background: #000000;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-uSm3SAhXNJ img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uSm3SAhXNJ .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-uSm3SAhXNJ p {
  margin: 0;
}
.cid-uSm3SAhXNJ .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-uSm3SAhXNJ .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-uSm3SAhXNJ .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uSm3SAhXNJ .panel-group {
  width: 100%;
}
.cid-uSm3SAhXNJ .panel-title {
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uSm3SAhXNJ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uSm3SAhXNJ .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #000000;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uSm3SAhXNJ .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uSm3SAhXNJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSm3SAhXNJ .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-uSm3SAhXNJ .card .panel-body {
  background: #fbfcb6;
}
.cid-uSm3SAhXNJ .sign {
  color: #000000;
}
.cid-uSm3SAhXNJ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uSm3SAhXNJ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uSm3SAhXNJ .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uSm3SAhXNJ .header-text,
.cid-uSm3SAhXNJ .sign {
  color: #333333;
}
.cid-uSm3SAhXNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm3SAhXNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfh2gNu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSlIfh2gNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfh2gNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfh2gNu .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uSlIfh2gNu .google-map {
    margin-bottom: 32px;
  }
}
.cid-uSlIfh2gNu .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #4a8695, #fbfcb6, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSlIfh2gNu .google-map::before {
    bottom: -32px;
  }
}
.cid-uSlIfh2gNu .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uSlIfh2gNu .google-map iframe {
    height: 350px;
  }
}
.cid-uSlIfhEqfK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSlIfhEqfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfhEqfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfhEqfK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSlIfhEqfK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSlIfhEqfK .row {
    text-align: center;
  }
  .cid-uSlIfhEqfK .social-row {
    justify-content: center;
  }
}
.cid-uSlIfhEqfK .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uSlIfhEqfK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlIfhEqfK .list {
    margin-bottom: 0rem;
  }
}
.cid-uSlIfhEqfK .mbr-text {
  color: #bbbbbb;
}
.cid-uSlIfhEqfK .mbr-iconfont {
  color: black;
}
.cid-uSlIfhEqfK .mbr-section-subtitle {
  color: #000000;
}
.cid-uSlIfhEqfK .copyright {
  color: #000000;
  text-align: left;
}
.cid-uSlIfHU06X {
  background-color: transparent;
}
.cid-uSlIfHU06X .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSlIfHU06X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSlIfHU06X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSlIfHU06X .navbar {
  border-bottom: 3px solid #4a8695 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSlIfHU06X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSlIfHU06X .navbar.opened {
  transition: all 0.3s;
}
.cid-uSlIfHU06X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSlIfHU06X .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uSlIfHU06X .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSlIfHU06X .navbar.collapsed {
  justify-content: center;
}
.cid-uSlIfHU06X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSlIfHU06X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSlIfHU06X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSlIfHU06X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSlIfHU06X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSlIfHU06X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSlIfHU06X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSlIfHU06X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSlIfHU06X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSlIfHU06X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSlIfHU06X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSlIfHU06X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSlIfHU06X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSlIfHU06X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSlIfHU06X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSlIfHU06X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSlIfHU06X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSlIfHU06X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSlIfHU06X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSlIfHU06X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSlIfHU06X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSlIfHU06X .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSlIfHU06X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSlIfHU06X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSlIfHU06X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSlIfHU06X .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSlIfHU06X .menu_box .navbar.opened,
  .cid-uSlIfHU06X .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSlIfHU06X .navbar-dropdown {
  position: relative !important;
}
.cid-uSlIfHU06X .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSlIfHU06X .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSlIfHU06X .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSlIfHU06X .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uSlIfHU06X .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uSlIfHU06X .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uSlIfHU06X .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uSlIfHU06X .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uSlIfHU06X .nav-item {
    margin: 0 !important;
  }
}
.cid-uSlIfHU06X .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uSlIfHU06X .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uSlIfHU06X .nav-item .nav-link:hover,
.cid-uSlIfHU06X .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uSlIfHU06X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSlIfHU06X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSlIfHU06X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSlIfHU06X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSlIfHU06X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uSlIfHU06X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSlIfHU06X .offcanvas_box {
    display: none;
  }
}
.cid-uSlIfHU06X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSlIfHU06X .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSlIfHU06X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSlIfHU06X .container {
  display: flex;
  margin: auto;
}
.cid-uSlIfHU06X .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uSlIfHU06X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSlIfHU06X .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uSlIfHU06X .navbar-nav {
    margin: 0;
  }
}
.cid-uSlIfHU06X .dropdown-menu,
.cid-uSlIfHU06X .navbar.opened {
  background-color: false !important;
}
.cid-uSlIfHU06X .nav-item:focus,
.cid-uSlIfHU06X .nav-link:focus {
  outline: none;
}
.cid-uSlIfHU06X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSlIfHU06X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSlIfHU06X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSlIfHU06X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSlIfHU06X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSlIfHU06X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSlIfHU06X .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-uSlIfHU06X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSlIfHU06X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSlIfHU06X .dropdown-item.active,
.cid-uSlIfHU06X .dropdown-item:active {
  background-color: transparent;
}
.cid-uSlIfHU06X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uSlIfHU06X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSlIfHU06X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSlIfHU06X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSlIfHU06X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSlIfHU06X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSlIfHU06X 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: #ff9063;
}
.cid-uSlIfHU06X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uSlIfHU06X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSlIfHU06X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSlIfHU06X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSlIfHU06X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSlIfHU06X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSlIfHU06X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSlIfHU06X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSlIfHU06X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSlIfHU06X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSlIfHU06X .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-uSlIfHU06X .navbar {
    height: 70px;
  }
  .cid-uSlIfHU06X .navbar.opened {
    height: auto;
  }
  .cid-uSlIfHU06X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSlIfHU06X .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uSlIfHU06X .navbar-caption:hover {
  color: #bf4c22;
}
@media (min-width: 992px) {
  .cid-uSlIfHU06X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSlIfHU06X .text_widget {
  margin-bottom: 32px;
}
.cid-uSlIfHU06X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSlIfHU06X .text_widget a:hover,
.cid-uSlIfHU06X .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSlIfHU06X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uSlIfHU06X .navbar-caption {
  color: #050f0f;
}
.cid-uSlIfHU06X .mbr-section-subtitle,
.cid-uSlIfHU06X .text_widget,
.cid-uSlIfHU06X .mbr-section-btn {
  text-align: center;
}
.cid-uSlIfHU06X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSlIfIBmbX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfcb6;
}
.cid-uSlIfIBmbX h2,
.cid-uSlIfIBmbX h4,
.cid-uSlIfIBmbX p {
  margin: 0;
}
.cid-uSlIfIBmbX .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-uSlIfIBmbX .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-uSlIfIBmbX .image-wrap {
    margin-top: 30px;
  }
}
.cid-uSlIfIBmbX img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-uSlIfIBmbX .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uSlIfIBmbX .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uSlIfIBmbX .mbr-text {
  color: #000000;
  margin-bottom: 30px;
}
.cid-uSlIfIBmbX .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSlIfIBmbX .socials p {
  margin: 0 20px 0 0;
}
.cid-uSlIfIBmbX .socials-item .link {
  color: #000000;
}
.cid-uSlIfJeMRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlIfJeMRX .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSlIfJeMRX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uSlIfJeMRX .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSlIfJYF1N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSlIfJYF1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfJYF1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfJYF1N .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSlIfJYF1N .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIfJYF1N .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSlIfJYF1N .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIfJYF1N .container {
    padding: 0 16px;
  }
}
.cid-uSlIfJYF1N .row {
  justify-content: center;
}
.cid-uSlIfJYF1N .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSlIfJYF1N .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSlIfJYF1N .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSlIfJYF1N .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIfJYF1N .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uSlIfJYF1N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSlIfKyoJT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlIfKyoJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfKyoJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfKyoJT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSlIfKyoJT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIfKyoJT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSlIfKyoJT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIfKyoJT .container {
    padding: 0 16px;
  }
}
.cid-uSlIfKyoJT .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSlIfKyoJT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSlIfKyoJT .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uSlIfKyoJT .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-uSlIfKyoJT .content-wrapper .mbr-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSlIfKyoJT .content-wrapper .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uSlIfKyoJT .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSlIfKyoJT .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSlIfKyoJT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uSlIfKyoJT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIfKyoJT .mbr-section-subtitle {
  color: #000000;
}
.cid-uSlIfKyoJT .mbr-text {
  color: #000000;
}
.cid-uSlIfLadth {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfcb6;
}
.cid-uSlIfLadth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfLadth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfLadth .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uSlIfLadth .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSlIfLadth .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlIfLadth .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uSlIfLadth .mbr-text,
.cid-uSlIfLadth .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSlIfLadth .card-title,
.cid-uSlIfLadth .card-box {
  text-align: center;
  color: #000000;
}
.cid-uSlIfLGo5O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSlIfLGo5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfLGo5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfLGo5O img {
  border-radius: 3rem;
}
.cid-uSlIfLGo5O .row {
  flex-direction: row-reverse;
}
.cid-uSlIfLGo5O .row {
  align-items: center;
}
.cid-uSlIfLGo5O .mbr-section-title {
  color: #000000;
}
.cid-uSlIfLGo5O .mbr-text,
.cid-uSlIfLGo5O .mbr-section-btn {
  color: #000000;
}
.cid-uSlIfMdW3H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfcb6;
}
.cid-uSlIfMdW3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfMdW3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfMdW3H .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSlIfMdW3H .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSlIfMdW3H .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSlIfMdW3H .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uSlIfMdW3H .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSlIfMdW3H .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uSlIfMdW3H .mbr-section-title {
  color: #9fe870;
}
.cid-uSlIfMdW3H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSlIfMdW3H .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSlIfMdW3H .card-box .item-footer {
  margin-top: auto;
}
.cid-uSlIfMdW3H .content-head {
  max-width: 800px;
}
.cid-uSlIfN1Q3k {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSlIfN1Q3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfN1Q3k img {
  border-radius: 1rem;
}
.cid-uSlIfN1Q3k .row {
  padding: 0 1rem;
}
.cid-uSlIfN1Q3k .btn {
  transition: all 0.3s;
}
.cid-uSlIfN1Q3k .btn:hover,
.cid-uSlIfN1Q3k .btn:focus {
  background: white !important;
  color: #fbfcb6 !important;
  border: 2px dashed #fbfcb6 !important;
}
.cid-uSlIfN1Q3k .card {
  background: #fbfcb6;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-uSlIfN1Q3k .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-uSlIfN1Q3k .card {
    padding: 3rem 2rem;
  }
}
.cid-uSlIfN1Q3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSlIfN1Q3k .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlIfN1Q3k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSlIfN1Q3k .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIfN1Q3k .mbr-section-subtitle,
.cid-uSlIfN1Q3k .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-uSlIfN1Q3k .mbr-text,
.cid-uSlIfN1Q3k .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSlIfNzHCK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSlIfNzHCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfNzHCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfNzHCK .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSlIfNzHCK .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSlIfNzHCK .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uSlIfNzHCK .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSlIfNzHCK .item {
    margin-bottom: 40px;
  }
}
.cid-uSlIfNzHCK .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSlIfNzHCK .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uSlIfNzHCK .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uSlIfNzHCK .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSlIfNzHCK .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSlIfNzHCK .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSlIfNzHCK .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSlIfNzHCK .mbr-section-title,
.cid-uSlIfNzHCK .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uSlIfNzHCK .card-number {
  color: #f1f5eb;
}
.cid-uSlIfNzHCK .card-title {
  color: #323432;
}
.cid-uSlIfNzHCK .card-text {
  color: #323432;
}
.cid-uSlIfNzHCK .card-title,
.cid-uSlIfNzHCK .mbr-section-btn,
.cid-uSlIfNzHCK .iconfont-wrapper {
  color: #000000;
}
.cid-uSlIfOd9k2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlIfOd9k2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfOd9k2 .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-uSlIfOd9k2 .container {
    padding: 0 30px;
  }
}
.cid-uSlIfOd9k2 .row {
  justify-content: center;
}
.cid-uSlIfOd9k2 .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #1d0a03;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSlIfOd9k2 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSlIfOd9k2 .title-wrapper {
    margin: 0;
  }
}
.cid-uSlIfOd9k2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSlIfOd9k2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSlIfOd9k2 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uSlIfOd9k2 .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSlIfOd9k2 .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSlIfOd9k2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIfOd9k2 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSlIfOd9k2 .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSpNDe82Tm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSpNDe82Tm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpNDe82Tm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpNDe82Tm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSpNDe82Tm .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSpNDe82Tm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSpNDe82Tm .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSpNDe82Tm .container {
    padding: 0 16px;
  }
}
.cid-uSpNDe82Tm .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSpNDe82Tm .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uSpNDe82Tm .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uSpNDe82Tm .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSpNDe82Tm .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSpNDe82Tm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSpNDe82Tm .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-uSpNDe82Tm .cards-wrapper {
    display: block;
  }
}
.cid-uSpNDe82Tm .cards-wrapper .item {
  padding: 32px;
  background-color: #fbfcb6;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uSpNDe82Tm .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-uSpNDe82Tm .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-uSpNDe82Tm .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSpNDe82Tm .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-uSpNDe82Tm .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uSpNDe82Tm .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uSpNDe82Tm .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uSpNDe82Tm .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-uSpNDe82Tm .mbr-section-title {
  color: #000000;
}
.cid-uSpNDe82Tm .mbr-text {
  color: #000000;
}
.cid-uSpNDe82Tm .card-title {
  color: #000000;
}
.cid-uSpNDe82Tm .card-text {
  color: #000000;
}
.cid-uSlIfOPbEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSlIfOPbEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfOPbEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfOPbEk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSlIfOPbEk .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIfOPbEk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSlIfOPbEk .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSlIfOPbEk .container {
    padding: 0 16px;
  }
}
.cid-uSlIfOPbEk .row {
  justify-content: center;
}
.cid-uSlIfOPbEk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSlIfOPbEk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSlIfOPbEk .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uSlIfOPbEk .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uSlIfOPbEk .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uSlIfOPbEk .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uSlIfOPbEk .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uSlIfOPbEk .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSlIfOPbEk .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uSlIfOPbEk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSlIfOPbEk .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uSlIfOPbEk .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSlIfOPbEk .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uSlIfOPbEk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSlIfOPbEk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSlIfOPbEk .panel-title {
  color: #000000;
}
.cid-uSlIfOPbEk .panel-text {
  color: #000000;
}
.cid-uSlIfPzSMo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlIfPzSMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfPzSMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSlIfPzSMo .container {
    padding: 0 16px;
  }
}
.cid-uSlIfPzSMo .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSlIfPzSMo .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSlIfPzSMo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSlIfPzSMo .mbr-section-title {
  color: #000000;
}
.cid-uSlIfPzSMo .mbr-text {
  color: #000000;
}
.cid-uSm4BZ85TD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fbfcb6;
}
.cid-uSm4BZ85TD h4 {
  display: flex;
  color: #000000;
}
.cid-uSm4BZ85TD .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-uSm4BZ85TD .wrap {
  display: flex;
}
.cid-uSm4BZ85TD .icon {
  background: #000000;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-uSm4BZ85TD img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uSm4BZ85TD .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-uSm4BZ85TD p {
  margin: 0;
}
.cid-uSm4BZ85TD .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-uSm4BZ85TD .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-uSm4BZ85TD .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uSm4BZ85TD .panel-group {
  width: 100%;
}
.cid-uSm4BZ85TD .panel-title {
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uSm4BZ85TD .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uSm4BZ85TD .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #000000;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uSm4BZ85TD .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uSm4BZ85TD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSm4BZ85TD .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-uSm4BZ85TD .card .panel-body {
  background: #fbfcb6;
}
.cid-uSm4BZ85TD .sign {
  color: #000000;
}
.cid-uSm4BZ85TD .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uSm4BZ85TD .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uSm4BZ85TD .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uSm4BZ85TD .header-text,
.cid-uSm4BZ85TD .sign {
  color: #333333;
}
.cid-uSm4BZ85TD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm4BZ85TD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfQcITF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSlIfQcITF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfQcITF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfQcITF .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uSlIfQcITF .google-map {
    margin-bottom: 32px;
  }
}
.cid-uSlIfQcITF .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #4a8695, #fbfcb6, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSlIfQcITF .google-map::before {
    bottom: -32px;
  }
}
.cid-uSlIfQcITF .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uSlIfQcITF .google-map iframe {
    height: 350px;
  }
}
.cid-uSlIfQOk6o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcb6;
}
.cid-uSlIfQOk6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlIfQOk6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlIfQOk6o .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSlIfQOk6o .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSlIfQOk6o .row {
    text-align: center;
  }
  .cid-uSlIfQOk6o .social-row {
    justify-content: center;
  }
}
.cid-uSlIfQOk6o .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uSlIfQOk6o .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlIfQOk6o .list {
    margin-bottom: 0rem;
  }
}
.cid-uSlIfQOk6o .mbr-text {
  color: #bbbbbb;
}
.cid-uSlIfQOk6o .mbr-iconfont {
  color: black;
}
.cid-uSlIfQOk6o .mbr-section-subtitle {
  color: #000000;
}
.cid-uSlIfQOk6o .copyright {
  color: #000000;
  text-align: left;
}
