.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Oleo Script', display;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Oleo Script', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Oleo Script', display;
  font-size: 1.4rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Oleo Script', display;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f21a0e !important;
}
.bg-success {
  background-color: #fbfaf9 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #6e4d64 !important;
}
.bg-danger {
  background-color: #896067 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f21a0e !important;
  border-color: #f21a0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5483e !important;
  border-color: #f5483e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5483e !important;
  border-color: #f5483e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6b818c !important;
  border-color: #6b818c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #879aa3 !important;
  border-color: #879aa3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #879aa3 !important;
  border-color: #879aa3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fbfaf9 !important;
  border-color: #fbfaf9 !important;
  color: #937a62 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #937a62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6e4d64 !important;
  border-color: #6e4d64 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #8c627f !important;
  border-color: #8c627f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8c627f !important;
  border-color: #8c627f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #896067 !important;
  border-color: #896067 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #a27a81 !important;
  border-color: #a27a81 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a27a81 !important;
  border-color: #a27a81 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f21a0e;
  color: #f21a0e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a11109 !important;
  background-color: transparent !important;
  border-color: #a11109 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f21a0e !important;
  border-color: #f21a0e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6b818c;
  color: #6b818c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #45545b !important;
  background-color: transparent !important;
  border-color: #45545b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b818c !important;
  border-color: #6b818c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fbfaf9;
  color: #fbfaf9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d8cfc5 !important;
  background-color: transparent !important;
  border-color: #d8cfc5 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #937a62 !important;
  background-color: #fbfaf9 !important;
  border-color: #fbfaf9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #6e4d64;
  color: #6e4d64;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3b2936 !important;
  background-color: transparent !important;
  border-color: #3b2936 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6e4d64 !important;
  border-color: #6e4d64 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #896067;
  color: #896067;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #563c41 !important;
  background-color: transparent !important;
  border-color: #563c41 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #896067 !important;
  border-color: #896067 !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: #f21a0e !important;
}
.text-secondary {
  color: #6b818c !important;
}
.text-success {
  color: #fbfaf9 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #6e4d64 !important;
}
.text-danger {
  color: #896067 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #920f08 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3f4c52 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d2c7bc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #32232d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4d363a !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: #f21a0e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #6e4d64;
}
.alert-danger {
  background-color: #896067;
}
.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: #f21a0e;
  border-color: #f21a0e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f21a0e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcd2d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #af8ca4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c1a7ac;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #f21a0e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #f21a0e;
}
/* 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: #f21a0e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f21a0e;
}
.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: #f21a0e;
  border-bottom-color: #f21a0e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f21a0e !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: #6b818c !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='%23f21a0e' %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: 10px 16px;
  border-radius: 500px !important;
  border: none !important;
  font-weight: 400;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #ffffff !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #f21a0e !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  color: #f21a0e !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  padding: 0 2px 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #f21a0e;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #6b818c;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #fbfaf9;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #6e4d64;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #896067;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 2rem !important;
}
.cid-u7mkO39uT9 {
  background-color: transparent;
}
.cid-u7mkO39uT9 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u7mkO39uT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u7mkO39uT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7mkO39uT9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7mkO39uT9 .menu_box .navbar.opened,
  .cid-u7mkO39uT9 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7mkO39uT9 .navbar-dropdown {
  position: relative !important;
}
.cid-u7mkO39uT9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7mkO39uT9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7mkO39uT9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-u7mkO39uT9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7mkO39uT9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7mkO39uT9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7mkO39uT9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7mkO39uT9 .offcanvas-body .mbr-text,
  .cid-u7mkO39uT9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7mkO39uT9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7mkO39uT9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7mkO39uT9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7mkO39uT9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7mkO39uT9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7mkO39uT9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7mkO39uT9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7mkO39uT9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u7mkO39uT9 .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-u7mkO39uT9 .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .nav-item {
    margin: 0 !important;
  }
}
.cid-u7mkO39uT9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u7mkO39uT9 .nav-item .nav-link:hover,
.cid-u7mkO39uT9 .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #3d2a37 !important;
}
.cid-u7mkO39uT9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7mkO39uT9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7mkO39uT9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7mkO39uT9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7mkO39uT9 .offcanvas_box {
    display: none;
  }
}
.cid-u7mkO39uT9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7mkO39uT9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7mkO39uT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7mkO39uT9 .container {
  display: flex;
  margin: auto;
}
.cid-u7mkO39uT9 .iconfont-wrapper {
  color: #18212d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7mkO39uT9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7mkO39uT9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7mkO39uT9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .navbar-nav {
    margin: 0;
  }
}
.cid-u7mkO39uT9 .dropdown-menu,
.cid-u7mkO39uT9 .navbar.opened {
  background-color: false !important;
}
.cid-u7mkO39uT9 .nav-item:focus,
.cid-u7mkO39uT9 .nav-link:focus {
  outline: none;
}
.cid-u7mkO39uT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7mkO39uT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7mkO39uT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7mkO39uT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7mkO39uT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7mkO39uT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7mkO39uT9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7mkO39uT9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7mkO39uT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7mkO39uT9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7mkO39uT9 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-u7mkO39uT9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7mkO39uT9 .navbar.collapsed {
  justify-content: center;
}
.cid-u7mkO39uT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7mkO39uT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7mkO39uT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7mkO39uT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7mkO39uT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7mkO39uT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7mkO39uT9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7mkO39uT9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7mkO39uT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7mkO39uT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7mkO39uT9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7mkO39uT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7mkO39uT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7mkO39uT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7mkO39uT9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7mkO39uT9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7mkO39uT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7mkO39uT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7mkO39uT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7mkO39uT9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7mkO39uT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7mkO39uT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7mkO39uT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7mkO39uT9 .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-u7mkO39uT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7mkO39uT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7mkO39uT9 .dropdown-item.active,
.cid-u7mkO39uT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7mkO39uT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-u7mkO39uT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7mkO39uT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7mkO39uT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7mkO39uT9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7mkO39uT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7mkO39uT9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7mkO39uT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7mkO39uT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7mkO39uT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7mkO39uT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7mkO39uT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7mkO39uT9 .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-u7mkO39uT9 .navbar {
    height: 70px;
  }
  .cid-u7mkO39uT9 .navbar.opened {
    height: auto;
  }
  .cid-u7mkO39uT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7mkO39uT9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7mkO39uT9 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7mkO39uT9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkO39uT9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7mkO39uT9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #3d2a37 !important;
}
.cid-u7mkO39uT9 .navbar-caption:hover {
  color: #f21a0e;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7mkO39uT9 .text_widget {
  margin-bottom: 32px;
}
.cid-u7mkO39uT9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7mkO39uT9 .text_widget a:hover,
.cid-u7mkO39uT9 .text_widget a:focus {
  opacity: .8;
}
.cid-u7mkO39uT9 .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-u7mkO39uT9 .navbar-caption {
  color: #18212d;
}
.cid-u7mkO39uT9 .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-u7mkO39uT9 .mbr-section-subtitle,
.cid-u7mkO39uT9 .text_widget,
.cid-u7mkO39uT9 .mbr-section-btn {
  text-align: center;
}
.cid-u7mkO39uT9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSs0tulXxJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uSs0tulXxJ .pos_rel {
  position: relative;
}
.cid-uSs0tulXxJ .main_section_title {
  display: flex;
}
.cid-uSs0tulXxJ .main_title {
  padding: 0 8.333%;
}
.cid-uSs0tulXxJ .empty_content {
  width: 90%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uSs0tulXxJ .card_title {
    font-size: 2rem;
  }
}
.cid-uSs0tulXxJ .text-wrapper {
  width: 60%;
  background: #32eaf1;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-uSs0tulXxJ .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uSs0tulXxJ .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uSs0tulXxJ .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-uSs0tulXxJ .text-wrapper:hover .card_title a {
  color: #6b818c !important;
}
.cid-uSs0tulXxJ .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSs0tulXxJ .block-content,
.cid-uSs0tulXxJ .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-uSs0tulXxJ .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uSs0tulXxJ .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uSs0tulXxJ .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-uSs0tulXxJ .block-content {
  display: flex;
  align-items: center;
}
.cid-uSs0tulXxJ .image-wrapper,
.cid-uSs0tulXxJ img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-uSs0tulXxJ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uSs0tulXxJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSs0tulXxJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSs0tulXxJ .mbr-section-btn .btn-secondary-outline .active,
.cid-uSs0tulXxJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #f21a0e !important;
}
@media (max-width: 991px) {
  .cid-uSs0tulXxJ .block-content {
    flex-direction: column;
  }
  .cid-uSs0tulXxJ .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-uSs0tulXxJ .empty_content {
    display: none;
  }
  .cid-uSs0tulXxJ .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uSs0tulXxJ .text-wrapper,
  .cid-uSs0tulXxJ .main_title {
    padding: 30px 1rem;
  }
}
.cid-uSs0tulXxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSs0tulXxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSs0tulXxJ .mbr-text,
.cid-uSs0tulXxJ .mbr-section-btn {
  color: #000000;
}
.cid-uSs0tulXxJ .mbr-section-title {
  color: #ffffff;
}
.cid-uSs0LLcLID {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSs0LLcLID .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-uSs0LLcLID img {
  width: 100%;
  border-radius: 10px;
}
.cid-uSs0LLcLID .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uSs0LLcLID .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSs0LLcLID .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-uSs0LLcLID img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-uSs0LLcLID .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-uSs0LLcLID img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uSs0LLcLID img {
    width: 100%;
  }
}
.cid-uSs0LLcLID .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uSs0LLcLID .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uSs0LLcLID .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uSs0LLcLID .mbr-text,
.cid-uSs0LLcLID .mbr-section-btn {
  color: #464646;
}
.cid-uSs0LLcLID .mbr-section-subtitle {
  color: #070b21;
  text-align: left;
}
.cid-uSs0LLcLID .mbr-section-title {
  text-align: left;
}
.cid-uSo9pTqL1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #32eaf1;
}
.cid-uSo9pTqL1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSo9pTqL1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSo9pTqL1v .items-wrapper {
  justify-content: center;
}
.cid-uSo9pTqL1v .mbr-text,
.cid-uSo9pTqL1v .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSs0IvzO74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uSs0IvzO74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSs0IvzO74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSs0IvzO74 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSs0IvzO74 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSs0IvzO74 .container {
    padding: 0 30px;
  }
}
.cid-uSs0IvzO74 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSs0IvzO74 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSs0IvzO74 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #32eaf1;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uSs0IvzO74 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uSs0IvzO74 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uSs0IvzO74 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uSs0IvzO74 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSs0IvzO74 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uSs0IvzO74 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSs0IvzO74 .mbr-section-title {
  color: #ffffff;
}
.cid-uSs0IvzO74 .mbr-card-title {
  color: #030303;
}
.cid-uSs0IvzO74 .mbr-text {
  color: #030303;
}
.cid-uSs0IvzO74 .mbr-number {
  color: #FE5115;
}
.cid-uSs4iOLNnH {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uSs4iOLNnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSs4iOLNnH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSs4iOLNnH .container {
    padding: 0 22px;
  }
}
.cid-uSs4iOLNnH .card {
  justify-content: center;
}
.cid-uSs4iOLNnH .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uSs4iOLNnH .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSs4iOLNnH .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uSs4iOLNnH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSs4iOLNnH .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uSs4iOLNnH .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #32eaf1;
}
@media (max-width: 1440px) {
  .cid-uSs4iOLNnH .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uSs4iOLNnH .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uSs4iOLNnH .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uSs4iOLNnH .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uSs4iOLNnH .mbr-section-title {
  color: #000000;
}
.cid-uSs4iOLNnH .mbr-text {
  color: #000000;
}
.cid-uSpFDJiQ6i {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #32eaf1;
}
.cid-uSpFDJiQ6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFDJiQ6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFDJiQ6i .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSpFDJiQ6i .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSpFDJiQ6i .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uSpFDJiQ6i .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSpFDJiQ6i .item {
    margin-bottom: 40px;
  }
}
.cid-uSpFDJiQ6i .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSpFDJiQ6i .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uSpFDJiQ6i .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uSpFDJiQ6i .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSpFDJiQ6i .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSpFDJiQ6i .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSpFDJiQ6i .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSpFDJiQ6i .mbr-section-title,
.cid-uSpFDJiQ6i .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uSpFDJiQ6i .card-number {
  color: #f1f5eb;
}
.cid-uSpFDJiQ6i .card-title {
  color: #323432;
}
.cid-uSpFDJiQ6i .card-text {
  color: #ffffff;
}
.cid-uSpFDJiQ6i .card-title,
.cid-uSpFDJiQ6i .mbr-section-btn,
.cid-uSpFDJiQ6i .iconfont-wrapper {
  color: #000000;
}
.cid-uSs4IURSgU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uSs4IURSgU .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f21a0e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uSs4IURSgU .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uSs4IURSgU .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uSs4IURSgU .main-title.display-2 {
  line-height: 1.375;
}
.cid-uSs4IURSgU .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uSs4IURSgU .mbr-text {
  color: #606060;
}
.cid-uSs4IURSgU .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uSs4IURSgU .mbr-section-btn {
  margin-top: 24px;
}
.cid-uSs4IURSgU .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uSs4IURSgU .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uSs4IURSgU .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uSs4IURSgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSs4IURSgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSs4IURSgU .mbr-text,
.cid-uSs4IURSgU .mbr-section-btn {
  color: #1e1e1e;
}
.cid-uSs4IURSgU .main-title,
.cid-uSs4IURSgU .mbr-section-btn {
  color: #000000;
}
.cid-uSstkijrBp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSstkijrBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSstkijrBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSstkijrBp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSstkijrBp .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSstkijrBp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSstkijrBp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSstkijrBp .container {
    padding: 0 24px;
  }
}
.cid-uSstkijrBp .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uSstkijrBp .image-wrapper img {
    height: 400px;
  }
}
.cid-uSr7PTHIxV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSr7PTHIxV .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uSr7PTHIxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSr7PTHIxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSr7PTHIxV .item-wrapper {
  background: #32eaf1;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uSr7PTHIxV .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSr7PTHIxV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSr7PTHIxV .card-title,
.cid-uSr7PTHIxV .iconfont-wrapper {
  color: #000000;
}
.cid-uSr7PTHIxV .content-head {
  max-width: 800px;
}
.cid-uSr7PTHIxV .mbr-section-title {
  color: #000000;
}
.cid-uSr7PTHIxV .mbr-section-subtitle {
  color: #000000;
}
.cid-uSr7PTHIxV .card-text {
  color: #000000;
}
.cid-uSr7PTHIxV .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSr7PTHIxV .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSpvJ8JuOm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSpvJ8JuOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpvJ8JuOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpvJ8JuOm .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSpvJ8JuOm .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uSpvJ8JuOm .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSpvJ8JuOm .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uSpvJ8JuOm .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #32eaf1;
  box-shadow: 4px 4px 0 0 #32eaf1;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uSpvJ8JuOm .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uSpvJ8JuOm .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSpvJ8JuOm .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSpvJ8JuOm .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSpvJ8JuOm .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uSpvJ8JuOm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSpvJ8JuOm .mbr-section-title,
.cid-uSpvJ8JuOm .mbr-section-btn {
  color: #000000;
}
.cid-uSrm8jUkpc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSrm8jUkpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrm8jUkpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrm8jUkpc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSrm8jUkpc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSrm8jUkpc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSrm8jUkpc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSrm8jUkpc .container {
    padding: 0 24px;
  }
}
.cid-uSrm8jUkpc .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uSrm8jUkpc .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSrm8jUkpc .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSrm8jUkpc .image-wrapper img {
    height: 400px;
  }
}
.cid-uSrm8jUkpc .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #32eaf1;
  background-color: #32eaf1;
}
@media (max-width: 992px) {
  .cid-uSrm8jUkpc .content-wrapper {
    padding: 24px;
  }
}
.cid-uSrm8jUkpc .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uSrm8jUkpc .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #32eaf1;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #000000;
}
.cid-uSrm8jUkpc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSrm8jUkpc .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSrm8jUkpc .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uSrm8jUkpc .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uSrm8jUkpc .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uSrm8jUkpc .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #32eaf1;
  border: 1px solid #32eaf1;
  padding: 16px;
}
.cid-uSrm8jUkpc .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uSrm8jUkpc .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSrm8jUkpc .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSrm8jUkpc .mbr-section-title {
  color: #000000;
}
.cid-uSrm8jUkpc .mbr-section-subtitle {
  color: #000000;
}
.cid-uSrm8jUkpc .mbr-desc {
  color: #18212d;
}
.cid-uSrm8jUkpc .mbr-text_1 {
  color: #000000;
}
.cid-uSrm8jUkpc .mbr-text_2 {
  color: #ffffff;
}
.cid-uSrm8jUkpc .mbr-role {
  color: #18212d;
}
.cid-uSrm8jUkpc .mbr-name {
  color: #18212d;
}
.cid-uSrm8jUkpc .mbr-role,
.cid-uSrm8jUkpc .person-wrapper {
  color: #000000;
}
.cid-uSrm8jUkpc .mbr-name,
.cid-uSrm8jUkpc .person-wrapper {
  color: #000000;
}
.cid-uSrm8jUkpc .mbr-desc,
.cid-uSrm8jUkpc .desc-wrapper {
  color: #000000;
}
.cid-uSr7gxvqQH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #32eaf1;
}
.cid-uSr7gxvqQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSr7gxvqQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSr7gxvqQH .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uSr7gxvqQH .container-fluid {
    padding: 0 12px;
  }
}
.cid-uSr7gxvqQH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSr7gxvqQH .container {
    padding: 0 20px;
  }
}
.cid-uSr7gxvqQH .row {
  border-top: 2px solid #32eaf1;
  border-bottom: 2px solid #32eaf1;
  margin-top: -2px;
}
.cid-uSr7gxvqQH .card {
  padding: 0;
  border-radius: 0;
}
.cid-uSr7gxvqQH .card:first-child {
  border-right: 2px solid #32eaf1;
}
.cid-uSr7gxvqQH .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #32eaf1;
}
@media (max-width: 992px) {
  .cid-uSr7gxvqQH .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uSr7gxvqQH .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSr7gxvqQH .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uSr7gxvqQH .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uSr7gxvqQH .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uSr7gxvqQH .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSr7gxvqQH .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uSr7gxvqQH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSr7gxvqQH .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uSr7gxvqQH .mbr-text {
  color: #1d1d1d;
}
.cid-u7mkTSQQd4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7mkTSQQd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkTSQQd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkTSQQd4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkTSQQd4 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTSQQd4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkTSQQd4 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTSQQd4 .container {
    padding: 0 24px;
  }
}
.cid-u7mkTSQQd4 .row {
  justify-content: center;
}
.cid-u7mkTSQQd4 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u7mkTSQQd4 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7mkTSQQd4 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #efcc4e;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #000000;
}
.cid-u7mkTSQQd4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #32eaf1;
  background-color: #ffffff;
  margin-top: 24px;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u7mkTSQQd4 .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #32eaf1;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u7mkTSQQd4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7mkTSQQd4 .mbr-desc,
.cid-u7mkTSQQd4 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-u7mkTSQQd4 .panel-title-edit {
  color: #18212d;
}
.cid-u7mkTSQQd4 .panel-text {
  color: #18212d;
}
.cid-uSrlJHyWu6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #32eaf1;
}
.cid-uSrlJHyWu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrlJHyWu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrlJHyWu6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSrlJHyWu6 .mbr-section-subtitle {
  text-align: left;
  color: #030214;
}
.cid-uSrlJHyWu6 .mbr-section-title {
  text-align: left;
}
.cid-uSqqgBHtDh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSqqgBHtDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqqgBHtDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqqgBHtDh .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSqqgBHtDh .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uSqqgBHtDh .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uSqqgBHtDh .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-u7mkTdeH0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #32eaf1;
}
.cid-u7mkTdeH0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkTdeH0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkTdeH0s .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTdeH0s .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTdeH0s .container {
    padding: 0 24px;
  }
}
.cid-u7mkTdeH0s .row {
  justify-content: center;
}
.cid-u7mkTdeH0s .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-u7mkTdeH0s .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-u7mkTdeH0s .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u7mkTdeH0s .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:hover,
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:hover::before,
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7mkTdeH0s .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-u7mkTdeH0s .mbr-section-title {
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-soc {
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7mkTdeH0s .list {
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-section-subtitle,
.cid-u7mkTdeH0s .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u7mkTdeH0s .list,
.cid-u7mkTdeH0s .item-wrap,
.cid-u7mkTdeH0s .list-wrapper P {
  text-align: center;
}
.cid-u7mkTdeH0s .list,
.cid-u7mkTdeH0s .item-wrap,
.cid-u7mkTdeH0s .list-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSpYwWV4gZ {
  background-color: transparent;
}
.cid-uSpYwWV4gZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSpYwWV4gZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSpYwWV4gZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSpYwWV4gZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSpYwWV4gZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSpYwWV4gZ .menu_box .navbar.opened,
  .cid-uSpYwWV4gZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSpYwWV4gZ .navbar-dropdown {
  position: relative !important;
}
.cid-uSpYwWV4gZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSpYwWV4gZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSpYwWV4gZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSpYwWV4gZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSpYwWV4gZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSpYwWV4gZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uSpYwWV4gZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSpYwWV4gZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSpYwWV4gZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSpYwWV4gZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSpYwWV4gZ .offcanvas-body .mbr-text,
  .cid-uSpYwWV4gZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSpYwWV4gZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSpYwWV4gZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSpYwWV4gZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uSpYwWV4gZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSpYwWV4gZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSpYwWV4gZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSpYwWV4gZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSpYwWV4gZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSpYwWV4gZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSpYwWV4gZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSpYwWV4gZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSpYwWV4gZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSpYwWV4gZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSpYwWV4gZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSpYwWV4gZ .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uSpYwWV4gZ .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uSpYwWV4gZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uSpYwWV4gZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uSpYwWV4gZ .nav-item .nav-link:hover,
.cid-uSpYwWV4gZ .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #3d2a37 !important;
}
.cid-uSpYwWV4gZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSpYwWV4gZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSpYwWV4gZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSpYwWV4gZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSpYwWV4gZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSpYwWV4gZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSpYwWV4gZ .offcanvas_box {
    display: none;
  }
}
.cid-uSpYwWV4gZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSpYwWV4gZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSpYwWV4gZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSpYwWV4gZ .container {
  display: flex;
  margin: auto;
}
.cid-uSpYwWV4gZ .iconfont-wrapper {
  color: #18212d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSpYwWV4gZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSpYwWV4gZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSpYwWV4gZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSpYwWV4gZ .navbar-nav {
    margin: 0;
  }
}
.cid-uSpYwWV4gZ .dropdown-menu,
.cid-uSpYwWV4gZ .navbar.opened {
  background-color: false !important;
}
.cid-uSpYwWV4gZ .nav-item:focus,
.cid-uSpYwWV4gZ .nav-link:focus {
  outline: none;
}
.cid-uSpYwWV4gZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSpYwWV4gZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSpYwWV4gZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSpYwWV4gZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpYwWV4gZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSpYwWV4gZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSpYwWV4gZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSpYwWV4gZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSpYwWV4gZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uSpYwWV4gZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSpYwWV4gZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uSpYwWV4gZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSpYwWV4gZ .navbar.collapsed {
  justify-content: center;
}
.cid-uSpYwWV4gZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSpYwWV4gZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSpYwWV4gZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSpYwWV4gZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSpYwWV4gZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSpYwWV4gZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSpYwWV4gZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSpYwWV4gZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSpYwWV4gZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSpYwWV4gZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSpYwWV4gZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSpYwWV4gZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSpYwWV4gZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSpYwWV4gZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSpYwWV4gZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSpYwWV4gZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSpYwWV4gZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSpYwWV4gZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSpYwWV4gZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSpYwWV4gZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSpYwWV4gZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSpYwWV4gZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSpYwWV4gZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSpYwWV4gZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSpYwWV4gZ .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-uSpYwWV4gZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSpYwWV4gZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSpYwWV4gZ .dropdown-item.active,
.cid-uSpYwWV4gZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uSpYwWV4gZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uSpYwWV4gZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSpYwWV4gZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSpYwWV4gZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSpYwWV4gZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSpYwWV4gZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSpYwWV4gZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uSpYwWV4gZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uSpYwWV4gZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSpYwWV4gZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpYwWV4gZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpYwWV4gZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSpYwWV4gZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpYwWV4gZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSpYwWV4gZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSpYwWV4gZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpYwWV4gZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSpYwWV4gZ .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-uSpYwWV4gZ .navbar {
    height: 70px;
  }
  .cid-uSpYwWV4gZ .navbar.opened {
    height: auto;
  }
  .cid-uSpYwWV4gZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSpYwWV4gZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSpYwWV4gZ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uSpYwWV4gZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uSpYwWV4gZ .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uSpYwWV4gZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSpYwWV4gZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #3d2a37 !important;
}
.cid-uSpYwWV4gZ .navbar-caption:hover {
  color: #f21a0e;
}
@media (min-width: 992px) {
  .cid-uSpYwWV4gZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSpYwWV4gZ .text_widget {
  margin-bottom: 32px;
}
.cid-uSpYwWV4gZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSpYwWV4gZ .text_widget a:hover,
.cid-uSpYwWV4gZ .text_widget a:focus {
  opacity: .8;
}
.cid-uSpYwWV4gZ .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uSpYwWV4gZ .navbar-caption {
  color: #18212d;
}
.cid-uSpYwWV4gZ .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uSpYwWV4gZ .mbr-section-subtitle,
.cid-uSpYwWV4gZ .text_widget,
.cid-uSpYwWV4gZ .mbr-section-btn {
  text-align: center;
}
.cid-uSpYwWV4gZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSseVRJVRG {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uSseVRJVRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSseVRJVRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSseVRJVRG .card-wrapper {
  display: flex;
  background-color: #141414;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uSseVRJVRG .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSseVRJVRG .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSseVRJVRG .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #d75959 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uSseVRJVRG .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uSseVRJVRG .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uSseVRJVRG .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uSseVRJVRG .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSseVRJVRG .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uSseVRJVRG .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uSseVRJVRG .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uSseVRJVRG .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uSseVRJVRG .mbr-section-title {
  color: #ffffff;
}
.cid-uSseVRJVRG .mbr-text {
  color: #ffffff;
}
.cid-uSpYZSO7Q5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSpYZSO7Q5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpYZSO7Q5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpYZSO7Q5 .row {
  justify-content: space-between;
}
.cid-uSpYZSO7Q5 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uSpYZSO7Q5 .content-wrapper {
    padding: 0;
  }
}
.cid-uSpYZSO7Q5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSpYZSO7Q5 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSpYZSO7Q5 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSpYZSO7Q5 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uSpYZSO7Q5 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSpYZSO7Q5 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uSpYZSO7Q5 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uSpYZSO7Q5 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uSpYZSO7Q5 .mbr-section-title {
  color: #000000;
}
.cid-uSpYZSO7Q5 .mbr-desc {
  color: #000000;
}
.cid-uSpYZSO7Q5 .mbr-text {
  color: #000000;
}
.cid-uSpZ5VCSSH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a0e21;
}
.cid-uSpZ5VCSSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpZ5VCSSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpZ5VCSSH .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSpZ5VCSSH .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uSpZ5VCSSH .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uSpZ5VCSSH .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSpYx36bEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #32eaf1;
}
.cid-uSpYx36bEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpYx36bEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpYx36bEy .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSpYx36bEy .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSpYx36bEy .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpYx36bEy .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSpYx36bEy .container {
    padding: 0 24px;
  }
}
.cid-uSpYx36bEy .row {
  justify-content: center;
}
.cid-uSpYx36bEy .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSpYx36bEy .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSpYx36bEy .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uSpYx36bEy .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uSpYx36bEy .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uSpYx36bEy .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uSpYx36bEy .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uSpYx36bEy .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uSpYx36bEy .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uSpYx36bEy .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uSpYx36bEy .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uSpYx36bEy .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uSpYx36bEy .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uSpYx36bEy .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uSpYx36bEy .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSpYx36bEy .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uSpYx36bEy .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uSpYx36bEy .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSpYx36bEy .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSpYx36bEy .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSpYx36bEy .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSpYx36bEy .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uSpYx36bEy .list-wrapper .list .item-wrap:hover,
.cid-uSpYx36bEy .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uSpYx36bEy .list-wrapper .list .item-wrap:hover::before,
.cid-uSpYx36bEy .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSpYx36bEy .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSpYx36bEy .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-uSpYx36bEy .mbr-section-title {
  color: #ffffff;
}
.cid-uSpYx36bEy .mbr-soc {
  color: #ffffff;
}
.cid-uSpYx36bEy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSpYx36bEy .list {
  color: #ffffff;
}
.cid-uSpYx36bEy .mbr-section-subtitle,
.cid-uSpYx36bEy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSpYx36bEy .list,
.cid-uSpYx36bEy .item-wrap,
.cid-uSpYx36bEy .list-wrapper P {
  text-align: center;
}
.cid-uSpYx36bEy .list,
.cid-uSpYx36bEy .item-wrap,
.cid-uSpYx36bEy .list-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSpZB3V8Ih {
  background-color: transparent;
}
.cid-uSpZB3V8Ih .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSpZB3V8Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSpZB3V8Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSpZB3V8Ih .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSpZB3V8Ih .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSpZB3V8Ih .menu_box .navbar.opened,
  .cid-uSpZB3V8Ih .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSpZB3V8Ih .navbar-dropdown {
  position: relative !important;
}
.cid-uSpZB3V8Ih .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSpZB3V8Ih .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSpZB3V8Ih .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSpZB3V8Ih .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSpZB3V8Ih .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSpZB3V8Ih .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uSpZB3V8Ih .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSpZB3V8Ih .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSpZB3V8Ih .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSpZB3V8Ih .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSpZB3V8Ih .offcanvas-body .mbr-text,
  .cid-uSpZB3V8Ih .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSpZB3V8Ih .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSpZB3V8Ih .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSpZB3V8Ih .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uSpZB3V8Ih .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSpZB3V8Ih .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSpZB3V8Ih .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSpZB3V8Ih .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSpZB3V8Ih ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSpZB3V8Ih .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSpZB3V8Ih .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSpZB3V8Ih .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSpZB3V8Ih li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSpZB3V8Ih .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSpZB3V8Ih .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSpZB3V8Ih .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uSpZB3V8Ih .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uSpZB3V8Ih .nav-item {
    margin: 0 !important;
  }
}
.cid-uSpZB3V8Ih .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uSpZB3V8Ih .nav-item .nav-link:hover,
.cid-uSpZB3V8Ih .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #3d2a37 !important;
}
.cid-uSpZB3V8Ih .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSpZB3V8Ih .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSpZB3V8Ih .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSpZB3V8Ih .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSpZB3V8Ih .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSpZB3V8Ih .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSpZB3V8Ih .offcanvas_box {
    display: none;
  }
}
.cid-uSpZB3V8Ih .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSpZB3V8Ih .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSpZB3V8Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSpZB3V8Ih .container {
  display: flex;
  margin: auto;
}
.cid-uSpZB3V8Ih .iconfont-wrapper {
  color: #18212d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSpZB3V8Ih .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSpZB3V8Ih .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSpZB3V8Ih .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSpZB3V8Ih .navbar-nav {
    margin: 0;
  }
}
.cid-uSpZB3V8Ih .dropdown-menu,
.cid-uSpZB3V8Ih .navbar.opened {
  background-color: false !important;
}
.cid-uSpZB3V8Ih .nav-item:focus,
.cid-uSpZB3V8Ih .nav-link:focus {
  outline: none;
}
.cid-uSpZB3V8Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSpZB3V8Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSpZB3V8Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSpZB3V8Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpZB3V8Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSpZB3V8Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSpZB3V8Ih .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSpZB3V8Ih .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSpZB3V8Ih .navbar.opened {
  transition: all 0.3s;
}
.cid-uSpZB3V8Ih .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSpZB3V8Ih .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uSpZB3V8Ih .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSpZB3V8Ih .navbar.collapsed {
  justify-content: center;
}
.cid-uSpZB3V8Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSpZB3V8Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSpZB3V8Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSpZB3V8Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSpZB3V8Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSpZB3V8Ih .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSpZB3V8Ih .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSpZB3V8Ih .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSpZB3V8Ih .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSpZB3V8Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSpZB3V8Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSpZB3V8Ih .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSpZB3V8Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSpZB3V8Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSpZB3V8Ih .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSpZB3V8Ih .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSpZB3V8Ih .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSpZB3V8Ih .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSpZB3V8Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSpZB3V8Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSpZB3V8Ih .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSpZB3V8Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSpZB3V8Ih .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSpZB3V8Ih .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSpZB3V8Ih .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-uSpZB3V8Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSpZB3V8Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSpZB3V8Ih .dropdown-item.active,
.cid-uSpZB3V8Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-uSpZB3V8Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uSpZB3V8Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSpZB3V8Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSpZB3V8Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSpZB3V8Ih ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSpZB3V8Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSpZB3V8Ih button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uSpZB3V8Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uSpZB3V8Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSpZB3V8Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpZB3V8Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpZB3V8Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSpZB3V8Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpZB3V8Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSpZB3V8Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSpZB3V8Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpZB3V8Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSpZB3V8Ih .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-uSpZB3V8Ih .navbar {
    height: 70px;
  }
  .cid-uSpZB3V8Ih .navbar.opened {
    height: auto;
  }
  .cid-uSpZB3V8Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSpZB3V8Ih .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSpZB3V8Ih .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uSpZB3V8Ih .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uSpZB3V8Ih .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uSpZB3V8Ih .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSpZB3V8Ih .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #3d2a37 !important;
}
.cid-uSpZB3V8Ih .navbar-caption:hover {
  color: #f21a0e;
}
@media (min-width: 992px) {
  .cid-uSpZB3V8Ih .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSpZB3V8Ih .text_widget {
  margin-bottom: 32px;
}
.cid-uSpZB3V8Ih .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSpZB3V8Ih .text_widget a:hover,
.cid-uSpZB3V8Ih .text_widget a:focus {
  opacity: .8;
}
.cid-uSpZB3V8Ih .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uSpZB3V8Ih .navbar-caption {
  color: #18212d;
}
.cid-uSpZB3V8Ih .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uSpZB3V8Ih .mbr-section-subtitle,
.cid-uSpZB3V8Ih .text_widget,
.cid-uSpZB3V8Ih .mbr-section-btn {
  text-align: center;
}
.cid-uSpZB3V8Ih a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSsfjXQtn8 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uSsfjXQtn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsfjXQtn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsfjXQtn8 .card-wrapper {
  display: flex;
  background-color: #141414;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uSsfjXQtn8 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSsfjXQtn8 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSsfjXQtn8 .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #d75959 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uSsfjXQtn8 .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uSsfjXQtn8 .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uSsfjXQtn8 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uSsfjXQtn8 .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSsfjXQtn8 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uSsfjXQtn8 .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uSsfjXQtn8 .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uSsfjXQtn8 .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uSsfjXQtn8 .mbr-section-title {
  color: #ffffff;
}
.cid-uSsfjXQtn8 .mbr-text {
  color: #ffffff;
}
.cid-uSpZB4RwjZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSpZB4RwjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpZB4RwjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpZB4RwjZ .row {
  justify-content: space-between;
}
.cid-uSpZB4RwjZ .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uSpZB4RwjZ .content-wrapper {
    padding: 0;
  }
}
.cid-uSpZB4RwjZ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSpZB4RwjZ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSpZB4RwjZ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSpZB4RwjZ .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uSpZB4RwjZ .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSpZB4RwjZ .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uSpZB4RwjZ .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uSpZB4RwjZ .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uSpZB4RwjZ .mbr-section-title {
  color: #000000;
}
.cid-uSpZB4RwjZ .mbr-desc {
  color: #000000;
}
.cid-uSpZB4RwjZ .mbr-text {
  color: #000000;
}
.cid-uSpZB5esDB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uSpZB5esDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpZB5esDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpZB5esDB .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSpZB5esDB .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uSpZB5esDB .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uSpZB5esDB .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSpZB5BLrD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #32eaf1;
}
.cid-uSpZB5BLrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpZB5BLrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpZB5BLrD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSpZB5BLrD .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSpZB5BLrD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpZB5BLrD .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSpZB5BLrD .container {
    padding: 0 24px;
  }
}
.cid-uSpZB5BLrD .row {
  justify-content: center;
}
.cid-uSpZB5BLrD .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSpZB5BLrD .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSpZB5BLrD .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uSpZB5BLrD .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uSpZB5BLrD .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uSpZB5BLrD .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uSpZB5BLrD .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uSpZB5BLrD .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uSpZB5BLrD .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uSpZB5BLrD .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uSpZB5BLrD .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uSpZB5BLrD .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uSpZB5BLrD .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uSpZB5BLrD .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uSpZB5BLrD .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSpZB5BLrD .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uSpZB5BLrD .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uSpZB5BLrD .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSpZB5BLrD .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSpZB5BLrD .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSpZB5BLrD .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSpZB5BLrD .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uSpZB5BLrD .list-wrapper .list .item-wrap:hover,
.cid-uSpZB5BLrD .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uSpZB5BLrD .list-wrapper .list .item-wrap:hover::before,
.cid-uSpZB5BLrD .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSpZB5BLrD .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSpZB5BLrD .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-uSpZB5BLrD .mbr-section-title {
  color: #ffffff;
}
.cid-uSpZB5BLrD .mbr-soc {
  color: #ffffff;
}
.cid-uSpZB5BLrD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSpZB5BLrD .list {
  color: #ffffff;
}
.cid-uSpZB5BLrD .mbr-section-subtitle,
.cid-uSpZB5BLrD .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSpZB5BLrD .list,
.cid-uSpZB5BLrD .item-wrap,
.cid-uSpZB5BLrD .list-wrapper P {
  text-align: center;
}
.cid-uSpZB5BLrD .list,
.cid-uSpZB5BLrD .item-wrap,
.cid-uSpZB5BLrD .list-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSsaHLS4Kq {
  background-color: transparent;
}
.cid-uSsaHLS4Kq .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSsaHLS4Kq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSsaHLS4Kq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSsaHLS4Kq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSsaHLS4Kq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSsaHLS4Kq .menu_box .navbar.opened,
  .cid-uSsaHLS4Kq .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSsaHLS4Kq .navbar-dropdown {
  position: relative !important;
}
.cid-uSsaHLS4Kq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSsaHLS4Kq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSsaHLS4Kq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSsaHLS4Kq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSsaHLS4Kq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSsaHLS4Kq .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uSsaHLS4Kq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSsaHLS4Kq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSsaHLS4Kq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSsaHLS4Kq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSsaHLS4Kq .offcanvas-body .mbr-text,
  .cid-uSsaHLS4Kq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSsaHLS4Kq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSsaHLS4Kq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSsaHLS4Kq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uSsaHLS4Kq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSsaHLS4Kq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSsaHLS4Kq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSsaHLS4Kq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSsaHLS4Kq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSsaHLS4Kq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSsaHLS4Kq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSsaHLS4Kq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSsaHLS4Kq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSsaHLS4Kq .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSsaHLS4Kq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSsaHLS4Kq .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uSsaHLS4Kq .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uSsaHLS4Kq .nav-item {
    margin: 0 !important;
  }
}
.cid-uSsaHLS4Kq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uSsaHLS4Kq .nav-item .nav-link:hover,
.cid-uSsaHLS4Kq .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #3d2a37 !important;
}
.cid-uSsaHLS4Kq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSsaHLS4Kq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSsaHLS4Kq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSsaHLS4Kq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSsaHLS4Kq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSsaHLS4Kq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSsaHLS4Kq .offcanvas_box {
    display: none;
  }
}
.cid-uSsaHLS4Kq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSsaHLS4Kq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSsaHLS4Kq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSsaHLS4Kq .container {
  display: flex;
  margin: auto;
}
.cid-uSsaHLS4Kq .iconfont-wrapper {
  color: #18212d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSsaHLS4Kq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSsaHLS4Kq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSsaHLS4Kq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSsaHLS4Kq .navbar-nav {
    margin: 0;
  }
}
.cid-uSsaHLS4Kq .dropdown-menu,
.cid-uSsaHLS4Kq .navbar.opened {
  background-color: false !important;
}
.cid-uSsaHLS4Kq .nav-item:focus,
.cid-uSsaHLS4Kq .nav-link:focus {
  outline: none;
}
.cid-uSsaHLS4Kq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSsaHLS4Kq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSsaHLS4Kq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSsaHLS4Kq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSsaHLS4Kq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSsaHLS4Kq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSsaHLS4Kq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSsaHLS4Kq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSsaHLS4Kq .navbar.opened {
  transition: all 0.3s;
}
.cid-uSsaHLS4Kq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSsaHLS4Kq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uSsaHLS4Kq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSsaHLS4Kq .navbar.collapsed {
  justify-content: center;
}
.cid-uSsaHLS4Kq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSsaHLS4Kq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSsaHLS4Kq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSsaHLS4Kq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSsaHLS4Kq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSsaHLS4Kq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSsaHLS4Kq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSsaHLS4Kq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSsaHLS4Kq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSsaHLS4Kq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSsaHLS4Kq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSsaHLS4Kq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSsaHLS4Kq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSsaHLS4Kq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSsaHLS4Kq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSsaHLS4Kq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSsaHLS4Kq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSsaHLS4Kq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSsaHLS4Kq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSsaHLS4Kq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSsaHLS4Kq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSsaHLS4Kq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSsaHLS4Kq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSsaHLS4Kq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSsaHLS4Kq .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-uSsaHLS4Kq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSsaHLS4Kq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSsaHLS4Kq .dropdown-item.active,
.cid-uSsaHLS4Kq .dropdown-item:active {
  background-color: transparent;
}
.cid-uSsaHLS4Kq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uSsaHLS4Kq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSsaHLS4Kq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSsaHLS4Kq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSsaHLS4Kq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSsaHLS4Kq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSsaHLS4Kq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uSsaHLS4Kq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uSsaHLS4Kq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSsaHLS4Kq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSsaHLS4Kq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSsaHLS4Kq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSsaHLS4Kq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSsaHLS4Kq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSsaHLS4Kq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSsaHLS4Kq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSsaHLS4Kq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSsaHLS4Kq .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-uSsaHLS4Kq .navbar {
    height: 70px;
  }
  .cid-uSsaHLS4Kq .navbar.opened {
    height: auto;
  }
  .cid-uSsaHLS4Kq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSsaHLS4Kq .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSsaHLS4Kq .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uSsaHLS4Kq .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uSsaHLS4Kq .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uSsaHLS4Kq .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSsaHLS4Kq .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #3d2a37 !important;
}
.cid-uSsaHLS4Kq .navbar-caption:hover {
  color: #f21a0e;
}
@media (min-width: 992px) {
  .cid-uSsaHLS4Kq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSsaHLS4Kq .text_widget {
  margin-bottom: 32px;
}
.cid-uSsaHLS4Kq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSsaHLS4Kq .text_widget a:hover,
.cid-uSsaHLS4Kq .text_widget a:focus {
  opacity: .8;
}
.cid-uSsaHLS4Kq .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uSsaHLS4Kq .navbar-caption {
  color: #18212d;
}
.cid-uSsaHLS4Kq .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uSsaHLS4Kq .mbr-section-subtitle,
.cid-uSsaHLS4Kq .text_widget,
.cid-uSsaHLS4Kq .mbr-section-btn {
  text-align: center;
}
.cid-uSsaHLS4Kq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSsaHN5dFd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uSsaHN5dFd .pos_rel {
  position: relative;
}
.cid-uSsaHN5dFd .main_section_title {
  display: flex;
}
.cid-uSsaHN5dFd .main_title {
  padding: 0 8.333%;
}
.cid-uSsaHN5dFd .empty_content {
  width: 90%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uSsaHN5dFd .card_title {
    font-size: 2rem;
  }
}
.cid-uSsaHN5dFd .text-wrapper {
  width: 60%;
  background: #32eaf1;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-uSsaHN5dFd .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uSsaHN5dFd .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uSsaHN5dFd .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-uSsaHN5dFd .text-wrapper:hover .card_title a {
  color: #6b818c !important;
}
.cid-uSsaHN5dFd .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSsaHN5dFd .block-content,
.cid-uSsaHN5dFd .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-uSsaHN5dFd .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uSsaHN5dFd .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uSsaHN5dFd .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-uSsaHN5dFd .block-content {
  display: flex;
  align-items: center;
}
.cid-uSsaHN5dFd .image-wrapper,
.cid-uSsaHN5dFd img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-uSsaHN5dFd .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uSsaHN5dFd .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSsaHN5dFd .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSsaHN5dFd .mbr-section-btn .btn-secondary-outline .active,
.cid-uSsaHN5dFd .mbr-section-btn .btn-secondary-outline:focus {
  color: #f21a0e !important;
}
@media (max-width: 991px) {
  .cid-uSsaHN5dFd .block-content {
    flex-direction: column;
  }
  .cid-uSsaHN5dFd .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-uSsaHN5dFd .empty_content {
    display: none;
  }
  .cid-uSsaHN5dFd .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uSsaHN5dFd .text-wrapper,
  .cid-uSsaHN5dFd .main_title {
    padding: 30px 1rem;
  }
}
.cid-uSsaHN5dFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaHN5dFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaHN5dFd .mbr-text,
.cid-uSsaHN5dFd .mbr-section-btn {
  color: #000000;
}
.cid-uSsaHN5dFd .mbr-section-title {
  color: #ffffff;
}
.cid-uSsaHNLhr2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSsaHNLhr2 .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-uSsaHNLhr2 img {
  width: 100%;
  border-radius: 10px;
}
.cid-uSsaHNLhr2 .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uSsaHNLhr2 .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSsaHNLhr2 .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-uSsaHNLhr2 img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-uSsaHNLhr2 .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-uSsaHNLhr2 img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uSsaHNLhr2 img {
    width: 100%;
  }
}
.cid-uSsaHNLhr2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uSsaHNLhr2 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uSsaHNLhr2 .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uSsaHNLhr2 .mbr-text,
.cid-uSsaHNLhr2 .mbr-section-btn {
  color: #464646;
}
.cid-uSsaHNLhr2 .mbr-section-subtitle {
  color: #070b21;
  text-align: left;
}
.cid-uSsaHNLhr2 .mbr-section-title {
  text-align: left;
}
.cid-uSsaHODzda {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #32eaf1;
}
.cid-uSsaHODzda .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaHODzda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaHODzda .items-wrapper {
  justify-content: center;
}
.cid-uSsaHODzda .mbr-text,
.cid-uSsaHODzda .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSsaHPFQXJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uSsaHPFQXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaHPFQXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaHPFQXJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSsaHPFQXJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSsaHPFQXJ .container {
    padding: 0 30px;
  }
}
.cid-uSsaHPFQXJ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSsaHPFQXJ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSsaHPFQXJ .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #32eaf1;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uSsaHPFQXJ .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uSsaHPFQXJ .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uSsaHPFQXJ .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uSsaHPFQXJ .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSsaHPFQXJ .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uSsaHPFQXJ .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSsaHPFQXJ .mbr-section-title {
  color: #ffffff;
}
.cid-uSsaHPFQXJ .mbr-card-title {
  color: #030303;
}
.cid-uSsaHPFQXJ .mbr-text {
  color: #030303;
}
.cid-uSsaHPFQXJ .mbr-number {
  color: #FE5115;
}
.cid-uSsaHQPaqv {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uSsaHQPaqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaHQPaqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSsaHQPaqv .container {
    padding: 0 22px;
  }
}
.cid-uSsaHQPaqv .card {
  justify-content: center;
}
.cid-uSsaHQPaqv .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uSsaHQPaqv .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSsaHQPaqv .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uSsaHQPaqv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSsaHQPaqv .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uSsaHQPaqv .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #32eaf1;
}
@media (max-width: 1440px) {
  .cid-uSsaHQPaqv .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uSsaHQPaqv .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uSsaHQPaqv .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaHQPaqv .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uSsaHQPaqv .mbr-section-title {
  color: #000000;
}
.cid-uSsaHQPaqv .mbr-text {
  color: #000000;
}
.cid-uSsaHSVdmb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #32eaf1;
}
.cid-uSsaHSVdmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaHSVdmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaHSVdmb .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSsaHSVdmb .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSsaHSVdmb .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uSsaHSVdmb .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSsaHSVdmb .item {
    margin-bottom: 40px;
  }
}
.cid-uSsaHSVdmb .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSsaHSVdmb .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uSsaHSVdmb .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uSsaHSVdmb .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSsaHSVdmb .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSsaHSVdmb .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSsaHSVdmb .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSsaHSVdmb .mbr-section-title,
.cid-uSsaHSVdmb .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uSsaHSVdmb .card-number {
  color: #f1f5eb;
}
.cid-uSsaHSVdmb .card-title {
  color: #323432;
}
.cid-uSsaHSVdmb .card-text {
  color: #ffffff;
}
.cid-uSsaHSVdmb .card-title,
.cid-uSsaHSVdmb .mbr-section-btn,
.cid-uSsaHSVdmb .iconfont-wrapper {
  color: #000000;
}
.cid-uSsaHTJf3R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uSsaHTJf3R .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f21a0e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uSsaHTJf3R .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uSsaHTJf3R .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uSsaHTJf3R .main-title.display-2 {
  line-height: 1.375;
}
.cid-uSsaHTJf3R .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uSsaHTJf3R .mbr-text {
  color: #606060;
}
.cid-uSsaHTJf3R .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uSsaHTJf3R .mbr-section-btn {
  margin-top: 24px;
}
.cid-uSsaHTJf3R .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uSsaHTJf3R .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uSsaHTJf3R .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uSsaHTJf3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaHTJf3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaHTJf3R .mbr-text,
.cid-uSsaHTJf3R .mbr-section-btn {
  color: #1e1e1e;
}
.cid-uSsaHTJf3R .main-title,
.cid-uSsaHTJf3R .mbr-section-btn {
  color: #000000;
}
.cid-uSsaHUmF9v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSsaHUmF9v .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uSsaHUmF9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaHUmF9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaHUmF9v .item-wrapper {
  background: #32eaf1;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uSsaHUmF9v .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSsaHUmF9v .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSsaHUmF9v .card-title,
.cid-uSsaHUmF9v .iconfont-wrapper {
  color: #000000;
}
.cid-uSsaHUmF9v .content-head {
  max-width: 800px;
}
.cid-uSsaHUmF9v .mbr-section-title {
  color: #000000;
}
.cid-uSsaHUmF9v .mbr-section-subtitle {
  color: #000000;
}
.cid-uSsaHUmF9v .card-text {
  color: #000000;
}
.cid-uSsaHUmF9v .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSsaHUmF9v .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSsaHViM85 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSsaHViM85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaHViM85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaHViM85 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSsaHViM85 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uSsaHViM85 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSsaHViM85 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uSsaHViM85 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #32eaf1;
  box-shadow: 4px 4px 0 0 #32eaf1;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uSsaHViM85 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uSsaHViM85 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSsaHViM85 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSsaHViM85 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSsaHViM85 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uSsaHViM85 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSsaHViM85 .mbr-section-title,
.cid-uSsaHViM85 .mbr-section-btn {
  color: #000000;
}
.cid-uSsaHVZfeZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSsaHVZfeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaHVZfeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaHVZfeZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSsaHVZfeZ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaHVZfeZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSsaHVZfeZ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaHVZfeZ .container {
    padding: 0 24px;
  }
}
.cid-uSsaHVZfeZ .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uSsaHVZfeZ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSsaHVZfeZ .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSsaHVZfeZ .image-wrapper img {
    height: 400px;
  }
}
.cid-uSsaHVZfeZ .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #32eaf1;
  background-color: #32eaf1;
}
@media (max-width: 992px) {
  .cid-uSsaHVZfeZ .content-wrapper {
    padding: 24px;
  }
}
.cid-uSsaHVZfeZ .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uSsaHVZfeZ .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #32eaf1;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #000000;
}
.cid-uSsaHVZfeZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSsaHVZfeZ .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSsaHVZfeZ .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uSsaHVZfeZ .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uSsaHVZfeZ .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uSsaHVZfeZ .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #32eaf1;
  border: 1px solid #32eaf1;
  padding: 16px;
}
.cid-uSsaHVZfeZ .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uSsaHVZfeZ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSsaHVZfeZ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSsaHVZfeZ .mbr-section-title {
  color: #000000;
}
.cid-uSsaHVZfeZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uSsaHVZfeZ .mbr-desc {
  color: #18212d;
}
.cid-uSsaHVZfeZ .mbr-text_1 {
  color: #000000;
}
.cid-uSsaHVZfeZ .mbr-text_2 {
  color: #ffffff;
}
.cid-uSsaHVZfeZ .mbr-role {
  color: #18212d;
}
.cid-uSsaHVZfeZ .mbr-name {
  color: #18212d;
}
.cid-uSsaHVZfeZ .mbr-role,
.cid-uSsaHVZfeZ .person-wrapper {
  color: #000000;
}
.cid-uSsaHVZfeZ .mbr-name,
.cid-uSsaHVZfeZ .person-wrapper {
  color: #000000;
}
.cid-uSsaHVZfeZ .mbr-desc,
.cid-uSsaHVZfeZ .desc-wrapper {
  color: #000000;
}
.cid-uSsaHWFl1n {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #32eaf1;
}
.cid-uSsaHWFl1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaHWFl1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaHWFl1n .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uSsaHWFl1n .container-fluid {
    padding: 0 12px;
  }
}
.cid-uSsaHWFl1n .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSsaHWFl1n .container {
    padding: 0 20px;
  }
}
.cid-uSsaHWFl1n .row {
  border-top: 2px solid #32eaf1;
  border-bottom: 2px solid #32eaf1;
  margin-top: -2px;
}
.cid-uSsaHWFl1n .card {
  padding: 0;
  border-radius: 0;
}
.cid-uSsaHWFl1n .card:first-child {
  border-right: 2px solid #32eaf1;
}
.cid-uSsaHWFl1n .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #32eaf1;
}
@media (max-width: 992px) {
  .cid-uSsaHWFl1n .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uSsaHWFl1n .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSsaHWFl1n .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uSsaHWFl1n .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uSsaHWFl1n .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uSsaHWFl1n .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSsaHWFl1n .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uSsaHWFl1n .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSsaHWFl1n .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uSsaHWFl1n .mbr-text {
  color: #1d1d1d;
}
.cid-uSspx2Psaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uSspx2Psaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSspx2Psaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSspx2Psaw .row {
  justify-content: center;
}
.cid-uSspx2Psaw .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSspx2Psaw .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSspx2Psaw .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uSspx2Psaw .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uSsaHXwlmM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSsaHXwlmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaHXwlmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaHXwlmM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSsaHXwlmM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaHXwlmM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSsaHXwlmM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaHXwlmM .container {
    padding: 0 24px;
  }
}
.cid-uSsaHXwlmM .row {
  justify-content: center;
}
.cid-uSsaHXwlmM .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSsaHXwlmM .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSsaHXwlmM .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #efcc4e;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #000000;
}
.cid-uSsaHXwlmM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSsaHXwlmM .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #32eaf1;
  background-color: #ffffff;
  margin-top: 24px;
}
.cid-uSsaHXwlmM .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSsaHXwlmM .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uSsaHXwlmM .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSsaHXwlmM .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSsaHXwlmM .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSsaHXwlmM .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #32eaf1;
}
.cid-uSsaHXwlmM .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uSsaHXwlmM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSsaHXwlmM .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uSsaHXwlmM .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSsaHXwlmM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSsaHXwlmM .mbr-desc,
.cid-uSsaHXwlmM .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uSsaHXwlmM .panel-title-edit {
  color: #18212d;
}
.cid-uSsaHXwlmM .panel-text {
  color: #18212d;
}
.cid-uSsaHYvIqD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #32eaf1;
}
.cid-uSsaHYvIqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaHYvIqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaHYvIqD .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSsaHYvIqD .mbr-section-subtitle {
  text-align: left;
  color: #030214;
}
.cid-uSsaHYvIqD .mbr-section-title {
  text-align: left;
}
.cid-uSsuHeF60S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSsuHeF60S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsuHeF60S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsuHeF60S .row {
  justify-content: space-between;
}
.cid-uSsuHeF60S .card {
  justify-content: flex-end;
}
.cid-uSsuHeF60S .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uSsuHeF60S .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSsuHeF60S .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSsuHeF60S .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSsuHeF60S .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uSsuHeF60S .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-uSsuHeF60S .panel-group {
    display: block;
  }
}
.cid-uSsuHeF60S .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uSsuHeF60S .panel-group .card {
    padding: 22px 0;
  }
}
.cid-uSsuHeF60S .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSsuHeF60S .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSsuHeF60S .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSsuHeF60S .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uSsuHeF60S .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uSsuHeF60S .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uSsuHeF60S .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uSsuHeF60S .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uSsuHeF60S .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-uSsuHeF60S .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSsuHeF60S .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uSsuHeF60S .mbr-label {
  color: #c10b02;
}
.cid-uSsuHeF60S .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSsuHeF60S .mbr-desc {
  color: #4b4949;
}
.cid-uSsuHeF60S .panel-title-edit {
  color: #000000;
}
.cid-uSsuHeF60S .panel-text {
  color: #4b4949;
}
.cid-uSsuHeF60S .panel-text,
.cid-uSsuHeF60S .panel-body {
  color: #000000;
}
.cid-uSsaHZj5IR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSsaHZj5IR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaHZj5IR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaHZj5IR .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSsaHZj5IR .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uSsaHZj5IR .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uSsaHZj5IR .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSsaI03J0m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #32eaf1;
}
.cid-uSsaI03J0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaI03J0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaI03J0m .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSsaI03J0m .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaI03J0m .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSsaI03J0m .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaI03J0m .container {
    padding: 0 24px;
  }
}
.cid-uSsaI03J0m .row {
  justify-content: center;
}
.cid-uSsaI03J0m .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSsaI03J0m .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSsaI03J0m .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uSsaI03J0m .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uSsaI03J0m .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uSsaI03J0m .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uSsaI03J0m .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uSsaI03J0m .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uSsaI03J0m .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uSsaI03J0m .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uSsaI03J0m .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uSsaI03J0m .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uSsaI03J0m .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uSsaI03J0m .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uSsaI03J0m .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSsaI03J0m .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uSsaI03J0m .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uSsaI03J0m .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSsaI03J0m .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSsaI03J0m .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSsaI03J0m .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSsaI03J0m .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uSsaI03J0m .list-wrapper .list .item-wrap:hover,
.cid-uSsaI03J0m .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uSsaI03J0m .list-wrapper .list .item-wrap:hover::before,
.cid-uSsaI03J0m .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSsaI03J0m .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSsaI03J0m .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-uSsaI03J0m .mbr-section-title {
  color: #ffffff;
}
.cid-uSsaI03J0m .mbr-soc {
  color: #ffffff;
}
.cid-uSsaI03J0m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSsaI03J0m .list {
  color: #ffffff;
}
.cid-uSsaI03J0m .mbr-section-subtitle,
.cid-uSsaI03J0m .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSsaI03J0m .list,
.cid-uSsaI03J0m .item-wrap,
.cid-uSsaI03J0m .list-wrapper P {
  text-align: center;
}
.cid-uSsaI03J0m .list,
.cid-uSsaI03J0m .item-wrap,
.cid-uSsaI03J0m .list-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSslVFxvSu {
  background-color: transparent;
}
.cid-uSslVFxvSu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSslVFxvSu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSslVFxvSu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSslVFxvSu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSslVFxvSu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSslVFxvSu .menu_box .navbar.opened,
  .cid-uSslVFxvSu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSslVFxvSu .navbar-dropdown {
  position: relative !important;
}
.cid-uSslVFxvSu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSslVFxvSu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSslVFxvSu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSslVFxvSu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSslVFxvSu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSslVFxvSu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uSslVFxvSu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSslVFxvSu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSslVFxvSu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSslVFxvSu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSslVFxvSu .offcanvas-body .mbr-text,
  .cid-uSslVFxvSu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSslVFxvSu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSslVFxvSu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSslVFxvSu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uSslVFxvSu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSslVFxvSu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSslVFxvSu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSslVFxvSu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSslVFxvSu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSslVFxvSu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSslVFxvSu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSslVFxvSu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSslVFxvSu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSslVFxvSu .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSslVFxvSu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSslVFxvSu .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uSslVFxvSu .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uSslVFxvSu .nav-item {
    margin: 0 !important;
  }
}
.cid-uSslVFxvSu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uSslVFxvSu .nav-item .nav-link:hover,
.cid-uSslVFxvSu .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #3d2a37 !important;
}
.cid-uSslVFxvSu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSslVFxvSu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSslVFxvSu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSslVFxvSu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSslVFxvSu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSslVFxvSu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSslVFxvSu .offcanvas_box {
    display: none;
  }
}
.cid-uSslVFxvSu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSslVFxvSu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSslVFxvSu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSslVFxvSu .container {
  display: flex;
  margin: auto;
}
.cid-uSslVFxvSu .iconfont-wrapper {
  color: #18212d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSslVFxvSu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSslVFxvSu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSslVFxvSu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSslVFxvSu .navbar-nav {
    margin: 0;
  }
}
.cid-uSslVFxvSu .dropdown-menu,
.cid-uSslVFxvSu .navbar.opened {
  background-color: false !important;
}
.cid-uSslVFxvSu .nav-item:focus,
.cid-uSslVFxvSu .nav-link:focus {
  outline: none;
}
.cid-uSslVFxvSu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSslVFxvSu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSslVFxvSu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSslVFxvSu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSslVFxvSu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSslVFxvSu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSslVFxvSu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSslVFxvSu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSslVFxvSu .navbar.opened {
  transition: all 0.3s;
}
.cid-uSslVFxvSu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSslVFxvSu .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uSslVFxvSu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSslVFxvSu .navbar.collapsed {
  justify-content: center;
}
.cid-uSslVFxvSu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSslVFxvSu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSslVFxvSu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSslVFxvSu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSslVFxvSu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSslVFxvSu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSslVFxvSu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSslVFxvSu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSslVFxvSu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSslVFxvSu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSslVFxvSu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSslVFxvSu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSslVFxvSu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSslVFxvSu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSslVFxvSu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSslVFxvSu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSslVFxvSu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSslVFxvSu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSslVFxvSu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSslVFxvSu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSslVFxvSu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSslVFxvSu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSslVFxvSu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSslVFxvSu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSslVFxvSu .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-uSslVFxvSu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSslVFxvSu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSslVFxvSu .dropdown-item.active,
.cid-uSslVFxvSu .dropdown-item:active {
  background-color: transparent;
}
.cid-uSslVFxvSu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uSslVFxvSu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSslVFxvSu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSslVFxvSu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSslVFxvSu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSslVFxvSu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSslVFxvSu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uSslVFxvSu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uSslVFxvSu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSslVFxvSu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSslVFxvSu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSslVFxvSu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSslVFxvSu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSslVFxvSu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSslVFxvSu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSslVFxvSu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSslVFxvSu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSslVFxvSu .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-uSslVFxvSu .navbar {
    height: 70px;
  }
  .cid-uSslVFxvSu .navbar.opened {
    height: auto;
  }
  .cid-uSslVFxvSu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSslVFxvSu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSslVFxvSu .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uSslVFxvSu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uSslVFxvSu .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uSslVFxvSu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSslVFxvSu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #3d2a37 !important;
}
.cid-uSslVFxvSu .navbar-caption:hover {
  color: #f21a0e;
}
@media (min-width: 992px) {
  .cid-uSslVFxvSu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSslVFxvSu .text_widget {
  margin-bottom: 32px;
}
.cid-uSslVFxvSu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSslVFxvSu .text_widget a:hover,
.cid-uSslVFxvSu .text_widget a:focus {
  opacity: .8;
}
.cid-uSslVFxvSu .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uSslVFxvSu .navbar-caption {
  color: #18212d;
}
.cid-uSslVFxvSu .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uSslVFxvSu .mbr-section-subtitle,
.cid-uSslVFxvSu .text_widget,
.cid-uSslVFxvSu .mbr-section-btn {
  text-align: center;
}
.cid-uSslVFxvSu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSslVHtqFz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uSslVHtqFz .pos_rel {
  position: relative;
}
.cid-uSslVHtqFz .main_section_title {
  display: flex;
}
.cid-uSslVHtqFz .main_title {
  padding: 0 8.333%;
}
.cid-uSslVHtqFz .empty_content {
  width: 90%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uSslVHtqFz .card_title {
    font-size: 2rem;
  }
}
.cid-uSslVHtqFz .text-wrapper {
  width: 60%;
  background: #32eaf1;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-uSslVHtqFz .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uSslVHtqFz .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uSslVHtqFz .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-uSslVHtqFz .text-wrapper:hover .card_title a {
  color: #6b818c !important;
}
.cid-uSslVHtqFz .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSslVHtqFz .block-content,
.cid-uSslVHtqFz .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-uSslVHtqFz .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uSslVHtqFz .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uSslVHtqFz .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-uSslVHtqFz .block-content {
  display: flex;
  align-items: center;
}
.cid-uSslVHtqFz .image-wrapper,
.cid-uSslVHtqFz img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-uSslVHtqFz .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uSslVHtqFz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSslVHtqFz .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSslVHtqFz .mbr-section-btn .btn-secondary-outline .active,
.cid-uSslVHtqFz .mbr-section-btn .btn-secondary-outline:focus {
  color: #f21a0e !important;
}
@media (max-width: 991px) {
  .cid-uSslVHtqFz .block-content {
    flex-direction: column;
  }
  .cid-uSslVHtqFz .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-uSslVHtqFz .empty_content {
    display: none;
  }
  .cid-uSslVHtqFz .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uSslVHtqFz .text-wrapper,
  .cid-uSslVHtqFz .main_title {
    padding: 30px 1rem;
  }
}
.cid-uSslVHtqFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVHtqFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSslVHtqFz .mbr-text,
.cid-uSslVHtqFz .mbr-section-btn {
  color: #000000;
}
.cid-uSslVHtqFz .mbr-section-title {
  color: #ffffff;
}
.cid-uSslVIbGiO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSslVIbGiO .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-uSslVIbGiO img {
  width: 100%;
  border-radius: 10px;
}
.cid-uSslVIbGiO .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uSslVIbGiO .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSslVIbGiO .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-uSslVIbGiO img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-uSslVIbGiO .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-uSslVIbGiO img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uSslVIbGiO img {
    width: 100%;
  }
}
.cid-uSslVIbGiO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uSslVIbGiO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uSslVIbGiO .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uSslVIbGiO .mbr-text,
.cid-uSslVIbGiO .mbr-section-btn {
  color: #464646;
}
.cid-uSslVIbGiO .mbr-section-subtitle {
  color: #070b21;
  text-align: left;
}
.cid-uSslVIbGiO .mbr-section-title {
  text-align: left;
}
.cid-uSslVIGYDh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #32eaf1;
}
.cid-uSslVIGYDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVIGYDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSslVIGYDh .items-wrapper {
  justify-content: center;
}
.cid-uSslVIGYDh .mbr-text,
.cid-uSslVIGYDh .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSslVJ87s0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uSslVJ87s0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVJ87s0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSslVJ87s0 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSslVJ87s0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSslVJ87s0 .container {
    padding: 0 30px;
  }
}
.cid-uSslVJ87s0 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSslVJ87s0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSslVJ87s0 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #32eaf1;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uSslVJ87s0 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uSslVJ87s0 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uSslVJ87s0 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uSslVJ87s0 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSslVJ87s0 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uSslVJ87s0 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSslVJ87s0 .mbr-section-title {
  color: #ffffff;
}
.cid-uSslVJ87s0 .mbr-card-title {
  color: #030303;
}
.cid-uSslVJ87s0 .mbr-text {
  color: #030303;
}
.cid-uSslVJ87s0 .mbr-number {
  color: #FE5115;
}
.cid-uSslVJHJ9c {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uSslVJHJ9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVJHJ9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSslVJHJ9c .container {
    padding: 0 22px;
  }
}
.cid-uSslVJHJ9c .card {
  justify-content: center;
}
.cid-uSslVJHJ9c .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uSslVJHJ9c .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSslVJHJ9c .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uSslVJHJ9c .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSslVJHJ9c .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uSslVJHJ9c .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #32eaf1;
}
@media (max-width: 1440px) {
  .cid-uSslVJHJ9c .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uSslVJHJ9c .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uSslVJHJ9c .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uSslVJHJ9c .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uSslVJHJ9c .mbr-section-title {
  color: #000000;
}
.cid-uSslVJHJ9c .mbr-text {
  color: #000000;
}
.cid-uSslVKl0Ll {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #32eaf1;
}
.cid-uSslVKl0Ll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVKl0Ll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSslVKl0Ll .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSslVKl0Ll .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSslVKl0Ll .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uSslVKl0Ll .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSslVKl0Ll .item {
    margin-bottom: 40px;
  }
}
.cid-uSslVKl0Ll .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSslVKl0Ll .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uSslVKl0Ll .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uSslVKl0Ll .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSslVKl0Ll .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSslVKl0Ll .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSslVKl0Ll .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSslVKl0Ll .mbr-section-title,
.cid-uSslVKl0Ll .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uSslVKl0Ll .card-number {
  color: #f1f5eb;
}
.cid-uSslVKl0Ll .card-title {
  color: #323432;
}
.cid-uSslVKl0Ll .card-text {
  color: #ffffff;
}
.cid-uSslVKl0Ll .card-title,
.cid-uSslVKl0Ll .mbr-section-btn,
.cid-uSslVKl0Ll .iconfont-wrapper {
  color: #000000;
}
.cid-uSslVLggUy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uSslVLggUy .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f21a0e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uSslVLggUy .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uSslVLggUy .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uSslVLggUy .main-title.display-2 {
  line-height: 1.375;
}
.cid-uSslVLggUy .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uSslVLggUy .mbr-text {
  color: #606060;
}
.cid-uSslVLggUy .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uSslVLggUy .mbr-section-btn {
  margin-top: 24px;
}
.cid-uSslVLggUy .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uSslVLggUy .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uSslVLggUy .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uSslVLggUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVLggUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSslVLggUy .mbr-text,
.cid-uSslVLggUy .mbr-section-btn {
  color: #1e1e1e;
}
.cid-uSslVLggUy .main-title,
.cid-uSslVLggUy .mbr-section-btn {
  color: #000000;
}
.cid-uSslVLWVIp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSslVLWVIp .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uSslVLWVIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVLWVIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSslVLWVIp .item-wrapper {
  background: #32eaf1;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uSslVLWVIp .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSslVLWVIp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSslVLWVIp .card-title,
.cid-uSslVLWVIp .iconfont-wrapper {
  color: #000000;
}
.cid-uSslVLWVIp .content-head {
  max-width: 800px;
}
.cid-uSslVLWVIp .mbr-section-title {
  color: #000000;
}
.cid-uSslVLWVIp .mbr-section-subtitle {
  color: #000000;
}
.cid-uSslVLWVIp .card-text {
  color: #000000;
}
.cid-uSslVLWVIp .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSslVLWVIp .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSslVN9y10 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSslVN9y10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVN9y10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSslVN9y10 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSslVN9y10 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uSslVN9y10 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSslVN9y10 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uSslVN9y10 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #32eaf1;
  box-shadow: 4px 4px 0 0 #32eaf1;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uSslVN9y10 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uSslVN9y10 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSslVN9y10 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSslVN9y10 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSslVN9y10 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uSslVN9y10 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSslVN9y10 .mbr-section-title,
.cid-uSslVN9y10 .mbr-section-btn {
  color: #000000;
}
.cid-uSslVNX7FA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSslVNX7FA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVNX7FA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSslVNX7FA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSslVNX7FA .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSslVNX7FA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSslVNX7FA .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSslVNX7FA .container {
    padding: 0 24px;
  }
}
.cid-uSslVNX7FA .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uSslVNX7FA .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSslVNX7FA .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSslVNX7FA .image-wrapper img {
    height: 400px;
  }
}
.cid-uSslVNX7FA .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #32eaf1;
  background-color: #32eaf1;
}
@media (max-width: 992px) {
  .cid-uSslVNX7FA .content-wrapper {
    padding: 24px;
  }
}
.cid-uSslVNX7FA .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uSslVNX7FA .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #32eaf1;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #000000;
}
.cid-uSslVNX7FA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSslVNX7FA .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSslVNX7FA .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uSslVNX7FA .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uSslVNX7FA .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uSslVNX7FA .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #32eaf1;
  border: 1px solid #32eaf1;
  padding: 16px;
}
.cid-uSslVNX7FA .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uSslVNX7FA .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSslVNX7FA .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSslVNX7FA .mbr-section-title {
  color: #000000;
}
.cid-uSslVNX7FA .mbr-section-subtitle {
  color: #000000;
}
.cid-uSslVNX7FA .mbr-desc {
  color: #18212d;
}
.cid-uSslVNX7FA .mbr-text_1 {
  color: #000000;
}
.cid-uSslVNX7FA .mbr-text_2 {
  color: #ffffff;
}
.cid-uSslVNX7FA .mbr-role {
  color: #18212d;
}
.cid-uSslVNX7FA .mbr-name {
  color: #18212d;
}
.cid-uSslVNX7FA .mbr-role,
.cid-uSslVNX7FA .person-wrapper {
  color: #000000;
}
.cid-uSslVNX7FA .mbr-name,
.cid-uSslVNX7FA .person-wrapper {
  color: #000000;
}
.cid-uSslVNX7FA .mbr-desc,
.cid-uSslVNX7FA .desc-wrapper {
  color: #000000;
}
.cid-uSslVOWMnq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #32eaf1;
}
.cid-uSslVOWMnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVOWMnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSslVOWMnq .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uSslVOWMnq .container-fluid {
    padding: 0 12px;
  }
}
.cid-uSslVOWMnq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSslVOWMnq .container {
    padding: 0 20px;
  }
}
.cid-uSslVOWMnq .row {
  border-top: 2px solid #32eaf1;
  border-bottom: 2px solid #32eaf1;
  margin-top: -2px;
}
.cid-uSslVOWMnq .card {
  padding: 0;
  border-radius: 0;
}
.cid-uSslVOWMnq .card:first-child {
  border-right: 2px solid #32eaf1;
}
.cid-uSslVOWMnq .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #32eaf1;
}
@media (max-width: 992px) {
  .cid-uSslVOWMnq .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uSslVOWMnq .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSslVOWMnq .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uSslVOWMnq .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uSslVOWMnq .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uSslVOWMnq .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSslVOWMnq .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uSslVOWMnq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSslVOWMnq .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uSslVOWMnq .mbr-text {
  color: #1d1d1d;
}
.cid-uSslVPAC9p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSslVPAC9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVPAC9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSslVPAC9p .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSslVPAC9p .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSslVPAC9p .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSslVPAC9p .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSslVPAC9p .container {
    padding: 0 24px;
  }
}
.cid-uSslVPAC9p .row {
  justify-content: center;
}
.cid-uSslVPAC9p .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSslVPAC9p .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSslVPAC9p .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #efcc4e;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #000000;
}
.cid-uSslVPAC9p .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSslVPAC9p .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #32eaf1;
  background-color: #ffffff;
  margin-top: 24px;
}
.cid-uSslVPAC9p .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSslVPAC9p .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uSslVPAC9p .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSslVPAC9p .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSslVPAC9p .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSslVPAC9p .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #32eaf1;
}
.cid-uSslVPAC9p .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uSslVPAC9p .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSslVPAC9p .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uSslVPAC9p .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSslVPAC9p .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSslVPAC9p .mbr-desc,
.cid-uSslVPAC9p .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uSslVPAC9p .panel-title-edit {
  color: #18212d;
}
.cid-uSslVPAC9p .panel-text {
  color: #18212d;
}
.cid-uSslVQDm4v {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #32eaf1;
}
.cid-uSslVQDm4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVQDm4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSslVQDm4v .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSslVQDm4v .mbr-section-subtitle {
  text-align: left;
  color: #030214;
}
.cid-uSslVQDm4v .mbr-section-title {
  text-align: left;
}
.cid-uSsvia7F6Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSsvia7F6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsvia7F6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsvia7F6Z .row {
  justify-content: space-between;
}
.cid-uSsvia7F6Z .card {
  justify-content: flex-end;
}
.cid-uSsvia7F6Z .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uSsvia7F6Z .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSsvia7F6Z .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSsvia7F6Z .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSsvia7F6Z .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uSsvia7F6Z .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-uSsvia7F6Z .panel-group {
    display: block;
  }
}
.cid-uSsvia7F6Z .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uSsvia7F6Z .panel-group .card {
    padding: 22px 0;
  }
}
.cid-uSsvia7F6Z .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSsvia7F6Z .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSsvia7F6Z .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSsvia7F6Z .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uSsvia7F6Z .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uSsvia7F6Z .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uSsvia7F6Z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uSsvia7F6Z .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uSsvia7F6Z .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-uSsvia7F6Z .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSsvia7F6Z .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uSsvia7F6Z .mbr-label {
  color: #c10b02;
}
.cid-uSsvia7F6Z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSsvia7F6Z .mbr-desc {
  color: #4b4949;
}
.cid-uSsvia7F6Z .panel-title-edit {
  color: #000000;
}
.cid-uSsvia7F6Z .panel-text {
  color: #4b4949;
}
.cid-uSsvia7F6Z .panel-text,
.cid-uSsvia7F6Z .panel-body {
  color: #000000;
}
.cid-uSslVRkM0n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSslVRkM0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVRkM0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSslVRkM0n .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSslVRkM0n .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uSslVRkM0n .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uSslVRkM0n .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSslVS3Foj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #32eaf1;
}
.cid-uSslVS3Foj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSslVS3Foj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSslVS3Foj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSslVS3Foj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSslVS3Foj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSslVS3Foj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSslVS3Foj .container {
    padding: 0 24px;
  }
}
.cid-uSslVS3Foj .row {
  justify-content: center;
}
.cid-uSslVS3Foj .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSslVS3Foj .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSslVS3Foj .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uSslVS3Foj .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uSslVS3Foj .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uSslVS3Foj .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uSslVS3Foj .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uSslVS3Foj .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uSslVS3Foj .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uSslVS3Foj .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uSslVS3Foj .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uSslVS3Foj .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uSslVS3Foj .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uSslVS3Foj .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uSslVS3Foj .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSslVS3Foj .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uSslVS3Foj .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uSslVS3Foj .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSslVS3Foj .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSslVS3Foj .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSslVS3Foj .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSslVS3Foj .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uSslVS3Foj .list-wrapper .list .item-wrap:hover,
.cid-uSslVS3Foj .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uSslVS3Foj .list-wrapper .list .item-wrap:hover::before,
.cid-uSslVS3Foj .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSslVS3Foj .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSslVS3Foj .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-uSslVS3Foj .mbr-section-title {
  color: #ffffff;
}
.cid-uSslVS3Foj .mbr-soc {
  color: #ffffff;
}
.cid-uSslVS3Foj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSslVS3Foj .list {
  color: #ffffff;
}
.cid-uSslVS3Foj .mbr-section-subtitle,
.cid-uSslVS3Foj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSslVS3Foj .list,
.cid-uSslVS3Foj .item-wrap,
.cid-uSslVS3Foj .list-wrapper P {
  text-align: center;
}
.cid-uSslVS3Foj .list,
.cid-uSslVS3Foj .item-wrap,
.cid-uSslVS3Foj .list-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSsaIY596u {
  background-color: transparent;
}
.cid-uSsaIY596u .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSsaIY596u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSsaIY596u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSsaIY596u .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSsaIY596u .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSsaIY596u .menu_box .navbar.opened,
  .cid-uSsaIY596u .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSsaIY596u .navbar-dropdown {
  position: relative !important;
}
.cid-uSsaIY596u .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSsaIY596u .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSsaIY596u .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSsaIY596u .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSsaIY596u .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSsaIY596u .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uSsaIY596u .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSsaIY596u .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSsaIY596u .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSsaIY596u .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSsaIY596u .offcanvas-body .mbr-text,
  .cid-uSsaIY596u .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSsaIY596u .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSsaIY596u .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSsaIY596u .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uSsaIY596u .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSsaIY596u .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSsaIY596u .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSsaIY596u .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSsaIY596u ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSsaIY596u .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSsaIY596u .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSsaIY596u .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSsaIY596u li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSsaIY596u .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSsaIY596u .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSsaIY596u .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uSsaIY596u .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uSsaIY596u .nav-item {
    margin: 0 !important;
  }
}
.cid-uSsaIY596u .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uSsaIY596u .nav-item .nav-link:hover,
.cid-uSsaIY596u .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #3d2a37 !important;
}
.cid-uSsaIY596u .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSsaIY596u .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSsaIY596u .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSsaIY596u .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSsaIY596u .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSsaIY596u .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSsaIY596u .offcanvas_box {
    display: none;
  }
}
.cid-uSsaIY596u .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSsaIY596u .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSsaIY596u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSsaIY596u .container {
  display: flex;
  margin: auto;
}
.cid-uSsaIY596u .iconfont-wrapper {
  color: #18212d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSsaIY596u .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSsaIY596u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSsaIY596u .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSsaIY596u .navbar-nav {
    margin: 0;
  }
}
.cid-uSsaIY596u .dropdown-menu,
.cid-uSsaIY596u .navbar.opened {
  background-color: false !important;
}
.cid-uSsaIY596u .nav-item:focus,
.cid-uSsaIY596u .nav-link:focus {
  outline: none;
}
.cid-uSsaIY596u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSsaIY596u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSsaIY596u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSsaIY596u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSsaIY596u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSsaIY596u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSsaIY596u .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSsaIY596u .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSsaIY596u .navbar.opened {
  transition: all 0.3s;
}
.cid-uSsaIY596u .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSsaIY596u .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uSsaIY596u .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSsaIY596u .navbar.collapsed {
  justify-content: center;
}
.cid-uSsaIY596u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSsaIY596u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSsaIY596u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSsaIY596u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSsaIY596u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSsaIY596u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSsaIY596u .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSsaIY596u .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSsaIY596u .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSsaIY596u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSsaIY596u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSsaIY596u .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSsaIY596u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSsaIY596u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSsaIY596u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSsaIY596u .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSsaIY596u .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSsaIY596u .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSsaIY596u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSsaIY596u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSsaIY596u .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSsaIY596u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSsaIY596u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSsaIY596u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSsaIY596u .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-uSsaIY596u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSsaIY596u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSsaIY596u .dropdown-item.active,
.cid-uSsaIY596u .dropdown-item:active {
  background-color: transparent;
}
.cid-uSsaIY596u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uSsaIY596u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSsaIY596u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSsaIY596u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSsaIY596u ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSsaIY596u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSsaIY596u button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uSsaIY596u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uSsaIY596u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSsaIY596u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSsaIY596u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSsaIY596u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSsaIY596u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSsaIY596u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSsaIY596u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSsaIY596u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSsaIY596u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSsaIY596u .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-uSsaIY596u .navbar {
    height: 70px;
  }
  .cid-uSsaIY596u .navbar.opened {
    height: auto;
  }
  .cid-uSsaIY596u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSsaIY596u .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSsaIY596u .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uSsaIY596u .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uSsaIY596u .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uSsaIY596u .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSsaIY596u .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #3d2a37 !important;
}
.cid-uSsaIY596u .navbar-caption:hover {
  color: #f21a0e;
}
@media (min-width: 992px) {
  .cid-uSsaIY596u .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSsaIY596u .text_widget {
  margin-bottom: 32px;
}
.cid-uSsaIY596u .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSsaIY596u .text_widget a:hover,
.cid-uSsaIY596u .text_widget a:focus {
  opacity: .8;
}
.cid-uSsaIY596u .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uSsaIY596u .navbar-caption {
  color: #18212d;
}
.cid-uSsaIY596u .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uSsaIY596u .mbr-section-subtitle,
.cid-uSsaIY596u .text_widget,
.cid-uSsaIY596u .mbr-section-btn {
  text-align: center;
}
.cid-uSsaIY596u a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSsaIZ6zj6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uSsaIZ6zj6 .pos_rel {
  position: relative;
}
.cid-uSsaIZ6zj6 .main_section_title {
  display: flex;
}
.cid-uSsaIZ6zj6 .main_title {
  padding: 0 8.333%;
}
.cid-uSsaIZ6zj6 .empty_content {
  width: 90%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uSsaIZ6zj6 .card_title {
    font-size: 2rem;
  }
}
.cid-uSsaIZ6zj6 .text-wrapper {
  width: 60%;
  background: #32eaf1;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-uSsaIZ6zj6 .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uSsaIZ6zj6 .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uSsaIZ6zj6 .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-uSsaIZ6zj6 .text-wrapper:hover .card_title a {
  color: #6b818c !important;
}
.cid-uSsaIZ6zj6 .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSsaIZ6zj6 .block-content,
.cid-uSsaIZ6zj6 .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-uSsaIZ6zj6 .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uSsaIZ6zj6 .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uSsaIZ6zj6 .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-uSsaIZ6zj6 .block-content {
  display: flex;
  align-items: center;
}
.cid-uSsaIZ6zj6 .image-wrapper,
.cid-uSsaIZ6zj6 img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-uSsaIZ6zj6 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uSsaIZ6zj6 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSsaIZ6zj6 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSsaIZ6zj6 .mbr-section-btn .btn-secondary-outline .active,
.cid-uSsaIZ6zj6 .mbr-section-btn .btn-secondary-outline:focus {
  color: #f21a0e !important;
}
@media (max-width: 991px) {
  .cid-uSsaIZ6zj6 .block-content {
    flex-direction: column;
  }
  .cid-uSsaIZ6zj6 .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-uSsaIZ6zj6 .empty_content {
    display: none;
  }
  .cid-uSsaIZ6zj6 .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uSsaIZ6zj6 .text-wrapper,
  .cid-uSsaIZ6zj6 .main_title {
    padding: 30px 1rem;
  }
}
.cid-uSsaIZ6zj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaIZ6zj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaIZ6zj6 .mbr-text,
.cid-uSsaIZ6zj6 .mbr-section-btn {
  color: #000000;
}
.cid-uSsaIZ6zj6 .mbr-section-title {
  color: #ffffff;
}
.cid-uSsaIZqCoI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSsaIZqCoI .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-uSsaIZqCoI img {
  width: 100%;
  border-radius: 10px;
}
.cid-uSsaIZqCoI .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uSsaIZqCoI .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSsaIZqCoI .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-uSsaIZqCoI img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-uSsaIZqCoI .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-uSsaIZqCoI img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uSsaIZqCoI img {
    width: 100%;
  }
}
.cid-uSsaIZqCoI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uSsaIZqCoI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uSsaIZqCoI .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uSsaIZqCoI .mbr-text,
.cid-uSsaIZqCoI .mbr-section-btn {
  color: #464646;
}
.cid-uSsaIZqCoI .mbr-section-subtitle {
  color: #070b21;
  text-align: left;
}
.cid-uSsaIZqCoI .mbr-section-title {
  text-align: left;
}
.cid-uSsaIZGIiH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #32eaf1;
}
.cid-uSsaIZGIiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaIZGIiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaIZGIiH .items-wrapper {
  justify-content: center;
}
.cid-uSsaIZGIiH .mbr-text,
.cid-uSsaIZGIiH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSsaIZWI0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uSsaIZWI0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaIZWI0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaIZWI0s .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSsaIZWI0s .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSsaIZWI0s .container {
    padding: 0 30px;
  }
}
.cid-uSsaIZWI0s .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSsaIZWI0s .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSsaIZWI0s .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #32eaf1;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uSsaIZWI0s .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uSsaIZWI0s .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uSsaIZWI0s .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uSsaIZWI0s .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSsaIZWI0s .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uSsaIZWI0s .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSsaIZWI0s .mbr-section-title {
  color: #ffffff;
}
.cid-uSsaIZWI0s .mbr-card-title {
  color: #030303;
}
.cid-uSsaIZWI0s .mbr-text {
  color: #030303;
}
.cid-uSsaIZWI0s .mbr-number {
  color: #FE5115;
}
.cid-uSsaJ0inn8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uSsaJ0inn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaJ0inn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSsaJ0inn8 .container {
    padding: 0 22px;
  }
}
.cid-uSsaJ0inn8 .card {
  justify-content: center;
}
.cid-uSsaJ0inn8 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uSsaJ0inn8 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSsaJ0inn8 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uSsaJ0inn8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSsaJ0inn8 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uSsaJ0inn8 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #32eaf1;
}
@media (max-width: 1440px) {
  .cid-uSsaJ0inn8 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uSsaJ0inn8 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uSsaJ0inn8 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaJ0inn8 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uSsaJ0inn8 .mbr-section-title {
  color: #000000;
}
.cid-uSsaJ0inn8 .mbr-text {
  color: #000000;
}
.cid-uSsaJ0FuIa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #32eaf1;
}
.cid-uSsaJ0FuIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaJ0FuIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaJ0FuIa .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSsaJ0FuIa .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSsaJ0FuIa .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uSsaJ0FuIa .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSsaJ0FuIa .item {
    margin-bottom: 40px;
  }
}
.cid-uSsaJ0FuIa .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSsaJ0FuIa .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uSsaJ0FuIa .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uSsaJ0FuIa .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSsaJ0FuIa .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSsaJ0FuIa .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSsaJ0FuIa .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSsaJ0FuIa .mbr-section-title,
.cid-uSsaJ0FuIa .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uSsaJ0FuIa .card-number {
  color: #f1f5eb;
}
.cid-uSsaJ0FuIa .card-title {
  color: #323432;
}
.cid-uSsaJ0FuIa .card-text {
  color: #ffffff;
}
.cid-uSsaJ0FuIa .card-title,
.cid-uSsaJ0FuIa .mbr-section-btn,
.cid-uSsaJ0FuIa .iconfont-wrapper {
  color: #000000;
}
.cid-uSsaJ0ZrKt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uSsaJ0ZrKt .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f21a0e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uSsaJ0ZrKt .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uSsaJ0ZrKt .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uSsaJ0ZrKt .main-title.display-2 {
  line-height: 1.375;
}
.cid-uSsaJ0ZrKt .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uSsaJ0ZrKt .mbr-text {
  color: #606060;
}
.cid-uSsaJ0ZrKt .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uSsaJ0ZrKt .mbr-section-btn {
  margin-top: 24px;
}
.cid-uSsaJ0ZrKt .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uSsaJ0ZrKt .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uSsaJ0ZrKt .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uSsaJ0ZrKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaJ0ZrKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaJ0ZrKt .mbr-text,
.cid-uSsaJ0ZrKt .mbr-section-btn {
  color: #1e1e1e;
}
.cid-uSsaJ0ZrKt .main-title,
.cid-uSsaJ0ZrKt .mbr-section-btn {
  color: #000000;
}
.cid-uSsaJ1eR0j {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSsaJ1eR0j .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uSsaJ1eR0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaJ1eR0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaJ1eR0j .item-wrapper {
  background: #32eaf1;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uSsaJ1eR0j .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSsaJ1eR0j .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSsaJ1eR0j .card-title,
.cid-uSsaJ1eR0j .iconfont-wrapper {
  color: #000000;
}
.cid-uSsaJ1eR0j .content-head {
  max-width: 800px;
}
.cid-uSsaJ1eR0j .mbr-section-title {
  color: #000000;
}
.cid-uSsaJ1eR0j .mbr-section-subtitle {
  color: #000000;
}
.cid-uSsaJ1eR0j .card-text {
  color: #000000;
}
.cid-uSsaJ1eR0j .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSsaJ1eR0j .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSsaJ1CpIk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSsaJ1CpIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaJ1CpIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaJ1CpIk .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSsaJ1CpIk .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uSsaJ1CpIk .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSsaJ1CpIk .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uSsaJ1CpIk .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #32eaf1;
  box-shadow: 4px 4px 0 0 #32eaf1;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uSsaJ1CpIk .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uSsaJ1CpIk .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSsaJ1CpIk .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSsaJ1CpIk .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSsaJ1CpIk .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uSsaJ1CpIk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSsaJ1CpIk .mbr-section-title,
.cid-uSsaJ1CpIk .mbr-section-btn {
  color: #000000;
}
.cid-uSsaJ1XPeo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSsaJ1XPeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaJ1XPeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaJ1XPeo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSsaJ1XPeo .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaJ1XPeo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSsaJ1XPeo .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaJ1XPeo .container {
    padding: 0 24px;
  }
}
.cid-uSsaJ1XPeo .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uSsaJ1XPeo .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSsaJ1XPeo .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSsaJ1XPeo .image-wrapper img {
    height: 400px;
  }
}
.cid-uSsaJ1XPeo .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #32eaf1;
  background-color: #32eaf1;
}
@media (max-width: 992px) {
  .cid-uSsaJ1XPeo .content-wrapper {
    padding: 24px;
  }
}
.cid-uSsaJ1XPeo .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uSsaJ1XPeo .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #32eaf1;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #000000;
}
.cid-uSsaJ1XPeo .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSsaJ1XPeo .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSsaJ1XPeo .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uSsaJ1XPeo .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uSsaJ1XPeo .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uSsaJ1XPeo .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #32eaf1;
  border: 1px solid #32eaf1;
  padding: 16px;
}
.cid-uSsaJ1XPeo .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uSsaJ1XPeo .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSsaJ1XPeo .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSsaJ1XPeo .mbr-section-title {
  color: #000000;
}
.cid-uSsaJ1XPeo .mbr-section-subtitle {
  color: #000000;
}
.cid-uSsaJ1XPeo .mbr-desc {
  color: #18212d;
}
.cid-uSsaJ1XPeo .mbr-text_1 {
  color: #000000;
}
.cid-uSsaJ1XPeo .mbr-text_2 {
  color: #ffffff;
}
.cid-uSsaJ1XPeo .mbr-role {
  color: #18212d;
}
.cid-uSsaJ1XPeo .mbr-name {
  color: #18212d;
}
.cid-uSsaJ1XPeo .mbr-role,
.cid-uSsaJ1XPeo .person-wrapper {
  color: #000000;
}
.cid-uSsaJ1XPeo .mbr-name,
.cid-uSsaJ1XPeo .person-wrapper {
  color: #000000;
}
.cid-uSsaJ1XPeo .mbr-desc,
.cid-uSsaJ1XPeo .desc-wrapper {
  color: #000000;
}
.cid-uSsaJ2wFLu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #32eaf1;
}
.cid-uSsaJ2wFLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaJ2wFLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaJ2wFLu .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uSsaJ2wFLu .container-fluid {
    padding: 0 12px;
  }
}
.cid-uSsaJ2wFLu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSsaJ2wFLu .container {
    padding: 0 20px;
  }
}
.cid-uSsaJ2wFLu .row {
  border-top: 2px solid #32eaf1;
  border-bottom: 2px solid #32eaf1;
  margin-top: -2px;
}
.cid-uSsaJ2wFLu .card {
  padding: 0;
  border-radius: 0;
}
.cid-uSsaJ2wFLu .card:first-child {
  border-right: 2px solid #32eaf1;
}
.cid-uSsaJ2wFLu .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #32eaf1;
}
@media (max-width: 992px) {
  .cid-uSsaJ2wFLu .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uSsaJ2wFLu .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSsaJ2wFLu .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uSsaJ2wFLu .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uSsaJ2wFLu .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uSsaJ2wFLu .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSsaJ2wFLu .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uSsaJ2wFLu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSsaJ2wFLu .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uSsaJ2wFLu .mbr-text {
  color: #1d1d1d;
}
.cid-uSsaJ2NSIu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSsaJ2NSIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaJ2NSIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaJ2NSIu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSsaJ2NSIu .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaJ2NSIu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSsaJ2NSIu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaJ2NSIu .container {
    padding: 0 24px;
  }
}
.cid-uSsaJ2NSIu .row {
  justify-content: center;
}
.cid-uSsaJ2NSIu .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSsaJ2NSIu .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSsaJ2NSIu .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #efcc4e;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #000000;
}
.cid-uSsaJ2NSIu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSsaJ2NSIu .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #32eaf1;
  background-color: #ffffff;
  margin-top: 24px;
}
.cid-uSsaJ2NSIu .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSsaJ2NSIu .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uSsaJ2NSIu .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSsaJ2NSIu .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSsaJ2NSIu .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSsaJ2NSIu .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #32eaf1;
}
.cid-uSsaJ2NSIu .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uSsaJ2NSIu .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSsaJ2NSIu .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uSsaJ2NSIu .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSsaJ2NSIu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSsaJ2NSIu .mbr-desc,
.cid-uSsaJ2NSIu .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uSsaJ2NSIu .panel-title-edit {
  color: #18212d;
}
.cid-uSsaJ2NSIu .panel-text {
  color: #18212d;
}
.cid-uSsaJ3dFUk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #32eaf1;
}
.cid-uSsaJ3dFUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaJ3dFUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaJ3dFUk .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSsaJ3dFUk .mbr-section-subtitle {
  text-align: left;
  color: #030214;
}
.cid-uSsaJ3dFUk .mbr-section-title {
  text-align: left;
}
.cid-uSsvEUyKWz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSsvEUyKWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsvEUyKWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsvEUyKWz .row {
  justify-content: space-between;
}
.cid-uSsvEUyKWz .card {
  justify-content: flex-end;
}
.cid-uSsvEUyKWz .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uSsvEUyKWz .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSsvEUyKWz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSsvEUyKWz .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSsvEUyKWz .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uSsvEUyKWz .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-uSsvEUyKWz .panel-group {
    display: block;
  }
}
.cid-uSsvEUyKWz .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uSsvEUyKWz .panel-group .card {
    padding: 22px 0;
  }
}
.cid-uSsvEUyKWz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSsvEUyKWz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSsvEUyKWz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSsvEUyKWz .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uSsvEUyKWz .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uSsvEUyKWz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uSsvEUyKWz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uSsvEUyKWz .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uSsvEUyKWz .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-uSsvEUyKWz .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSsvEUyKWz .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uSsvEUyKWz .mbr-label {
  color: #c10b02;
}
.cid-uSsvEUyKWz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSsvEUyKWz .mbr-desc {
  color: #4b4949;
}
.cid-uSsvEUyKWz .panel-title-edit {
  color: #000000;
}
.cid-uSsvEUyKWz .panel-text {
  color: #4b4949;
}
.cid-uSsvEUyKWz .panel-text,
.cid-uSsvEUyKWz .panel-body {
  color: #000000;
}
.cid-uSsaJ3Cubx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSsaJ3Cubx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaJ3Cubx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaJ3Cubx .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSsaJ3Cubx .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uSsaJ3Cubx .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uSsaJ3Cubx .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSsaJ3VVnV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #32eaf1;
}
.cid-uSsaJ3VVnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsaJ3VVnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsaJ3VVnV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSsaJ3VVnV .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaJ3VVnV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSsaJ3VVnV .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsaJ3VVnV .container {
    padding: 0 24px;
  }
}
.cid-uSsaJ3VVnV .row {
  justify-content: center;
}
.cid-uSsaJ3VVnV .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSsaJ3VVnV .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSsaJ3VVnV .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uSsaJ3VVnV .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uSsaJ3VVnV .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uSsaJ3VVnV .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uSsaJ3VVnV .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uSsaJ3VVnV .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uSsaJ3VVnV .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uSsaJ3VVnV .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uSsaJ3VVnV .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uSsaJ3VVnV .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uSsaJ3VVnV .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uSsaJ3VVnV .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uSsaJ3VVnV .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSsaJ3VVnV .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uSsaJ3VVnV .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uSsaJ3VVnV .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSsaJ3VVnV .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSsaJ3VVnV .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSsaJ3VVnV .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSsaJ3VVnV .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uSsaJ3VVnV .list-wrapper .list .item-wrap:hover,
.cid-uSsaJ3VVnV .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uSsaJ3VVnV .list-wrapper .list .item-wrap:hover::before,
.cid-uSsaJ3VVnV .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSsaJ3VVnV .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSsaJ3VVnV .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-uSsaJ3VVnV .mbr-section-title {
  color: #ffffff;
}
.cid-uSsaJ3VVnV .mbr-soc {
  color: #ffffff;
}
.cid-uSsaJ3VVnV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSsaJ3VVnV .list {
  color: #ffffff;
}
.cid-uSsaJ3VVnV .mbr-section-subtitle,
.cid-uSsaJ3VVnV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSsaJ3VVnV .list,
.cid-uSsaJ3VVnV .item-wrap,
.cid-uSsaJ3VVnV .list-wrapper P {
  text-align: center;
}
.cid-uSsaJ3VVnV .list,
.cid-uSsaJ3VVnV .item-wrap,
.cid-uSsaJ3VVnV .list-wrapper {
  text-align: center;
  color: #000000;
}
