.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Reddit Sans;
}
.display-1 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'PT Serif', serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 2.125rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.15;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((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: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #5851c2 !important;
}
.bg-success {
  background-color: #fff1e2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #45cb20 !important;
}
.bg-danger {
  background-color: #ff951b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5851c2 !important;
  border-color: #5851c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #7c77cf !important;
  border-color: #7c77cf !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7c77cf !important;
  border-color: #7c77cf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed463f !important;
  border-color: #ed463f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f1736e !important;
  border-color: #f1736e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f1736e !important;
  border-color: #f1736e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
  color: #e27500 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #e27500 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #45cb20 !important;
  border-color: #45cb20 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #61e03e !important;
  border-color: #61e03e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #61e03e !important;
  border-color: #61e03e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff951b !important;
  border-color: #ff951b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffad4e !important;
  border-color: #ffad4e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffad4e !important;
  border-color: #ffad4e !important;
}
.btn-white,
.btn-white:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !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: #787878 !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: #5851c2;
  color: #5851c2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #36318b !important;
  background-color: transparent !important;
  border-color: #36318b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5851c2 !important;
  border-color: #5851c2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ed463f;
  color: #ed463f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c31912 !important;
  background-color: transparent !important;
  border-color: #c31912 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed463f !important;
  border-color: #ed463f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff1e2;
  color: #fff1e2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffc78b !important;
  background-color: transparent !important;
  border-color: #ffc78b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #e27500 !important;
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #45cb20;
  color: #45cb20;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2c8014 !important;
  background-color: transparent !important;
  border-color: #2c8014 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #45cb20 !important;
  border-color: #45cb20 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff951b;
  color: #ff951b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c36900 !important;
  background-color: transparent !important;
  border-color: #c36900 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff951b !important;
  border-color: #ff951b !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: #5851c2 !important;
}
.text-secondary {
  color: #ed463f !important;
}
.text-success {
  color: #fff1e2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #45cb20 !important;
}
.text-danger {
  color: #ff951b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #322d80 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b51811 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc07c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #277312 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b46000 !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: #5851c2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #45cb20;
}
.alert-danger {
  background-color: #ff951b;
}
.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: #5851c2;
  border-color: #5851c2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5851c2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3afe3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cdf5c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4e7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.15;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #5851c2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.15;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #5851c2;
}
/* 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: #5851c2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5851c2;
}
.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: #5851c2;
  border-bottom-color: #5851c2;
}
.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: #5851c2 !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: #ed463f !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='%235851c2' %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 {
  width: 100%;
}
.mbr-section-btn .btn {
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  border-radius: 12px !important;
  font-weight: 400 !important;
  width: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  border-radius: 100% !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 2px solid;
  border-radius: 8px !important;
  transition: all 0.3s ease-in-out;
}
.mbr-desc,
.item-desc,
.nav-item {
  border-radius: 100px;
}
.form-control {
  border-radius: 12px !important;
}
.mbr-iconfont {
  border-radius: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrap,
.desc-wrap,
.slider-wrap,
.item-content,
.items-wrapper,
.embla__viewport {
  border-radius: 1rem !important;
}
.contacts-wrapper {
  border-radius: 8px !important;
}
.banner .mbr-section-btn .btn {
  width: auto !important;
  padding: 10px 15px;
  justify-content: center;
}
.cid-uBKwLMKqDI {
  background-color: transparent;
}
.cid-uBKwLMKqDI .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uBKwLMKqDI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBKwLMKqDI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBKwLMKqDI .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBKwLMKqDI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBKwLMKqDI .navbar.opened {
  transition: all 0.3s;
}
.cid-uBKwLMKqDI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBKwLMKqDI .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBKwLMKqDI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBKwLMKqDI .navbar.collapsed {
  justify-content: center;
}
.cid-uBKwLMKqDI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBKwLMKqDI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBKwLMKqDI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBKwLMKqDI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBKwLMKqDI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBKwLMKqDI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBKwLMKqDI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBKwLMKqDI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBKwLMKqDI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBKwLMKqDI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBKwLMKqDI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBKwLMKqDI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBKwLMKqDI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBKwLMKqDI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBKwLMKqDI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBKwLMKqDI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBKwLMKqDI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBKwLMKqDI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBKwLMKqDI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBKwLMKqDI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBKwLMKqDI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBKwLMKqDI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBKwLMKqDI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBKwLMKqDI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBKwLMKqDI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBKwLMKqDI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBKwLMKqDI .menu_box .navbar.opened,
  .cid-uBKwLMKqDI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBKwLMKqDI .navbar-dropdown {
  position: relative !important;
}
.cid-uBKwLMKqDI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBKwLMKqDI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBKwLMKqDI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBKwLMKqDI .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uBKwLMKqDI .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uBKwLMKqDI .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uBKwLMKqDI .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uBKwLMKqDI .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBKwLMKqDI .nav-item {
    margin: 0 !important;
  }
}
.cid-uBKwLMKqDI .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uBKwLMKqDI .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uBKwLMKqDI .nav-item .nav-link:hover,
.cid-uBKwLMKqDI .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uBKwLMKqDI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBKwLMKqDI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBKwLMKqDI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBKwLMKqDI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBKwLMKqDI .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-uBKwLMKqDI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBKwLMKqDI .offcanvas_box {
    display: none;
  }
}
.cid-uBKwLMKqDI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBKwLMKqDI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBKwLMKqDI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBKwLMKqDI .container {
  display: flex;
  margin: auto;
}
.cid-uBKwLMKqDI .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uBKwLMKqDI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBKwLMKqDI .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uBKwLMKqDI .navbar-nav {
    margin: 0;
  }
}
.cid-uBKwLMKqDI .dropdown-menu,
.cid-uBKwLMKqDI .navbar.opened {
  background-color: false !important;
}
.cid-uBKwLMKqDI .nav-item:focus,
.cid-uBKwLMKqDI .nav-link:focus {
  outline: none;
}
.cid-uBKwLMKqDI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBKwLMKqDI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBKwLMKqDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBKwLMKqDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBKwLMKqDI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBKwLMKqDI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBKwLMKqDI .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-uBKwLMKqDI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBKwLMKqDI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBKwLMKqDI .dropdown-item.active,
.cid-uBKwLMKqDI .dropdown-item:active {
  background-color: transparent;
}
.cid-uBKwLMKqDI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uBKwLMKqDI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBKwLMKqDI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBKwLMKqDI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBKwLMKqDI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBKwLMKqDI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBKwLMKqDI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff9063;
}
.cid-uBKwLMKqDI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uBKwLMKqDI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBKwLMKqDI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKwLMKqDI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKwLMKqDI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBKwLMKqDI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKwLMKqDI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBKwLMKqDI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBKwLMKqDI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKwLMKqDI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBKwLMKqDI .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-uBKwLMKqDI .navbar {
    height: 70px;
  }
  .cid-uBKwLMKqDI .navbar.opened {
    height: auto;
  }
  .cid-uBKwLMKqDI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKwLMKqDI .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uBKwLMKqDI .navbar-caption:hover {
  color: #5851c2;
}
@media (min-width: 992px) {
  .cid-uBKwLMKqDI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBKwLMKqDI .text_widget {
  margin-bottom: 32px;
}
.cid-uBKwLMKqDI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBKwLMKqDI .text_widget a:hover,
.cid-uBKwLMKqDI .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uBKwLMKqDI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uBKwLMKqDI .navbar-caption {
  color: #050f0f;
}
.cid-uBKwLMKqDI .mbr-section-subtitle,
.cid-uBKwLMKqDI .text_widget,
.cid-uBKwLMKqDI .mbr-section-btn {
  text-align: center;
}
.cid-uBKwLMKqDI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBKwGPrj75 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/istockphoto-534919067-612x612-2-1-612x408.jpg");
}
.cid-uBKwGPrj75 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBKwGPrj75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKwGPrj75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKwGPrj75 .content-wrap {
  justify-content: center;
}
.cid-uBKwGPrj75 .card-wrapper {
  padding: 190px 32px;
  background-color: #f4f2ef;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uBKwGPrj75 .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKwGPrj75 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uBKwGPrj75 .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBKwGPrj75 .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uBKwGPrj75 .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBKwGPrj75 .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBKwGPrj75 .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBKwGPrj75 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBKwGPrj75 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBKwGPrj75 .mbr-section-title {
  color: #150764;
}
.cid-uBKwGPrj75 .mbr-text,
.cid-uBKwGPrj75 .text-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uBKwGPrj75 .mbr-section-title,
.cid-uBKwGPrj75 .mbr-section-btn,
.cid-uBKwGPrj75 .logo-wrapper {
  text-align: center;
}
.cid-uBKyJsKpOC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKyJsKpOC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBKyJsKpOC .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBKyJsKpOC .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #63d744;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBKyJsKpOC .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uBKyJsKpOC .mbr-text {
  color: #000000;
}
.cid-uBJOy8Ry0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBJOy8Ry0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJOy8Ry0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJOy8Ry0r .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBJOy8Ry0r .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBJOy8Ry0r .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uBJOy8Ry0r .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBJOy8Ry0r .image-wrapper img {
    height: 350px;
  }
}
.cid-uBJOy8Ry0r .mbr-section-title {
  color: #404349;
}
.cid-uBJOy8Ry0r .mbr-desc {
  color: #b19a7c;
}
.cid-uBJOy8Ry0r .mbr-text {
  color: #404349;
}
.cid-uBKFBIVbmZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKFBIVbmZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKFBIVbmZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKFBIVbmZ .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBKFBIVbmZ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKFBIVbmZ .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBKFBIVbmZ .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKFBIVbmZ .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKFBIVbmZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKFBIVbmZ .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKFBIVbmZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBKFBIVbmZ .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKFBIVbmZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKFBIVbmZ .mbr-section-title {
  color: #000000;
}
.cid-uBKFBIVbmZ .mbr-desc {
  color: #b19a7c;
}
.cid-uBKFBIVbmZ .mbr-text {
  color: #404349;
}
.cid-uBKG7NPrP4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKG7NPrP4::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#45cb20 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKG7NPrP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKG7NPrP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKG7NPrP4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKG7NPrP4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKG7NPrP4 .container {
    padding: 0 24px;
  }
}
.cid-uBKG7NPrP4 .row {
  justify-content: space-between;
}
.cid-uBKG7NPrP4 .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKG7NPrP4 .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKG7NPrP4 .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKG7NPrP4 .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKG7NPrP4 .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKG7NPrP4 .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKG7NPrP4 .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKG7NPrP4 .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKG7NPrP4 .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKG7NPrP4 .mbr-text {
  color: #141414;
}
.cid-uBKJ6ZqfEI {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKJ6ZqfEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKJ6ZqfEI .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKJ6ZqfEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKJ6ZqfEI h1 {
  max-width: 800px;
}
.cid-uBKJ6ZqfEI p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKJ6ZqfEI {
    align-items: center;
  }
  .cid-uBKJ6ZqfEI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKJ6ZqfEI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKJ6ZqfEI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKJ6ZqfEI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKJ6ZqfEI .content-wrap {
    width: 100%;
  }
}
.cid-uBKJ6ZqfEI .mbr-section-subtitle,
.cid-uBKJ6ZqfEI .line {
  color: #291f1e;
}
.cid-uBKJ6ZqfEI .mbr-text,
.cid-uBKJ6ZqfEI .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKJ6ZqfEI .mbr-section-title {
  color: #291f1e;
}
.cid-uBKGBNLNZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKGBNLNZs::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#63d744 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKGBNLNZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKGBNLNZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKGBNLNZs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKGBNLNZs .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKGBNLNZs .container {
    padding: 0 24px;
  }
}
.cid-uBKGBNLNZs .row {
  justify-content: space-between;
}
.cid-uBKGBNLNZs .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKGBNLNZs .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKGBNLNZs .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKGBNLNZs .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKGBNLNZs .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKGBNLNZs .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKGBNLNZs .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKGBNLNZs .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKGBNLNZs .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKGBNLNZs .mbr-text {
  color: #141414;
}
.cid-uBKJ8CoYKB {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKJ8CoYKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKJ8CoYKB .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKJ8CoYKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKJ8CoYKB h1 {
  max-width: 800px;
}
.cid-uBKJ8CoYKB p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKJ8CoYKB {
    align-items: center;
  }
  .cid-uBKJ8CoYKB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKJ8CoYKB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKJ8CoYKB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKJ8CoYKB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKJ8CoYKB .content-wrap {
    width: 100%;
  }
}
.cid-uBKJ8CoYKB .mbr-section-subtitle,
.cid-uBKJ8CoYKB .line {
  color: #291f1e;
}
.cid-uBKJ8CoYKB .mbr-text,
.cid-uBKJ8CoYKB .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKJ8CoYKB .mbr-section-title {
  color: #291f1e;
}
.cid-uBKH1AlBvd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKH1AlBvd::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#63d744 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKH1AlBvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKH1AlBvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKH1AlBvd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKH1AlBvd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKH1AlBvd .container {
    padding: 0 24px;
  }
}
.cid-uBKH1AlBvd .row {
  justify-content: space-between;
}
.cid-uBKH1AlBvd .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKH1AlBvd .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKH1AlBvd .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKH1AlBvd .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKH1AlBvd .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKH1AlBvd .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKH1AlBvd .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKH1AlBvd .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKH1AlBvd .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKH1AlBvd .mbr-text {
  color: #141414;
}
.cid-uBKJ9TtEbc {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKJ9TtEbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKJ9TtEbc .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKJ9TtEbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKJ9TtEbc h1 {
  max-width: 800px;
}
.cid-uBKJ9TtEbc p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKJ9TtEbc {
    align-items: center;
  }
  .cid-uBKJ9TtEbc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKJ9TtEbc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKJ9TtEbc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKJ9TtEbc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKJ9TtEbc .content-wrap {
    width: 100%;
  }
}
.cid-uBKJ9TtEbc .mbr-section-subtitle,
.cid-uBKJ9TtEbc .line {
  color: #291f1e;
}
.cid-uBKJ9TtEbc .mbr-text,
.cid-uBKJ9TtEbc .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKJ9TtEbc .mbr-section-title {
  color: #291f1e;
}
.cid-uBKHgcr79u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKHgcr79u::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#63d744 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKHgcr79u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKHgcr79u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKHgcr79u .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKHgcr79u .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKHgcr79u .container {
    padding: 0 24px;
  }
}
.cid-uBKHgcr79u .row {
  justify-content: space-between;
}
.cid-uBKHgcr79u .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKHgcr79u .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKHgcr79u .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKHgcr79u .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKHgcr79u .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKHgcr79u .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKHgcr79u .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKHgcr79u .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKHgcr79u .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKHgcr79u .mbr-text {
  color: #141414;
}
.cid-uBKJ7MWCcf {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKJ7MWCcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKJ7MWCcf .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKJ7MWCcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKJ7MWCcf h1 {
  max-width: 800px;
}
.cid-uBKJ7MWCcf p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKJ7MWCcf {
    align-items: center;
  }
  .cid-uBKJ7MWCcf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKJ7MWCcf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKJ7MWCcf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKJ7MWCcf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKJ7MWCcf .content-wrap {
    width: 100%;
  }
}
.cid-uBKJ7MWCcf .mbr-section-subtitle,
.cid-uBKJ7MWCcf .line {
  color: #291f1e;
}
.cid-uBKJ7MWCcf .mbr-text,
.cid-uBKJ7MWCcf .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKJ7MWCcf .mbr-section-title {
  color: #291f1e;
}
.cid-uBJGdsJtSh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBJGdsJtSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJGdsJtSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJGdsJtSh .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBJGdsJtSh .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uBJGdsJtSh .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #45cb20, #ffffff 50%);
  opacity: .5;
}
.cid-uBJGdsJtSh .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBJGdsJtSh .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBJGdsJtSh .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #63d744;
  border-radius: 100%;
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uBJGdsJtSh .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBJGdsJtSh .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBJGdsJtSh .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uBJGdsJtSh .panel-title-edit {
  color: #ffffff;
}
.cid-uBJGdsJtSh .panel-text {
  color: #ffffff;
}
.cid-uBJGdsJtSh .panel-title-edit,
.cid-uBJGdsJtSh .icon-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uBJGdsJtSh .panel-text,
.cid-uBJGdsJtSh .panel-body {
  color: #000000;
}
.cid-uBKIjFOfQ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBKIjFOfQ5 .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-uBKIjFOfQ5 .mbr-section-title {
  text-align: left;
}
.cid-uBKIjFOfQ5 .mbr-section-subtitle {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uBKIjFOfQ5 .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-uBKIjFOfQ5 .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBKIjFOfQ5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBKIAWQ8Lk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45cb20;
}
.cid-uBKIAWQ8Lk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKIAWQ8Lk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKIAWQ8Lk .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uBKIAWQ8Lk .content-wrapper {
    padding: 0;
  }
}
.cid-uBKIAWQ8Lk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBKIAWQ8Lk .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uBKIAWQ8Lk .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uBKIAWQ8Lk .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBKIAWQ8Lk .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uBKIAWQ8Lk .mbr-section-title {
  color: #050f0f;
}
.cid-uBJLbGBnB3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uBJLbGBnB3 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uBJLbGBnB3 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uBJLbGBnB3 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uBJLbGBnB3 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uBJLbGBnB3 a {
  background-image: none !important;
}
.cid-uBJLbGBnB3 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uBJLbGBnB3 .container {
  padding: 5rem 1rem;
}
.cid-uBJLbGBnB3 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uBJLbGBnB3 p {
    text-align: center !important;
  }
}
.cid-uBJLbGBnB3 .media-container-row .mbr-text2,
.cid-uBJLbGBnB3 .line {
  color: #232323;
  text-align: left;
}
.cid-uBKINJ1yR3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #45cb20;
  overflow: hidden;
}
.cid-uBKM5dSax6 {
  background-color: transparent;
}
.cid-uBKM5dSax6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uBKM5dSax6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBKM5dSax6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBKM5dSax6 .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBKM5dSax6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBKM5dSax6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBKM5dSax6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBKM5dSax6 .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBKM5dSax6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBKM5dSax6 .navbar.collapsed {
  justify-content: center;
}
.cid-uBKM5dSax6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBKM5dSax6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBKM5dSax6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBKM5dSax6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBKM5dSax6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBKM5dSax6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBKM5dSax6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBKM5dSax6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBKM5dSax6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBKM5dSax6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBKM5dSax6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBKM5dSax6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBKM5dSax6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBKM5dSax6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBKM5dSax6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBKM5dSax6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBKM5dSax6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBKM5dSax6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBKM5dSax6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBKM5dSax6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBKM5dSax6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBKM5dSax6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBKM5dSax6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBKM5dSax6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBKM5dSax6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBKM5dSax6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBKM5dSax6 .menu_box .navbar.opened,
  .cid-uBKM5dSax6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBKM5dSax6 .navbar-dropdown {
  position: relative !important;
}
.cid-uBKM5dSax6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBKM5dSax6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBKM5dSax6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBKM5dSax6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uBKM5dSax6 .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uBKM5dSax6 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uBKM5dSax6 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uBKM5dSax6 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBKM5dSax6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uBKM5dSax6 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uBKM5dSax6 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uBKM5dSax6 .nav-item .nav-link:hover,
.cid-uBKM5dSax6 .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uBKM5dSax6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBKM5dSax6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBKM5dSax6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBKM5dSax6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBKM5dSax6 .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-uBKM5dSax6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBKM5dSax6 .offcanvas_box {
    display: none;
  }
}
.cid-uBKM5dSax6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBKM5dSax6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBKM5dSax6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBKM5dSax6 .container {
  display: flex;
  margin: auto;
}
.cid-uBKM5dSax6 .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uBKM5dSax6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBKM5dSax6 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uBKM5dSax6 .navbar-nav {
    margin: 0;
  }
}
.cid-uBKM5dSax6 .dropdown-menu,
.cid-uBKM5dSax6 .navbar.opened {
  background-color: false !important;
}
.cid-uBKM5dSax6 .nav-item:focus,
.cid-uBKM5dSax6 .nav-link:focus {
  outline: none;
}
.cid-uBKM5dSax6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBKM5dSax6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBKM5dSax6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBKM5dSax6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBKM5dSax6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBKM5dSax6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBKM5dSax6 .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-uBKM5dSax6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBKM5dSax6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBKM5dSax6 .dropdown-item.active,
.cid-uBKM5dSax6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBKM5dSax6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uBKM5dSax6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBKM5dSax6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBKM5dSax6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBKM5dSax6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBKM5dSax6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBKM5dSax6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff9063;
}
.cid-uBKM5dSax6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uBKM5dSax6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBKM5dSax6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKM5dSax6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKM5dSax6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBKM5dSax6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKM5dSax6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBKM5dSax6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBKM5dSax6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKM5dSax6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBKM5dSax6 .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-uBKM5dSax6 .navbar {
    height: 70px;
  }
  .cid-uBKM5dSax6 .navbar.opened {
    height: auto;
  }
  .cid-uBKM5dSax6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKM5dSax6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uBKM5dSax6 .navbar-caption:hover {
  color: #5851c2;
}
@media (min-width: 992px) {
  .cid-uBKM5dSax6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBKM5dSax6 .text_widget {
  margin-bottom: 32px;
}
.cid-uBKM5dSax6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBKM5dSax6 .text_widget a:hover,
.cid-uBKM5dSax6 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uBKM5dSax6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uBKM5dSax6 .navbar-caption {
  color: #050f0f;
}
.cid-uBKM5dSax6 .mbr-section-subtitle,
.cid-uBKM5dSax6 .text_widget,
.cid-uBKM5dSax6 .mbr-section-btn {
  text-align: center;
}
.cid-uBKM5dSax6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBKM5pCndD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/istockphoto-172259816-612x612-2-1-612x408.jpg");
}
.cid-uBKM5pCndD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBKM5pCndD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKM5pCndD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKM5pCndD .content-wrap {
  justify-content: center;
}
.cid-uBKM5pCndD .card-wrapper {
  padding: 190px 32px;
  background-color: #f4f2ef;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uBKM5pCndD .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKM5pCndD .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uBKM5pCndD .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBKM5pCndD .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uBKM5pCndD .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBKM5pCndD .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBKM5pCndD .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBKM5pCndD .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBKM5pCndD .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBKM5pCndD .mbr-section-title {
  color: #150764;
}
.cid-uBKM5pCndD .mbr-text,
.cid-uBKM5pCndD .text-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uBKM5pCndD .mbr-section-title,
.cid-uBKM5pCndD .mbr-section-btn,
.cid-uBKM5pCndD .logo-wrapper {
  text-align: center;
}
.cid-uBKM5qyQJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKM5qyQJB .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBKM5qyQJB .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBKM5qyQJB .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #63d744;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBKM5qyQJB .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uBKM5qyQJB .mbr-text {
  color: #3d5943;
}
.cid-uBKM5rbSN2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKM5rbSN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKM5rbSN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKM5rbSN2 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKM5rbSN2 .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKM5rbSN2 .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKM5rbSN2 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKM5rbSN2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKM5rbSN2 .mbr-section-title {
  color: #404349;
}
.cid-uBKM5rbSN2 .mbr-desc {
  color: #b19a7c;
}
.cid-uBKM5rbSN2 .mbr-text {
  color: #404349;
}
.cid-uBKM5x0nvn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKM5x0nvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKM5x0nvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKM5x0nvn .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBKM5x0nvn .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKM5x0nvn .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBKM5x0nvn .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKM5x0nvn .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKM5x0nvn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKM5x0nvn .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKM5x0nvn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBKM5x0nvn .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKM5x0nvn .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKM5x0nvn .mbr-section-title {
  color: #404349;
}
.cid-uBKM5x0nvn .mbr-desc {
  color: #b19a7c;
}
.cid-uBKM5x0nvn .mbr-text {
  color: #404349;
}
.cid-uBKM5zenNM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKM5zenNM::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#45cb20 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKM5zenNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKM5zenNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKM5zenNM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKM5zenNM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKM5zenNM .container {
    padding: 0 24px;
  }
}
.cid-uBKM5zenNM .row {
  justify-content: space-between;
}
.cid-uBKM5zenNM .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKM5zenNM .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKM5zenNM .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKM5zenNM .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKM5zenNM .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKM5zenNM .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKM5zenNM .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKM5zenNM .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKM5zenNM .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKM5zenNM .mbr-text {
  color: #141414;
}
.cid-uBKM5BCkH5 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKM5BCkH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKM5BCkH5 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKM5BCkH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKM5BCkH5 h1 {
  max-width: 800px;
}
.cid-uBKM5BCkH5 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKM5BCkH5 {
    align-items: center;
  }
  .cid-uBKM5BCkH5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKM5BCkH5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKM5BCkH5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKM5BCkH5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKM5BCkH5 .content-wrap {
    width: 100%;
  }
}
.cid-uBKM5BCkH5 .mbr-section-subtitle,
.cid-uBKM5BCkH5 .line {
  color: #291f1e;
}
.cid-uBKM5BCkH5 .mbr-text,
.cid-uBKM5BCkH5 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKM5BCkH5 .mbr-section-title {
  color: #291f1e;
}
.cid-uBKM5ElNxQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKM5ElNxQ::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#63d744 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKM5ElNxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKM5ElNxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKM5ElNxQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKM5ElNxQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKM5ElNxQ .container {
    padding: 0 24px;
  }
}
.cid-uBKM5ElNxQ .row {
  justify-content: space-between;
}
.cid-uBKM5ElNxQ .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKM5ElNxQ .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKM5ElNxQ .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKM5ElNxQ .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKM5ElNxQ .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKM5ElNxQ .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKM5ElNxQ .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKM5ElNxQ .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKM5ElNxQ .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKM5ElNxQ .mbr-text {
  color: #141414;
}
.cid-uBKM5Pvk65 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKM5Pvk65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKM5Pvk65 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKM5Pvk65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKM5Pvk65 h1 {
  max-width: 800px;
}
.cid-uBKM5Pvk65 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKM5Pvk65 {
    align-items: center;
  }
  .cid-uBKM5Pvk65 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKM5Pvk65 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKM5Pvk65 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKM5Pvk65 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKM5Pvk65 .content-wrap {
    width: 100%;
  }
}
.cid-uBKM5Pvk65 .mbr-section-subtitle,
.cid-uBKM5Pvk65 .line {
  color: #291f1e;
}
.cid-uBKM5Pvk65 .mbr-text,
.cid-uBKM5Pvk65 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKM5Pvk65 .mbr-section-title {
  color: #291f1e;
}
.cid-uBKM5RFenG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKM5RFenG::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#63d744 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKM5RFenG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKM5RFenG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKM5RFenG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKM5RFenG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKM5RFenG .container {
    padding: 0 24px;
  }
}
.cid-uBKM5RFenG .row {
  justify-content: space-between;
}
.cid-uBKM5RFenG .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKM5RFenG .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKM5RFenG .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKM5RFenG .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKM5RFenG .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKM5RFenG .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKM5RFenG .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKM5RFenG .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKM5RFenG .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKM5RFenG .mbr-text {
  color: #141414;
}
.cid-uBKM61w26j {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKM61w26j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKM61w26j .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKM61w26j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKM61w26j h1 {
  max-width: 800px;
}
.cid-uBKM61w26j p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKM61w26j {
    align-items: center;
  }
  .cid-uBKM61w26j .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKM61w26j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKM61w26j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKM61w26j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKM61w26j .content-wrap {
    width: 100%;
  }
}
.cid-uBKM61w26j .mbr-section-subtitle,
.cid-uBKM61w26j .line {
  color: #291f1e;
}
.cid-uBKM61w26j .mbr-text,
.cid-uBKM61w26j .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKM61w26j .mbr-section-title {
  color: #291f1e;
}
.cid-uBKM634SYD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKM634SYD::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#63d744 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKM634SYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKM634SYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKM634SYD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKM634SYD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKM634SYD .container {
    padding: 0 24px;
  }
}
.cid-uBKM634SYD .row {
  justify-content: space-between;
}
.cid-uBKM634SYD .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKM634SYD .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKM634SYD .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKM634SYD .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKM634SYD .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKM634SYD .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKM634SYD .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKM634SYD .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKM634SYD .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKM634SYD .mbr-text {
  color: #141414;
}
.cid-uBKM65bJyE {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKM65bJyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKM65bJyE .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKM65bJyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKM65bJyE h1 {
  max-width: 800px;
}
.cid-uBKM65bJyE p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKM65bJyE {
    align-items: center;
  }
  .cid-uBKM65bJyE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKM65bJyE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKM65bJyE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKM65bJyE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKM65bJyE .content-wrap {
    width: 100%;
  }
}
.cid-uBKM65bJyE .mbr-section-subtitle,
.cid-uBKM65bJyE .line {
  color: #291f1e;
}
.cid-uBKM65bJyE .mbr-text,
.cid-uBKM65bJyE .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKM65bJyE .mbr-section-title {
  color: #291f1e;
}
.cid-uBKM66FVyt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKM66FVyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKM66FVyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKM66FVyt .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBKM66FVyt .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uBKM66FVyt .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #45cb20, #ffffff 50%);
  opacity: .5;
}
.cid-uBKM66FVyt .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBKM66FVyt .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBKM66FVyt .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBKM66FVyt .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uBKM66FVyt .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uBKM66FVyt .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBKM66FVyt .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBKM66FVyt .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #63d744;
  border-radius: 100%;
}
.cid-uBKM66FVyt .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uBKM66FVyt .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBKM66FVyt .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uBKM66FVyt .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uBKM66FVyt .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKM66FVyt .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBKM66FVyt .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uBKM66FVyt .panel-title-edit {
  color: #ffffff;
}
.cid-uBKM66FVyt .panel-text {
  color: #ffffff;
}
.cid-uBKM66FVyt .panel-title-edit,
.cid-uBKM66FVyt .icon-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uBKM66FVyt .panel-text,
.cid-uBKM66FVyt .panel-body {
  color: #000000;
}
.cid-uBKM68tH4P {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKM68tH4P .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-uBKM68tH4P .mbr-section-title {
  text-align: left;
}
.cid-uBKM68tH4P .mbr-section-subtitle {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uBKM68tH4P .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-uBKM68tH4P .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBKM68tH4P .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBKPrRqo95 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKPrRqo95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKPrRqo95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKPrRqo95 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBKPrRqo95 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uBKPrRqo95 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBKPrRqo95 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKPrRqo95 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKPrRqo95 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uBKPrRqo95 .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #45cb20;
}
@media (max-width: 992px) {
  .cid-uBKPrRqo95 .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uBKPrRqo95 .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBKPrRqo95 .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBKPrRqo95 .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBKPrRqo95 .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBKPrRqo95 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uBKPrRqo95 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uBKPrRqo95 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uBKPrRqo95 .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBKPrRqo95 .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uBKPrRqo95 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKPrRqo95 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBKPrRqo95 .mbr-section-title {
  color: #404349;
}
.cid-uBKPrRqo95 .panel-title-edit {
  color: #404349;
}
.cid-uBKPrRqo95 .panel-text {
  color: #404349;
}
.cid-uBKM69GZ7B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45cb20;
}
.cid-uBKM69GZ7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKM69GZ7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKM69GZ7B .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uBKM69GZ7B .content-wrapper {
    padding: 0;
  }
}
.cid-uBKM69GZ7B .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBKM69GZ7B .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uBKM69GZ7B .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uBKM69GZ7B .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBKM69GZ7B .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uBKM69GZ7B .mbr-section-title {
  color: #050f0f;
}
.cid-uBKM6b24Jo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uBKM6b24Jo .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uBKM6b24Jo .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uBKM6b24Jo .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uBKM6b24Jo .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uBKM6b24Jo a {
  background-image: none !important;
}
.cid-uBKM6b24Jo .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uBKM6b24Jo .container {
  padding: 5rem 1rem;
}
.cid-uBKM6b24Jo p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uBKM6b24Jo p {
    text-align: center !important;
  }
}
.cid-uBKM6b24Jo .media-container-row .mbr-text2,
.cid-uBKM6b24Jo .line {
  color: #232323;
  text-align: left;
}
.cid-uBKM6ZWspe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #45cb20;
  overflow: hidden;
}
.cid-uBKLshQDOG {
  background-color: transparent;
}
.cid-uBKLshQDOG .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uBKLshQDOG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBKLshQDOG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBKLshQDOG .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBKLshQDOG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBKLshQDOG .navbar.opened {
  transition: all 0.3s;
}
.cid-uBKLshQDOG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBKLshQDOG .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBKLshQDOG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBKLshQDOG .navbar.collapsed {
  justify-content: center;
}
.cid-uBKLshQDOG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBKLshQDOG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBKLshQDOG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBKLshQDOG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBKLshQDOG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBKLshQDOG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBKLshQDOG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBKLshQDOG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBKLshQDOG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBKLshQDOG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBKLshQDOG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBKLshQDOG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBKLshQDOG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBKLshQDOG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBKLshQDOG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBKLshQDOG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBKLshQDOG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBKLshQDOG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBKLshQDOG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBKLshQDOG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBKLshQDOG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBKLshQDOG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBKLshQDOG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBKLshQDOG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBKLshQDOG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBKLshQDOG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBKLshQDOG .menu_box .navbar.opened,
  .cid-uBKLshQDOG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBKLshQDOG .navbar-dropdown {
  position: relative !important;
}
.cid-uBKLshQDOG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBKLshQDOG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBKLshQDOG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBKLshQDOG .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uBKLshQDOG .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uBKLshQDOG .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uBKLshQDOG .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uBKLshQDOG .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBKLshQDOG .nav-item {
    margin: 0 !important;
  }
}
.cid-uBKLshQDOG .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uBKLshQDOG .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uBKLshQDOG .nav-item .nav-link:hover,
.cid-uBKLshQDOG .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uBKLshQDOG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBKLshQDOG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBKLshQDOG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBKLshQDOG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBKLshQDOG .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-uBKLshQDOG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBKLshQDOG .offcanvas_box {
    display: none;
  }
}
.cid-uBKLshQDOG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBKLshQDOG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBKLshQDOG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBKLshQDOG .container {
  display: flex;
  margin: auto;
}
.cid-uBKLshQDOG .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uBKLshQDOG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBKLshQDOG .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uBKLshQDOG .navbar-nav {
    margin: 0;
  }
}
.cid-uBKLshQDOG .dropdown-menu,
.cid-uBKLshQDOG .navbar.opened {
  background-color: false !important;
}
.cid-uBKLshQDOG .nav-item:focus,
.cid-uBKLshQDOG .nav-link:focus {
  outline: none;
}
.cid-uBKLshQDOG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBKLshQDOG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBKLshQDOG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBKLshQDOG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBKLshQDOG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBKLshQDOG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBKLshQDOG .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-uBKLshQDOG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBKLshQDOG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBKLshQDOG .dropdown-item.active,
.cid-uBKLshQDOG .dropdown-item:active {
  background-color: transparent;
}
.cid-uBKLshQDOG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uBKLshQDOG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBKLshQDOG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBKLshQDOG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBKLshQDOG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBKLshQDOG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBKLshQDOG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff9063;
}
.cid-uBKLshQDOG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uBKLshQDOG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBKLshQDOG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKLshQDOG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKLshQDOG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBKLshQDOG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKLshQDOG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBKLshQDOG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBKLshQDOG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKLshQDOG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBKLshQDOG .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-uBKLshQDOG .navbar {
    height: 70px;
  }
  .cid-uBKLshQDOG .navbar.opened {
    height: auto;
  }
  .cid-uBKLshQDOG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKLshQDOG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uBKLshQDOG .navbar-caption:hover {
  color: #5851c2;
}
@media (min-width: 992px) {
  .cid-uBKLshQDOG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBKLshQDOG .text_widget {
  margin-bottom: 32px;
}
.cid-uBKLshQDOG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBKLshQDOG .text_widget a:hover,
.cid-uBKLshQDOG .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uBKLshQDOG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uBKLshQDOG .navbar-caption {
  color: #050f0f;
}
.cid-uBKLshQDOG .mbr-section-subtitle,
.cid-uBKLshQDOG .text_widget,
.cid-uBKLshQDOG .mbr-section-btn {
  text-align: center;
}
.cid-uBKLshQDOG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBKLskyeWc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/istockphoto-1062376822-612x612-3-1-612x408.jpg");
}
.cid-uBKLskyeWc .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBKLskyeWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKLskyeWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKLskyeWc .content-wrap {
  justify-content: center;
}
.cid-uBKLskyeWc .card-wrapper {
  padding: 190px 32px;
  background-color: #f4f2ef;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uBKLskyeWc .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKLskyeWc .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uBKLskyeWc .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBKLskyeWc .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uBKLskyeWc .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBKLskyeWc .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBKLskyeWc .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBKLskyeWc .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBKLskyeWc .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBKLskyeWc .mbr-section-title {
  color: #150764;
}
.cid-uBKLskyeWc .mbr-text,
.cid-uBKLskyeWc .text-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uBKLskyeWc .mbr-section-title,
.cid-uBKLskyeWc .mbr-section-btn,
.cid-uBKLskyeWc .logo-wrapper {
  text-align: center;
}
.cid-uBKLslrCti {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKLslrCti .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBKLslrCti .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBKLslrCti .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #63d744;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBKLslrCti .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uBKLslrCti .mbr-text {
  color: #3d5943;
}
.cid-uBKLslYqel {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKLslYqel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKLslYqel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKLslYqel .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKLslYqel .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKLslYqel .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKLslYqel .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKLslYqel .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKLslYqel .mbr-section-title {
  color: #404349;
}
.cid-uBKLslYqel .mbr-desc {
  color: #b19a7c;
}
.cid-uBKLslYqel .mbr-text {
  color: #404349;
}
.cid-uBKLsmH3av {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKLsmH3av .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKLsmH3av .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKLsmH3av .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBKLsmH3av .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKLsmH3av .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBKLsmH3av .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKLsmH3av .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKLsmH3av .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKLsmH3av .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKLsmH3av .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBKLsmH3av .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKLsmH3av .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKLsmH3av .mbr-section-title {
  color: #404349;
}
.cid-uBKLsmH3av .mbr-desc {
  color: #b19a7c;
}
.cid-uBKLsmH3av .mbr-text {
  color: #404349;
}
.cid-uBKLsnlX2N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKLsnlX2N::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#45cb20 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKLsnlX2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKLsnlX2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKLsnlX2N .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKLsnlX2N .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKLsnlX2N .container {
    padding: 0 24px;
  }
}
.cid-uBKLsnlX2N .row {
  justify-content: space-between;
}
.cid-uBKLsnlX2N .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKLsnlX2N .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKLsnlX2N .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKLsnlX2N .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKLsnlX2N .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKLsnlX2N .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKLsnlX2N .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKLsnlX2N .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKLsnlX2N .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKLsnlX2N .mbr-text {
  color: #141414;
}
.cid-uBKLsoc5N0 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKLsoc5N0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKLsoc5N0 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKLsoc5N0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKLsoc5N0 h1 {
  max-width: 800px;
}
.cid-uBKLsoc5N0 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKLsoc5N0 {
    align-items: center;
  }
  .cid-uBKLsoc5N0 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKLsoc5N0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKLsoc5N0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKLsoc5N0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKLsoc5N0 .content-wrap {
    width: 100%;
  }
}
.cid-uBKLsoc5N0 .mbr-section-subtitle,
.cid-uBKLsoc5N0 .line {
  color: #291f1e;
}
.cid-uBKLsoc5N0 .mbr-text,
.cid-uBKLsoc5N0 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKLsoc5N0 .mbr-section-title {
  color: #291f1e;
}
.cid-uBKLspbmjm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKLspbmjm::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#63d744 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKLspbmjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKLspbmjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKLspbmjm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKLspbmjm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKLspbmjm .container {
    padding: 0 24px;
  }
}
.cid-uBKLspbmjm .row {
  justify-content: space-between;
}
.cid-uBKLspbmjm .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKLspbmjm .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKLspbmjm .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKLspbmjm .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKLspbmjm .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKLspbmjm .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKLspbmjm .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKLspbmjm .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKLspbmjm .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKLspbmjm .mbr-text {
  color: #141414;
}
.cid-uBKLsql8Va {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKLsql8Va .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKLsql8Va .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKLsql8Va .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKLsql8Va h1 {
  max-width: 800px;
}
.cid-uBKLsql8Va p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKLsql8Va {
    align-items: center;
  }
  .cid-uBKLsql8Va .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKLsql8Va .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKLsql8Va {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKLsql8Va .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKLsql8Va .content-wrap {
    width: 100%;
  }
}
.cid-uBKLsql8Va .mbr-section-subtitle,
.cid-uBKLsql8Va .line {
  color: #291f1e;
}
.cid-uBKLsql8Va .mbr-text,
.cid-uBKLsql8Va .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKLsql8Va .mbr-section-title {
  color: #291f1e;
}
.cid-uBKLsrnSHT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKLsrnSHT::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#63d744 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKLsrnSHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKLsrnSHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKLsrnSHT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKLsrnSHT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKLsrnSHT .container {
    padding: 0 24px;
  }
}
.cid-uBKLsrnSHT .row {
  justify-content: space-between;
}
.cid-uBKLsrnSHT .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKLsrnSHT .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKLsrnSHT .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKLsrnSHT .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKLsrnSHT .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKLsrnSHT .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKLsrnSHT .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKLsrnSHT .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKLsrnSHT .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKLsrnSHT .mbr-text {
  color: #141414;
}
.cid-uBKLsso0wr {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKLsso0wr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKLsso0wr .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKLsso0wr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKLsso0wr h1 {
  max-width: 800px;
}
.cid-uBKLsso0wr p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKLsso0wr {
    align-items: center;
  }
  .cid-uBKLsso0wr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKLsso0wr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKLsso0wr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKLsso0wr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKLsso0wr .content-wrap {
    width: 100%;
  }
}
.cid-uBKLsso0wr .mbr-section-subtitle,
.cid-uBKLsso0wr .line {
  color: #291f1e;
}
.cid-uBKLsso0wr .mbr-text,
.cid-uBKLsso0wr .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKLsso0wr .mbr-section-title {
  color: #291f1e;
}
.cid-uBKLstaCpH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKLstaCpH::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#63d744 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKLstaCpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKLstaCpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKLstaCpH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKLstaCpH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKLstaCpH .container {
    padding: 0 24px;
  }
}
.cid-uBKLstaCpH .row {
  justify-content: space-between;
}
.cid-uBKLstaCpH .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKLstaCpH .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKLstaCpH .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKLstaCpH .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKLstaCpH .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKLstaCpH .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKLstaCpH .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKLstaCpH .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKLstaCpH .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKLstaCpH .mbr-text {
  color: #141414;
}
.cid-uBKLsuk9Hm {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKLsuk9Hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKLsuk9Hm .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKLsuk9Hm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKLsuk9Hm h1 {
  max-width: 800px;
}
.cid-uBKLsuk9Hm p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKLsuk9Hm {
    align-items: center;
  }
  .cid-uBKLsuk9Hm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKLsuk9Hm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKLsuk9Hm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKLsuk9Hm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKLsuk9Hm .content-wrap {
    width: 100%;
  }
}
.cid-uBKLsuk9Hm .mbr-section-subtitle,
.cid-uBKLsuk9Hm .line {
  color: #291f1e;
}
.cid-uBKLsuk9Hm .mbr-text,
.cid-uBKLsuk9Hm .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKLsuk9Hm .mbr-section-title {
  color: #291f1e;
}
.cid-uBKLsv5A7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKLsv5A7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKLsv5A7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKLsv5A7s .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBKLsv5A7s .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uBKLsv5A7s .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #45cb20, #ffffff 50%);
  opacity: .5;
}
.cid-uBKLsv5A7s .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBKLsv5A7s .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBKLsv5A7s .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBKLsv5A7s .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uBKLsv5A7s .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uBKLsv5A7s .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBKLsv5A7s .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBKLsv5A7s .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #63d744;
  border-radius: 100%;
}
.cid-uBKLsv5A7s .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uBKLsv5A7s .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBKLsv5A7s .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uBKLsv5A7s .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uBKLsv5A7s .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKLsv5A7s .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBKLsv5A7s .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uBKLsv5A7s .panel-title-edit {
  color: #ffffff;
}
.cid-uBKLsv5A7s .panel-text {
  color: #ffffff;
}
.cid-uBKLsv5A7s .panel-title-edit,
.cid-uBKLsv5A7s .icon-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uBKLsv5A7s .panel-text,
.cid-uBKLsv5A7s .panel-body {
  color: #000000;
}
.cid-uBKLswjvxi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBKLswjvxi .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-uBKLswjvxi .mbr-section-title {
  text-align: left;
}
.cid-uBKLswjvxi .mbr-section-subtitle {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uBKLswjvxi .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-uBKLswjvxi .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBKLswjvxi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBKP5n0aEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKP5n0aEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKP5n0aEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKP5n0aEu .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBKP5n0aEu .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uBKP5n0aEu .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBKP5n0aEu .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKP5n0aEu .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKP5n0aEu .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uBKP5n0aEu .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #45cb20;
}
@media (max-width: 992px) {
  .cid-uBKP5n0aEu .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uBKP5n0aEu .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBKP5n0aEu .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBKP5n0aEu .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBKP5n0aEu .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBKP5n0aEu .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uBKP5n0aEu .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uBKP5n0aEu .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uBKP5n0aEu .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBKP5n0aEu .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uBKP5n0aEu .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKP5n0aEu .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBKP5n0aEu .mbr-section-title {
  color: #404349;
}
.cid-uBKP5n0aEu .panel-title-edit {
  color: #404349;
}
.cid-uBKP5n0aEu .panel-text {
  color: #404349;
}
.cid-uBKLsxdp6U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45cb20;
}
.cid-uBKLsxdp6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKLsxdp6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKLsxdp6U .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uBKLsxdp6U .content-wrapper {
    padding: 0;
  }
}
.cid-uBKLsxdp6U .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBKLsxdp6U .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uBKLsxdp6U .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uBKLsxdp6U .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBKLsxdp6U .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uBKLsxdp6U .mbr-section-title {
  color: #050f0f;
}
.cid-uBKLsz4Xc0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uBKLsz4Xc0 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uBKLsz4Xc0 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uBKLsz4Xc0 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uBKLsz4Xc0 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uBKLsz4Xc0 a {
  background-image: none !important;
}
.cid-uBKLsz4Xc0 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uBKLsz4Xc0 .container {
  padding: 5rem 1rem;
}
.cid-uBKLsz4Xc0 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uBKLsz4Xc0 p {
    text-align: center !important;
  }
}
.cid-uBKLsz4Xc0 .media-container-row .mbr-text2,
.cid-uBKLsz4Xc0 .line {
  color: #232323;
  text-align: left;
}
.cid-uBKLsB11SQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #45cb20;
  overflow: hidden;
}
.cid-uBKKN8n4t2 {
  background-color: transparent;
}
.cid-uBKKN8n4t2 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uBKKN8n4t2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBKKN8n4t2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBKKN8n4t2 .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBKKN8n4t2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBKKN8n4t2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBKKN8n4t2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBKKN8n4t2 .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBKKN8n4t2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBKKN8n4t2 .navbar.collapsed {
  justify-content: center;
}
.cid-uBKKN8n4t2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBKKN8n4t2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBKKN8n4t2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBKKN8n4t2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBKKN8n4t2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBKKN8n4t2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBKKN8n4t2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBKKN8n4t2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBKKN8n4t2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBKKN8n4t2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBKKN8n4t2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBKKN8n4t2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBKKN8n4t2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBKKN8n4t2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBKKN8n4t2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBKKN8n4t2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBKKN8n4t2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBKKN8n4t2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBKKN8n4t2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBKKN8n4t2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBKKN8n4t2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBKKN8n4t2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBKKN8n4t2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBKKN8n4t2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBKKN8n4t2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBKKN8n4t2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBKKN8n4t2 .menu_box .navbar.opened,
  .cid-uBKKN8n4t2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBKKN8n4t2 .navbar-dropdown {
  position: relative !important;
}
.cid-uBKKN8n4t2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBKKN8n4t2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBKKN8n4t2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBKKN8n4t2 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uBKKN8n4t2 .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uBKKN8n4t2 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uBKKN8n4t2 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uBKKN8n4t2 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBKKN8n4t2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uBKKN8n4t2 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uBKKN8n4t2 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uBKKN8n4t2 .nav-item .nav-link:hover,
.cid-uBKKN8n4t2 .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uBKKN8n4t2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBKKN8n4t2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBKKN8n4t2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBKKN8n4t2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBKKN8n4t2 .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-uBKKN8n4t2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBKKN8n4t2 .offcanvas_box {
    display: none;
  }
}
.cid-uBKKN8n4t2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBKKN8n4t2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBKKN8n4t2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBKKN8n4t2 .container {
  display: flex;
  margin: auto;
}
.cid-uBKKN8n4t2 .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uBKKN8n4t2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBKKN8n4t2 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uBKKN8n4t2 .navbar-nav {
    margin: 0;
  }
}
.cid-uBKKN8n4t2 .dropdown-menu,
.cid-uBKKN8n4t2 .navbar.opened {
  background-color: false !important;
}
.cid-uBKKN8n4t2 .nav-item:focus,
.cid-uBKKN8n4t2 .nav-link:focus {
  outline: none;
}
.cid-uBKKN8n4t2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBKKN8n4t2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBKKN8n4t2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBKKN8n4t2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBKKN8n4t2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBKKN8n4t2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBKKN8n4t2 .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-uBKKN8n4t2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBKKN8n4t2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBKKN8n4t2 .dropdown-item.active,
.cid-uBKKN8n4t2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBKKN8n4t2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uBKKN8n4t2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBKKN8n4t2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBKKN8n4t2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBKKN8n4t2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBKKN8n4t2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBKKN8n4t2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff9063;
}
.cid-uBKKN8n4t2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uBKKN8n4t2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBKKN8n4t2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKKN8n4t2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKKN8n4t2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBKKN8n4t2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKKN8n4t2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBKKN8n4t2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBKKN8n4t2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKKN8n4t2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBKKN8n4t2 .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-uBKKN8n4t2 .navbar {
    height: 70px;
  }
  .cid-uBKKN8n4t2 .navbar.opened {
    height: auto;
  }
  .cid-uBKKN8n4t2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKKN8n4t2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uBKKN8n4t2 .navbar-caption:hover {
  color: #5851c2;
}
@media (min-width: 992px) {
  .cid-uBKKN8n4t2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBKKN8n4t2 .text_widget {
  margin-bottom: 32px;
}
.cid-uBKKN8n4t2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBKKN8n4t2 .text_widget a:hover,
.cid-uBKKN8n4t2 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uBKKN8n4t2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uBKKN8n4t2 .navbar-caption {
  color: #050f0f;
}
.cid-uBKKN8n4t2 .mbr-section-subtitle,
.cid-uBKKN8n4t2 .text_widget,
.cid-uBKKN8n4t2 .mbr-section-btn {
  text-align: center;
}
.cid-uBKKN8n4t2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBKKN9LMMJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/istockphoto-1438948917-612x612-1-612x408.jpg");
}
.cid-uBKKN9LMMJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBKKN9LMMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKKN9LMMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKKN9LMMJ .content-wrap {
  justify-content: center;
}
.cid-uBKKN9LMMJ .card-wrapper {
  padding: 190px 32px;
  background-color: #f4f2ef;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uBKKN9LMMJ .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKKN9LMMJ .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uBKKN9LMMJ .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBKKN9LMMJ .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uBKKN9LMMJ .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBKKN9LMMJ .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBKKN9LMMJ .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBKKN9LMMJ .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBKKN9LMMJ .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBKKN9LMMJ .mbr-section-title {
  color: #150764;
}
.cid-uBKKN9LMMJ .mbr-text,
.cid-uBKKN9LMMJ .text-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uBKKN9LMMJ .mbr-section-title,
.cid-uBKKN9LMMJ .mbr-section-btn,
.cid-uBKKN9LMMJ .logo-wrapper {
  text-align: center;
}
.cid-uBKKNaOqoE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKKNaOqoE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBKKNaOqoE .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBKKNaOqoE .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #63d744;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBKKNaOqoE .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uBKKNaOqoE .mbr-text {
  color: #3d5943;
}
.cid-uBKKNbwGlH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKKNbwGlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKKNbwGlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKKNbwGlH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKKNbwGlH .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKKNbwGlH .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKKNbwGlH .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKKNbwGlH .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKKNbwGlH .mbr-section-title {
  color: #404349;
}
.cid-uBKKNbwGlH .mbr-desc {
  color: #b19a7c;
}
.cid-uBKKNbwGlH .mbr-text {
  color: #404349;
}
.cid-uBKKNcgnoU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKKNcgnoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKKNcgnoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKKNcgnoU .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBKKNcgnoU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKKNcgnoU .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBKKNcgnoU .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKKNcgnoU .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKKNcgnoU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKKNcgnoU .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKKNcgnoU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBKKNcgnoU .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKKNcgnoU .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKKNcgnoU .mbr-section-title {
  color: #404349;
}
.cid-uBKKNcgnoU .mbr-desc {
  color: #b19a7c;
}
.cid-uBKKNcgnoU .mbr-text {
  color: #404349;
}
.cid-uBKKNd3iMq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKKNd3iMq::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#45cb20 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKKNd3iMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKKNd3iMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKKNd3iMq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKKNd3iMq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKKNd3iMq .container {
    padding: 0 24px;
  }
}
.cid-uBKKNd3iMq .row {
  justify-content: space-between;
}
.cid-uBKKNd3iMq .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKKNd3iMq .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKKNd3iMq .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKKNd3iMq .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKKNd3iMq .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKKNd3iMq .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKKNd3iMq .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKKNd3iMq .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKKNd3iMq .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKKNd3iMq .mbr-text {
  color: #141414;
}
.cid-uBKKNdVVqJ {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKKNdVVqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKKNdVVqJ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKKNdVVqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKKNdVVqJ h1 {
  max-width: 800px;
}
.cid-uBKKNdVVqJ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKKNdVVqJ {
    align-items: center;
  }
  .cid-uBKKNdVVqJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKKNdVVqJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKKNdVVqJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKKNdVVqJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKKNdVVqJ .content-wrap {
    width: 100%;
  }
}
.cid-uBKKNdVVqJ .mbr-section-subtitle,
.cid-uBKKNdVVqJ .line {
  color: #291f1e;
}
.cid-uBKKNdVVqJ .mbr-text,
.cid-uBKKNdVVqJ .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKKNdVVqJ .mbr-section-title {
  color: #291f1e;
}
.cid-uBKKNeIquY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKKNeIquY::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#63d744 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKKNeIquY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKKNeIquY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKKNeIquY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKKNeIquY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKKNeIquY .container {
    padding: 0 24px;
  }
}
.cid-uBKKNeIquY .row {
  justify-content: space-between;
}
.cid-uBKKNeIquY .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKKNeIquY .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKKNeIquY .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKKNeIquY .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKKNeIquY .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKKNeIquY .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKKNeIquY .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKKNeIquY .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKKNeIquY .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKKNeIquY .mbr-text {
  color: #141414;
}
.cid-uBKKNfFCLM {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKKNfFCLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKKNfFCLM .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKKNfFCLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKKNfFCLM h1 {
  max-width: 800px;
}
.cid-uBKKNfFCLM p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKKNfFCLM {
    align-items: center;
  }
  .cid-uBKKNfFCLM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKKNfFCLM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKKNfFCLM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKKNfFCLM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKKNfFCLM .content-wrap {
    width: 100%;
  }
}
.cid-uBKKNfFCLM .mbr-section-subtitle,
.cid-uBKKNfFCLM .line {
  color: #291f1e;
}
.cid-uBKKNfFCLM .mbr-text,
.cid-uBKKNfFCLM .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKKNfFCLM .mbr-section-title {
  color: #291f1e;
}
.cid-uBKKNguMmJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKKNguMmJ::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#63d744 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKKNguMmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKKNguMmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKKNguMmJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKKNguMmJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKKNguMmJ .container {
    padding: 0 24px;
  }
}
.cid-uBKKNguMmJ .row {
  justify-content: space-between;
}
.cid-uBKKNguMmJ .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKKNguMmJ .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKKNguMmJ .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKKNguMmJ .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKKNguMmJ .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKKNguMmJ .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKKNguMmJ .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKKNguMmJ .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKKNguMmJ .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKKNguMmJ .mbr-text {
  color: #141414;
}
.cid-uBKKNhnIXs {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKKNhnIXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKKNhnIXs .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKKNhnIXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKKNhnIXs h1 {
  max-width: 800px;
}
.cid-uBKKNhnIXs p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKKNhnIXs {
    align-items: center;
  }
  .cid-uBKKNhnIXs .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKKNhnIXs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKKNhnIXs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKKNhnIXs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKKNhnIXs .content-wrap {
    width: 100%;
  }
}
.cid-uBKKNhnIXs .mbr-section-subtitle,
.cid-uBKKNhnIXs .line {
  color: #291f1e;
}
.cid-uBKKNhnIXs .mbr-text,
.cid-uBKKNhnIXs .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKKNhnIXs .mbr-section-title {
  color: #291f1e;
}
.cid-uBKKNiacVU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uBKKNiacVU::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#63d744 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uBKKNiacVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKKNiacVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKKNiacVU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBKKNiacVU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKKNiacVU .container {
    padding: 0 24px;
  }
}
.cid-uBKKNiacVU .row {
  justify-content: space-between;
}
.cid-uBKKNiacVU .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uBKKNiacVU .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKKNiacVU .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uBKKNiacVU .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uBKKNiacVU .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uBKKNiacVU .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uBKKNiacVU .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uBKKNiacVU .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uBKKNiacVU .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uBKKNiacVU .mbr-text {
  color: #141414;
}
.cid-uBKKNj5nsw {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBKKNj5nsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKKNj5nsw .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBKKNj5nsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKKNj5nsw h1 {
  max-width: 800px;
}
.cid-uBKKNj5nsw p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBKKNj5nsw {
    align-items: center;
  }
  .cid-uBKKNj5nsw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKKNj5nsw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKKNj5nsw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBKKNj5nsw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKKNj5nsw .content-wrap {
    width: 100%;
  }
}
.cid-uBKKNj5nsw .mbr-section-subtitle,
.cid-uBKKNj5nsw .line {
  color: #291f1e;
}
.cid-uBKKNj5nsw .mbr-text,
.cid-uBKKNj5nsw .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBKKNj5nsw .mbr-section-title {
  color: #291f1e;
}
.cid-uBKKNjYcha {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKKNjYcha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKKNjYcha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKKNjYcha .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBKKNjYcha .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uBKKNjYcha .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #45cb20, #ffffff 50%);
  opacity: .5;
}
.cid-uBKKNjYcha .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBKKNjYcha .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBKKNjYcha .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBKKNjYcha .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uBKKNjYcha .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uBKKNjYcha .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBKKNjYcha .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBKKNjYcha .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #63d744;
  border-radius: 100%;
}
.cid-uBKKNjYcha .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uBKKNjYcha .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBKKNjYcha .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uBKKNjYcha .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uBKKNjYcha .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKKNjYcha .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBKKNjYcha .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uBKKNjYcha .panel-title-edit {
  color: #ffffff;
}
.cid-uBKKNjYcha .panel-text {
  color: #ffffff;
}
.cid-uBKKNjYcha .panel-title-edit,
.cid-uBKKNjYcha .icon-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uBKKNjYcha .panel-text,
.cid-uBKKNjYcha .panel-body {
  color: #000000;
}
.cid-uBKKNl3PQi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBKKNl3PQi .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-uBKKNl3PQi .mbr-section-title {
  text-align: left;
}
.cid-uBKKNl3PQi .mbr-section-subtitle {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uBKKNl3PQi .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-uBKKNl3PQi .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBKKNl3PQi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBKOEv5SDJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKOEv5SDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKOEv5SDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKOEv5SDJ .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBKOEv5SDJ .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uBKOEv5SDJ .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBKOEv5SDJ .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKOEv5SDJ .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKOEv5SDJ .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uBKOEv5SDJ .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #45cb20;
}
@media (max-width: 992px) {
  .cid-uBKOEv5SDJ .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uBKOEv5SDJ .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBKOEv5SDJ .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBKOEv5SDJ .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBKOEv5SDJ .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBKOEv5SDJ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBKOEv5SDJ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uBKOEv5SDJ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uBKOEv5SDJ .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBKOEv5SDJ .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uBKOEv5SDJ .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKOEv5SDJ .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBKOEv5SDJ .mbr-section-title {
  color: #404349;
}
.cid-uBKOEv5SDJ .panel-title-edit {
  color: #404349;
}
.cid-uBKOEv5SDJ .panel-text {
  color: #404349;
}
.cid-uBKKNlVa4B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45cb20;
}
.cid-uBKKNlVa4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKKNlVa4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKKNlVa4B .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uBKKNlVa4B .content-wrapper {
    padding: 0;
  }
}
.cid-uBKKNlVa4B .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBKKNlVa4B .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uBKKNlVa4B .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uBKKNlVa4B .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBKKNlVa4B .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uBKKNlVa4B .mbr-section-title {
  color: #050f0f;
}
.cid-uBKKNmQs1T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uBKKNmQs1T .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uBKKNmQs1T .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uBKKNmQs1T .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uBKKNmQs1T .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uBKKNmQs1T a {
  background-image: none !important;
}
.cid-uBKKNmQs1T .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uBKKNmQs1T .container {
  padding: 5rem 1rem;
}
.cid-uBKKNmQs1T p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uBKKNmQs1T p {
    text-align: center !important;
  }
}
.cid-uBKKNmQs1T .media-container-row .mbr-text2,
.cid-uBKKNmQs1T .line {
  color: #232323;
  text-align: left;
}
.cid-uBKKNnB4kz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #45cb20;
  overflow: hidden;
}
.cid-uBKNoRASyv {
  background-color: transparent;
}
.cid-uBKNoRASyv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uBKNoRASyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBKNoRASyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBKNoRASyv .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBKNoRASyv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBKNoRASyv .navbar.opened {
  transition: all 0.3s;
}
.cid-uBKNoRASyv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBKNoRASyv .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBKNoRASyv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBKNoRASyv .navbar.collapsed {
  justify-content: center;
}
.cid-uBKNoRASyv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBKNoRASyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBKNoRASyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBKNoRASyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBKNoRASyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBKNoRASyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBKNoRASyv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBKNoRASyv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBKNoRASyv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBKNoRASyv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBKNoRASyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBKNoRASyv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBKNoRASyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBKNoRASyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBKNoRASyv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBKNoRASyv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBKNoRASyv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBKNoRASyv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBKNoRASyv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBKNoRASyv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBKNoRASyv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBKNoRASyv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBKNoRASyv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBKNoRASyv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBKNoRASyv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBKNoRASyv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBKNoRASyv .menu_box .navbar.opened,
  .cid-uBKNoRASyv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBKNoRASyv .navbar-dropdown {
  position: relative !important;
}
.cid-uBKNoRASyv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBKNoRASyv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBKNoRASyv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBKNoRASyv .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uBKNoRASyv .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uBKNoRASyv .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uBKNoRASyv .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uBKNoRASyv .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBKNoRASyv .nav-item {
    margin: 0 !important;
  }
}
.cid-uBKNoRASyv .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uBKNoRASyv .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uBKNoRASyv .nav-item .nav-link:hover,
.cid-uBKNoRASyv .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uBKNoRASyv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBKNoRASyv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBKNoRASyv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBKNoRASyv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBKNoRASyv .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-uBKNoRASyv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBKNoRASyv .offcanvas_box {
    display: none;
  }
}
.cid-uBKNoRASyv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBKNoRASyv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBKNoRASyv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBKNoRASyv .container {
  display: flex;
  margin: auto;
}
.cid-uBKNoRASyv .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uBKNoRASyv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBKNoRASyv .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uBKNoRASyv .navbar-nav {
    margin: 0;
  }
}
.cid-uBKNoRASyv .dropdown-menu,
.cid-uBKNoRASyv .navbar.opened {
  background-color: false !important;
}
.cid-uBKNoRASyv .nav-item:focus,
.cid-uBKNoRASyv .nav-link:focus {
  outline: none;
}
.cid-uBKNoRASyv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBKNoRASyv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBKNoRASyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBKNoRASyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBKNoRASyv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBKNoRASyv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBKNoRASyv .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-uBKNoRASyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBKNoRASyv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBKNoRASyv .dropdown-item.active,
.cid-uBKNoRASyv .dropdown-item:active {
  background-color: transparent;
}
.cid-uBKNoRASyv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uBKNoRASyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBKNoRASyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBKNoRASyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBKNoRASyv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBKNoRASyv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBKNoRASyv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff9063;
}
.cid-uBKNoRASyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uBKNoRASyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBKNoRASyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKNoRASyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKNoRASyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBKNoRASyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKNoRASyv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBKNoRASyv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBKNoRASyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKNoRASyv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBKNoRASyv .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-uBKNoRASyv .navbar {
    height: 70px;
  }
  .cid-uBKNoRASyv .navbar.opened {
    height: auto;
  }
  .cid-uBKNoRASyv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKNoRASyv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uBKNoRASyv .navbar-caption:hover {
  color: #5851c2;
}
@media (min-width: 992px) {
  .cid-uBKNoRASyv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBKNoRASyv .text_widget {
  margin-bottom: 32px;
}
.cid-uBKNoRASyv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBKNoRASyv .text_widget a:hover,
.cid-uBKNoRASyv .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uBKNoRASyv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uBKNoRASyv .navbar-caption {
  color: #050f0f;
}
.cid-uBKNoRASyv .mbr-section-subtitle,
.cid-uBKNoRASyv .text_widget,
.cid-uBKNoRASyv .mbr-section-btn {
  text-align: center;
}
.cid-uBKNoRASyv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBKNoSSwE0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/istockphoto-483524086-612x612-1-612x408.jpg");
}
.cid-uBKNoSSwE0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBKNoSSwE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKNoSSwE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKNoSSwE0 .content-wrap {
  justify-content: center;
}
.cid-uBKNoSSwE0 .card-wrapper {
  padding: 190px 32px;
  background-color: #f4f2ef;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uBKNoSSwE0 .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKNoSSwE0 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uBKNoSSwE0 .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBKNoSSwE0 .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uBKNoSSwE0 .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBKNoSSwE0 .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBKNoSSwE0 .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBKNoSSwE0 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBKNoSSwE0 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBKNoSSwE0 .mbr-section-title {
  color: #150764;
}
.cid-uBKNoSSwE0 .mbr-text,
.cid-uBKNoSSwE0 .text-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uBKNoSSwE0 .mbr-section-title,
.cid-uBKNoSSwE0 .mbr-section-btn,
.cid-uBKNoSSwE0 .logo-wrapper {
  text-align: center;
}
.cid-uBKNoU9WXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKNoU9WXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKNoU9WXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKNoU9WXM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKNoU9WXM .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKNoU9WXM .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKNoU9WXM .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKNoU9WXM .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKNoU9WXM .mbr-section-title {
  color: #404349;
}
.cid-uBKNoU9WXM .mbr-desc {
  color: #b19a7c;
}
.cid-uBKNoU9WXM .mbr-text {
  color: #404349;
}
.cid-uBKNp3rLlQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45cb20;
}
.cid-uBKNp3rLlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKNp3rLlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKNp3rLlQ .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uBKNp3rLlQ .content-wrapper {
    padding: 0;
  }
}
.cid-uBKNp3rLlQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBKNp3rLlQ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uBKNp3rLlQ .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uBKNp3rLlQ .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBKNp3rLlQ .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uBKNp3rLlQ .mbr-section-title {
  color: #050f0f;
}
.cid-uBKNp4mfYG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uBKNp4mfYG .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uBKNp4mfYG .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uBKNp4mfYG .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uBKNp4mfYG .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uBKNp4mfYG a {
  background-image: none !important;
}
.cid-uBKNp4mfYG .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uBKNp4mfYG .container {
  padding: 5rem 1rem;
}
.cid-uBKNp4mfYG p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uBKNp4mfYG p {
    text-align: center !important;
  }
}
.cid-uBKNp4mfYG .media-container-row .mbr-text2,
.cid-uBKNp4mfYG .line {
  color: #232323;
  text-align: left;
}
.cid-uBKNp5iezD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #45cb20;
  overflow: hidden;
}
.cid-uBKOgJaVbc {
  background-color: transparent;
}
.cid-uBKOgJaVbc .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uBKOgJaVbc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBKOgJaVbc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBKOgJaVbc .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBKOgJaVbc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBKOgJaVbc .navbar.opened {
  transition: all 0.3s;
}
.cid-uBKOgJaVbc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBKOgJaVbc .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBKOgJaVbc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBKOgJaVbc .navbar.collapsed {
  justify-content: center;
}
.cid-uBKOgJaVbc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBKOgJaVbc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBKOgJaVbc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBKOgJaVbc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBKOgJaVbc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBKOgJaVbc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBKOgJaVbc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBKOgJaVbc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBKOgJaVbc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBKOgJaVbc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBKOgJaVbc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBKOgJaVbc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBKOgJaVbc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBKOgJaVbc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBKOgJaVbc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBKOgJaVbc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBKOgJaVbc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBKOgJaVbc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBKOgJaVbc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBKOgJaVbc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBKOgJaVbc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBKOgJaVbc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBKOgJaVbc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBKOgJaVbc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBKOgJaVbc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBKOgJaVbc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBKOgJaVbc .menu_box .navbar.opened,
  .cid-uBKOgJaVbc .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBKOgJaVbc .navbar-dropdown {
  position: relative !important;
}
.cid-uBKOgJaVbc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBKOgJaVbc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBKOgJaVbc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBKOgJaVbc .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uBKOgJaVbc .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uBKOgJaVbc .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uBKOgJaVbc .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uBKOgJaVbc .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBKOgJaVbc .nav-item {
    margin: 0 !important;
  }
}
.cid-uBKOgJaVbc .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uBKOgJaVbc .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uBKOgJaVbc .nav-item .nav-link:hover,
.cid-uBKOgJaVbc .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uBKOgJaVbc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBKOgJaVbc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBKOgJaVbc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBKOgJaVbc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBKOgJaVbc .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-uBKOgJaVbc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBKOgJaVbc .offcanvas_box {
    display: none;
  }
}
.cid-uBKOgJaVbc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBKOgJaVbc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBKOgJaVbc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBKOgJaVbc .container {
  display: flex;
  margin: auto;
}
.cid-uBKOgJaVbc .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uBKOgJaVbc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBKOgJaVbc .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uBKOgJaVbc .navbar-nav {
    margin: 0;
  }
}
.cid-uBKOgJaVbc .dropdown-menu,
.cid-uBKOgJaVbc .navbar.opened {
  background-color: false !important;
}
.cid-uBKOgJaVbc .nav-item:focus,
.cid-uBKOgJaVbc .nav-link:focus {
  outline: none;
}
.cid-uBKOgJaVbc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBKOgJaVbc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBKOgJaVbc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBKOgJaVbc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBKOgJaVbc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBKOgJaVbc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBKOgJaVbc .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-uBKOgJaVbc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBKOgJaVbc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBKOgJaVbc .dropdown-item.active,
.cid-uBKOgJaVbc .dropdown-item:active {
  background-color: transparent;
}
.cid-uBKOgJaVbc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uBKOgJaVbc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBKOgJaVbc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBKOgJaVbc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBKOgJaVbc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBKOgJaVbc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBKOgJaVbc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff9063;
}
.cid-uBKOgJaVbc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uBKOgJaVbc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBKOgJaVbc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKOgJaVbc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKOgJaVbc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBKOgJaVbc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKOgJaVbc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBKOgJaVbc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBKOgJaVbc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKOgJaVbc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBKOgJaVbc .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-uBKOgJaVbc .navbar {
    height: 70px;
  }
  .cid-uBKOgJaVbc .navbar.opened {
    height: auto;
  }
  .cid-uBKOgJaVbc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKOgJaVbc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uBKOgJaVbc .navbar-caption:hover {
  color: #5851c2;
}
@media (min-width: 992px) {
  .cid-uBKOgJaVbc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBKOgJaVbc .text_widget {
  margin-bottom: 32px;
}
.cid-uBKOgJaVbc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBKOgJaVbc .text_widget a:hover,
.cid-uBKOgJaVbc .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uBKOgJaVbc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uBKOgJaVbc .navbar-caption {
  color: #050f0f;
}
.cid-uBKOgJaVbc .mbr-section-subtitle,
.cid-uBKOgJaVbc .text_widget,
.cid-uBKOgJaVbc .mbr-section-btn {
  text-align: center;
}
.cid-uBKOgJaVbc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBKOgK8PoU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/istockphoto-1226898642-612x612-2-612x344.jpg");
}
.cid-uBKOgK8PoU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBKOgK8PoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKOgK8PoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKOgK8PoU .content-wrap {
  justify-content: center;
}
.cid-uBKOgK8PoU .card-wrapper {
  padding: 190px 32px;
  background-color: #ffffff;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uBKOgK8PoU .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKOgK8PoU .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uBKOgK8PoU .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBKOgK8PoU .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uBKOgK8PoU .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBKOgK8PoU .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBKOgK8PoU .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBKOgK8PoU .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBKOgK8PoU .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBKOgK8PoU .mbr-section-title {
  color: #150764;
}
.cid-uBKOgK8PoU .mbr-text,
.cid-uBKOgK8PoU .text-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uBKOgK8PoU .mbr-section-title,
.cid-uBKOgK8PoU .mbr-section-btn,
.cid-uBKOgK8PoU .logo-wrapper {
  text-align: center;
}
.cid-uBKOgKIGDe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKOgKIGDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKOgKIGDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKOgKIGDe .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKOgKIGDe .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKOgKIGDe .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKOgKIGDe .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKOgKIGDe .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKOgKIGDe .mbr-section-title {
  color: #404349;
}
.cid-uBKOgKIGDe .mbr-desc {
  color: #b19a7c;
}
.cid-uBKOgKIGDe .mbr-text {
  color: #404349;
}
.cid-uBKOgLyk1f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45cb20;
}
.cid-uBKOgLyk1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKOgLyk1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKOgLyk1f .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uBKOgLyk1f .content-wrapper {
    padding: 0;
  }
}
.cid-uBKOgLyk1f .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBKOgLyk1f .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uBKOgLyk1f .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uBKOgLyk1f .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBKOgLyk1f .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uBKOgLyk1f .mbr-section-title {
  color: #050f0f;
}
.cid-uBKOgMjlHs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uBKOgMjlHs .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uBKOgMjlHs .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uBKOgMjlHs .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uBKOgMjlHs .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uBKOgMjlHs a {
  background-image: none !important;
}
.cid-uBKOgMjlHs .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uBKOgMjlHs .container {
  padding: 5rem 1rem;
}
.cid-uBKOgMjlHs p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uBKOgMjlHs p {
    text-align: center !important;
  }
}
.cid-uBKOgMjlHs .media-container-row .mbr-text2,
.cid-uBKOgMjlHs .line {
  color: #232323;
  text-align: left;
}
.cid-uBKOgMXpun {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #45cb20;
  overflow: hidden;
}
