.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;
}
.card-wrapper .image-wrapper img,
.card-wrapper .app-video-wrapper img {
  border-radius: 1rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 5rem;
  line-height: 104px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.316em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.23em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #876c60 !important;
}
.bg-success {
  background-color: #876c60 !important;
}
.bg-info {
  background-color: #442915 !important;
}
.bg-warning {
  background-color: #ffe820 !important;
}
.bg-danger {
  background-color: #e64599 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #876c60 !important;
  border-color: #876c60 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a0867a !important;
  border-color: #a0867a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a0867a !important;
  border-color: #a0867a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #18c28a !important;
  border-color: #18c28a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #29e4a7 !important;
  border-color: #29e4a7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29e4a7 !important;
  border-color: #29e4a7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #442915 !important;
  border-color: #442915 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #6b4021 !important;
  border-color: #6b4021 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6b4021 !important;
  border-color: #6b4021 !important;
}
.btn-success,
.btn-success:active {
  background-color: #876c60 !important;
  border-color: #876c60 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a0867a !important;
  border-color: #a0867a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a0867a !important;
  border-color: #a0867a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe820 !important;
  border-color: #ffe820 !important;
  color: #201d00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffed53 !important;
  border-color: #ffed53 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #201d00 !important;
  background-color: #ffed53 !important;
  border-color: #ffed53 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e64599 !important;
  border-color: #e64599 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ec72b2 !important;
  border-color: #ec72b2 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ec72b2 !important;
  border-color: #ec72b2 !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: #876c60;
  color: #876c60;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #54433c !important;
  background-color: transparent !important;
  border-color: #54433c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #876c60 !important;
  border-color: #876c60 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #18c28a;
  color: #18c28a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0e7553 !important;
  background-color: transparent !important;
  border-color: #0e7553 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #18c28a !important;
  border-color: #18c28a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #442915;
  color: #442915;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #020101 !important;
  background-color: transparent !important;
  border-color: #020101 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #442915 !important;
  border-color: #442915 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #876c60;
  color: #876c60;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #54433c !important;
  background-color: transparent !important;
  border-color: #54433c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #876c60 !important;
  border-color: #876c60 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe820;
  color: #ffe820;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c8b400 !important;
  background-color: transparent !important;
  border-color: #c8b400 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #201d00 !important;
  background-color: #ffe820 !important;
  border-color: #ffe820 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e64599;
  color: #e64599;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #bb196e !important;
  background-color: transparent !important;
  border-color: #bb196e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e64599 !important;
  border-color: #e64599 !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: #876c60 !important;
}
.text-secondary {
  color: #18c28a !important;
}
.text-success {
  color: #876c60 !important;
}
.text-info {
  color: #442915 !important;
}
.text-warning {
  color: #ffe820 !important;
}
.text-danger {
  color: #e64599 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4b3c36 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0d6749 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4b3c36 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b9a600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ae1766 !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: #876c60;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #442915;
}
.alert-warning {
  background-color: #ffe820;
}
.alert-danger {
  background-color: #e64599;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 0;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #876c60;
  border-color: #876c60;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #876c60;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0aea6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0aea6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d2986d;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdec;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef9fc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #876c60 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #876c60;
}
/* 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: #876c60;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #876c60;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #876c60;
  border-bottom-color: #876c60;
}
.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: #876c60 !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: #18c28a !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='%23876c60' %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 {
  position: relative;
  padding: 20px 46px;
  min-width: 212px;
  font-weight: 700 !important;
  font-style: italic !important;
  z-index: 2;
}
.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;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover::after,
.mbr-section-btn-main .btn:hover::after,
.mbr-section-btn .btn:focus::after,
.mbr-section-btn-main .btn:focus::after {
  top: 0;
  left: 0;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #876c60 !important;
  box-shadow: 10px 10px #876c60;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #18c28a !important;
  box-shadow: 10px 10px #18c28a;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #876c60 !important;
  box-shadow: 10px 10px #876c60;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #442915 !important;
  box-shadow: 10px 10px #442915;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #ffe820 !important;
  box-shadow: 10px 10px #ffe820;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #e64599 !important;
  box-shadow: 10px 10px #e64599;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000 !important;
  box-shadow: 10px 10px #000000;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff !important;
  box-shadow: 10px 10px #ffffff;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  border: 1px solid #876c60 !important;
}
img {
  border-radius: 0 !important;
}
.cid-tLjdG6PpBb .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tLjdG6PpBb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tLjdG6PpBb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLjdG6PpBb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLjdG6PpBb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tLjdG6PpBb .menu_box .navbar.opened,
  .cid-tLjdG6PpBb .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLjdG6PpBb .navbar-dropdown {
  position: relative !important;
}
.cid-tLjdG6PpBb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tLjdG6PpBb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLjdG6PpBb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tLjdG6PpBb .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-tLjdG6PpBb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-tLjdG6PpBb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLjdG6PpBb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLjdG6PpBb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLjdG6PpBb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLjdG6PpBb .offcanvas-body .mbr-text,
  .cid-tLjdG6PpBb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tLjdG6PpBb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tLjdG6PpBb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLjdG6PpBb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tLjdG6PpBb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLjdG6PpBb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLjdG6PpBb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLjdG6PpBb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLjdG6PpBb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLjdG6PpBb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLjdG6PpBb .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);
  }
  .cid-tLjdG6PpBb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLjdG6PpBb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tLjdG6PpBb .lg_brand {
    margin: 0 1rem;
  }
  .cid-tLjdG6PpBb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tLjdG6PpBb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLjdG6PpBb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLjdG6PpBb .nav-item {
    margin: 0 !important;
  }
}
.cid-tLjdG6PpBb .nav-item .nav-link {
  position: relative;
}
.cid-tLjdG6PpBb .nav-item .nav-link:hover::before,
.cid-tLjdG6PpBb .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tLjdG6PpBb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #876c60;
}
.cid-tLjdG6PpBb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLjdG6PpBb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tLjdG6PpBb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLjdG6PpBb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLjdG6PpBb .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-tLjdG6PpBb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLjdG6PpBb .offcanvas_box {
    display: none;
  }
  .cid-tLjdG6PpBb .cid-tLjdG6PpBb .navbar .navbar-logo img {
    height: 6rem !important;
  }
}
.cid-tLjdG6PpBb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tLjdG6PpBb .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-tLjdG6PpBb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tLjdG6PpBb .container {
  display: flex;
  margin: auto;
}
.cid-tLjdG6PpBb .iconfont-wrapper {
  color: #e64599;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tLjdG6PpBb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLjdG6PpBb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tLjdG6PpBb .navbar-caption {
  color: #000000;
}
.cid-tLjdG6PpBb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLjdG6PpBb .navbar-nav {
    margin: 0;
  }
}
.cid-tLjdG6PpBb .dropdown-menu,
.cid-tLjdG6PpBb .navbar.opened {
  background-color: false !important;
}
.cid-tLjdG6PpBb .nav-item:focus,
.cid-tLjdG6PpBb .nav-link:focus {
  outline: none;
}
.cid-tLjdG6PpBb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLjdG6PpBb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLjdG6PpBb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLjdG6PpBb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLjdG6PpBb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLjdG6PpBb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLjdG6PpBb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tLjdG6PpBb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tLjdG6PpBb .navbar.opened {
  transition: all 0.3s;
}
.cid-tLjdG6PpBb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLjdG6PpBb .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-tLjdG6PpBb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tLjdG6PpBb .navbar.collapsed {
  justify-content: center;
}
.cid-tLjdG6PpBb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLjdG6PpBb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLjdG6PpBb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLjdG6PpBb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLjdG6PpBb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLjdG6PpBb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLjdG6PpBb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLjdG6PpBb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLjdG6PpBb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLjdG6PpBb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLjdG6PpBb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLjdG6PpBb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLjdG6PpBb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLjdG6PpBb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tLjdG6PpBb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLjdG6PpBb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLjdG6PpBb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLjdG6PpBb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLjdG6PpBb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tLjdG6PpBb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLjdG6PpBb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLjdG6PpBb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLjdG6PpBb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLjdG6PpBb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLjdG6PpBb .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-tLjdG6PpBb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tLjdG6PpBb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLjdG6PpBb .dropdown-item.active,
.cid-tLjdG6PpBb .dropdown-item:active {
  background-color: transparent;
}
.cid-tLjdG6PpBb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLjdG6PpBb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLjdG6PpBb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLjdG6PpBb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLjdG6PpBb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tLjdG6PpBb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLjdG6PpBb 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: #18c28a;
}
.cid-tLjdG6PpBb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLjdG6PpBb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLjdG6PpBb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLjdG6PpBb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLjdG6PpBb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLjdG6PpBb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLjdG6PpBb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLjdG6PpBb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLjdG6PpBb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLjdG6PpBb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLjdG6PpBb .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-tLjdG6PpBb .navbar {
    height: 70px;
  }
  .cid-tLjdG6PpBb .navbar.opened {
    height: auto;
  }
  .cid-tLjdG6PpBb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLjdG6PpBb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLjdG6PpBb .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tLjdG6PpBb .mbr-section-btn-main {
    max-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-tLjdG6PpBb .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-tLjdG6PpBb .navbar-caption:hover {
  color: #876c60;
}
@media (min-width: 992px) {
  .cid-tLjdG6PpBb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tLjdG6PpBb .text_widget {
  margin-bottom: 32px;
}
.cid-tLjdG6PpBb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tLjdG6PpBb .text_widget a:hover {
  opacity: .5;
}
.cid-tLjdG6PpBb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tLjdG6PpBb .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tLjdG6PpBb .mbr-section-subtitle,
.cid-tLjdG6PpBb .text_widget,
.cid-tLjdG6PpBb .mbr-section-btn {
  text-align: center;
}
.cid-tLjdG6PpBb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUeWhrBn36 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dddddd;
}
.cid-uUeWhrBn36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeWhrBn36 .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-uUeWhrBn36 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUeWhrBn36 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUeWhrBn36 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUeWhrBn36 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUeWhrBn36 .mbr-section-title {
  color: #e64599;
  text-align: center;
}
.cid-uUeWhrBn36 .mbr-text,
.cid-uUeWhrBn36 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tLjdQuhWtf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLjdQuhWtf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjdQuhWtf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjdQuhWtf .container {
  border-top: 1px solid #dee0df;
  border-bottom: 1px solid #dee0df;
}
@media (max-width: 992px) {
  .cid-tLjdQuhWtf .container {
    padding: 0 28px;
  }
}
.cid-tLjdQuhWtf .row {
  margin: -1px 0 0 0;
}
.cid-tLjdQuhWtf .card {
  padding: 40px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLjdQuhWtf .card {
    padding: 28px;
  }
}
.cid-tLjdQuhWtf .card:first-child {
  border-right: 1px solid #dee0df;
}
@media (max-width: 992px) {
  .cid-tLjdQuhWtf .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #dee0df;
  }
}
.cid-tLjdQuhWtf .card:last-child {
  border-right: none;
  padding: 40px 100px;
}
@media (max-width: 1200px) {
  .cid-tLjdQuhWtf .card:last-child {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tLjdQuhWtf .card:last-child {
    padding: 28px;
  }
}
.cid-tLjdQuhWtf .image-wrapper img {
  min-height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLjdQuhWtf .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-tLjdQuhWtf .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tLjdQuhWtf .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tLjdQuhWtf .title-wrapper img {
  max-width: 400px;
  height: 200px;
  object-fit: cover;
  margin: 0 auto 30px;
}
.cid-tLjdQuhWtf .mbr-section-title {
  color: #000000;
}
.cid-tLjdQuhWtf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tLjdQuhWtf .mbr-section-title,
.cid-tLjdQuhWtf .mbr-section-btn {
  text-align: center;
  color: #442915;
}
.cid-uXJrs1nBXz {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uXJrs1nBXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJrs1nBXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJrs1nBXz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uXJrs1nBXz .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uXJrs1nBXz .container {
    padding: 0 28px;
  }
}
.cid-uXJrs1nBXz .row {
  justify-content: center;
}
.cid-uXJrs1nBXz .card-wrapper {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uXJrs1nBXz .card-wrapper {
    display: block;
  }
}
.cid-uXJrs1nBXz .card-wrapper .content-wrap {
  padding: 70px 80px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uXJrs1nBXz .card-wrapper .content-wrap {
    padding: 70px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uXJrs1nBXz .card-wrapper .content-wrap {
    padding: 40px 28px;
  }
}
.cid-uXJrs1nBXz .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uXJrs1nBXz .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uXJrs1nBXz .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uXJrs1nBXz .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-uXJrs1nBXz .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uXJrs1nBXz .card-wrapper .image-wrapper img {
  height: 100%;
  margin-left: 30px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uXJrs1nBXz .card-wrapper .image-wrapper img {
    margin: 30px 0 0;
    height: 350px;
  }
}
.cid-uXJrs1nBXz .mbr-section-title {
  color: #000000;
}
.cid-uXJrs1nBXz .mbr-text {
  color: #000000;
}
.cid-uXJrs1nBXz .mbr-section-title,
.cid-uXJrs1nBXz .mbr-section-btn {
  color: #000000;
}
.cid-uUdkE0F2iE {
  background-color: #dee0df;
}
.cid-uUdkE0F2iE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdkE0F2iE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdkE0F2iE .row {
  flex-direction: row-reverse;
}
.cid-uUdkE0F2iE .mbr-description {
  color: #000000;
  text-align: center;
}
.cid-uUYhhhkvFi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUYhhhkvFi .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUYhhhkvFi .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uUYhhhkvFi .container {
    padding: 0 28px;
  }
}
.cid-uUYhhhkvFi .item:focus,
.cid-uUYhhhkvFi span:focus {
  outline: none;
}
.cid-uUYhhhkvFi .item-wrapper {
  position: relative;
}
.cid-uUYhhhkvFi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 0 200px;
}
@media (max-width: 1200px) {
  .cid-uUYhhhkvFi .embla__slide {
    padding: 0 130px;
  }
}
@media (max-width: 767px) {
  .cid-uUYhhhkvFi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.cid-uUYhhhkvFi .embla__slide .slide-content {
  width: 100%;
}
.cid-uUYhhhkvFi .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uUYhhhkvFi .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap {
  margin-bottom: 30px;
}
.cid-uUYhhhkvFi .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 80px;
  color: #000000;
  display: inline-flex;
}
.cid-uUYhhhkvFi .embla__slide .slide-content .item-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 40px;
}
.cid-uUYhhhkvFi .embla__slide .slide-content .item-wrapper .content-wrap .mbr-name {
  margin-bottom: 10px;
}
.cid-uUYhhhkvFi .embla__slide .slide-content .item-wrapper .content-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uUYhhhkvFi .embla__button--next,
.cid-uUYhhhkvFi .embla__button--prev {
  display: flex;
}
.cid-uUYhhhkvFi .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUYhhhkvFi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUYhhhkvFi .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uUYhhhkvFi .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uUYhhhkvFi .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uUYhhhkvFi .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uUYhhhkvFi .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uUYhhhkvFi .embla {
  position: relative;
  width: 100%;
}
.cid-uUYhhhkvFi .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUYhhhkvFi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUYhhhkvFi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUYhhhkvFi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUYhhhkvFi .mbr-card-title {
  color: #000000;
}
.cid-uUYhhhkvFi .mbr-name {
  color: #442915;
  text-align: center;
}
.cid-uUYhhhkvFi .mbr-role {
  color: #442915;
  text-align: center;
}
.cid-uUYhhhkvFi .mbr-card-title,
.cid-uUYhhhkvFi .icon-wrap {
  text-align: center;
  color: #442915;
}
.cid-uUYhhhkvFi P {
  text-align: center;
}
.cid-uUeNEyqZwj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUeNEyqZwj .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUeNEyqZwj .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uUeNEyqZwj .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uUeNEyqZwj .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uUeNEyqZwj .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uUeNEyqZwj .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uUeNEyqZwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeNEyqZwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeNEyqZwj .mbr-description {
  text-align: left;
}
.cid-uUeNEyqZwj .card-title,
.cid-uUeNEyqZwj .iconfont-wrapper {
  color: #000000;
}
.cid-uUeNEyqZwj .card-text {
  color: #000000;
}
.cid-uUeNEyqZwj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUeNEyqZwj .mbr-number {
  color: #9fe870;
}
.cid-uUeNEyqZwj .mbr-text,
.cid-uUeNEyqZwj .mbr-section-btn {
  text-align: center;
}
.cid-uUeNEyqZwj .card-text,
.cid-uUeNEyqZwj .item .mbr-section-btn {
  text-align: left;
}
.cid-uUeNEyqZwj .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUeNEyqZwj .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uUeNEyqZwj .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUeNEyqZwj .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uXrOPNG19b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e64599;
}
.cid-uXrOPNG19b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrOPNG19b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrOPNG19b .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXrOPNG19b .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXrOPNG19b .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXrOPNG19b .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXrOPNG19b .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uXrOPNG19b .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uXrOPNG19b .mbr-section-title {
  color: #111111;
}
.cid-uXrOPNG19b .mbr-section-subtitle {
  color: #876c60;
  text-align: center;
}
.cid-uXrOPNG19b .mbr-text,
.cid-uXrOPNG19b .text-wrapper {
  color: #666666;
}
.cid-uXrOPNG19b .mbr-section-title,
.cid-uXrOPNG19b .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uYvGWbKEUv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e64599;
}
.cid-uYvGWbKEUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYvGWbKEUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYvGWbKEUv .row {
  justify-content: center;
}
.cid-uYvGWbKEUv .title-row {
  position: relative;
  z-index: 11;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .cid-uYvGWbKEUv .title-row {
    margin-bottom: 20px;
  }
}
.cid-uYvGWbKEUv .mbr-section-title {
  color: #2B2B2B;
}
.cid-uYvGWbKEUv .mbr-section-subtitle {
  color: #000000;
  margin-top: 12px;
}
.cid-uYvGWbKEUv .img-container {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.cid-uYvGWbKEUv .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
.cid-uYvGWbKEUv .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uYvGWbKEUv .img-row {
  position: relative;
}
.cid-uYvGWbKEUv .circle-blur {
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .9;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uYvGWbKEUv .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uYvGWbKEUv .circle-blur1 {
  top: 0;
  left: 40%;
  background-image: linear-gradient(132deg, #e64599 27%, #e64599 50%, #e64599 79%);
}
.cid-uYvGWbKEUv .circle-blur2 {
  bottom: 0;
  right: 10%;
  background-image: linear-gradient(132deg, #e64599 27%, #e64599 50%, #e64599 79%);
}
.cid-uYv7QOS6UG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #e64599;
}
.cid-uYv7QOS6UG .row {
  position: relative;
}
.cid-uYv7QOS6UG .row .blur-circle {
  position: absolute;
  top: 0;
  right: 30%;
  width: 55%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #e64599 50%, #e64599);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-uYv7QOS6UG .row .blur-circle {
    display: none;
  }
}
.cid-uYv7QOS6UG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYv7QOS6UG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYv7QOS6UG .row {
  justify-content: center;
}
.cid-uYv7QOS6UG .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
}
.cid-uYv7QOS6UG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYv7QOS6UG .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uYv7QOS6UG .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #e64599;
  z-index: -1;
}
.cid-uYv7QOS6UG .card {
  padding: 48px 24px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYv7QOS6UG .card {
    margin-bottom: 12px;
  }
}
.cid-uYv7QOS6UG .card .price-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  margin-bottom: 2rem;
}
.cid-uYv7QOS6UG .card .price-wrapper .mbr-price {
  margin-bottom: 0;
}
.cid-uYv7QOS6UG .card .mbr-price-title {
  margin-bottom: 0;
}
.cid-uYv7QOS6UG .card .mbr-desc {
  margin-bottom: 32px;
}
.cid-uYv7QOS6UG .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uYv7QOS6UG .mbr-price,
.cid-uYv7QOS6UG .mbr-iconfont {
  color: #e64599;
  text-align: center;
}
.cid-uYv7QOS6UG .mbr-price-title {
  color: #111111;
}
.cid-uYv7QOS6UG .mbr-desc {
  color: #e64599;
  text-align: center;
}
.cid-uYv7QOS6UG .mbr-price-title,
.cid-uYv7QOS6UG .mbr-section-btn {
  text-align: center;
  color: #e64599;
}
.cid-uYv7QOS6UG .mbr-price,
.cid-uYv7QOS6UG .mbr-iconfont DIV {
  text-align: center;
}
.cid-uYv7QOS6UG .cashapp {
  width: 40px;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 40px;
}
.cid-uYv7QOS6UG .venmo {
  width: 150px;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 55px;
}
.cid-uYv7QOS6UG P {
  color: #e64599;
}
.cid-uZa4XlzSl4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #e64599;
}
.cid-uZa4XlzSl4 .row {
  position: relative;
}
.cid-uZa4XlzSl4 .row .blur-circle {
  position: absolute;
  top: 0;
  right: 30%;
  width: 55%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #e64599 50%, #e64599);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-uZa4XlzSl4 .row .blur-circle {
    display: none;
  }
}
.cid-uZa4XlzSl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZa4XlzSl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZa4XlzSl4 .row {
  justify-content: center;
}
.cid-uZa4XlzSl4 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
}
.cid-uZa4XlzSl4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZa4XlzSl4 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uZa4XlzSl4 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #e64599;
  z-index: -1;
}
.cid-uZa4XlzSl4 .card {
  padding: 48px 24px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZa4XlzSl4 .card {
    margin-bottom: 12px;
  }
}
.cid-uZa4XlzSl4 .card .price-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  margin-bottom: 2rem;
}
.cid-uZa4XlzSl4 .card .price-wrapper .mbr-price {
  margin-bottom: 0;
}
.cid-uZa4XlzSl4 .card .mbr-price-title {
  margin-bottom: 0;
}
.cid-uZa4XlzSl4 .card .mbr-desc {
  margin-bottom: 32px;
}
.cid-uZa4XlzSl4 .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uZa4XlzSl4 .mbr-price,
.cid-uZa4XlzSl4 .mbr-iconfont {
  color: #e64599;
  text-align: center;
}
.cid-uZa4XlzSl4 .mbr-price-title {
  color: #111111;
}
.cid-uZa4XlzSl4 .mbr-desc {
  color: #e64599;
  text-align: center;
}
.cid-uZa4XlzSl4 .mbr-price-title,
.cid-uZa4XlzSl4 .mbr-section-btn {
  text-align: center;
  color: #e64599;
}
.cid-uZa4XlzSl4 .mbr-price,
.cid-uZa4XlzSl4 .mbr-iconfont DIV {
  text-align: center;
}
.cid-uZa4XlzSl4 .cashapp {
  width: 40px;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 40px;
}
.cid-uZa4XlzSl4 .venmo {
  width: 150px;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 55px;
}
.cid-tLjdKx2ZzF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-tLjdKx2ZzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjdKx2ZzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjdKx2ZzF .container-fluid {
  padding: 0;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tLjdKx2ZzF .container-fluid {
    padding: 0;
  }
}
.cid-tLjdKx2ZzF .container {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tLjdKx2ZzF .container {
    padding: 0 28px;
  }
}
.cid-tLjdKx2ZzF .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-tLjdKx2ZzF .item {
  padding: 40px;
  border-right: 1px solid #f7f7f7;
  transition: all 0.3s ease-in-out;
}
.cid-tLjdKx2ZzF .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tLjdKx2ZzF .item {
    padding: 28px;
    border-right: none;
    border-bottom: 1px solid #f7f7f7;
  }
  .cid-tLjdKx2ZzF .item:last-child {
    border-bottom: none;
  }
}
.cid-tLjdKx2ZzF .item:hover,
.cid-tLjdKx2ZzF .item:focus {
  background-color: #18c28a;
}
.cid-tLjdKx2ZzF .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-tLjdKx2ZzF .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-tLjdKx2ZzF .item .item-wrapper {
  display: block;
}
.cid-tLjdKx2ZzF .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLjdKx2ZzF .item .item-wrapper .item-img img {
  height: 415px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLjdKx2ZzF .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tLjdKx2ZzF .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  height: 200px;
  width: 200px;
  background-color: #f2d122;
  font-size: 80px;
  color: #000000;
  border: 5px solid #000000;
  border-radius: 100%;
  transform: rotate(15deg);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLjdKx2ZzF .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-tLjdKx2ZzF .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tLjdKx2ZzF .item .item-wrapper .item-content .social-wrapper {
  margin-top: 34px;
}
.cid-tLjdKx2ZzF .item .item-wrapper .item-content .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-tLjdKx2ZzF .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item {
  display: inline-flex;
  margin-right: 15px;
}
.cid-tLjdKx2ZzF .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item:hover .mbr-soc::after,
.cid-tLjdKx2ZzF .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item:focus .mbr-soc::after {
  width: 100%;
}
.cid-tLjdKx2ZzF .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item .mbr-soc {
  margin-bottom: 0;
  position: relative;
}
.cid-tLjdKx2ZzF .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item .mbr-soc::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-tLjdKx2ZzF .item-title {
  color: #000000;
}
.cid-tLjdKx2ZzF .mbr-text {
  color: #000000;
}
.cid-tLjdKx2ZzF .mbr-soc {
  color: #000000;
}
.cid-uX9ThgIrFI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uX9ThgIrFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX9ThgIrFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX9ThgIrFI .cont-wrap {
  justify-content: center;
}
.cid-uX9ThgIrFI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uX9ThgIrFI .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uX9ThgIrFI .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uX9ThgIrFI .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uX9ThgIrFI .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uX9ThgIrFI .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uX9ThgIrFI .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uX9ThgIrFI .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uX9ThgIrFI .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uX9ThgIrFI .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #26a668;
}
.cid-uX9ThgIrFI .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #26a668;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX9ThgIrFI .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uX9ThgIrFI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uX9ThgIrFI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uX9ThgIrFI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uX9ThgIrFI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #26a668;
}
.cid-uX9ThgIrFI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #e64599;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uX9ThgIrFI .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uX9ThgIrFI .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uX9ThgIrFI .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uX9ThgIrFI .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uX9ThgIrFI .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uX9ThgIrFI .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uX9ThgIrFI .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uX9ThgIrFI .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uX9ThgIrFI .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uX9ThgIrFI .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uX9ThgIrFI .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uX9ThgIrFI .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uX9ThgIrFI .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-uX9ThgIrFI .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uX9ThgIrFI .mbr-section-title {
  color: #212529;
}
.cid-uX9ThgIrFI .mbr-section-subtitle {
  color: #51565c;
}
.cid-uX9ThgIrFI .mbr-text {
  color: #442915;
}
.cid-uX9ThgIrFI .list {
  color: #212529;
}
.cid-uX9ThgIrFI .list,
.cid-uX9ThgIrFI .item-wrap,
.cid-uX9ThgIrFI .social-wrapper {
  color: #442915;
}
.cid-tLje0NBGxk {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLje0NBGxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLje0NBGxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLje0NBGxk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLje0NBGxk .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLje0NBGxk .container {
    padding: 0 28px;
  }
}
.cid-tLje0NBGxk .content-wrapper .logo-wrapper {
  margin-bottom: 35px;
}
.cid-tLje0NBGxk .content-wrapper .logo-wrapper img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.cid-tLje0NBGxk .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tLje0NBGxk .content-wrapper .contact-wrap {
  margin-bottom: 35px;
}
.cid-tLje0NBGxk .content-wrapper .contact-wrap .link-wrap {
  display: block;
}
.cid-tLje0NBGxk .content-wrapper .contact-wrap .link-wrap:hover .mbr-cont::after,
.cid-tLje0NBGxk .content-wrapper .contact-wrap .link-wrap:focus .mbr-cont::after {
  width: 100%;
}
.cid-tLje0NBGxk .content-wrapper .contact-wrap .link-wrap .mbr-cont {
  margin: 10px 0;
  position: relative;
  display: inline-flex;
}
.cid-tLje0NBGxk .content-wrapper .contact-wrap .link-wrap .mbr-cont::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #876c60;
}
.cid-tLje0NBGxk .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-tLje0NBGxk .mbr-section-title {
  color: #000000;
}
.cid-tLje0NBGxk .mbr-cont,
.cid-tLje0NBGxk .link-wrap {
  color: #000000;
  text-align: center;
}
.cid-tLje0NBGxk .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-tLje0NBGxk .mbr-section-title,
.cid-tLje0NBGxk .logo-wrapper {
  text-align: center;
}
.cid-v0t25f3bJA .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v0t25f3bJA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v0t25f3bJA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0t25f3bJA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0t25f3bJA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v0t25f3bJA .menu_box .navbar.opened,
  .cid-v0t25f3bJA .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v0t25f3bJA .navbar-dropdown {
  position: relative !important;
}
.cid-v0t25f3bJA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v0t25f3bJA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0t25f3bJA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v0t25f3bJA .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-v0t25f3bJA .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-v0t25f3bJA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v0t25f3bJA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v0t25f3bJA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v0t25f3bJA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v0t25f3bJA .offcanvas-body .mbr-text,
  .cid-v0t25f3bJA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v0t25f3bJA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v0t25f3bJA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v0t25f3bJA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-v0t25f3bJA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v0t25f3bJA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v0t25f3bJA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v0t25f3bJA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v0t25f3bJA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v0t25f3bJA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v0t25f3bJA .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);
  }
  .cid-v0t25f3bJA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v0t25f3bJA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v0t25f3bJA .lg_brand {
    margin: 0 1rem;
  }
  .cid-v0t25f3bJA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-v0t25f3bJA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v0t25f3bJA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v0t25f3bJA .nav-item {
    margin: 0 !important;
  }
}
.cid-v0t25f3bJA .nav-item .nav-link {
  position: relative;
}
.cid-v0t25f3bJA .nav-item .nav-link:hover::before,
.cid-v0t25f3bJA .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v0t25f3bJA .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #876c60;
}
.cid-v0t25f3bJA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v0t25f3bJA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v0t25f3bJA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v0t25f3bJA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v0t25f3bJA .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-v0t25f3bJA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v0t25f3bJA .offcanvas_box {
    display: none;
  }
  .cid-v0t25f3bJA .cid-tLjdG6PpBb .navbar .navbar-logo img {
    height: 6rem !important;
  }
}
.cid-v0t25f3bJA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v0t25f3bJA .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-v0t25f3bJA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v0t25f3bJA .container {
  display: flex;
  margin: auto;
}
.cid-v0t25f3bJA .iconfont-wrapper {
  color: #e64599;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v0t25f3bJA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v0t25f3bJA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0t25f3bJA .navbar-caption {
  color: #000000;
}
.cid-v0t25f3bJA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v0t25f3bJA .navbar-nav {
    margin: 0;
  }
}
.cid-v0t25f3bJA .dropdown-menu,
.cid-v0t25f3bJA .navbar.opened {
  background-color: false !important;
}
.cid-v0t25f3bJA .nav-item:focus,
.cid-v0t25f3bJA .nav-link:focus {
  outline: none;
}
.cid-v0t25f3bJA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0t25f3bJA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0t25f3bJA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0t25f3bJA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0t25f3bJA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0t25f3bJA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0t25f3bJA .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v0t25f3bJA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v0t25f3bJA .navbar.opened {
  transition: all 0.3s;
}
.cid-v0t25f3bJA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v0t25f3bJA .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-v0t25f3bJA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v0t25f3bJA .navbar.collapsed {
  justify-content: center;
}
.cid-v0t25f3bJA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0t25f3bJA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0t25f3bJA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0t25f3bJA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0t25f3bJA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0t25f3bJA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v0t25f3bJA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0t25f3bJA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v0t25f3bJA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v0t25f3bJA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0t25f3bJA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0t25f3bJA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v0t25f3bJA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0t25f3bJA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v0t25f3bJA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0t25f3bJA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v0t25f3bJA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v0t25f3bJA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v0t25f3bJA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v0t25f3bJA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0t25f3bJA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v0t25f3bJA .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0t25f3bJA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0t25f3bJA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0t25f3bJA .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-v0t25f3bJA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0t25f3bJA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0t25f3bJA .dropdown-item.active,
.cid-v0t25f3bJA .dropdown-item:active {
  background-color: transparent;
}
.cid-v0t25f3bJA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0t25f3bJA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0t25f3bJA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0t25f3bJA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0t25f3bJA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v0t25f3bJA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0t25f3bJA 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: #18c28a;
}
.cid-v0t25f3bJA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0t25f3bJA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0t25f3bJA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0t25f3bJA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0t25f3bJA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0t25f3bJA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0t25f3bJA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0t25f3bJA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0t25f3bJA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0t25f3bJA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v0t25f3bJA .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-v0t25f3bJA .navbar {
    height: 70px;
  }
  .cid-v0t25f3bJA .navbar.opened {
    height: auto;
  }
  .cid-v0t25f3bJA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0t25f3bJA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v0t25f3bJA .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v0t25f3bJA .mbr-section-btn-main {
    max-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-v0t25f3bJA .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-v0t25f3bJA .navbar-caption:hover {
  color: #876c60;
}
@media (min-width: 992px) {
  .cid-v0t25f3bJA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v0t25f3bJA .text_widget {
  margin-bottom: 32px;
}
.cid-v0t25f3bJA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v0t25f3bJA .text_widget a:hover {
  opacity: .5;
}
.cid-v0t25f3bJA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0t25f3bJA .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0t25f3bJA .mbr-section-subtitle,
.cid-v0t25f3bJA .text_widget,
.cid-v0t25f3bJA .mbr-section-btn {
  text-align: center;
}
.cid-v0t25f3bJA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
#custom-html-2v {
  /* Type valid CSS here */
}
#custom-html-2v div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-2v p {
  font-size: 60px;
  color: #777;
}
.cid-v4wGdwp95P {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v4wGdwp95P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wGdwp95P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4wGdwp95P .mbr-text {
  color: #291f1e;
}
.cid-v4wGdwp95P .mbr-section-title {
  color: #342d28;
}
.cid-v4wMBbrUc1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v4wMBbrUc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wMBbrUc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4wMBbrUc1 .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v4wMBbrUc1 .container {
    padding: 0 28px;
  }
}
.cid-v4wMBbrUc1 .row {
  margin: -1px 0 0 0;
}
.cid-v4wMBbrUc1 .card {
  padding: 50px 40px;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v4wMBbrUc1 .card {
    padding: 28px;
  }
}
.cid-v4wMBbrUc1 .card:first-child {
  border-right: 1px solid #ffffff;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v4wMBbrUc1 .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-v4wMBbrUc1 .card:last-child {
  border-right: none;
  border-right: 1px solid #ffffff;
}
.cid-v4wMBbrUc1 .title-wrapper .icon-wrap {
  margin-bottom: 20px;
}
.cid-v4wMBbrUc1 .title-wrapper .icon-wrap .mbr-iconfont {
  font-size: 110px;
  color: #f97388;
  display: inline-flex;
}
.cid-v4wMBbrUc1 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4wMBbrUc1 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v4wMBbrUc1 .image-wrapper img {
  min-height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4wMBbrUc1 .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-v4wMBbrUc1 .mbr-section-title {
  color: #000000;
}
.cid-v4wMBbrUc1 .mbr-text {
  color: #000000;
}
.cid-v0t25j8OF2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0t25j8OF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0t25j8OF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0t25j8OF2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v0t25j8OF2 .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-v0t25j8OF2 .container {
    padding: 0 28px;
  }
}
.cid-v0t25j8OF2 .content-wrapper .logo-wrapper {
  margin-bottom: 35px;
}
.cid-v0t25j8OF2 .content-wrapper .logo-wrapper img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.cid-v0t25j8OF2 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0t25j8OF2 .content-wrapper .contact-wrap {
  margin-bottom: 35px;
}
.cid-v0t25j8OF2 .content-wrapper .contact-wrap .link-wrap {
  display: block;
}
.cid-v0t25j8OF2 .content-wrapper .contact-wrap .link-wrap:hover .mbr-cont::after,
.cid-v0t25j8OF2 .content-wrapper .contact-wrap .link-wrap:focus .mbr-cont::after {
  width: 100%;
}
.cid-v0t25j8OF2 .content-wrapper .contact-wrap .link-wrap .mbr-cont {
  margin: 10px 0;
  position: relative;
  display: inline-flex;
}
.cid-v0t25j8OF2 .content-wrapper .contact-wrap .link-wrap .mbr-cont::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #876c60;
}
.cid-v0t25j8OF2 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v0t25j8OF2 .mbr-section-title {
  color: #000000;
}
.cid-v0t25j8OF2 .mbr-cont,
.cid-v0t25j8OF2 .link-wrap {
  color: #000000;
  text-align: center;
}
.cid-v0t25j8OF2 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-v0t25j8OF2 .mbr-section-title,
.cid-v0t25j8OF2 .logo-wrapper {
  text-align: center;
}
