.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fefcf3;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5.625rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 3.75rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.125rem;
  line-height: 170%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@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: #5b8e7d !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5b8e7d !important;
  border-color: #5b8e7d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #75a796 !important;
  border-color: #75a796 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #75a796 !important;
  border-color: #75a796 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bc4b51 !important;
  border-color: #bc4b51 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ca7075 !important;
  border-color: #ca7075 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ca7075 !important;
  border-color: #ca7075 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5b8e7d;
  color: #5b8e7d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #39594e !important;
  background-color: transparent !important;
  border-color: #39594e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5b8e7d !important;
  border-color: #5b8e7d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bc4b51;
  color: #bc4b51;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #803034 !important;
  background-color: transparent !important;
  border-color: #803034 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bc4b51 !important;
  border-color: #bc4b51 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5b8e7d !important;
}
.text-secondary {
  color: #bc4b51 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #335046 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #752c30 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5b8e7d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5b8e7d;
  border-color: #5b8e7d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5b8e7d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a4c5ba;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5b8e7d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #5b8e7d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5b8e7d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5b8e7d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5b8e7d;
  border-bottom-color: #5b8e7d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5b8e7d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #bc4b51 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235b8e7d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 9px 30px;
  border-radius: 25px !important;
  border-width: 1px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 20px;
  margin: 0 0 0 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #5b8e7d !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #bc4b51 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #20ac6b !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #0aa3c2 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #cc9900 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #ae1e2c !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #5b8e7d !important;
  color: #0aa3c2 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #bc4b51 !important;
  color: #0aa3c2 !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #20ac6b !important;
  color: #bc4b51 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #0aa3c2 !important;
  color: #bc4b51 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #cc9900 !important;
  color: #0aa3c2 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #ae1e2c !important;
  color: #0aa3c2 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 14px !important;
}
.cid-uAbZxyHNdS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uAbZxyHNdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbZxyHNdS .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-uAbZxyHNdS .container {
    padding: 0 16px;
  }
}
.cid-uAbZxyHNdS .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uAbZxyHNdS .row .card {
  justify-content: flex-end;
}
.cid-uAbZxyHNdS .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uAbZxyHNdS .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uAbZxyHNdS .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uAbZxyHNdS .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAbZxyHNdS .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uAbZxyHNdS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAbZxyHNdS .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #5b8e7d !important;
}
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #bc4b51 !important;
}
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #20ac6b !important;
}
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #0aa3c2 !important;
}
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #cc9900 !important;
}
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ae1e2c !important;
}
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uAbZxyHNdS .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uAbZxyHNdS .mbr-section-title {
  color: #000000;
}
.cid-uAbZxyHNdS .mbr-text {
  color: #000000;
}
.cid-uAbZxyHNdS .mbr-section-title,
.cid-uAbZxyHNdS .mbr-section-btn-main {
  color: #000000;
  text-align: center;
}
.cid-uAbZxyHNdS .mbr-text,
.cid-uAbZxyHNdS .mbr-section-btn {
  color: #000000;
}
.cid-uAbZxyPNeb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-uAbZxyPNeb::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f4e285 -10%, transparent 70%);
}
.cid-uAbZxyPNeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbZxyPNeb .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-uAbZxyPNeb .container {
    padding: 0 16px;
  }
}
.cid-uAbZxyPNeb .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uAbZxyPNeb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAbZxyPNeb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAbZxyPNeb .mbr-section-title {
  color: #000000;
}
.cid-uAbZxyPNeb .mbr-text {
  color: #000000;
}
.cid-uAbZxyPNeb .mbr-text,
.cid-uAbZxyPNeb .icon-wrapper {
  color: #000000;
}
.cid-uAbZxyQhn5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uAbZxyQhn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbZxyQhn5 .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-uAbZxyQhn5 .container {
    padding: 0 16px;
  }
}
.cid-uAbZxyQhn5 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uAbZxyQhn5 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uAbZxyQhn5 .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uAbZxyQhn5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uAbZxyQhn5 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uAbZxyQhn5 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uAbZxyQhn5 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uAbZxyQhn5 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f4e285 -10%, transparent 80%);
}
.cid-uAbZxyQhn5 .panel-group .card {
  border-radius: 20px !important;
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uAbZxyQhn5 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAbZxyQhn5 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAbZxyQhn5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAbZxyQhn5 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uAbZxyQhn5 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAbZxyQhn5 .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAbZxyQhn5 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uAbZxyQhn5 .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uAbZxyQhn5 .mbr-section-title {
  color: #000000;
}
.cid-uAbZxyQhn5 .mbr-text {
  color: #6f6f6f;
}
.cid-uAbZxyQhn5 .panel-title-edit {
  color: #000000;
}
.cid-uAbZxyQhn5 .panel-text {
  color: #000000;
}
.cid-uAbZxyQhn5 .mbr-section-title,
.cid-uAbZxyQhn5 .mbr-section-btn,
.cid-uAbZxyQhn5 .decor-wrapper {
  color: #000000;
}
.cid-uAbZxyQhn5 .mbr-text,
.cid-uAbZxyQhn5 .text-wrap {
  color: #000000;
}
.cid-uAbZxyRiit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.cid-uAbZxyRiit::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f4e285 -10%, transparent 80%);
}
.cid-uAbZxyRiit .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbZxyRiit .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-uAbZxyRiit .container {
    padding: 0 16px;
  }
}
.cid-uAbZxyRiit .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAbZxyRiit .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uAbZxyRiit .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAbZxyRiit .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uAbZxyRiit .content-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  padding: 50px;
  border-radius: 14px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uAbZxyRiit .content-wrapper .nav.nav-tabs {
    padding: 32px;
  }
}
.cid-uAbZxyRiit .content-wrapper .nav.nav-tabs .nav-item {
  padding: 24px 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uAbZxyRiit .content-wrapper .nav.nav-tabs .nav-item:first-child {
  padding-top: 0;
}
.cid-uAbZxyRiit .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uAbZxyRiit .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  text-decoration: underline;
  background-color: transparent;
}
.cid-uAbZxyRiit .tab-content .tab-pane .content-wrap .mbr-title {
  margin-bottom: 50px;
}
.cid-uAbZxyRiit .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 50px;
}
.cid-uAbZxyRiit .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAbZxyRiit .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-uAbZxyRiit .mbr-section-title {
  color: #000000;
}
.cid-uAbZxyRiit .mbr-text {
  color: #000000;
}
.cid-uAbZxyRiit .mbr-section-title,
.cid-uAbZxyRiit .nav-link {
  color: #000000;
}
.cid-uAbZxyRiit .mbr-title {
  color: #000000;
}
.cid-uAbZxyUxUH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uAbZxyUxUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbZxyUxUH .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-uAbZxyUxUH .container {
    padding: 0 16px;
  }
}
.cid-uAbZxyUxUH .row {
  position: relative;
  justify-content: space-between;
}
.cid-uAbZxyUxUH .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uAbZxyUxUH .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uAbZxyUxUH .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAbZxyUxUH .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uAbZxyUxUH .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uAbZxyUxUH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAbZxyUxUH .image-wrapper img {
  height: 560px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAbZxyUxUH .image-wrapper img {
    height: 350px;
  }
}
.cid-uAbZxyUxUH .image-wrapper .image-wrap {
  margin-bottom: 24px;
}
.cid-uAbZxyUxUH .image-wrapper .image-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAbZxyUxUH .mbr-section-title {
  color: #000000;
}
.cid-uAbZxyUxUH .mbr-text {
  color: #000000;
}
.cid-uAbZxyVhvk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uAbZxyVhvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbZxyVhvk .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-uAbZxyVhvk .container {
    padding: 0 16px;
  }
}
.cid-uAbZxyVhvk .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uAbZxyVhvk .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-uAbZxyVhvk .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAbZxyVhvk .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px !important;
  background-color: #fefcf3;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uAbZxyVhvk .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-uAbZxyVhvk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uAbZxyVhvk .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uAbZxyVhvk .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAbZxyVhvk .mbr-section-title {
  color: #ffffff;
}
.cid-uAbZxyVhvk .mbr-text {
  color: #ffffff;
}
.cid-uAbZxyVhvk .mbr-section-title,
.cid-uAbZxyVhvk .mbr-section-btn {
  color: #000000;
}
.cid-uAbZxyVhvk .mbr-text,
.cid-uAbZxyVhvk .text-wrapper {
  color: #000000;
}
.cid-uAbZxyZ0jI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uAbZxyZ0jI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbZxyZ0jI .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-uAbZxyZ0jI .container {
    padding: 0 16px;
  }
}
.cid-uAbZxyZ0jI .row {
  justify-content: center;
}
.cid-uAbZxyZ0jI .content-wrapper {
  position: relative;
}
.cid-uAbZxyZ0jI .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
.cid-uAbZxyZ0jI .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f4e285;
  display: inline-flex;
}
.cid-uAbZxyZ0jI .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uAbZxyZ0jI .content-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uAbZxyZ0jI .content-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
.cid-uAbZxyZ0jI .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAbZxyZ0jI .content-wrapper .list .item-wrap:hover,
.cid-uAbZxyZ0jI .content-wrapper .list .item-wrap:focus {
  color: #f4e285;
}
.cid-uAbZxyZ0jI .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, #5b8e7d -10%, transparent 70%);
}
.cid-uAbZxyZ0jI .mbr-section-title {
  color: #000000;
}
.cid-uAbZxyZ0jI .list {
  color: #000000;
  text-align: center;
}
.cid-uAbZxyZ0jI .mbr-section-title,
.cid-uAbZxyZ0jI .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uAbZxyZ0jI .list,
.cid-uAbZxyZ0jI .item-wrap {
  color: #000000;
}
.cid-uAbZxz0fV2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uAbZxz0fV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbZxz0fV2 .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-uAbZxz0fV2 .container {
    padding: 0 16px;
  }
}
.cid-uAbZxz0fV2 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uAbZxz0fV2 .row .card {
  justify-content: flex-end;
}
.cid-uAbZxz0fV2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uAbZxz0fV2 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uAbZxz0fV2 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uAbZxz0fV2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uAbZxz0fV2 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uAbZxz0fV2 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAbZxz0fV2 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAbZxz0fV2 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uAbZxz0fV2 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uAbZxz0fV2 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAbZxz0fV2 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uAbZxz0fV2 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uAbZxz0fV2 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uAbZxz0fV2 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uAbZxz0fV2 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAbZxz0fV2 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uAbZxz0fV2 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uAbZxz0fV2 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uAbZxz0fV2 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uAbZxz0fV2 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uAbZxz0fV2 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uAbZxz0fV2 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uAbZxz0fV2 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uAbZxz0fV2 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uAbZxz0fV2 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uAbZxz0fV2 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uAbZxz0fV2 .mbr-section-title {
  color: #000000;
}
.cid-uAbZxz0fV2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAbZxz0fV2 .mbr-text {
  color: #000000;
}
.cid-uAbZxz0fV2 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uAbZxz0fV2 .list {
  color: #000000;
}
.cid-uAbZxz0fV2 .mbr-contact {
  color: #000000;
}
