.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #edf4f0;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #d68c45 !important;
}
.bg-success {
  background-color: #24c47a !important;
}
.bg-info {
  background-color: #0cb9dc !important;
}
.bg-warning {
  background-color: #e8ae00 !important;
}
.bg-danger {
  background-color: #c62232 !important;
}
.btn-primary {
  border-color: #170e05 !important;
  box-shadow: 4px 4px 0 0 #170e05;
}
.btn-primary,
.btn-primary:active {
  background-color: #d68c45 !important;
  border-color: #170e05 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #170e05;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #dfa66f !important;
  border-color: #170e05 !important;
  box-shadow: 4px 4px 0 0 #170e05;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #dfa66f !important;
  border-color: #dfa66f !important;
}
.btn-secondary {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2c6e49 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3b9261 !important;
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b9261 !important;
  border-color: #3b9261 !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info,
.btn-info:active {
  background-color: #0cb9dc !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #28d1f3 !important;
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #28d1f3 !important;
  border-color: #28d1f3 !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success,
.btn-success:active {
  background-color: #24c47a !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3fdc93 !important;
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3fdc93 !important;
  border-color: #3fdc93 !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8ae00 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc61c !important;
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc61c !important;
  border-color: #ffc61c !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger,
.btn-danger:active {
  background-color: #c62232 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #de3d4d !important;
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #de3d4d !important;
  border-color: #de3d4d !important;
}
.btn-white {
  border-color: #808080 !important;
  box-shadow: 4px 4px 0 0 #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #808080 !important;
  color: #808080 !important;
  box-shadow: 4px 4px 0 0 #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #808080 !important;
  box-shadow: 4px 4px 0 0 #808080;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.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: #d68c45;
  color: #d68c45;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a16123 !important;
  background-color: transparent !important;
  border-color: #a16123 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d68c45 !important;
  border-color: #d68c45 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2c6e49;
  color: #2c6e49;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #133020 !important;
  background-color: transparent !important;
  border-color: #133020 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2c6e49 !important;
  border-color: #2c6e49 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cb9dc;
  color: #0cb9dc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08748a !important;
  background-color: transparent !important;
  border-color: #08748a !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #24c47a;
  color: #24c47a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177b4c !important;
  background-color: transparent !important;
  border-color: #177b4c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #24c47a !important;
  border-color: #24c47a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e8ae00;
  color: #e8ae00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #916d00 !important;
  background-color: transparent !important;
  border-color: #916d00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c62232;
  color: #c62232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7c151f !important;
  background-color: transparent !important;
  border-color: #7c151f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c62232 !important;
  border-color: #c62232 !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: #d68c45 !important;
}
.text-secondary {
  color: #2c6e49 !important;
}
.text-success {
  color: #24c47a !important;
}
.text-info {
  color: #0cb9dc !important;
}
.text-warning {
  color: #e8ae00 !important;
}
.text-danger {
  color: #c62232 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #945921 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0f2519 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #146e44 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #07687b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #826200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6f131c !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: #d68c45;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cb9dc;
}
.alert-warning {
  background-color: #e8ae00;
}
.alert-danger {
  background-color: #c62232;
}
.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: #d68c45;
  border-color: #d68c45;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d68c45;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbf3ec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #80e8b8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b9f0fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedb5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e97f89;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d68c45 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #d68c45;
}
/* 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: #d68c45;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d68c45;
}
.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: #d68c45;
  border-bottom-color: #d68c45;
}
.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: #000000 !important;
  background-color: #d68c45 !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: #2c6e49 !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='%23d68c45' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 14px 40px;
  border-radius: 100px !important;
  border-width: 2px !important;
  font-weight: 700 !important;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 14px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.item-wrapper,
.card {
  border-radius: 30px !important;
}
.image-wrapper img {
  border-radius: 0 !important;
}
.item-wrap {
  border-radius: 0 0 40px 40px !important;
}
.desc-wrapper .mbr-desc,
.desc-wrapper .item-desc {
  border-radius: .75rem;
}
.logo-wrapper img {
  border-radius: .75rem !important;
}
.form-control {
  border-radius: 999px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px;
}
.cid-uuMTcdv38t {
  background-color: transparent;
}
.cid-uuMTcdv38t .navbar-dropdown {
  background-color: #4c956c !important;
  padding: 0;
}
.cid-uuMTcdv38t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #4c956c !important;
  background: #4c956c;
}
.cid-uuMTcdv38t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuMTcdv38t .navbar {
  border-bottom: 2px solid #ffffff !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uuMTcdv38t .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdv38t .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdv38t .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uuMTcdv38t .navbar.opened {
  transition: all 0.3s;
}
.cid-uuMTcdv38t .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uuMTcdv38t .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 0.75rem !important;
}
.cid-uuMTcdv38t .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuMTcdv38t .navbar.collapsed {
  justify-content: center;
}
.cid-uuMTcdv38t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuMTcdv38t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uuMTcdv38t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuMTcdv38t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuMTcdv38t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuMTcdv38t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uuMTcdv38t .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuMTcdv38t .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uuMTcdv38t .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uuMTcdv38t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuMTcdv38t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuMTcdv38t .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uuMTcdv38t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuMTcdv38t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uuMTcdv38t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuMTcdv38t .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uuMTcdv38t .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uuMTcdv38t .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uuMTcdv38t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uuMTcdv38t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuMTcdv38t .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uuMTcdv38t .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuMTcdv38t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuMTcdv38t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuMTcdv38t .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uuMTcdv38t .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uuMTcdv38t .menu_box .navbar.opened,
  .cid-uuMTcdv38t .menu_box .navbar-collapse {
    background-color: #4c956c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uuMTcdv38t .navbar-dropdown {
  position: relative !important;
}
.cid-uuMTcdv38t .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uuMTcdv38t .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uuMTcdv38t .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uuMTcdv38t .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uuMTcdv38t .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uuMTcdv38t .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uuMTcdv38t .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uuMTcdv38t .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uuMTcdv38t .nav-item {
    margin: 0 !important;
  }
}
.cid-uuMTcdv38t .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-uuMTcdv38t .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uuMTcdv38t .nav-item .nav-link:hover,
.cid-uuMTcdv38t .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uuMTcdv38t .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uuMTcdv38t .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uuMTcdv38t .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uuMTcdv38t .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uuMTcdv38t .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uuMTcdv38t .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uuMTcdv38t .offcanvas_box {
    display: none;
  }
}
.cid-uuMTcdv38t .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uuMTcdv38t .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uuMTcdv38t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uuMTcdv38t .container {
  display: flex;
  margin: auto;
}
.cid-uuMTcdv38t .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uuMTcdv38t .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uuMTcdv38t .iconfont-wrapper:hover .mbr-iconfont {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uuMTcdv38t .navbar-nav {
    margin: 0;
  }
}
.cid-uuMTcdv38t .dropdown-menu,
.cid-uuMTcdv38t .navbar.opened {
  background-color: false !important;
}
.cid-uuMTcdv38t .nav-item:focus,
.cid-uuMTcdv38t .nav-link:focus {
  outline: none;
}
.cid-uuMTcdv38t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuMTcdv38t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuMTcdv38t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuMTcdv38t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMTcdv38t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuMTcdv38t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuMTcdv38t .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-uuMTcdv38t .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuMTcdv38t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuMTcdv38t .dropdown-item.active,
.cid-uuMTcdv38t .dropdown-item:active {
  background-color: transparent;
}
.cid-uuMTcdv38t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uuMTcdv38t .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uuMTcdv38t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuMTcdv38t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuMTcdv38t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuMTcdv38t ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uuMTcdv38t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuMTcdv38t button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #4c956c;
  background: #4c956c;
}
.cid-uuMTcdv38t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuMTcdv38t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuMTcdv38t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMTcdv38t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMTcdv38t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuMTcdv38t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMTcdv38t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuMTcdv38t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuMTcdv38t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMTcdv38t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uuMTcdv38t .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-uuMTcdv38t .navbar {
    height: 70px;
  }
  .cid-uuMTcdv38t .navbar.opened {
    height: auto;
  }
  .cid-uuMTcdv38t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuMTcdv38t .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uuMTcdv38t .navbar-caption:hover {
  color: #d68c45;
}
@media (min-width: 992px) {
  .cid-uuMTcdv38t .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uuMTcdv38t .text_widget {
  margin-bottom: 32px;
}
.cid-uuMTcdv38t .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uuMTcdv38t .text_widget a:hover,
.cid-uuMTcdv38t .text_widget a:focus {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .cid-uuMTcdv38t .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uuMTcdv38t .navbar-caption {
  color: #FFFFFF;
}
.cid-uuMTcdv38t .mbr-section-subtitle,
.cid-uuMTcdv38t .text_widget,
.cid-uuMTcdv38t .mbr-section-btn {
  text-align: center;
}
.cid-uuMTcdv38t a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uuMTcdv38t .nav-link,
.cid-uuMTcdv38t .dropdown-item {
  color: #FFFFFF;
}
.cid-uuMTcdxDxf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #4c956c;
}
.cid-uuMTcdxDxf .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uuMTcdxDxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdxDxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdxDxf .content-wrap {
  margin: 0;
}
.cid-uuMTcdxDxf .content-wrap .card {
  padding: 0;
}
.cid-uuMTcdxDxf .content-wrapper {
  height: 100%;
  padding: 190px 28px 190px 120px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1640px) {
  .cid-uuMTcdxDxf .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdxDxf .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdxDxf .content-wrapper {
    border-right: none;
    border-top: 1px solid #ffffff;
  }
}
.cid-uuMTcdxDxf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uuMTcdxDxf .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uuMTcdxDxf .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uuMTcdxDxf .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uuMTcdxDxf .image-wrapper {
  height: 100%;
}
.cid-uuMTcdxDxf .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuMTcdxDxf .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uuMTcdxDxf .mbr-section-title {
  color: #150764;
}
.cid-uuMTcdxDxf .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uuMTcdxDxf .mbr-section-title,
.cid-uuMTcdxDxf .mbr-section-btn {
  color: #FFFFFF;
  text-align: center;
}
.cid-uuMTcdyLoW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uuMTcdyLoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdyLoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdyLoW .content-head {
  max-width: 800px;
}
.cid-uuMTcdyLoW .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uuMTcdyLoW .item {
  color: #4c956c;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uuMTcdyLoW .item {
    min-height: 45px;
  }
}
.cid-uuZV6CBiAO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-uuZV6CBiAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuZV6CBiAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuZV6CBiAO .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uuZV6CBiAO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uuZV6CBiAO .mbr-name {
  color: #858585;
}
.cid-uuZV6CBiAO .mbr-text {
  color: #191c25;
}
.cid-uuZV6CBiAO .mbr-section-btn {
  text-align: center;
}
.cid-uuMTcdAyAT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #4c956c;
}
.cid-uuMTcdAyAT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uuMTcdAyAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdAyAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdAyAT .items-wrapper {
  margin: 0;
}
.cid-uuMTcdAyAT .items-wrapper .item {
  padding: 0;
}
.cid-uuMTcdAyAT .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .cid-uuMTcdAyAT .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-uuMTcdAyAT .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1640px) {
  .cid-uuMTcdAyAT .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdAyAT .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdAyAT .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuMTcdAyAT .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uuMTcdAyAT .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uuMTcdAyAT .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uuMTcdAyAT .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uuMTcdAyAT .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-uuMTcdAyAT .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uuMTcdAyAT .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-uuMTcdAyAT .item-title {
  color: #150764;
}
.cid-uuMTcdAyAT .item-text,
.cid-uuMTcdAyAT .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uuMTcdAyAT .item-title,
.cid-uuMTcdAyAT .mbr-section-btn,
.cid-uuMTcdAyAT .icon-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uuMTcdAyAT .item-text {
  color: #FFFFFF;
}
.cid-uv09Wr2tFO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7fff7;
}
.cid-uv09Wr2tFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv09Wr2tFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv09Wr2tFO .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uv09Wr2tFO .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uv09Wr2tFO .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uv09Wr2tFO .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uv09Wr2tFO .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uv09Wr2tFO .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uv09Wr2tFO .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv09Wr2tFO .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uv09Wr2tFO .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv09Wr2tFO .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uv09Wr2tFO .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uuMTcdBQsj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uuMTcdBQsj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uuMTcdBQsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdBQsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdBQsj .content-wrap {
  margin: 0;
}
.cid-uuMTcdBQsj .content-wrap .card {
  padding: 0;
}
.cid-uuMTcdBQsj .image-wrap {
  position: relative;
  height: 100%;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uuMTcdBQsj .image-wrap {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uuMTcdBQsj .image-wrap .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cid-uuMTcdBQsj .image-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuMTcdBQsj .image-wrap .image-wrapper img {
    object-fit: cover;
  }
}
.cid-uuMTcdBQsj .image-wrap .title-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
}
@media (max-width: 1640px) {
  .cid-uuMTcdBQsj .image-wrap .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdBQsj .image-wrap .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uuMTcdBQsj .image-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uuMTcdBQsj .image-wrap .title-wrapper .mbr-section-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .cid-uuMTcdBQsj .image-wrap .title-wrapper .mbr-section-btn {
    display: block;
  }
}
.cid-uuMTcdBQsj .image-wrap .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uuMTcdBQsj .items-wrapper .item:first-child .item-wrapper {
  border-top: none;
}
.cid-uuMTcdBQsj .items-wrapper .item .item-wrapper {
  padding: 72px 190px;
  border-radius: 0 !important;
  border-top: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uuMTcdBQsj .items-wrapper .item .item-wrapper {
    padding: 72px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdBQsj .items-wrapper .item .item-wrapper {
    padding: 40px 0;
  }
}
.cid-uuMTcdBQsj .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uuMTcdBQsj .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uuMTcdBQsj .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uuMTcdBQsj .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uuMTcdBQsj .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #000000;
  display: inline-flex;
}
.cid-uuMTcdBQsj .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uuMTcdBQsj .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uuMTcdBQsj .mbr-section-title {
  color: #f4f2ef;
}
.cid-uuMTcdBQsj .item-title {
  color: #150764;
}
.cid-uuMTcdBQsj .item-text {
  color: #000000;
}
.cid-uuMTcdBQsj .mbr-section-title,
.cid-uuMTcdBQsj .mbr-section-btn {
  color: #000000;
}
.cid-uuMTcdBQsj .item-title,
.cid-uuMTcdBQsj .mbr-section-btn {
  color: #000000;
}
.cid-uv0eNA87ns {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uv0eNA87ns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv0eNA87ns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv0eNA87ns .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uv0eNA87ns .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uv0eNA87ns .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uv0eNA87ns .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uv0eNA87ns .container {
    padding: 0 24px;
  }
}
.cid-uv0eNA87ns .row {
  justify-content: center;
}
.cid-uv0eNA87ns .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uv0eNA87ns .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uv0eNA87ns .title-wrapper {
    padding-right: 0;
  }
}
.cid-uv0eNA87ns .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uv0eNA87ns .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv0eNA87ns .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uv0eNA87ns .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uv0eNA87ns .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uv0eNA87ns .text-wrapper {
    padding-left: 0;
  }
}
.cid-uv0eNA87ns .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv0eNA87ns .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uv0eNA87ns .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uv0eNA87ns .mbr-section-title {
  color: #18212d;
}
.cid-uv0eNA87ns .mbr-desc {
  color: #18212d;
}
.cid-uv0eNA87ns .mbr-text {
  color: #18212d;
}
.cid-uv0fhL7TDk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uv0fhL7TDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv0fhL7TDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv0fhL7TDk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uv0fhL7TDk .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uv0fhL7TDk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uv0fhL7TDk .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uv0fhL7TDk .container {
    padding: 0 24px;
  }
}
.cid-uv0fhL7TDk .row {
  justify-content: center;
}
.cid-uv0fhL7TDk .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uv0fhL7TDk .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uv0fhL7TDk .title-wrapper {
    padding-right: 0;
  }
}
.cid-uv0fhL7TDk .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uv0fhL7TDk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv0fhL7TDk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uv0fhL7TDk .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uv0fhL7TDk .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uv0fhL7TDk .text-wrapper {
    padding-left: 0;
  }
}
.cid-uv0fhL7TDk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv0fhL7TDk .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uv0fhL7TDk .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uv0fhL7TDk .mbr-section-title {
  color: #18212d;
}
.cid-uv0fhL7TDk .mbr-desc {
  color: #18212d;
}
.cid-uv0fhL7TDk .mbr-text {
  color: #18212d;
}
.cid-uuMTcdCgmz {
  padding-top: 5rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uuMTcdCgmz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uuMTcdCgmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdCgmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdCgmz .title-wrapper {
  margin-bottom: 104px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uuMTcdCgmz .title-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdCgmz .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uuMTcdCgmz .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uuMTcdCgmz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uuMTcdCgmz .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uuMTcdCgmz .items-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdCgmz .items-wrapper {
    padding: 0;
  }
}
.cid-uuMTcdCgmz .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uuMTcdCgmz .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uuMTcdCgmz .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uuMTcdCgmz .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(2) rotate(45deg);
}
.cid-uuMTcdCgmz .items-wrapper .item .item-wrapper {
  border: 1px solid #000000;
  overflow: hidden;
}
.cid-uuMTcdCgmz .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 50px 0;
}
.cid-uuMTcdCgmz .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 400px;
  min-width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uuMTcdCgmz .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdCgmz .items-wrapper .item .item-wrapper .item-img img {
    height: 250px;
    width: 250px;
    min-width: 250px;
  }
}
.cid-uuMTcdCgmz .items-wrapper .item .item-wrapper .card_1 {
  background-color: #2c6e49;
}
.cid-uuMTcdCgmz .items-wrapper .item .item-wrapper .card_2 {
  background-color: #e8ae00;
}
.cid-uuMTcdCgmz .items-wrapper .item .item-wrapper .card_3 {
  background-color: #c62232;
}
.cid-uuMTcdCgmz .items-wrapper .item .item-wrapper .item-content .item-title {
  border-top: 1px solid #000000;
  padding: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uuMTcdCgmz .items-wrapper .item .item-wrapper .item-content .item-title {
    padding: 20px;
  }
}
.cid-uuMTcdCgmz .items-wrapper .item .item-wrapper .item-content .item-text {
  border-top: 1px solid #000000;
  padding: 12px;
  margin-bottom: 0;
}
.cid-uuMTcdCgmz .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  padding: 0 12px 12px 12px;
}
.cid-uuMTcdCgmz .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin: 0 10px;
}
.cid-uuMTcdCgmz .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uuMTcdCgmz .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uuMTcdCgmz .item-title {
  color: #150764;
  text-align: center;
}
.cid-uuMTcdCgmz .item-text {
  color: #000000;
  text-align: center;
}
.cid-uuMTcdCgmz .mbr-section-title,
.cid-uuMTcdCgmz .mbr-section-btn {
  color: #000000;
}
.cid-uuMTcdCgmz .item-title,
.cid-uuMTcdCgmz .mbr-section-btn {
  color: #000000;
}
.cid-uuMTcdDUFA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1511649475669-e288648b2339.webp");
}
.cid-uuMTcdDUFA .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uuMTcdDUFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdDUFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdDUFA .content-wrap {
  justify-content: center;
}
.cid-uuMTcdDUFA .card-wrapper {
  padding: 190px 32px;
  background-color: #edf4f0;
  border: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uuMTcdDUFA .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdDUFA .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uuMTcdDUFA .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uuMTcdDUFA .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uuMTcdDUFA .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uuMTcdDUFA .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uuMTcdDUFA .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uuMTcdDUFA .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uuMTcdDUFA .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uuMTcdDUFA .mbr-section-title {
  color: #150764;
}
.cid-uuMTcdDUFA .mbr-text,
.cid-uuMTcdDUFA .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uuMTcdDUFA .mbr-section-title,
.cid-uuMTcdDUFA .mbr-section-btn,
.cid-uuMTcdDUFA .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uuMTcdE4At {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uuMTcdE4At .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uuMTcdE4At .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdE4At .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdE4At .content-wrap {
  margin: 0;
}
.cid-uuMTcdE4At .content-wrap .card {
  padding: 0;
}
.cid-uuMTcdE4At .image-wrapper {
  height: 100%;
}
.cid-uuMTcdE4At .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuMTcdE4At .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uuMTcdE4At .content-wrapper {
  padding: 190px 72px;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uuMTcdE4At .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdE4At .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdE4At .content-wrapper {
    border-right: none;
    border-top: 1px solid #000000;
  }
}
.cid-uuMTcdE4At .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuMTcdE4At .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uuMTcdE4At .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #000000;
  display: inline-flex;
}
.cid-uuMTcdE4At .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uuMTcdE4At .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuMTcdE4At .content-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uuMTcdE4At .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uuMTcdE4At .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uuMTcdE4At .mbr-section-title {
  color: #150764;
}
.cid-uuMTcdE4At .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uuMTcdE4At .mbr-section-title,
.cid-uuMTcdE4At .mbr-section-btn,
.cid-uuMTcdE4At .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uuMTcdF2B1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1423666639041-f56000c27a9a.webp");
}
.cid-uuMTcdF2B1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uuMTcdF2B1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdF2B1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdF2B1 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uuMTcdF2B1 .content-wrap .card {
  justify-content: space-between;
}
.cid-uuMTcdF2B1 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uuMTcdF2B1 .content-wrapper {
    padding: 0;
  }
}
.cid-uuMTcdF2B1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #d68c45;
}
.cid-uuMTcdF2B1 .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uuMTcdF2B1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uuMTcdF2B1 .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uuMTcdF2B1 .content-wrapper .items-wrapper .items-wrap .item {
  margin-bottom: 16px;
}
.cid-uuMTcdF2B1 .content-wrapper .items-wrapper .items-wrap .item .item-wrapper {
  padding: 0 16px;
}
.cid-uuMTcdF2B1 .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
}
.cid-uuMTcdF2B1 .mbr-section-title {
  color: #f4f2ef;
}
.cid-uuMTcdF2B1 .mbr-desc,
.cid-uuMTcdF2B1 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uuMTcdF2B1 .mbr-section-title,
.cid-uuMTcdF2B1 .items-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uuMTcdGcNu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0cb9dc;
}
.cid-uuMTcdGcNu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uuMTcdGcNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdGcNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdGcNu .content-wrap {
  margin: 0;
}
.cid-uuMTcdGcNu .content-wrap .card {
  padding: 0;
}
.cid-uuMTcdGcNu .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #4c956c;
  padding: 40px 32px;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uuMTcdGcNu .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdGcNu .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdGcNu .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uuMTcdGcNu .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-uuMTcdGcNu .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-uuMTcdGcNu .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uuMTcdGcNu .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-uuMTcdGcNu .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uuMTcdGcNu .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdGcNu .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uuMTcdGcNu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uuMTcdGcNu .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uuMTcdGcNu .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uuMTcdGcNu .mbr-section-title {
  color: #150764;
}
.cid-uuMTcdGcNu .mbr-text {
  color: #150764;
}
.cid-uuMTcdGcNu .mbr-section-title,
.cid-uuMTcdGcNu .mbr-section-btn {
  color: #000000;
}
.cid-uuMTcdGcNu .mbr-text,
.cid-uuMTcdGcNu .text-wrap {
  color: #000000;
}
.cid-uuMTcdIxBL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1516321497487-e288fb19713f.webp");
}
.cid-uuMTcdIxBL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uuMTcdIxBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdIxBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdIxBL .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uuMTcdIxBL .image-wrap {
    height: 300px;
  }
}
.cid-uuMTcdIle8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uuMTcdIle8 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uuMTcdIle8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdIle8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdIle8 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uuMTcdIle8 .content-wrap .card {
  justify-content: space-between;
}
.cid-uuMTcdIle8 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uuMTcdIle8 .content-wrapper {
    padding: 0;
  }
}
.cid-uuMTcdIle8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uuMTcdIle8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #d68c45;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uuMTcdIle8 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uuMTcdIle8 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uuMTcdIle8 .mbr-desc,
.cid-uuMTcdIle8 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uuMTcdIle8 .mbr-section-title,
.cid-uuMTcdIle8 .mbr-section-btn {
  color: #000000;
}
.cid-uuMTcdI0jJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1528297506728-9533d2ac3fa4.webp");
}
.cid-uuMTcdI0jJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uuMTcdI0jJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdI0jJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdI0jJ .content-wrap {
  justify-content: center;
}
.cid-uuMTcdI0jJ .card-wrapper {
  background-color: #edf4f0;
  display: flex;
  border: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-uuMTcdI0jJ .card-wrapper {
    display: block;
  }
}
.cid-uuMTcdI0jJ .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uuMTcdI0jJ .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-uuMTcdI0jJ .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdI0jJ .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uuMTcdI0jJ .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uuMTcdI0jJ .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uuMTcdI0jJ .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uuMTcdI0jJ .card-wrapper .list-wrapper {
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uuMTcdI0jJ .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #000000;
}
@media (max-width: 1940px) {
  .cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #000000;
}
.cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-uuMTcdI0jJ .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uuMTcdI0jJ .mbr-section-title {
  color: #FFFFFF;
}
.cid-uuMTcdI0jJ .panel-title-edit {
  color: #150764;
}
.cid-uuMTcdI0jJ .panel-text {
  color: #000000;
}
.cid-uuMTcdI0jJ .panel-title-edit,
.cid-uuMTcdI0jJ .icon-wrapper {
  color: #000000;
}
.cid-uuMTcdK3Fh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #4c956c;
}
.cid-uuMTcdK3Fh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uuMTcdK3Fh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdK3Fh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdK3Fh .content-wrap {
  margin: 0;
}
.cid-uuMTcdK3Fh .content-wrap .card {
  padding: 0;
}
.cid-uuMTcdK3Fh .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uuMTcdK3Fh .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uuMTcdK3Fh .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuMTcdK3Fh .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uuMTcdK3Fh .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uuMTcdK3Fh .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdK3Fh .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uuMTcdK3Fh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #d68c45;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uuMTcdK3Fh .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uuMTcdK3Fh .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uuMTcdK3Fh .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uuMTcdK3Fh .mbr-section-title {
  color: #f4f2ef;
}
.cid-uuMTcdK3Fh .mbr-desc,
.cid-uuMTcdK3Fh .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uuMTcdK3Fh .mbr-section-title,
.cid-uuMTcdK3Fh .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uuMTcdKuCp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uuMTcdKuCp .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uuMTcdKuCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdKuCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdKuCp .content-wrap {
  margin: 0;
}
.cid-uuMTcdKuCp .content-wrap .card {
  padding: 0;
}
.cid-uuMTcdKuCp .google-map {
  height: 100%;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uuMTcdKuCp .google-map {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uuMTcdKuCp .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuMTcdKuCp .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uuMTcdKuCp .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uuMTcdKuCp .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdKuCp .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uuMTcdKuCp .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uuMTcdKuCp .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uuMTcdKuCp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uuMTcdKuCp .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uuMTcdKuCp .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uuMTcdKuCp .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uuMTcdKuCp .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uuMTcdKuCp .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uuMTcdKuCp .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uuMTcdKuCp .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-uuMTcdKuCp .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uuMTcdKuCp .mbr-section-title {
  color: #150764;
}
.cid-uuMTcdKuCp .mbr-desc {
  color: #150764;
}
.cid-uuMTcdKuCp .item-desc {
  color: #000000;
}
.cid-uuMTcdKuCp .list {
  color: #150764;
}
.cid-uuMTcdKuCp .mbr-section-title,
.cid-uuMTcdKuCp .mbr-section-btn {
  color: #000000;
}
.cid-uuMTcdKuCp .mbr-desc,
.cid-uuMTcdKuCp .desc-wrapper {
  color: #000000;
}
.cid-uuMTcdKuCp .list,
.cid-uuMTcdKuCp .item-wrap {
  color: #000000;
}
.cid-uuMTcdSxZj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uuMTcdSxZj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uuMTcdSxZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdSxZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdSxZj .items-wrapper {
  margin: 0;
}
.cid-uuMTcdSxZj .items-wrapper .item {
  padding: 0;
}
.cid-uuMTcdSxZj .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uuMTcdSxZj .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-uuMTcdSxZj .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uuMTcdSxZj .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdSxZj .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uuMTcdSxZj .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #edf4f0;
}
.cid-uuMTcdSxZj .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uuMTcdSxZj .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-uuMTcdSxZj .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-uuMTcdSxZj .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-uuMTcdSxZj .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuMTcdSxZj .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uuMTcdSxZj .item-desc,
.cid-uuMTcdSxZj .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uuMTcdSxZj .item-title {
  color: #150764;
}
.cid-uuMTcdSxZj .item-title,
.cid-uuMTcdSxZj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uuMTcdVNsz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uuMTcdVNsz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uuMTcdVNsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdVNsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdVNsz .content-wrap {
  margin: 0;
}
.cid-uuMTcdVNsz .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uuMTcdVNsz .title-wrapper {
  padding: 48px 32px 48px 120px;
}
@media (max-width: 1640px) {
  .cid-uuMTcdVNsz .title-wrapper {
    padding: 48px 24px 48px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdVNsz .title-wrapper {
    padding: 40px 0;
  }
}
.cid-uuMTcdVNsz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uuMTcdVNsz .social-wrapper {
  padding: 48px 32px;
  height: 100%;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uuMTcdVNsz .social-wrapper {
    padding: 48px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdVNsz .social-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdVNsz .social-wrapper {
    border-left: none;
    border-right: none;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
}
.cid-uuMTcdVNsz .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.cid-uuMTcdVNsz .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuMTcdVNsz .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuMTcdVNsz .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #4188ff;
}
.cid-uuMTcdVNsz .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 43px;
  min-width: 54px;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  border: 2px solid #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: 4px 3px #000000;
  background-color: #d68c45;
  margin: 0 12px 12px 0;
}
.cid-uuMTcdVNsz .contacts-wrapper {
  padding: 48px 120px 48px 32px;
}
@media (max-width: 1640px) {
  .cid-uuMTcdVNsz .contacts-wrapper {
    padding: 48px 24px 48px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdVNsz .contacts-wrapper {
    padding: 40px 0;
  }
}
.cid-uuMTcdVNsz .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uuMTcdVNsz .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uuMTcdVNsz .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uuMTcdVNsz .contacts-wrapper .list .item-wrap:hover,
.cid-uuMTcdVNsz .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-uuMTcdVNsz .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uuMTcdVNsz .mbr-section-title {
  color: #150764;
}
.cid-uuMTcdVNsz .mbr-desc,
.cid-uuMTcdVNsz .desc-wrapper {
  color: #150764;
}
.cid-uuMTcdVNsz .list {
  color: #150764;
}
.cid-uuMTcdVNsz .mbr-section-title,
.cid-uuMTcdVNsz .social-wrapper {
  color: #000000;
}
.cid-uuMTcdVNsz .mbr-desc {
  color: #000000;
}
.cid-uuMTcdVNsz .list,
.cid-uuMTcdVNsz .item-wrap {
  color: #000000;
}
.cid-uuMTcdWueE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uuMTcdWueE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uuMTcdWueE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMTcdWueE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMTcdWueE .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #4c956c;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uuMTcdWueE .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uuMTcdWueE .card-wrapper .title-wrapper {
  width: 30%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uuMTcdWueE .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 1640px) {
  .cid-uuMTcdWueE .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdWueE .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uuMTcdWueE .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uuMTcdWueE .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uuMTcdWueE .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uuMTcdWueE .card-wrapper .title-wrapper .logo-wrapper img {
  width: 196px;
  height: 196px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uuMTcdWueE .card-wrapper .content-wrap {
  width: 70%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uuMTcdWueE .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuMTcdWueE .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uuMTcdWueE .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuMTcdWueE .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uuMTcdWueE .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uuMTcdWueE .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uuMTcdWueE .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uuMTcdWueE .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uuMTcdWueE .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uuMTcdWueE .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uuMTcdWueE .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uuMTcdWueE .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uuMTcdWueE .mbr-section-title {
  color: #150764;
}
.cid-uuMTcdWueE .mbr-desc {
  color: #FFFFFF;
}
.cid-uuMTcdWueE .list {
  color: #150764;
}
.cid-uuMTcdWueE .mbr-section-title,
.cid-uuMTcdWueE .mbr-section-btn,
.cid-uuMTcdWueE .logo-wrapper {
  color: #FFFFFF;
}
.cid-uuMTcdWueE .list,
.cid-uuMTcdWueE .item-wrap {
  color: #FFFFFF;
}
.cid-uuMTcdWueE .mbr-copy {
  color: #FFFFFF;
}
.cid-uSElHy9r4F {
  background-color: transparent;
}
.cid-uSElHy9r4F .navbar-dropdown {
  background-color: #4c956c !important;
  padding: 0;
}
.cid-uSElHy9r4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #4c956c !important;
  background: #4c956c;
}
.cid-uSElHy9r4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSElHy9r4F .navbar {
  border-bottom: 2px solid #ffffff !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uSElHy9r4F .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uSElHy9r4F .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uSElHy9r4F .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSElHy9r4F .navbar.opened {
  transition: all 0.3s;
}
.cid-uSElHy9r4F .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSElHy9r4F .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 0.75rem !important;
}
.cid-uSElHy9r4F .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSElHy9r4F .navbar.collapsed {
  justify-content: center;
}
.cid-uSElHy9r4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSElHy9r4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSElHy9r4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSElHy9r4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSElHy9r4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSElHy9r4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSElHy9r4F .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSElHy9r4F .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uSElHy9r4F .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSElHy9r4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSElHy9r4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSElHy9r4F .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSElHy9r4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSElHy9r4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSElHy9r4F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSElHy9r4F .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSElHy9r4F .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSElHy9r4F .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSElHy9r4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSElHy9r4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSElHy9r4F .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSElHy9r4F .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSElHy9r4F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSElHy9r4F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSElHy9r4F .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSElHy9r4F .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSElHy9r4F .menu_box .navbar.opened,
  .cid-uSElHy9r4F .menu_box .navbar-collapse {
    background-color: #4c956c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSElHy9r4F .navbar-dropdown {
  position: relative !important;
}
.cid-uSElHy9r4F .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSElHy9r4F .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSElHy9r4F .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSElHy9r4F .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uSElHy9r4F .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uSElHy9r4F .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uSElHy9r4F .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uSElHy9r4F .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uSElHy9r4F .nav-item {
    margin: 0 !important;
  }
}
.cid-uSElHy9r4F .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-uSElHy9r4F .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uSElHy9r4F .nav-item .nav-link:hover,
.cid-uSElHy9r4F .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uSElHy9r4F .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSElHy9r4F .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSElHy9r4F .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSElHy9r4F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSElHy9r4F .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSElHy9r4F .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSElHy9r4F .offcanvas_box {
    display: none;
  }
}
.cid-uSElHy9r4F .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSElHy9r4F .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSElHy9r4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSElHy9r4F .container {
  display: flex;
  margin: auto;
}
.cid-uSElHy9r4F .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uSElHy9r4F .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSElHy9r4F .iconfont-wrapper:hover .mbr-iconfont {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uSElHy9r4F .navbar-nav {
    margin: 0;
  }
}
.cid-uSElHy9r4F .dropdown-menu,
.cid-uSElHy9r4F .navbar.opened {
  background-color: false !important;
}
.cid-uSElHy9r4F .nav-item:focus,
.cid-uSElHy9r4F .nav-link:focus {
  outline: none;
}
.cid-uSElHy9r4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSElHy9r4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSElHy9r4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSElHy9r4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSElHy9r4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSElHy9r4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSElHy9r4F .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-uSElHy9r4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSElHy9r4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSElHy9r4F .dropdown-item.active,
.cid-uSElHy9r4F .dropdown-item:active {
  background-color: transparent;
}
.cid-uSElHy9r4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uSElHy9r4F .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uSElHy9r4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSElHy9r4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSElHy9r4F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSElHy9r4F ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSElHy9r4F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSElHy9r4F button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #4c956c;
  background: #4c956c;
}
.cid-uSElHy9r4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSElHy9r4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSElHy9r4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSElHy9r4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSElHy9r4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSElHy9r4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSElHy9r4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSElHy9r4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSElHy9r4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSElHy9r4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSElHy9r4F .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-uSElHy9r4F .navbar {
    height: 70px;
  }
  .cid-uSElHy9r4F .navbar.opened {
    height: auto;
  }
  .cid-uSElHy9r4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSElHy9r4F .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uSElHy9r4F .navbar-caption:hover {
  color: #d68c45;
}
@media (min-width: 992px) {
  .cid-uSElHy9r4F .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSElHy9r4F .text_widget {
  margin-bottom: 32px;
}
.cid-uSElHy9r4F .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSElHy9r4F .text_widget a:hover,
.cid-uSElHy9r4F .text_widget a:focus {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .cid-uSElHy9r4F .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uSElHy9r4F .navbar-caption {
  color: #FFFFFF;
}
.cid-uSElHy9r4F .mbr-section-subtitle,
.cid-uSElHy9r4F .text_widget,
.cid-uSElHy9r4F .mbr-section-btn {
  text-align: center;
}
.cid-uSElHy9r4F a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSElHy9r4F .nav-link,
.cid-uSElHy9r4F .dropdown-item {
  color: #FFFFFF;
}
.cid-uSEnjP4ssN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uSEnjP4ssN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uSEnjP4ssN .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uSEnjP4ssN .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uSEnjP4ssN .media-content {
  padding-left: 2rem;
}
.cid-uSEnjP4ssN textarea {
  min-height: 150px;
}
.cid-uSEnjP4ssN .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uSEnjP4ssN .form-control,
.cid-uSEnjP4ssN .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uSEnjP4ssN .form-control input::-webkit-input-placeholder,
.cid-uSEnjP4ssN .field-input input::-webkit-input-placeholder,
.cid-uSEnjP4ssN .form-control textarea::-webkit-input-placeholder,
.cid-uSEnjP4ssN .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uSEnjP4ssN .form-control input:-moz-placeholder,
.cid-uSEnjP4ssN .field-input input:-moz-placeholder,
.cid-uSEnjP4ssN .form-control textarea:-moz-placeholder,
.cid-uSEnjP4ssN .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uSEnjP4ssN .form-control:hover,
.cid-uSEnjP4ssN .field-input:hover,
.cid-uSEnjP4ssN .form-control:focus,
.cid-uSEnjP4ssN .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uSEnjP4ssN .form-control:hover input::-webkit-input-placeholder,
.cid-uSEnjP4ssN .field-input:hover input::-webkit-input-placeholder,
.cid-uSEnjP4ssN .form-control:focus input::-webkit-input-placeholder,
.cid-uSEnjP4ssN .field-input:focus input::-webkit-input-placeholder,
.cid-uSEnjP4ssN .form-control:hover textarea::-webkit-input-placeholder,
.cid-uSEnjP4ssN .field-input:hover textarea::-webkit-input-placeholder,
.cid-uSEnjP4ssN .form-control:focus textarea::-webkit-input-placeholder,
.cid-uSEnjP4ssN .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uSEnjP4ssN .form-control:hover input:-moz-placeholder,
.cid-uSEnjP4ssN .field-input:hover input:-moz-placeholder,
.cid-uSEnjP4ssN .form-control:focus input:-moz-placeholder,
.cid-uSEnjP4ssN .field-input:focus input:-moz-placeholder,
.cid-uSEnjP4ssN .form-control:hover textarea:-moz-placeholder,
.cid-uSEnjP4ssN .field-input:hover textarea:-moz-placeholder,
.cid-uSEnjP4ssN .form-control:focus textarea:-moz-placeholder,
.cid-uSEnjP4ssN .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uSEnjP4ssN .jq-number__spin:hover,
.cid-uSEnjP4ssN .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uSEnjP4ssN .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uSEnjP4ssN .jq-selectbox li,
.cid-uSEnjP4ssN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uSEnjP4ssN .jq-selectbox li:hover,
.cid-uSEnjP4ssN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uSEnjP4ssN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uSEnjP4ssN .jq-number__spin.minus:hover:after,
.cid-uSEnjP4ssN .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uSEnjP4ssN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uSEnjP4ssN .jq-number__spin.minus:after,
.cid-uSEnjP4ssN .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uSEnjP4ssN input::-webkit-clear-button {
  display: none;
}
.cid-uSEnjP4ssN input::-webkit-inner-spin-button {
  display: none;
}
.cid-uSEnjP4ssN input::-webkit-outer-spin-button {
  display: none;
}
.cid-uSEnjP4ssN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uSEnjP4ssN .mbr-text,
.cid-uSEnjP4ssN .mbr-section-btn {
  color: #767676;
}
.cid-uSEnjP4ssN .text2,
.cid-uSEnjP4ssN .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSEnjP4ssN .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uSEnjP4ssN .negro {
  color: #000000;
}
.cid-uSEnjP4ssN .verde {
  color: #25D366;
}
.cid-uSElHEbgQp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uSElHEbgQp .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uSElHEbgQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSElHEbgQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSElHEbgQp .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uSElHEbgQp .content-wrap .card {
  justify-content: space-between;
}
.cid-uSElHEbgQp .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uSElHEbgQp .content-wrapper {
    padding: 0;
  }
}
.cid-uSElHEbgQp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSElHEbgQp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #d68c45;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uSElHEbgQp .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uSElHEbgQp .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uSElHEbgQp .mbr-desc,
.cid-uSElHEbgQp .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSElHEbgQp .mbr-section-title,
.cid-uSElHEbgQp .mbr-section-btn {
  color: #000000;
}
.cid-uSElHFvaf0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uSElHFvaf0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uSElHFvaf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSElHFvaf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSElHFvaf0 .content-wrap {
  margin: 0;
}
.cid-uSElHFvaf0 .content-wrap .card {
  padding: 0;
}
.cid-uSElHFvaf0 .google-map {
  height: 100%;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uSElHFvaf0 .google-map {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uSElHFvaf0 .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSElHFvaf0 .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uSElHFvaf0 .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uSElHFvaf0 .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSElHFvaf0 .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uSElHFvaf0 .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSElHFvaf0 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSElHFvaf0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSElHFvaf0 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uSElHFvaf0 .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uSElHFvaf0 .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uSElHFvaf0 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSElHFvaf0 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uSElHFvaf0 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uSElHFvaf0 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-uSElHFvaf0 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSElHFvaf0 .mbr-section-title {
  color: #150764;
}
.cid-uSElHFvaf0 .mbr-desc {
  color: #150764;
}
.cid-uSElHFvaf0 .item-desc {
  color: #000000;
}
.cid-uSElHFvaf0 .list {
  color: #150764;
}
.cid-uSElHFvaf0 .mbr-section-title,
.cid-uSElHFvaf0 .mbr-section-btn {
  color: #000000;
}
.cid-uSElHFvaf0 .mbr-desc,
.cid-uSElHFvaf0 .desc-wrapper {
  color: #000000;
}
.cid-uSElHFvaf0 .list,
.cid-uSElHFvaf0 .item-wrap {
  color: #000000;
}
.cid-uSElHH3nlA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uSElHH3nlA .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uSElHH3nlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSElHH3nlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSElHH3nlA .content-wrap {
  margin: 0;
}
.cid-uSElHH3nlA .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uSElHH3nlA .title-wrapper {
  padding: 48px 32px 48px 120px;
}
@media (max-width: 1640px) {
  .cid-uSElHH3nlA .title-wrapper {
    padding: 48px 24px 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSElHH3nlA .title-wrapper {
    padding: 40px 0;
  }
}
.cid-uSElHH3nlA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSElHH3nlA .social-wrapper {
  padding: 48px 32px;
  height: 100%;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uSElHH3nlA .social-wrapper {
    padding: 48px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSElHH3nlA .social-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSElHH3nlA .social-wrapper {
    border-left: none;
    border-right: none;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
}
.cid-uSElHH3nlA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.cid-uSElHH3nlA .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSElHH3nlA .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSElHH3nlA .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #4188ff;
}
.cid-uSElHH3nlA .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 43px;
  min-width: 54px;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  border: 2px solid #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: 4px 3px #000000;
  background-color: #d68c45;
  margin: 0 12px 12px 0;
}
.cid-uSElHH3nlA .contacts-wrapper {
  padding: 48px 120px 48px 32px;
}
@media (max-width: 1640px) {
  .cid-uSElHH3nlA .contacts-wrapper {
    padding: 48px 24px 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSElHH3nlA .contacts-wrapper {
    padding: 40px 0;
  }
}
.cid-uSElHH3nlA .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uSElHH3nlA .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSElHH3nlA .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uSElHH3nlA .contacts-wrapper .list .item-wrap:hover,
.cid-uSElHH3nlA .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-uSElHH3nlA .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSElHH3nlA .mbr-section-title {
  color: #150764;
}
.cid-uSElHH3nlA .mbr-desc,
.cid-uSElHH3nlA .desc-wrapper {
  color: #150764;
}
.cid-uSElHH3nlA .list {
  color: #150764;
}
.cid-uSElHH3nlA .mbr-section-title,
.cid-uSElHH3nlA .social-wrapper {
  color: #000000;
}
.cid-uSElHH3nlA .mbr-desc {
  color: #000000;
}
.cid-uSElHH3nlA .list,
.cid-uSElHH3nlA .item-wrap {
  color: #000000;
}
.cid-uSElHHzZXR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uSElHHzZXR .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uSElHHzZXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSElHHzZXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSElHHzZXR .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #4c956c;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uSElHHzZXR .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uSElHHzZXR .card-wrapper .title-wrapper {
  width: 30%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uSElHHzZXR .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 1640px) {
  .cid-uSElHHzZXR .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSElHHzZXR .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uSElHHzZXR .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uSElHHzZXR .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uSElHHzZXR .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSElHHzZXR .card-wrapper .title-wrapper .logo-wrapper img {
  width: 196px;
  height: 196px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uSElHHzZXR .card-wrapper .content-wrap {
  width: 70%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uSElHHzZXR .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSElHHzZXR .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uSElHHzZXR .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSElHHzZXR .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uSElHHzZXR .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uSElHHzZXR .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uSElHHzZXR .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSElHHzZXR .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uSElHHzZXR .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uSElHHzZXR .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uSElHHzZXR .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSElHHzZXR .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uSElHHzZXR .mbr-section-title {
  color: #150764;
}
.cid-uSElHHzZXR .mbr-desc {
  color: #FFFFFF;
}
.cid-uSElHHzZXR .list {
  color: #150764;
}
.cid-uSElHHzZXR .mbr-section-title,
.cid-uSElHHzZXR .mbr-section-btn,
.cid-uSElHHzZXR .logo-wrapper {
  color: #FFFFFF;
}
.cid-uSElHHzZXR .list,
.cid-uSElHHzZXR .item-wrap {
  color: #FFFFFF;
}
.cid-uSElHHzZXR .mbr-copy {
  color: #FFFFFF;
}
.cid-uSFUNmyNbu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uSFUNmyNbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSFUNmyNbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSFUNmyNbu .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uSFUNmyNbu .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSFUNmyNbu .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uSFUNmyNbu .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uSFUNmyNbu .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uSFUNmyNbu .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uSFUNmyNbu .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uSFUNmyNbu .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uSFUNmyNbu .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSFUNmyNbu .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSFUNmyNbu .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uSFUNmyNbu .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uSFUNmyNbu .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSFUNmyNbu .mbr-label,
.cid-uSFUNmyNbu .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uSFUNmyNbu .mbr-section-title {
  color: #f5f8ff;
}
.cid-uSFUNmyNbu .mbr-text,
.cid-uSFUNmyNbu .text-wrapper {
  color: #f5f8ff;
  text-align: left;
}
.cid-uSFUNmyNbu .mbr-section-title,
.cid-uSFUNmyNbu .mbr-section-btn {
  text-align: center;
}
.cid-uSFU6KgsWJ {
  background-color: transparent;
}
.cid-uSFU6KgsWJ .navbar-dropdown {
  background-color: #4c956c !important;
  padding: 0;
}
.cid-uSFU6KgsWJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #4c956c !important;
  background: #4c956c;
}
.cid-uSFU6KgsWJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSFU6KgsWJ .navbar {
  border-bottom: 2px solid #ffffff !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uSFU6KgsWJ .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uSFU6KgsWJ .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uSFU6KgsWJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSFU6KgsWJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uSFU6KgsWJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSFU6KgsWJ .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 0.75rem !important;
}
.cid-uSFU6KgsWJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSFU6KgsWJ .navbar.collapsed {
  justify-content: center;
}
.cid-uSFU6KgsWJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSFU6KgsWJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSFU6KgsWJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSFU6KgsWJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSFU6KgsWJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSFU6KgsWJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSFU6KgsWJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSFU6KgsWJ .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uSFU6KgsWJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSFU6KgsWJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSFU6KgsWJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSFU6KgsWJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSFU6KgsWJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSFU6KgsWJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSFU6KgsWJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSFU6KgsWJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSFU6KgsWJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSFU6KgsWJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSFU6KgsWJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSFU6KgsWJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSFU6KgsWJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSFU6KgsWJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSFU6KgsWJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSFU6KgsWJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSFU6KgsWJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSFU6KgsWJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSFU6KgsWJ .menu_box .navbar.opened,
  .cid-uSFU6KgsWJ .menu_box .navbar-collapse {
    background-color: #4c956c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSFU6KgsWJ .navbar-dropdown {
  position: relative !important;
}
.cid-uSFU6KgsWJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSFU6KgsWJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSFU6KgsWJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSFU6KgsWJ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uSFU6KgsWJ .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uSFU6KgsWJ .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uSFU6KgsWJ .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uSFU6KgsWJ .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uSFU6KgsWJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uSFU6KgsWJ .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-uSFU6KgsWJ .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uSFU6KgsWJ .nav-item .nav-link:hover,
.cid-uSFU6KgsWJ .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uSFU6KgsWJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSFU6KgsWJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSFU6KgsWJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSFU6KgsWJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSFU6KgsWJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSFU6KgsWJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSFU6KgsWJ .offcanvas_box {
    display: none;
  }
}
.cid-uSFU6KgsWJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSFU6KgsWJ .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSFU6KgsWJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSFU6KgsWJ .container {
  display: flex;
  margin: auto;
}
.cid-uSFU6KgsWJ .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uSFU6KgsWJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSFU6KgsWJ .iconfont-wrapper:hover .mbr-iconfont {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uSFU6KgsWJ .navbar-nav {
    margin: 0;
  }
}
.cid-uSFU6KgsWJ .dropdown-menu,
.cid-uSFU6KgsWJ .navbar.opened {
  background-color: false !important;
}
.cid-uSFU6KgsWJ .nav-item:focus,
.cid-uSFU6KgsWJ .nav-link:focus {
  outline: none;
}
.cid-uSFU6KgsWJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSFU6KgsWJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSFU6KgsWJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSFU6KgsWJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSFU6KgsWJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSFU6KgsWJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSFU6KgsWJ .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-uSFU6KgsWJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSFU6KgsWJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSFU6KgsWJ .dropdown-item.active,
.cid-uSFU6KgsWJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uSFU6KgsWJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uSFU6KgsWJ .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uSFU6KgsWJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSFU6KgsWJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSFU6KgsWJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSFU6KgsWJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSFU6KgsWJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSFU6KgsWJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #4c956c;
  background: #4c956c;
}
.cid-uSFU6KgsWJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSFU6KgsWJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSFU6KgsWJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSFU6KgsWJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSFU6KgsWJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSFU6KgsWJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSFU6KgsWJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSFU6KgsWJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSFU6KgsWJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSFU6KgsWJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSFU6KgsWJ .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-uSFU6KgsWJ .navbar {
    height: 70px;
  }
  .cid-uSFU6KgsWJ .navbar.opened {
    height: auto;
  }
  .cid-uSFU6KgsWJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSFU6KgsWJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uSFU6KgsWJ .navbar-caption:hover {
  color: #d68c45;
}
@media (min-width: 992px) {
  .cid-uSFU6KgsWJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSFU6KgsWJ .text_widget {
  margin-bottom: 32px;
}
.cid-uSFU6KgsWJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSFU6KgsWJ .text_widget a:hover,
.cid-uSFU6KgsWJ .text_widget a:focus {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .cid-uSFU6KgsWJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uSFU6KgsWJ .navbar-caption {
  color: #FFFFFF;
}
.cid-uSFU6KgsWJ .mbr-section-subtitle,
.cid-uSFU6KgsWJ .text_widget,
.cid-uSFU6KgsWJ .mbr-section-btn {
  text-align: center;
}
.cid-uSFU6KgsWJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSFU6KgsWJ .nav-link,
.cid-uSFU6KgsWJ .dropdown-item {
  color: #FFFFFF;
}
.cid-uSFU6L0paT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uSFU6L0paT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uSFU6L0paT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSFU6L0paT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSFU6L0paT .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uSFU6L0paT .content-wrap .card {
  justify-content: space-between;
}
.cid-uSFU6L0paT .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uSFU6L0paT .content-wrapper {
    padding: 0;
  }
}
.cid-uSFU6L0paT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSFU6L0paT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #d68c45;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uSFU6L0paT .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uSFU6L0paT .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uSFU6L0paT .mbr-desc,
.cid-uSFU6L0paT .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSFU6L0paT .mbr-section-title,
.cid-uSFU6L0paT .mbr-section-btn {
  color: #000000;
}
.cid-uSFU6Lfxub {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uSFU6Lfxub .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uSFU6Lfxub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSFU6Lfxub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSFU6Lfxub .content-wrap {
  margin: 0;
}
.cid-uSFU6Lfxub .content-wrap .card {
  padding: 0;
}
.cid-uSFU6Lfxub .google-map {
  height: 100%;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uSFU6Lfxub .google-map {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uSFU6Lfxub .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSFU6Lfxub .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uSFU6Lfxub .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uSFU6Lfxub .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSFU6Lfxub .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uSFU6Lfxub .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSFU6Lfxub .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSFU6Lfxub .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSFU6Lfxub .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uSFU6Lfxub .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uSFU6Lfxub .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uSFU6Lfxub .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSFU6Lfxub .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uSFU6Lfxub .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uSFU6Lfxub .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-uSFU6Lfxub .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSFU6Lfxub .mbr-section-title {
  color: #150764;
}
.cid-uSFU6Lfxub .mbr-desc {
  color: #150764;
}
.cid-uSFU6Lfxub .item-desc {
  color: #000000;
}
.cid-uSFU6Lfxub .list {
  color: #150764;
}
.cid-uSFU6Lfxub .mbr-section-title,
.cid-uSFU6Lfxub .mbr-section-btn {
  color: #000000;
}
.cid-uSFU6Lfxub .mbr-desc,
.cid-uSFU6Lfxub .desc-wrapper {
  color: #000000;
}
.cid-uSFU6Lfxub .list,
.cid-uSFU6Lfxub .item-wrap {
  color: #000000;
}
.cid-uSFU6LC7iy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uSFU6LC7iy .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uSFU6LC7iy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSFU6LC7iy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSFU6LC7iy .content-wrap {
  margin: 0;
}
.cid-uSFU6LC7iy .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uSFU6LC7iy .title-wrapper {
  padding: 48px 32px 48px 120px;
}
@media (max-width: 1640px) {
  .cid-uSFU6LC7iy .title-wrapper {
    padding: 48px 24px 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSFU6LC7iy .title-wrapper {
    padding: 40px 0;
  }
}
.cid-uSFU6LC7iy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSFU6LC7iy .social-wrapper {
  padding: 48px 32px;
  height: 100%;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uSFU6LC7iy .social-wrapper {
    padding: 48px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSFU6LC7iy .social-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSFU6LC7iy .social-wrapper {
    border-left: none;
    border-right: none;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
}
.cid-uSFU6LC7iy .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.cid-uSFU6LC7iy .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSFU6LC7iy .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSFU6LC7iy .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #4188ff;
}
.cid-uSFU6LC7iy .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 43px;
  min-width: 54px;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  border: 2px solid #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: 4px 3px #000000;
  background-color: #d68c45;
  margin: 0 12px 12px 0;
}
.cid-uSFU6LC7iy .contacts-wrapper {
  padding: 48px 120px 48px 32px;
}
@media (max-width: 1640px) {
  .cid-uSFU6LC7iy .contacts-wrapper {
    padding: 48px 24px 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSFU6LC7iy .contacts-wrapper {
    padding: 40px 0;
  }
}
.cid-uSFU6LC7iy .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uSFU6LC7iy .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSFU6LC7iy .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uSFU6LC7iy .contacts-wrapper .list .item-wrap:hover,
.cid-uSFU6LC7iy .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-uSFU6LC7iy .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSFU6LC7iy .mbr-section-title {
  color: #150764;
}
.cid-uSFU6LC7iy .mbr-desc,
.cid-uSFU6LC7iy .desc-wrapper {
  color: #150764;
}
.cid-uSFU6LC7iy .list {
  color: #150764;
}
.cid-uSFU6LC7iy .mbr-section-title,
.cid-uSFU6LC7iy .social-wrapper {
  color: #000000;
}
.cid-uSFU6LC7iy .mbr-desc {
  color: #000000;
}
.cid-uSFU6LC7iy .list,
.cid-uSFU6LC7iy .item-wrap {
  color: #000000;
}
.cid-uSFU6LXnvN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #edf4f0;
}
.cid-uSFU6LXnvN .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uSFU6LXnvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSFU6LXnvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSFU6LXnvN .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #4c956c;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uSFU6LXnvN .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uSFU6LXnvN .card-wrapper .title-wrapper {
  width: 30%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uSFU6LXnvN .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 1640px) {
  .cid-uSFU6LXnvN .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSFU6LXnvN .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uSFU6LXnvN .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uSFU6LXnvN .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uSFU6LXnvN .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSFU6LXnvN .card-wrapper .title-wrapper .logo-wrapper img {
  width: 196px;
  height: 196px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uSFU6LXnvN .card-wrapper .content-wrap {
  width: 70%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uSFU6LXnvN .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSFU6LXnvN .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uSFU6LXnvN .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSFU6LXnvN .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uSFU6LXnvN .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uSFU6LXnvN .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uSFU6LXnvN .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSFU6LXnvN .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uSFU6LXnvN .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uSFU6LXnvN .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uSFU6LXnvN .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSFU6LXnvN .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uSFU6LXnvN .mbr-section-title {
  color: #150764;
}
.cid-uSFU6LXnvN .mbr-desc {
  color: #FFFFFF;
}
.cid-uSFU6LXnvN .list {
  color: #150764;
}
.cid-uSFU6LXnvN .mbr-section-title,
.cid-uSFU6LXnvN .mbr-section-btn,
.cid-uSFU6LXnvN .logo-wrapper {
  color: #FFFFFF;
}
.cid-uSFU6LXnvN .list,
.cid-uSFU6LXnvN .item-wrap {
  color: #FFFFFF;
}
.cid-uSFU6LXnvN .mbr-copy {
  color: #FFFFFF;
}
