body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 3.0rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3.56rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.45rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: inherit;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.021em;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: inherit;
  letter-spacing: 0;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.848rem;
    font-size: calc( 1.896rem + (3.56 - 1.896) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.896rem + (3.56 - 1.896) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #2c9df2 !important;
}
.bg-success {
  background-color: #b29fe9 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffa4a4 !important;
}
.bg-danger {
  background-color: #c62045 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2c9df2 !important;
  border-color: #2c9df2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0c70bc !important;
  border-color: #0c70bc !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c70bc !important;
  border-color: #0c70bc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2b9cf2 !important;
  border-color: #2b9cf2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0b6fbb !important;
  border-color: #0b6fbb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0b6fbb !important;
  border-color: #0b6fbb !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b29fe9 !important;
  border-color: #b29fe9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7958d9 !important;
  border-color: #7958d9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7958d9 !important;
  border-color: #7958d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa4a4 !important;
  border-color: #ffa4a4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c62045 !important;
  border-color: #c62045 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #7b142b !important;
  border-color: #7b142b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b142b !important;
  border-color: #7b142b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2c9df2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c70bc !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2c9df2 !important;
  border-color: #2c9df2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2b9cf2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0b6fbb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b9cf2 !important;
  border-color: #2b9cf2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b29fe9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7958d9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b29fe9 !important;
  border-color: #b29fe9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa4a4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4d4d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa4a4 !important;
  border-color: #ffa4a4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c62045;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7b142b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c62045 !important;
  border-color: #c62045 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #2c9df2 !important;
}
.text-secondary {
  color: #2b9cf2 !important;
}
.text-success {
  color: #b29fe9 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffa4a4 !important;
}
.text-danger {
  color: #c62045 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b68ad !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0b66ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6f4cd6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff3e3e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6e1226 !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: #2c9df2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffa4a4;
}
.alert-danger {
  background-color: #c62045;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2c9df2;
  border-color: #2c9df2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2c9df2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ecf6fe;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ea7c94;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: inherit;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #2c9df2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #2c9df2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2c9df2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2c9df2;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2c9df2;
  border-bottom-color: #2c9df2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #2c9df2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #2b9cf2 !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='%232c9df2' %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 {
  box-shadow: none;
  padding: 21px 40.5px;
  border-width: 2px;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.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-white-outline,
.mbr-section-btn-main .btn-white-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #2c9df2;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #2c9df2 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #2b9cf2;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #2b9cf2 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #b29fe9;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #b29fe9 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #c62045;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #c62045 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #ffa4a4;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #ffa4a4 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tB1K0iVJwP {
  overflow: hidden;
  background-image: url("../../../assets/images/estero-el-soldado-guaymas-sonora-1200x843.jpg");
}
.cid-tB1K0iVJwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1K0iVJwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1K0iVJwP .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1K0iVJwP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1K0iVJwP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1K0iVJwP .container {
    padding: 0 20px;
  }
}
.cid-tB1K0iVJwP .row {
  position: relative;
}
.cid-tB1K0iVJwP .row img {
  position: absolute;
  object-fit: cover;
}
.cid-tB1K0iVJwP .row .image_1 {
  height: 380px;
  width: 50%;
  top: -10rem;
  right: 0;
}
@media (max-width: 768px) {
  .cid-tB1K0iVJwP .row .image_1 {
    height: 150px;
    width: 60%;
  }
}
.cid-tB1K0iVJwP .row .image_2 {
  height: 270px;
  width: 35%;
  left: 0;
  bottom: -2rem;
}
@media (max-width: 768px) {
  .cid-tB1K0iVJwP .row .image_2 {
    height: 100px;
    width: 60%;
  }
}
.cid-tB1K0iVJwP .mbr-desc {
  position: relative;
  margin-bottom: 0;
  line-height: inherit;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tB1K0iVJwP .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-tB1K0iVJwP .mbr-section-title {
  position: relative;
  margin-bottom: 60px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tB1K0iVJwP .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tB1K0iVJwP .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tB1K0iVJwP .mbr-section-title,
.cid-tB1K0iVJwP .mbr-section-btn {
  text-align: center;
}
.cid-uZJ8RU1BIg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZJ8RU1BIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJ8RU1BIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJ8RU1BIg .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uZJ8RU1BIg .container-fluid {
    padding: 0 16px;
  }
}
.cid-uZJ8RU1BIg .container-fluid .row {
  padding: 0;
}
.cid-uZJ8RU1BIg .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZJ8RU1BIg .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZJ8RU1BIg .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-uZJ8RU1BIg .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #357598;
}
@media (max-width: 992px) {
  .cid-uZJ8RU1BIg .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-uZJ8RU1BIg .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uZJ8RU1BIg .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uZJ8RU1BIg .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uZJ8RU1BIg .mbr-section-title {
  color: #495DFF;
}
.cid-uZJ8RU1BIg .mbr-text {
  color: #6a6e71;
}
.cid-uZJ8RU1BIg .mbr-section-title,
.cid-uZJ8RU1BIg .mbr-section-btn {
  color: #000000;
}
.cid-uZJBNnmyMO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3fa0bc;
}
.cid-uZJBNnmyMO .btn.btn-primary-outline {
  border: 1px solid #2c9df2;
}
.cid-uZJBNnmyMO .btn.btn-primary-outline:hover {
  background-color: #2c9df2 !important;
  color: #ffffff !important;
}
.cid-uZJBNnmyMO .btn.btn-secondary-outline {
  border: 1px solid #2b9cf2;
}
.cid-uZJBNnmyMO .btn.btn-secondary-outline:hover {
  background-color: #2b9cf2 !important;
  color: #ffffff !important;
}
.cid-uZJBNnmyMO .btn.btn-success-outline {
  border: 1px solid #b29fe9;
}
.cid-uZJBNnmyMO .btn.btn-success-outline:hover {
  background-color: #b29fe9 !important;
  color: #ffffff !important;
}
.cid-uZJBNnmyMO .btn.btn-info-outline {
  border: 1px solid #000000;
}
.cid-uZJBNnmyMO .btn.btn-info-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uZJBNnmyMO .btn.btn-warning-outline {
  border: 1px solid #ffa4a4;
}
.cid-uZJBNnmyMO .btn.btn-warning-outline:hover {
  background-color: #ffa4a4 !important;
  color: #ffffff !important;
}
.cid-uZJBNnmyMO .btn.btn-danger-outline {
  border: 1px solid #c62045;
}
.cid-uZJBNnmyMO .btn.btn-danger-outline:hover {
  background-color: #c62045 !important;
  color: #ffffff !important;
}
.cid-uZJBNnmyMO .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-uZJBNnmyMO .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uZJBNnmyMO .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-uZJBNnmyMO .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uZItMRjfo1 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f4f5f7;
}
.cid-uZItMRjfo1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZItMRjfo1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZItMRjfo1 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZItMRjfo1 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uZItMRjfo1 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #000000;
}
.cid-uZItMRjfo1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZItMRjfo1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uZItMRjfo1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZItMRjfo1 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #63a2b4;
  color: #000000;
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #f4f5f7;
  color: #63a2b4;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d3d5;
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZItMRjfo1 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZItMRjfo1 .embla__button--next,
.cid-uZItMRjfo1 .embla__button--prev {
  display: flex;
}
.cid-uZItMRjfo1 .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #f4f5f7 !important;
  color: #63a2b4 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-uZItMRjfo1 .embla__button {
    top: 0;
  }
}
.cid-uZItMRjfo1 .embla__button:hover {
  background-color: #63a2b4 !important;
  color: #000000 !important;
}
.cid-uZItMRjfo1 .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-uZItMRjfo1 .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-uZItMRjfo1 .embla__button.embla__button--next {
  right: 0;
}
.cid-uZItMRjfo1 .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-uZItMRjfo1 .embla {
    padding-top: 6rem !important;
  }
}
.cid-uZItMRjfo1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uZItMRjfo1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZItMRjfo1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZItMRjfo1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZItMRjfo1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZItMRjfo1 .mbr-label,
.cid-uZItMRjfo1 .label-wrapper {
  color: #000000;
}
.cid-uZItMRjfo1 .mbr-section-title,
.cid-uZItMRjfo1 .title-wrapper {
  color: #ffffff;
}
.cid-uZItMRjfo1 .card-title {
  color: #000000;
}
.cid-uZItMRjfo1 .card-text {
  color: #6a6e71;
}
.cid-uZItMRjfo1 .mbr-section-title {
  color: #000000;
}
.cid-uZItMRjfo1 .card-title,
.cid-uZItMRjfo1 .item-btn {
  color: #000000;
}
.cid-tB1KP3oKkW {
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpg");
}
.cid-tB1KP3oKkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1KP3oKkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1KP3oKkW .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1KP3oKkW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .container {
    padding: 0 20px;
  }
}
.cid-tB1KP3oKkW .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-tB1KP3oKkW .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tB1KP3oKkW .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-tB1KP3oKkW .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tB1KP3oKkW .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .image-wrapper .image_3 {
    display: none;
  }
}
.cid-tB1KP3oKkW .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tB1KP3oKkW .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-tB1KP3oKkW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tB1KP3oKkW .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tB1KP3oKkW .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tB1KP3oKkW .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tB1KP3oKkW .mbr-section-title {
  color: #000000;
}
.cid-tB1KP3oKkW .mbr-text {
  color: #ffffff;
}
.cid-tB1KP3oKkW .mbr-section-title,
.cid-tB1KP3oKkW .mbr-section-btn {
  color: #ffffff;
}
.cid-uZIEc3YW0o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZIEc3YW0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIEc3YW0o .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uZIEc3YW0o .card-margin {
    margin-top: -1px;
  }
}
@media (max-width: 992px) {
  .cid-uZIEc3YW0o .card-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-uZIEc3YW0o .item {
  border-bottom: 1px solid #2c9df2;
  max-width: 300px;
}
.cid-uZIEc3YW0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIEc3YW0o .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uZIEc3YW0o .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uZIEc3YW0o .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uZIEc3YW0o .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uZIEc3YW0o .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uZIEc3YW0o .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZIEc3YW0o .image-wrapper {
    padding: 1rem;
  }
}
.cid-uZIEc3YW0o .mbr-section-title {
  color: #221b35;
  text-align: left;
}
.cid-uZIEc3YW0o .mbr-text,
.cid-uZIEc3YW0o .mbr-section-btn {
  color: #221b35;
  text-align: left;
}
.cid-uZKt58fwTe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZKt58fwTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZKt58fwTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZKt58fwTe .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZKt58fwTe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZKt58fwTe .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZKt58fwTe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZKt58fwTe .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZKt58fwTe .items-wrapper .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZKt58fwTe .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 {
  background-color: #a5d9e2;
  overflow: hidden;
  position: relative;
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #161616 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 .item-content {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uZKt58fwTe .items-wrapper .item .card_1 .item-content {
    padding: 16px;
  }
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 .item-content .tags-wrapper_1 {
  margin-bottom: 16px;
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 .item-content .tags-wrapper_1 .tags-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 .item-content .tags-wrapper_1 .tags-wrap .tags-content {
  padding: 5px;
  background-color: #3fa0bc;
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 .item-content .tags-wrapper_1 .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #ecf7fd;
  margin-bottom: 0;
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 .item-content .tags-wrapper_1 .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 .item-content .item-title_1 {
  margin-bottom: 16px;
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 .item-content .item-text_1 {
  margin-bottom: 0;
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 .item-img {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uZKt58fwTe .items-wrapper .item .card_1 .item-img {
    padding: 8px 16px 16px 16px;
  }
}
.cid-uZKt58fwTe .items-wrapper .item .card_1 .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZKt58fwTe .items-wrapper .item .card_1 .item-img img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uZKt58fwTe .items-wrapper .item .card_1 .item-img img {
    height: 300px;
  }
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  opacity: 1;
  pointer-events: none;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #161616 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content {
  position: relative;
  z-index: 1;
  background-color: #161616;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .card-box {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .card-box {
    padding: 16px;
  }
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .card-box .tags-wrapper_2 {
  margin-bottom: 16px;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #323232 0, transparent 140%);
  z-index: -1;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap .tags-content {
  padding: 5px;
  background-color: #3fa0bc;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #ecf7fd;
  margin-bottom: 0;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .card-box .item-title_2 {
  margin-bottom: 16px;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .item-img {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .item-img {
    padding: 8px 16px 16px 16px;
  }
}
.cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .item-img img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uZKt58fwTe .items-wrapper .item .card_2 .item-content .item-img img {
    height: 300px;
  }
}
.cid-uZKt58fwTe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZKt58fwTe .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-uZKt58fwTe .mbr-tag_1,
.cid-uZKt58fwTe .tags-wrapper {
  color: #000000;
}
.cid-uZKt58fwTe .mbr-tag_2 {
  color: #ecf7fd;
}
.cid-uZKt58fwTe .item-title_1 {
  color: #000000;
}
.cid-uZKt58fwTe .item-title_2 {
  color: #ffffff;
}
.cid-uZKt58fwTe .item-text_1 {
  color: #000000;
}
.cid-uZKt58fwTe .item-text_2 {
  color: #808080;
}
.cid-uZKt58fwTe .item-title_2,
.cid-uZKt58fwTe .mbr-section-btn,
.cid-uZKt58fwTe .tags-wrapper_2 {
  color: #ffffff;
}
.cid-uZExEHfbLD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpg");
}
.cid-uZExEHfbLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZExEHfbLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uZExEHfbLD .container {
    padding: 0 16px;
  }
}
.cid-uZExEHfbLD .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
.cid-uZExEHfbLD .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uZExEHfbLD .mbr-figure iframe {
  border-radius: 14px !important;
}
.cid-uZExEHfbLD .mbr-figure .app-video-wrapper img {
  border-radius: 14px !important;
}
.cid-uZExEHfbLD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZExEHfbLD .mbr-section-title,
.cid-uZExEHfbLD .mbr-section-btn-main {
  color: #ffffff;
  text-align: left;
}
.cid-uZIIxzid0a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZIIxzid0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIIxzid0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIIxzid0a .content-wrapper {
  padding: 80px 90px;
  background-color: #63a2b4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZIIxzid0a .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uZIIxzid0a .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZIIxzid0a .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uZIIxzid0a .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uZIIxzid0a .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uZIIxzid0a .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uZIIxzid0a .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZIIxzid0a .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZIIxzid0a .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZIIxzid0a .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uZIIxzid0a .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uZIIxzid0a .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uZIIxzid0a .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uZIIxzid0a .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uZIIxzid0a .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uZIIxzid0a .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uZIIxzid0a .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uZIIxzid0a .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZIIxzid0a .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uZIIxzid0a .mbr-section-title {
  color: #050f0f;
}
.cid-uZIIxzid0a .mbr-text {
  color: #050f0f;
}
.cid-uZIIxzid0a .mbr-section-btn {
  text-align: center;
}
.cid-uZIIxzid0a .icon-wrapper {
  text-align: right;
}
.cid-tB1K5jvfqv {
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpg");
}
.cid-tB1K5jvfqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1K5jvfqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1K5jvfqv .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1K5jvfqv .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1K5jvfqv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1K5jvfqv .container {
    padding: 0 20px;
  }
}
.cid-tB1K5jvfqv .row {
  justify-content: center;
}
.cid-tB1K5jvfqv .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tB1K5jvfqv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tB1K5jvfqv .card {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-tB1K5jvfqv .card {
    margin-bottom: 30px;
  }
}
.cid-tB1K5jvfqv .card .card-wrapper {
  height: 100%;
}
.cid-tB1K5jvfqv .card .card-wrapper .icon-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tB1K5jvfqv .card .card-wrapper .icon-wrap {
    margin-bottom: 24px;
  }
}
.cid-tB1K5jvfqv .card .card-wrapper .icon-wrap .mbr-iconfont {
  font-size: 42px;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c8d814;
  position: relative;
}
.cid-tB1K5jvfqv .card .card-wrapper .icon-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-tB1K5jvfqv .card .card-wrapper .mbr-card-title {
  margin-bottom: 14px;
  line-height: 1.2em;
}
.cid-tB1K5jvfqv .card .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8em;
}
.cid-tB1K5jvfqv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tB1K5jvfqv .mbr-card-title {
  color: #ffffff;
}
.cid-tB1K5jvfqv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tB1K5jvfqv .mbr-card-title,
.cid-tB1K5jvfqv .icon-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uZIpwVHdT9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZIpwVHdT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIpwVHdT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIpwVHdT9 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uZIpwVHdT9 .container-fluid {
    padding: 0;
  }
}
.cid-uZIpwVHdT9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZIpwVHdT9 .container {
    padding: 0 20px;
  }
}
.cid-uZIpwVHdT9 .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uZIpwVHdT9 .row a {
  display: block;
  position: absolute;
  width: fit-content;
}
.cid-uZIpwVHdT9 .row a .mbr-iconfont {
  width: 102px;
  height: 102px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #6a6e71;
}
@media (max-width: 992px) {
  .cid-uZIpwVHdT9 .row a .mbr-iconfont {
    width: 70px;
    height: 70px;
  }
}
.cid-uZIpwVHdT9 .card {
  padding: 0;
}
.cid-uZIpwVHdT9 .card img {
  height: 240px;
  object-fit: cover;
}
.cid-uZIpwVHdT9 .line-gradient {
  background-image: linear-gradient(45deg, #a29696, #235e6f, #29493b);
  height: 10px;
}
.cid-uZIpwVHdT9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZIpwVHdT9 .mbr-emoji {
  color: #ffffff;
}
.cid-tB1K7oJpl2 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tB1K7oJpl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1K7oJpl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1K7oJpl2 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1K7oJpl2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1K7oJpl2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1K7oJpl2 .container {
    padding: 0 20px;
  }
}
.cid-tB1K7oJpl2 .row {
  justify-content: center;
}
.cid-tB1K7oJpl2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tB1K7oJpl2 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tB1K7oJpl2 .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-tB1K7oJpl2 .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-tB1K7oJpl2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tB1K7oJpl2 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tB1K7oJpl2 .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-tB1K7oJpl2 .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-tB1K7oJpl2 .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-tB1K7oJpl2 .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-tB1K7oJpl2 .item {
  margin-bottom: 32px;
}
.cid-tB1K7oJpl2 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-tB1K7oJpl2 .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  background-color: #161616;
}
.cid-tB1K7oJpl2 .item a:hover .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(0);
}
.cid-tB1K7oJpl2 .item a:hover .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  opacity: 1;
}
.cid-tB1K7oJpl2 .item a .item-wrapper {
  overflow: hidden;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img {
  position: relative;
  height: 460px;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #6a6e71);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 4px 18px;
  margin-bottom: 6px;
  background-color: #b29fe9;
  transition: all 0.3s ease-out;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
  pointer-events: visible;
  transform: none;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .mbr-iconfont {
  margin-right: 14px;
  color: #c8d814;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  display: inline-flex;
  opacity: 0;
  margin: 16px 0 0 0;
  transition: all 0.3s ease-out;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link .mbr-iconfont {
  margin-left: 6px;
}
.cid-tB1K7oJpl2 .mbr-section-title {
  color: #000000;
}
.cid-tB1K7oJpl2 .mbr-section-subtitle {
  color: #000000;
}
.cid-tB1K7oJpl2 .item-title {
  color: #ffffff;
}
.cid-tB1K7oJpl2 .item-subtitle {
  color: #ffffff;
}
.cid-tB1K7oJpl2 .item-desc {
  color: #D2D3D5;
}
.cid-tB1K7oJpl2 .item-link {
  color: #ffffff;
}
.cid-uZI6h28Cik {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpg");
}
.cid-uZI6h28Cik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI6h28Cik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZI6h28Cik .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uZI6h28Cik .container-fluid {
    padding: 0 20px;
  }
}
.cid-uZI6h28Cik .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZI6h28Cik .container {
    padding: 0 20px;
  }
}
.cid-uZI6h28Cik .text-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uZI6h28Cik .text-wrapper {
    display: block;
  }
}
.cid-uZI6h28Cik .text-wrapper .mbr-emoji {
  margin-right: 15px;
  margin-bottom: 0;
  max-width: 50px;
}
@media (max-width: 768px) {
  .cid-uZI6h28Cik .text-wrapper .mbr-emoji {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    max-width: 100%;
  }
}
.cid-uZI6h28Cik .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZI6h28Cik .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZI6h28Cik .mbr-emoji {
  color: #ffffff;
}
.cid-tB1Khks6y7 {
  overflow: hidden;
  background-color: #f4f5f7;
}
.cid-tB1Khks6y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1Khks6y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1Khks6y7 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1Khks6y7 .container-fluid {
    padding: 0;
  }
}
.cid-tB1Khks6y7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1Khks6y7 .container {
    padding: 0 20px;
  }
}
.cid-tB1Khks6y7 .row {
  justify-content: center;
}
.cid-tB1Khks6y7 .card {
  padding: 0;
}
.cid-tB1Khks6y7 .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB1Khks6y7 .card img {
    height: 300px;
  }
}
.cid-tB1Khks6y7 .row.cards {
  margin: 0;
}
.cid-tB1Khks6y7 .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB1Khks6y7 .row.cards img {
    height: 300px;
  }
}
.cid-tB1KroJ4Os {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpg");
}
.cid-tB1KroJ4Os .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1KroJ4Os .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1KroJ4Os .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1KroJ4Os .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1KroJ4Os .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1KroJ4Os .container {
    padding: 0 20px;
  }
}
.cid-tB1KroJ4Os .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tB1KroJ4Os .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1KroJ4Os .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tB1KroJ4Os .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB1KroJ4Os .countdown-cont {
  margin-bottom: 45px;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-tB1KroJ4Os .countdown-cont {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-tB1KroJ4Os .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-tB1KroJ4Os .number {
  color: #ffffff;
}
.cid-tB1KroJ4Os .period {
  display: block;
  font-size: 16px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-tB1KroJ4Os .dot {
  position: absolute;
  top: 20%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .cid-tB1KroJ4Os .period {
    font-size: 0.8rem;
  }
}
.cid-tB1KroJ4Os .mbr-section-title {
  color: #ffffff;
}
.cid-tB1KroJ4Os .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tB1KroJ4Os .mbr-section-title,
.cid-tB1KroJ4Os .mbr-section-btn {
  text-align: center;
}
.cid-tB1KmyBWCe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tB1KmyBWCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1KmyBWCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1KmyBWCe .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1KmyBWCe .container-fluid {
    padding: 0;
  }
}
.cid-tB1KmyBWCe .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1KmyBWCe .container {
    padding: 0 20px;
  }
}
.cid-tB1KmyBWCe .google-map iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .cid-tB1KmyBWCe .google-map iframe {
    height: 300px;
  }
}
.cid-tB1Klc4Vj9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1Klc4Vj9 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .list {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:hover::before,
.cid-tB1Klc4Vj9 .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tB1Klc4Vj9 .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a {
  display: block;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title DIV {
  text-align: center;
}
.cid-uZQ8sL7Nmj .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
}
.cid-uZQ8sL7Nmj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-uZQ8sL7Nmj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .menu_box .navbar.opened,
  .cid-uZQ8sL7Nmj .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZQ8sL7Nmj .navbar-dropdown {
  position: relative !important;
}
.cid-uZQ8sL7Nmj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZQ8sL7Nmj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZQ8sL7Nmj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-uZQ8sL7Nmj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZQ8sL7Nmj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZQ8sL7Nmj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZQ8sL7Nmj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZQ8sL7Nmj .offcanvas-body .mbr-text,
  .cid-uZQ8sL7Nmj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZQ8sL7Nmj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZQ8sL7Nmj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZQ8sL7Nmj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZQ8sL7Nmj .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-uZQ8sL7Nmj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZQ8sL7Nmj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZQ8sL7Nmj .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZQ8sL7Nmj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZQ8sL7Nmj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .nav-item {
    margin: 0 !important;
  }
}
.cid-uZQ8sL7Nmj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uZQ8sL7Nmj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uZQ8sL7Nmj .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uZQ8sL7Nmj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZQ8sL7Nmj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZQ8sL7Nmj .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-uZQ8sL7Nmj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box {
    display: none;
  }
}
.cid-uZQ8sL7Nmj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZQ8sL7Nmj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZQ8sL7Nmj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZQ8sL7Nmj .container {
  display: flex;
  margin: auto;
}
.cid-uZQ8sL7Nmj .iconfont-wrapper {
  color: #000000;
  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-uZQ8sL7Nmj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZQ8sL7Nmj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZQ8sL7Nmj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .navbar-nav {
    margin: 0;
  }
}
.cid-uZQ8sL7Nmj .dropdown-menu,
.cid-uZQ8sL7Nmj .navbar.opened {
  background-color: true !important;
}
.cid-uZQ8sL7Nmj .nav-item:focus,
.cid-uZQ8sL7Nmj .nav-link:focus {
  outline: none;
}
.cid-uZQ8sL7Nmj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZQ8sL7Nmj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZQ8sL7Nmj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZQ8sL7Nmj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZQ8sL7Nmj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZQ8sL7Nmj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZQ8sL7Nmj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZQ8sL7Nmj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZQ8sL7Nmj .navbar.opened {
  transition: all 0.3s;
}
.cid-uZQ8sL7Nmj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZQ8sL7Nmj .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uZQ8sL7Nmj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZQ8sL7Nmj .navbar.collapsed {
  justify-content: center;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZQ8sL7Nmj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZQ8sL7Nmj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZQ8sL7Nmj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZQ8sL7Nmj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZQ8sL7Nmj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZQ8sL7Nmj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZQ8sL7Nmj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZQ8sL7Nmj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZQ8sL7Nmj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZQ8sL7Nmj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZQ8sL7Nmj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZQ8sL7Nmj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZQ8sL7Nmj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZQ8sL7Nmj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZQ8sL7Nmj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZQ8sL7Nmj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZQ8sL7Nmj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZQ8sL7Nmj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZQ8sL7Nmj .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-uZQ8sL7Nmj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZQ8sL7Nmj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZQ8sL7Nmj .dropdown-item.active,
.cid-uZQ8sL7Nmj .dropdown-item:active {
  background-color: transparent;
}
.cid-uZQ8sL7Nmj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZQ8sL7Nmj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZQ8sL7Nmj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZQ8sL7Nmj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZQ8sL7Nmj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZQ8sL7Nmj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZQ8sL7Nmj 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: #c8d814;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZQ8sL7Nmj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZQ8sL7Nmj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZQ8sL7Nmj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZQ8sL7Nmj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZQ8sL7Nmj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZQ8sL7Nmj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZQ8sL7Nmj .navbar {
    height: 70px;
  }
  .cid-uZQ8sL7Nmj .navbar.opened {
    height: auto;
  }
  .cid-uZQ8sL7Nmj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZQ8sL7Nmj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uZQ8sL7Nmj .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uZQ8sL7Nmj .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZQ8sL7Nmj .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uZQ8sL7Nmj .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uZQ8sL7Nmj .navbar-caption:hover {
  color: #2b9cf2;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZQ8sL7Nmj .text_widget {
  margin-bottom: 32px;
}
.cid-uZQ8sL7Nmj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZQ8sL7Nmj .text_widget a:hover {
  opacity: .5;
}
.cid-uZQ8sL7Nmj .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQ8sL7Nmj .navbar-caption {
  color: #000000;
}
.cid-uZQ8sL7Nmj .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uZQ8sL7Nmj .mbr-section-subtitle,
.cid-uZQ8sL7Nmj .text_widget,
.cid-uZQ8sL7Nmj .mbr-section-btn {
  text-align: left;
}
.cid-uZQ8sL7Nmj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZPLNT7gnR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZPLNT7gnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZPLNT7gnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZPLNT7gnR .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uZPLNT7gnR .container-fluid {
    padding: 0 20px;
  }
}
.cid-uZPLNT7gnR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZPLNT7gnR .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uZPLNT7gnR .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uZPLNT7gnR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uZPLNT7gnR .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uZPLNT7gnR .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uZPLNT7gnR .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uZPLNT7gnR .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uZPLNT7gnR .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uZPLNT7gnR .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uZPLNT7gnR .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uZPLNT7gnR .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uZPLNT7gnR .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uZPLNT7gnR .mbr-form {
    margin-top: 32px;
  }
}
.cid-uZPLNT7gnR .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uZPLNT7gnR .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uZPLNT7gnR .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uZPLNT7gnR .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uZPLNT7gnR .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uZPLNT7gnR .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uZPLNT7gnR .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #2b9cf2;
}
.cid-uZPLNT7gnR .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZPLNT7gnR .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uZPLNT7gnR .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uZPLNT7gnR .mbr-section-subtitle {
  color: #000000;
}
.cid-uZPLNT7gnR .mbr-section-title {
  color: #000000;
}
.cid-uZPLNT7gnR .mbr-text {
  color: #6a6e71;
}
.cid-uZPLNT7gnR .list {
  color: #6a6e71;
}
.cid-uZPLNT7gnR label {
  color: #000000;
}
.cid-tB1Klc4Vj9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1Klc4Vj9 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .list {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:hover::before,
.cid-tB1Klc4Vj9 .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tB1Klc4Vj9 .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a {
  display: block;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title DIV {
  text-align: center;
}
.cid-uZQ8sL7Nmj .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
}
.cid-uZQ8sL7Nmj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-uZQ8sL7Nmj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .menu_box .navbar.opened,
  .cid-uZQ8sL7Nmj .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZQ8sL7Nmj .navbar-dropdown {
  position: relative !important;
}
.cid-uZQ8sL7Nmj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZQ8sL7Nmj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZQ8sL7Nmj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-uZQ8sL7Nmj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZQ8sL7Nmj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZQ8sL7Nmj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZQ8sL7Nmj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZQ8sL7Nmj .offcanvas-body .mbr-text,
  .cid-uZQ8sL7Nmj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZQ8sL7Nmj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZQ8sL7Nmj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZQ8sL7Nmj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZQ8sL7Nmj .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-uZQ8sL7Nmj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZQ8sL7Nmj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZQ8sL7Nmj .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZQ8sL7Nmj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZQ8sL7Nmj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .nav-item {
    margin: 0 !important;
  }
}
.cid-uZQ8sL7Nmj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uZQ8sL7Nmj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uZQ8sL7Nmj .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uZQ8sL7Nmj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZQ8sL7Nmj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZQ8sL7Nmj .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-uZQ8sL7Nmj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box {
    display: none;
  }
}
.cid-uZQ8sL7Nmj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZQ8sL7Nmj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZQ8sL7Nmj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZQ8sL7Nmj .container {
  display: flex;
  margin: auto;
}
.cid-uZQ8sL7Nmj .iconfont-wrapper {
  color: #000000;
  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-uZQ8sL7Nmj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZQ8sL7Nmj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZQ8sL7Nmj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .navbar-nav {
    margin: 0;
  }
}
.cid-uZQ8sL7Nmj .dropdown-menu,
.cid-uZQ8sL7Nmj .navbar.opened {
  background-color: true !important;
}
.cid-uZQ8sL7Nmj .nav-item:focus,
.cid-uZQ8sL7Nmj .nav-link:focus {
  outline: none;
}
.cid-uZQ8sL7Nmj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZQ8sL7Nmj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZQ8sL7Nmj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZQ8sL7Nmj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZQ8sL7Nmj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZQ8sL7Nmj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZQ8sL7Nmj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZQ8sL7Nmj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZQ8sL7Nmj .navbar.opened {
  transition: all 0.3s;
}
.cid-uZQ8sL7Nmj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZQ8sL7Nmj .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uZQ8sL7Nmj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZQ8sL7Nmj .navbar.collapsed {
  justify-content: center;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZQ8sL7Nmj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZQ8sL7Nmj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZQ8sL7Nmj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZQ8sL7Nmj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZQ8sL7Nmj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZQ8sL7Nmj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZQ8sL7Nmj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZQ8sL7Nmj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZQ8sL7Nmj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZQ8sL7Nmj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZQ8sL7Nmj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZQ8sL7Nmj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZQ8sL7Nmj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZQ8sL7Nmj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZQ8sL7Nmj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZQ8sL7Nmj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZQ8sL7Nmj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZQ8sL7Nmj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZQ8sL7Nmj .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-uZQ8sL7Nmj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZQ8sL7Nmj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZQ8sL7Nmj .dropdown-item.active,
.cid-uZQ8sL7Nmj .dropdown-item:active {
  background-color: transparent;
}
.cid-uZQ8sL7Nmj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZQ8sL7Nmj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZQ8sL7Nmj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZQ8sL7Nmj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZQ8sL7Nmj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZQ8sL7Nmj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZQ8sL7Nmj 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: #c8d814;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZQ8sL7Nmj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZQ8sL7Nmj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZQ8sL7Nmj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZQ8sL7Nmj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZQ8sL7Nmj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZQ8sL7Nmj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZQ8sL7Nmj .navbar {
    height: 70px;
  }
  .cid-uZQ8sL7Nmj .navbar.opened {
    height: auto;
  }
  .cid-uZQ8sL7Nmj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZQ8sL7Nmj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uZQ8sL7Nmj .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uZQ8sL7Nmj .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZQ8sL7Nmj .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uZQ8sL7Nmj .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uZQ8sL7Nmj .navbar-caption:hover {
  color: #2b9cf2;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZQ8sL7Nmj .text_widget {
  margin-bottom: 32px;
}
.cid-uZQ8sL7Nmj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZQ8sL7Nmj .text_widget a:hover {
  opacity: .5;
}
.cid-uZQ8sL7Nmj .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQ8sL7Nmj .navbar-caption {
  color: #000000;
}
.cid-uZQ8sL7Nmj .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uZQ8sL7Nmj .mbr-section-subtitle,
.cid-uZQ8sL7Nmj .text_widget,
.cid-uZQ8sL7Nmj .mbr-section-btn {
  text-align: left;
}
.cid-uZQ8sL7Nmj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZQ8sL7Nmj .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
}
.cid-uZQ8sL7Nmj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-uZQ8sL7Nmj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .menu_box .navbar.opened,
  .cid-uZQ8sL7Nmj .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZQ8sL7Nmj .navbar-dropdown {
  position: relative !important;
}
.cid-uZQ8sL7Nmj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZQ8sL7Nmj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZQ8sL7Nmj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-uZQ8sL7Nmj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZQ8sL7Nmj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZQ8sL7Nmj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZQ8sL7Nmj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZQ8sL7Nmj .offcanvas-body .mbr-text,
  .cid-uZQ8sL7Nmj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZQ8sL7Nmj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZQ8sL7Nmj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZQ8sL7Nmj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZQ8sL7Nmj .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-uZQ8sL7Nmj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZQ8sL7Nmj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZQ8sL7Nmj .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZQ8sL7Nmj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZQ8sL7Nmj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .nav-item {
    margin: 0 !important;
  }
}
.cid-uZQ8sL7Nmj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uZQ8sL7Nmj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uZQ8sL7Nmj .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uZQ8sL7Nmj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZQ8sL7Nmj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZQ8sL7Nmj .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-uZQ8sL7Nmj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZQ8sL7Nmj .offcanvas_box {
    display: none;
  }
}
.cid-uZQ8sL7Nmj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZQ8sL7Nmj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZQ8sL7Nmj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZQ8sL7Nmj .container {
  display: flex;
  margin: auto;
}
.cid-uZQ8sL7Nmj .iconfont-wrapper {
  color: #000000;
  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-uZQ8sL7Nmj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZQ8sL7Nmj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZQ8sL7Nmj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .navbar-nav {
    margin: 0;
  }
}
.cid-uZQ8sL7Nmj .dropdown-menu,
.cid-uZQ8sL7Nmj .navbar.opened {
  background-color: true !important;
}
.cid-uZQ8sL7Nmj .nav-item:focus,
.cid-uZQ8sL7Nmj .nav-link:focus {
  outline: none;
}
.cid-uZQ8sL7Nmj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZQ8sL7Nmj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZQ8sL7Nmj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZQ8sL7Nmj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZQ8sL7Nmj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZQ8sL7Nmj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZQ8sL7Nmj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZQ8sL7Nmj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZQ8sL7Nmj .navbar.opened {
  transition: all 0.3s;
}
.cid-uZQ8sL7Nmj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZQ8sL7Nmj .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uZQ8sL7Nmj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZQ8sL7Nmj .navbar.collapsed {
  justify-content: center;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZQ8sL7Nmj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZQ8sL7Nmj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZQ8sL7Nmj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZQ8sL7Nmj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZQ8sL7Nmj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZQ8sL7Nmj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZQ8sL7Nmj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZQ8sL7Nmj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZQ8sL7Nmj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZQ8sL7Nmj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZQ8sL7Nmj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZQ8sL7Nmj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZQ8sL7Nmj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZQ8sL7Nmj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZQ8sL7Nmj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZQ8sL7Nmj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZQ8sL7Nmj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZQ8sL7Nmj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZQ8sL7Nmj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZQ8sL7Nmj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZQ8sL7Nmj .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-uZQ8sL7Nmj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZQ8sL7Nmj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZQ8sL7Nmj .dropdown-item.active,
.cid-uZQ8sL7Nmj .dropdown-item:active {
  background-color: transparent;
}
.cid-uZQ8sL7Nmj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZQ8sL7Nmj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZQ8sL7Nmj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZQ8sL7Nmj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZQ8sL7Nmj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZQ8sL7Nmj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZQ8sL7Nmj 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: #c8d814;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZQ8sL7Nmj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZQ8sL7Nmj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZQ8sL7Nmj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZQ8sL7Nmj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZQ8sL7Nmj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZQ8sL7Nmj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZQ8sL7Nmj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZQ8sL7Nmj .navbar {
    height: 70px;
  }
  .cid-uZQ8sL7Nmj .navbar.opened {
    height: auto;
  }
  .cid-uZQ8sL7Nmj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZQ8sL7Nmj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uZQ8sL7Nmj .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uZQ8sL7Nmj .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZQ8sL7Nmj .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uZQ8sL7Nmj .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uZQ8sL7Nmj .navbar-caption:hover {
  color: #2b9cf2;
}
@media (min-width: 992px) {
  .cid-uZQ8sL7Nmj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZQ8sL7Nmj .text_widget {
  margin-bottom: 32px;
}
.cid-uZQ8sL7Nmj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZQ8sL7Nmj .text_widget a:hover {
  opacity: .5;
}
.cid-uZQ8sL7Nmj .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQ8sL7Nmj .navbar-caption {
  color: #000000;
}
.cid-uZQ8sL7Nmj .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uZQ8sL7Nmj .mbr-section-subtitle,
.cid-uZQ8sL7Nmj .text_widget,
.cid-uZQ8sL7Nmj .mbr-section-btn {
  text-align: left;
}
.cid-uZQ8sL7Nmj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZQ8IXLsGx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZQ8IXLsGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZQ8IXLsGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZQ8IXLsGx .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uZQ8IXLsGx .container-fluid {
    padding: 0 20px;
  }
}
.cid-uZQ8IXLsGx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZQ8IXLsGx .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uZQ8IXLsGx .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uZQ8IXLsGx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uZQ8IXLsGx .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uZQ8IXLsGx .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uZQ8IXLsGx .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uZQ8IXLsGx .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uZQ8IXLsGx .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uZQ8IXLsGx .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uZQ8IXLsGx .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uZQ8IXLsGx .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uZQ8IXLsGx .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uZQ8IXLsGx .mbr-form {
    margin-top: 32px;
  }
}
.cid-uZQ8IXLsGx .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uZQ8IXLsGx .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uZQ8IXLsGx .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uZQ8IXLsGx .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uZQ8IXLsGx .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uZQ8IXLsGx .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uZQ8IXLsGx .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #2b9cf2;
}
.cid-uZQ8IXLsGx .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZQ8IXLsGx .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uZQ8IXLsGx .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uZQ8IXLsGx .mbr-section-subtitle {
  color: #000000;
}
.cid-uZQ8IXLsGx .mbr-section-title {
  color: #000000;
}
.cid-uZQ8IXLsGx .mbr-text {
  color: #6a6e71;
}
.cid-uZQ8IXLsGx .list {
  color: #6a6e71;
}
.cid-uZQ8IXLsGx label {
  color: #000000;
}
.cid-tB1Klc4Vj9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1Klc4Vj9 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .list {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:hover::before,
.cid-tB1Klc4Vj9 .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tB1Klc4Vj9 .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a {
  display: block;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title DIV {
  text-align: center;
}
