.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
}
.display-1 {
  font-family: 'Afacad', sans-serif;
  font-size: 8.125rem;
  line-height: 108%;
  letter-spacing: -5.2px;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Afacad', sans-serif;
  font-size: 3.375rem;
  line-height: 76px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.21875rem;
}
.display-4 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Afacad', sans-serif;
  font-size: 2.625rem;
  line-height: 128%;
  letter-spacing: -1.68px;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.6rem;
  line-height: 35px;
  letter-spacing: -0.04px;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ff44c2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffa544 !important;
}
.bg-danger {
  background-color: #ff5244 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
  color: #4f779e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4f779e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff44c2 !important;
  border-color: #ff44c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff77d3 !important;
  border-color: #ff77d3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff77d3 !important;
  border-color: #ff77d3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa544 !important;
  border-color: #ffa544 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbe77 !important;
  border-color: #ffbe77 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbe77 !important;
  border-color: #ffbe77 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5244 !important;
  border-color: #ff5244 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff8177 !important;
  border-color: #ff8177 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff8177 !important;
  border-color: #ff8177 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f3f6f9;
  color: #f3f6f9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b9cbdc !important;
  background-color: transparent !important;
  border-color: #b9cbdc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4f779e !important;
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff44c2;
  color: #ff44c2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ec009f !important;
  background-color: transparent !important;
  border-color: #ec009f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff44c2 !important;
  border-color: #ff44c2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa544;
  color: #ffa544;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ec7b00 !important;
  background-color: transparent !important;
  border-color: #ec7b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa544 !important;
  border-color: #ffa544 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff5244;
  color: #ff5244;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ec1200 !important;
  background-color: transparent !important;
  border-color: #ec1200 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5244 !important;
  border-color: #ff5244 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #f3f6f9 !important;
}
.text-success {
  color: #ff44c2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffa544 !important;
}
.text-danger {
  color: #ff5244 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #afc3d7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #dd0095 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dd7300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dd1100 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffa544;
}
.alert-danger {
  background-color: #ff5244;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Afacad', sans-serif;
  font-size: 1.6rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Afacad', sans-serif;
  font-size: 1.6rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #f3f6f9 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: none;
}
.cid-u1IPQctdnu {
  background-color: transparent;
}
.cid-u1IPQctdnu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u1IPQctdnu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u1IPQctdnu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1IPQctdnu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1IPQctdnu .menu_box .navbar.opened,
  .cid-u1IPQctdnu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1IPQctdnu .navbar-dropdown {
  position: relative !important;
}
.cid-u1IPQctdnu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1IPQctdnu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1IPQctdnu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-u1IPQctdnu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1IPQctdnu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1IPQctdnu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1IPQctdnu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1IPQctdnu .offcanvas-body .mbr-text,
  .cid-u1IPQctdnu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1IPQctdnu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1IPQctdnu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1IPQctdnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1IPQctdnu .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-u1IPQctdnu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1IPQctdnu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1IPQctdnu .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1IPQctdnu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1IPQctdnu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1IPQctdnu .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .nav-item {
    margin: 0 !important;
  }
}
.cid-u1IPQctdnu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u1IPQctdnu .nav-item .nav-link:hover,
.cid-u1IPQctdnu .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-u1IPQctdnu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1IPQctdnu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1IPQctdnu .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-u1IPQctdnu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1IPQctdnu .offcanvas_box {
    display: none;
  }
}
.cid-u1IPQctdnu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1IPQctdnu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1IPQctdnu .container {
  display: flex;
  margin: auto;
}
.cid-u1IPQctdnu .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-u1IPQctdnu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1IPQctdnu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1IPQctdnu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .navbar-nav {
    margin: 0;
  }
}
.cid-u1IPQctdnu .dropdown-menu,
.cid-u1IPQctdnu .navbar.opened {
  background-color: false !important;
}
.cid-u1IPQctdnu .nav-item:focus,
.cid-u1IPQctdnu .nav-link:focus {
  outline: none;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1IPQctdnu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1IPQctdnu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1IPQctdnu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1IPQctdnu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1IPQctdnu .navbar.opened {
  transition: all 0.3s;
}
.cid-u1IPQctdnu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1IPQctdnu .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u1IPQctdnu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1IPQctdnu .navbar.collapsed {
  justify-content: center;
}
.cid-u1IPQctdnu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1IPQctdnu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1IPQctdnu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1IPQctdnu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1IPQctdnu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1IPQctdnu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1IPQctdnu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1IPQctdnu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1IPQctdnu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1IPQctdnu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1IPQctdnu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1IPQctdnu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1IPQctdnu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1IPQctdnu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1IPQctdnu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1IPQctdnu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1IPQctdnu .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-u1IPQctdnu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u1IPQctdnu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1IPQctdnu .dropdown-item.active,
.cid-u1IPQctdnu .dropdown-item:active {
  background-color: transparent;
}
.cid-u1IPQctdnu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1IPQctdnu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1IPQctdnu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1IPQctdnu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1IPQctdnu 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: #dcdde0;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1IPQctdnu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1IPQctdnu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1IPQctdnu .navbar {
    height: 70px;
  }
  .cid-u1IPQctdnu .navbar.opened {
    height: auto;
  }
  .cid-u1IPQctdnu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1IPQctdnu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u1IPQctdnu .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1IPQctdnu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1IPQctdnu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1IPQctdnu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-u1IPQctdnu .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1IPQctdnu .text_widget {
  margin-bottom: 32px;
}
.cid-u1IPQctdnu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1IPQctdnu .text_widget a:hover,
.cid-u1IPQctdnu .text_widget a:focus {
  opacity: .8;
}
.cid-u1IPQctdnu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1IPQctdnu .navbar-caption {
  color: #000000;
}
.cid-u1IPQctdnu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1IPQctdnu .mbr-section-subtitle,
.cid-u1IPQctdnu .text_widget,
.cid-u1IPQctdnu .mbr-section-btn {
  text-align: center;
}
.cid-u1IPQctdnu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufv5KqFpBO {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ufv5KqFpBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufv5KqFpBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufv5KqFpBO .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ufv5KqFpBO .container-fluid {
    padding: 0 20px;
  }
}
.cid-ufv5KqFpBO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ufv5KqFpBO .container {
    padding: 0 20px;
  }
}
.cid-ufv5KqFpBO .row {
  justify-content: center;
}
.cid-ufv5KqFpBO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-ufv5KqFpBO .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ufv5KqFpBO .item {
  margin-bottom: 45px;
}
.cid-ufv5KqFpBO .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-ufv5KqFpBO .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ufv5KqFpBO .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-ufv5KqFpBO .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-ufv5KqFpBO .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-ufv5KqFpBO .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-ufv5KqFpBO .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ufv5KqFpBO .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-ufv5KqFpBO .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-ufv5KqFpBO .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-ufv5KqFpBO .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ufv5KqFpBO .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-ufv5KqFpBO .mbr-section-title {
  color: #000000;
}
.cid-ufv5KqFpBO .mbr-desc {
  color: #000000;
}
.cid-ufv5KqFpBO .mbr-date {
  color: #6a6e71;
}
.cid-ufv5KqFpBO .mbr-text {
  color: #000000;
}
.cid-ufvffgO4Av {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufvffgO4Av .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ufvffgO4Av .container-table {
  margin: 0 auto;
}
.cid-ufvffgO4Av .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufvffgO4Av tbody tr:nth-child(even) {
  background-color: #f5f4f6;
}
.cid-ufvffgO4Av .dataTables_wrapper {
  display: block;
}
.cid-ufvffgO4Av .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufvffgO4Av .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufvffgO4Av .head-item {
  color: #000000;
  min-width: 110px;
  letter-spacing: 2px;
  text-align: center;
}
.cid-ufvffgO4Av .body-item {
  color: #212529;
}
.cid-ufvffgO4Av table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #cccccc;
}
.cid-ufvffgO4Av table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  border-left: 1px solid #cccccc;
  font-weight: bold;
}
.cid-ufvffgO4Av table td {
  padding: 24px 15px 20px 15px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.cid-ufvffgO4Av .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufvffgO4Av .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufvffgO4Av .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufvffgO4Av .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufvffgO4Av .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufvffgO4Av .dataTables_filter {
    text-align: center;
  }
  .cid-ufvffgO4Av .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufvffgO4Av .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufvffgO4Av .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufvffgO4Av TD {
  text-align: center;
}
.cid-usFnt9GsF9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/55-1529x860.png");
}
.cid-usFnt9GsF9 .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-usFnt9GsF9 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-usFnt9GsF9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-usFnt9GsF9 h2 span {
  font-size: 80%;
}
@media (max-width: 992px) {
  .cid-usFnt9GsF9 .container {
    padding: 0 20px;
  }
}
.cid-usFnt9GsF9 .row {
  margin: 0;
  padding: 60px 16px 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usFnt9GsF9 .row {
    padding: 46px 4px 46px;
  }
}
.cid-usFnt9GsF9 .row .card {
  justify-content: flex-end;
}
.cid-usFnt9GsF9 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-usFnt9GsF9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-usFnt9GsF9 .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-usFnt9GsF9 .mbr-section-btn {
    text-align: left;
  }
}
.cid-usFnt9GsF9 .tags-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usFnt9GsF9 .tags-wrapper {
    margin-bottom: 20px;
  }
}
.cid-usFnt9GsF9 .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usFnt9GsF9 .tags-wrapper .list .item-wrap {
  margin: 0 32px 32px 0;
}
.cid-usFnt9GsF9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 314px;
  max-width: 314px;
}
@media (max-width: 767px) {
  .cid-usFnt9GsF9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usFnt9GsF9 .embla__slide .slide-content {
  width: 100%;
}
.cid-usFnt9GsF9 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-usFnt9GsF9 .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-usFnt9GsF9 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 360px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-usFnt9GsF9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-usFnt9GsF9 .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-usFnt9GsF9 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-usFnt9GsF9 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-usFnt9GsF9 .embla__button--next,
.cid-usFnt9GsF9 .embla__button--prev {
  display: flex;
}
.cid-usFnt9GsF9 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-usFnt9GsF9 .embla__button {
    bottom: 0;
  }
}
.cid-usFnt9GsF9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usFnt9GsF9 .embla__button:hover {
  opacity: 1 !important;
}
.cid-usFnt9GsF9 .embla__button.embla__button--prev {
  left: 30px;
}
.cid-usFnt9GsF9 .embla__button.embla__button--next {
  right: 30px;
}
.cid-usFnt9GsF9 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
.cid-usFnt9GsF9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-usFnt9GsF9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usFnt9GsF9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usFnt9GsF9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usFnt9GsF9 .mbr-desc {
  color: #ffffff;
}
.cid-usFnt9GsF9 .mbr-section-title {
  color: #ffffff;
}
.cid-usFnt9GsF9 .list {
  color: #616161;
}
.cid-usFnt9GsF9 .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-usFnt9GsF9 .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-usFnt9GsF9 a {
  color: #FFF;
}
.cid-u1IQ7Ozymc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1IQ7Ozymc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ7Ozymc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ7Ozymc .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .container {
    padding: 0 20px;
  }
}
.cid-u1IQ7Ozymc .row {
  padding: 60px 0;
}
.cid-u1IQ7Ozymc .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:hover,
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-u1IQ7Ozymc .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-u1IQ7Ozymc .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .mbr-section-title {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-address {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-list-title {
  color: #000000;
}
.cid-u1IQ7Ozymc .list {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-copy {
  color: #000000;
}
.cid-uga0BBQcPt {
  background-color: transparent;
}
.cid-uga0BBQcPt .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uga0BBQcPt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uga0BBQcPt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uga0BBQcPt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uga0BBQcPt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uga0BBQcPt .menu_box .navbar.opened,
  .cid-uga0BBQcPt .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uga0BBQcPt .navbar-dropdown {
  position: relative !important;
}
.cid-uga0BBQcPt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uga0BBQcPt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uga0BBQcPt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uga0BBQcPt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uga0BBQcPt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uga0BBQcPt .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-uga0BBQcPt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uga0BBQcPt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uga0BBQcPt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uga0BBQcPt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uga0BBQcPt .offcanvas-body .mbr-text,
  .cid-uga0BBQcPt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uga0BBQcPt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uga0BBQcPt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uga0BBQcPt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uga0BBQcPt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uga0BBQcPt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uga0BBQcPt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uga0BBQcPt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uga0BBQcPt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uga0BBQcPt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uga0BBQcPt .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-uga0BBQcPt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uga0BBQcPt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uga0BBQcPt .lg_brand {
    margin: 0 1rem;
  }
  .cid-uga0BBQcPt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uga0BBQcPt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uga0BBQcPt .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uga0BBQcPt .nav-item {
    margin: 0 !important;
  }
}
.cid-uga0BBQcPt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uga0BBQcPt .nav-item .nav-link:hover,
.cid-uga0BBQcPt .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uga0BBQcPt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uga0BBQcPt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uga0BBQcPt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uga0BBQcPt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uga0BBQcPt .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-uga0BBQcPt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uga0BBQcPt .offcanvas_box {
    display: none;
  }
}
.cid-uga0BBQcPt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uga0BBQcPt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uga0BBQcPt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uga0BBQcPt .container {
  display: flex;
  margin: auto;
}
.cid-uga0BBQcPt .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-uga0BBQcPt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uga0BBQcPt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uga0BBQcPt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uga0BBQcPt .navbar-nav {
    margin: 0;
  }
}
.cid-uga0BBQcPt .dropdown-menu,
.cid-uga0BBQcPt .navbar.opened {
  background-color: false !important;
}
.cid-uga0BBQcPt .nav-item:focus,
.cid-uga0BBQcPt .nav-link:focus {
  outline: none;
}
.cid-uga0BBQcPt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uga0BBQcPt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uga0BBQcPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uga0BBQcPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uga0BBQcPt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uga0BBQcPt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uga0BBQcPt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uga0BBQcPt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uga0BBQcPt .navbar.opened {
  transition: all 0.3s;
}
.cid-uga0BBQcPt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uga0BBQcPt .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uga0BBQcPt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uga0BBQcPt .navbar.collapsed {
  justify-content: center;
}
.cid-uga0BBQcPt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uga0BBQcPt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uga0BBQcPt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uga0BBQcPt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uga0BBQcPt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uga0BBQcPt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uga0BBQcPt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uga0BBQcPt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uga0BBQcPt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uga0BBQcPt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uga0BBQcPt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uga0BBQcPt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uga0BBQcPt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uga0BBQcPt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uga0BBQcPt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uga0BBQcPt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uga0BBQcPt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uga0BBQcPt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uga0BBQcPt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uga0BBQcPt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uga0BBQcPt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uga0BBQcPt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uga0BBQcPt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uga0BBQcPt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uga0BBQcPt .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-uga0BBQcPt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uga0BBQcPt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uga0BBQcPt .dropdown-item.active,
.cid-uga0BBQcPt .dropdown-item:active {
  background-color: transparent;
}
.cid-uga0BBQcPt .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uga0BBQcPt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uga0BBQcPt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uga0BBQcPt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uga0BBQcPt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uga0BBQcPt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uga0BBQcPt 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: #dcdde0;
}
.cid-uga0BBQcPt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uga0BBQcPt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uga0BBQcPt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uga0BBQcPt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uga0BBQcPt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uga0BBQcPt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uga0BBQcPt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uga0BBQcPt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uga0BBQcPt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uga0BBQcPt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uga0BBQcPt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uga0BBQcPt .navbar {
    height: 70px;
  }
  .cid-uga0BBQcPt .navbar.opened {
    height: auto;
  }
  .cid-uga0BBQcPt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uga0BBQcPt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uga0BBQcPt .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uga0BBQcPt .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uga0BBQcPt .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uga0BBQcPt .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uga0BBQcPt .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uga0BBQcPt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uga0BBQcPt .text_widget {
  margin-bottom: 32px;
}
.cid-uga0BBQcPt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uga0BBQcPt .text_widget a:hover,
.cid-uga0BBQcPt .text_widget a:focus {
  opacity: .8;
}
.cid-uga0BBQcPt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uga0BBQcPt .navbar-caption {
  color: #000000;
}
.cid-uga0BBQcPt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uga0BBQcPt .mbr-section-subtitle,
.cid-uga0BBQcPt .text_widget,
.cid-uga0BBQcPt .mbr-section-btn {
  text-align: center;
}
.cid-uga0BBQcPt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uga0BCb2XF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uga0BCb2XF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uga0BCb2XF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uga0BCb2XF .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uga0BCb2XF .container-fluid {
    padding: 0 20px;
  }
}
.cid-uga0BCb2XF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uga0BCb2XF .container {
    padding: 0 20px;
  }
}
.cid-uga0BCb2XF .row {
  justify-content: center;
}
.cid-uga0BCb2XF .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-uga0BCb2XF .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uga0BCb2XF .item {
  margin-bottom: 45px;
}
.cid-uga0BCb2XF .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-uga0BCb2XF .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uga0BCb2XF .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-uga0BCb2XF .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uga0BCb2XF .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-uga0BCb2XF .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uga0BCb2XF .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uga0BCb2XF .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-uga0BCb2XF .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-uga0BCb2XF .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-uga0BCb2XF .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uga0BCb2XF .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-uga0BCb2XF .mbr-section-title {
  color: #000000;
}
.cid-uga0BCb2XF .mbr-desc {
  color: #000000;
}
.cid-uga0BCb2XF .mbr-date {
  color: #6a6e71;
}
.cid-uga0BCb2XF .mbr-text {
  color: #000000;
}
.cid-uga0BCohMB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uga0BCohMB .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uga0BCohMB .container-table {
  margin: 0 auto;
}
.cid-uga0BCohMB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uga0BCohMB tbody tr:nth-child(even) {
  background-color: #f5f4f6;
}
.cid-uga0BCohMB .dataTables_wrapper {
  display: block;
}
.cid-uga0BCohMB .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uga0BCohMB .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uga0BCohMB .head-item {
  color: #000000;
  min-width: 110px;
  letter-spacing: 2px;
  text-align: center;
}
.cid-uga0BCohMB .body-item {
  color: #212529;
}
.cid-uga0BCohMB table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #cccccc;
}
.cid-uga0BCohMB table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  border-left: 1px solid #cccccc;
  font-weight: bold;
}
.cid-uga0BCohMB table td {
  padding: 24px 15px 20px 15px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.cid-uga0BCohMB .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uga0BCohMB .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uga0BCohMB .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uga0BCohMB .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uga0BCohMB .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uga0BCohMB .dataTables_filter {
    text-align: center;
  }
  .cid-uga0BCohMB .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uga0BCohMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uga0BCohMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uga0BCohMB TD {
  text-align: center;
}
.cid-usFnzZSVIt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/55-1529x860.png");
}
.cid-usFnzZSVIt .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-usFnzZSVIt .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-usFnzZSVIt .container-fluid {
    padding: 0 20px;
  }
}
.cid-usFnzZSVIt h2 span {
  font-size: 80%;
}
@media (max-width: 992px) {
  .cid-usFnzZSVIt .container {
    padding: 0 20px;
  }
}
.cid-usFnzZSVIt .row {
  margin: 0;
  padding: 60px 16px 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usFnzZSVIt .row {
    padding: 46px 4px 46px;
  }
}
.cid-usFnzZSVIt .row .card {
  justify-content: flex-end;
}
.cid-usFnzZSVIt .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-usFnzZSVIt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-usFnzZSVIt .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-usFnzZSVIt .mbr-section-btn {
    text-align: left;
  }
}
.cid-usFnzZSVIt .tags-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usFnzZSVIt .tags-wrapper {
    margin-bottom: 20px;
  }
}
.cid-usFnzZSVIt .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usFnzZSVIt .tags-wrapper .list .item-wrap {
  margin: 0 32px 32px 0;
}
.cid-usFnzZSVIt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 314px;
  max-width: 314px;
}
@media (max-width: 767px) {
  .cid-usFnzZSVIt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usFnzZSVIt .embla__slide .slide-content {
  width: 100%;
}
.cid-usFnzZSVIt .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-usFnzZSVIt .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-usFnzZSVIt .embla__slide .slide-content .item-wrapper .item-img img {
  height: 360px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-usFnzZSVIt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-usFnzZSVIt .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-usFnzZSVIt .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-usFnzZSVIt .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-usFnzZSVIt .embla__button--next,
.cid-usFnzZSVIt .embla__button--prev {
  display: flex;
}
.cid-usFnzZSVIt .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-usFnzZSVIt .embla__button {
    bottom: 0;
  }
}
.cid-usFnzZSVIt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usFnzZSVIt .embla__button:hover {
  opacity: 1 !important;
}
.cid-usFnzZSVIt .embla__button.embla__button--prev {
  left: 30px;
}
.cid-usFnzZSVIt .embla__button.embla__button--next {
  right: 30px;
}
.cid-usFnzZSVIt .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
.cid-usFnzZSVIt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-usFnzZSVIt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usFnzZSVIt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usFnzZSVIt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usFnzZSVIt .mbr-desc {
  color: #ffffff;
}
.cid-usFnzZSVIt .mbr-section-title {
  color: #ffffff;
}
.cid-usFnzZSVIt .list {
  color: #616161;
}
.cid-usFnzZSVIt .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-usFnzZSVIt .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-usFnzZSVIt a {
  color: #FFF;
}
.cid-uga0BCWTv4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uga0BCWTv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uga0BCWTv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uga0BCWTv4 .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uga0BCWTv4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uga0BCWTv4 .container {
    padding: 0 20px;
  }
}
.cid-uga0BCWTv4 .row {
  padding: 60px 0;
}
.cid-uga0BCWTv4 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uga0BCWTv4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uga0BCWTv4 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uga0BCWTv4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uga0BCWTv4 .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uga0BCWTv4 .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uga0BCWTv4 .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uga0BCWTv4 .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uga0BCWTv4 .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uga0BCWTv4 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uga0BCWTv4 .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uga0BCWTv4 .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uga0BCWTv4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uga0BCWTv4 .list-wrapper .list .item-wrap:hover,
.cid-uga0BCWTv4 .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uga0BCWTv4 .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-uga0BCWTv4 .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uga0BCWTv4 .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uga0BCWTv4 .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uga0BCWTv4 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uga0BCWTv4 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uga0BCWTv4 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uga0BCWTv4 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uga0BCWTv4 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uga0BCWTv4 .mbr-section-title {
  color: #000000;
}
.cid-uga0BCWTv4 .mbr-address {
  color: #000000;
}
.cid-uga0BCWTv4 .mbr-list-title {
  color: #000000;
}
.cid-uga0BCWTv4 .list {
  color: #000000;
}
.cid-uga0BCWTv4 .mbr-copy {
  color: #000000;
}
.cid-ugamOHUb9P {
  background-color: transparent;
}
.cid-ugamOHUb9P .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-ugamOHUb9P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ugamOHUb9P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugamOHUb9P .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugamOHUb9P .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugamOHUb9P .menu_box .navbar.opened,
  .cid-ugamOHUb9P .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ugamOHUb9P .navbar-dropdown {
  position: relative !important;
}
.cid-ugamOHUb9P .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ugamOHUb9P .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugamOHUb9P .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugamOHUb9P .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugamOHUb9P .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugamOHUb9P .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-ugamOHUb9P .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugamOHUb9P .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugamOHUb9P .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugamOHUb9P .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugamOHUb9P .offcanvas-body .mbr-text,
  .cid-ugamOHUb9P .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugamOHUb9P .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugamOHUb9P .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugamOHUb9P .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-ugamOHUb9P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugamOHUb9P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugamOHUb9P .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugamOHUb9P .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugamOHUb9P ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugamOHUb9P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugamOHUb9P .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-ugamOHUb9P .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugamOHUb9P li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ugamOHUb9P .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugamOHUb9P .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ugamOHUb9P .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ugamOHUb9P .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ugamOHUb9P .nav-item {
    margin: 0 !important;
  }
}
.cid-ugamOHUb9P .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-ugamOHUb9P .nav-item .nav-link:hover,
.cid-ugamOHUb9P .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-ugamOHUb9P .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugamOHUb9P .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugamOHUb9P .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugamOHUb9P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugamOHUb9P .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-ugamOHUb9P .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugamOHUb9P .offcanvas_box {
    display: none;
  }
}
.cid-ugamOHUb9P .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugamOHUb9P .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugamOHUb9P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugamOHUb9P .container {
  display: flex;
  margin: auto;
}
.cid-ugamOHUb9P .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-ugamOHUb9P .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugamOHUb9P .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugamOHUb9P .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugamOHUb9P .navbar-nav {
    margin: 0;
  }
}
.cid-ugamOHUb9P .dropdown-menu,
.cid-ugamOHUb9P .navbar.opened {
  background-color: false !important;
}
.cid-ugamOHUb9P .nav-item:focus,
.cid-ugamOHUb9P .nav-link:focus {
  outline: none;
}
.cid-ugamOHUb9P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugamOHUb9P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugamOHUb9P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugamOHUb9P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugamOHUb9P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugamOHUb9P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugamOHUb9P .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugamOHUb9P .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugamOHUb9P .navbar.opened {
  transition: all 0.3s;
}
.cid-ugamOHUb9P .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugamOHUb9P .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ugamOHUb9P .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugamOHUb9P .navbar.collapsed {
  justify-content: center;
}
.cid-ugamOHUb9P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugamOHUb9P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugamOHUb9P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugamOHUb9P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugamOHUb9P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugamOHUb9P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugamOHUb9P .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugamOHUb9P .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugamOHUb9P .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ugamOHUb9P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugamOHUb9P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugamOHUb9P .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugamOHUb9P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugamOHUb9P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugamOHUb9P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugamOHUb9P .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugamOHUb9P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugamOHUb9P .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugamOHUb9P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugamOHUb9P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugamOHUb9P .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugamOHUb9P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugamOHUb9P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugamOHUb9P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugamOHUb9P .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-ugamOHUb9P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ugamOHUb9P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugamOHUb9P .dropdown-item.active,
.cid-ugamOHUb9P .dropdown-item:active {
  background-color: transparent;
}
.cid-ugamOHUb9P .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ugamOHUb9P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugamOHUb9P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugamOHUb9P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugamOHUb9P ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugamOHUb9P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugamOHUb9P 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: #dcdde0;
}
.cid-ugamOHUb9P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugamOHUb9P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugamOHUb9P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugamOHUb9P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugamOHUb9P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugamOHUb9P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugamOHUb9P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugamOHUb9P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugamOHUb9P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugamOHUb9P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugamOHUb9P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugamOHUb9P .navbar {
    height: 70px;
  }
  .cid-ugamOHUb9P .navbar.opened {
    height: auto;
  }
  .cid-ugamOHUb9P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugamOHUb9P .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ugamOHUb9P .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ugamOHUb9P .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugamOHUb9P .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugamOHUb9P .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-ugamOHUb9P .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ugamOHUb9P .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugamOHUb9P .text_widget {
  margin-bottom: 32px;
}
.cid-ugamOHUb9P .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugamOHUb9P .text_widget a:hover,
.cid-ugamOHUb9P .text_widget a:focus {
  opacity: .8;
}
.cid-ugamOHUb9P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ugamOHUb9P .navbar-caption {
  color: #000000;
}
.cid-ugamOHUb9P .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ugamOHUb9P .mbr-section-subtitle,
.cid-ugamOHUb9P .text_widget,
.cid-ugamOHUb9P .mbr-section-btn {
  text-align: center;
}
.cid-ugamOHUb9P a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugamOIkcGj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ugamOIkcGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugamOIkcGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugamOIkcGj .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ugamOIkcGj .container-fluid {
    padding: 0 20px;
  }
}
.cid-ugamOIkcGj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ugamOIkcGj .container {
    padding: 0 20px;
  }
}
.cid-ugamOIkcGj .row {
  justify-content: center;
}
.cid-ugamOIkcGj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-ugamOIkcGj .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ugamOIkcGj .item {
  margin-bottom: 45px;
}
.cid-ugamOIkcGj .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-ugamOIkcGj .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ugamOIkcGj .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-ugamOIkcGj .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-ugamOIkcGj .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-ugamOIkcGj .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-ugamOIkcGj .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ugamOIkcGj .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-ugamOIkcGj .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-ugamOIkcGj .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-ugamOIkcGj .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ugamOIkcGj .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-ugamOIkcGj .mbr-section-title {
  color: #000000;
}
.cid-ugamOIkcGj .mbr-desc {
  color: #000000;
}
.cid-ugamOIkcGj .mbr-date {
  color: #6a6e71;
}
.cid-ugamOIkcGj .mbr-text {
  color: #000000;
}
.cid-ugamOIFO6Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ugamOIFO6Z .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ugamOIFO6Z .container-table {
  margin: 0 auto;
}
.cid-ugamOIFO6Z .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ugamOIFO6Z tbody tr:nth-child(even) {
  background-color: #f5f4f6;
}
.cid-ugamOIFO6Z .dataTables_wrapper {
  display: block;
}
.cid-ugamOIFO6Z .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ugamOIFO6Z .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ugamOIFO6Z .head-item {
  color: #000000;
  min-width: 110px;
  letter-spacing: 2px;
  text-align: center;
}
.cid-ugamOIFO6Z .body-item {
  color: #212529;
}
.cid-ugamOIFO6Z table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #cccccc;
}
.cid-ugamOIFO6Z table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  border-left: 1px solid #cccccc;
  font-weight: bold;
}
.cid-ugamOIFO6Z table td {
  padding: 24px 15px 20px 15px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.cid-ugamOIFO6Z .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ugamOIFO6Z .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ugamOIFO6Z .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ugamOIFO6Z .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ugamOIFO6Z .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ugamOIFO6Z .dataTables_filter {
    text-align: center;
  }
  .cid-ugamOIFO6Z .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ugamOIFO6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugamOIFO6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugamOIFO6Z TD {
  text-align: center;
}
.cid-usFnKlbIPa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/55-1529x860.png");
}
.cid-usFnKlbIPa .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-usFnKlbIPa .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-usFnKlbIPa .container-fluid {
    padding: 0 20px;
  }
}
.cid-usFnKlbIPa h2 span {
  font-size: 80%;
}
@media (max-width: 992px) {
  .cid-usFnKlbIPa .container {
    padding: 0 20px;
  }
}
.cid-usFnKlbIPa .row {
  margin: 0;
  padding: 60px 16px 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usFnKlbIPa .row {
    padding: 46px 4px 46px;
  }
}
.cid-usFnKlbIPa .row .card {
  justify-content: flex-end;
}
.cid-usFnKlbIPa .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-usFnKlbIPa .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-usFnKlbIPa .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-usFnKlbIPa .mbr-section-btn {
    text-align: left;
  }
}
.cid-usFnKlbIPa .tags-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usFnKlbIPa .tags-wrapper {
    margin-bottom: 20px;
  }
}
.cid-usFnKlbIPa .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usFnKlbIPa .tags-wrapper .list .item-wrap {
  margin: 0 32px 32px 0;
}
.cid-usFnKlbIPa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 314px;
  max-width: 314px;
}
@media (max-width: 767px) {
  .cid-usFnKlbIPa .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usFnKlbIPa .embla__slide .slide-content {
  width: 100%;
}
.cid-usFnKlbIPa .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-usFnKlbIPa .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-usFnKlbIPa .embla__slide .slide-content .item-wrapper .item-img img {
  height: 360px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-usFnKlbIPa .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-usFnKlbIPa .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-usFnKlbIPa .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-usFnKlbIPa .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-usFnKlbIPa .embla__button--next,
.cid-usFnKlbIPa .embla__button--prev {
  display: flex;
}
.cid-usFnKlbIPa .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-usFnKlbIPa .embla__button {
    bottom: 0;
  }
}
.cid-usFnKlbIPa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usFnKlbIPa .embla__button:hover {
  opacity: 1 !important;
}
.cid-usFnKlbIPa .embla__button.embla__button--prev {
  left: 30px;
}
.cid-usFnKlbIPa .embla__button.embla__button--next {
  right: 30px;
}
.cid-usFnKlbIPa .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
.cid-usFnKlbIPa .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-usFnKlbIPa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usFnKlbIPa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usFnKlbIPa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usFnKlbIPa .mbr-desc {
  color: #ffffff;
}
.cid-usFnKlbIPa .mbr-section-title {
  color: #ffffff;
}
.cid-usFnKlbIPa .list {
  color: #616161;
}
.cid-usFnKlbIPa .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-usFnKlbIPa .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-usFnKlbIPa a {
  color: #FFF;
}
.cid-ugamOJxTDM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugamOJxTDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugamOJxTDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugamOJxTDM .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-ugamOJxTDM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ugamOJxTDM .container {
    padding: 0 20px;
  }
}
.cid-ugamOJxTDM .row {
  padding: 60px 0;
}
.cid-ugamOJxTDM .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ugamOJxTDM .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugamOJxTDM .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugamOJxTDM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ugamOJxTDM .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-ugamOJxTDM .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ugamOJxTDM .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugamOJxTDM .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugamOJxTDM .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-ugamOJxTDM .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugamOJxTDM .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-ugamOJxTDM .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ugamOJxTDM .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugamOJxTDM .list-wrapper .list .item-wrap:hover,
.cid-ugamOJxTDM .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-ugamOJxTDM .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-ugamOJxTDM .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-ugamOJxTDM .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ugamOJxTDM .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugamOJxTDM .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ugamOJxTDM .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ugamOJxTDM .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-ugamOJxTDM .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-ugamOJxTDM .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ugamOJxTDM .mbr-section-title {
  color: #000000;
}
.cid-ugamOJxTDM .mbr-address {
  color: #000000;
}
.cid-ugamOJxTDM .mbr-list-title {
  color: #000000;
}
.cid-ugamOJxTDM .list {
  color: #000000;
}
.cid-ugamOJxTDM .mbr-copy {
  color: #000000;
}
.cid-ugtZhRSdOL {
  background-color: transparent;
}
.cid-ugtZhRSdOL .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-ugtZhRSdOL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ugtZhRSdOL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugtZhRSdOL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugtZhRSdOL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugtZhRSdOL .menu_box .navbar.opened,
  .cid-ugtZhRSdOL .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ugtZhRSdOL .navbar-dropdown {
  position: relative !important;
}
.cid-ugtZhRSdOL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ugtZhRSdOL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugtZhRSdOL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugtZhRSdOL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugtZhRSdOL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugtZhRSdOL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-ugtZhRSdOL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugtZhRSdOL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugtZhRSdOL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugtZhRSdOL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugtZhRSdOL .offcanvas-body .mbr-text,
  .cid-ugtZhRSdOL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugtZhRSdOL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugtZhRSdOL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugtZhRSdOL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-ugtZhRSdOL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugtZhRSdOL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugtZhRSdOL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugtZhRSdOL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugtZhRSdOL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugtZhRSdOL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugtZhRSdOL .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-ugtZhRSdOL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugtZhRSdOL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ugtZhRSdOL .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugtZhRSdOL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ugtZhRSdOL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ugtZhRSdOL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ugtZhRSdOL .nav-item {
    margin: 0 !important;
  }
}
.cid-ugtZhRSdOL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-ugtZhRSdOL .nav-item .nav-link:hover,
.cid-ugtZhRSdOL .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-ugtZhRSdOL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugtZhRSdOL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugtZhRSdOL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugtZhRSdOL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugtZhRSdOL .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-ugtZhRSdOL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugtZhRSdOL .offcanvas_box {
    display: none;
  }
}
.cid-ugtZhRSdOL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugtZhRSdOL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugtZhRSdOL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugtZhRSdOL .container {
  display: flex;
  margin: auto;
}
.cid-ugtZhRSdOL .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-ugtZhRSdOL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugtZhRSdOL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugtZhRSdOL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugtZhRSdOL .navbar-nav {
    margin: 0;
  }
}
.cid-ugtZhRSdOL .dropdown-menu,
.cid-ugtZhRSdOL .navbar.opened {
  background-color: false !important;
}
.cid-ugtZhRSdOL .nav-item:focus,
.cid-ugtZhRSdOL .nav-link:focus {
  outline: none;
}
.cid-ugtZhRSdOL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugtZhRSdOL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugtZhRSdOL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugtZhRSdOL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugtZhRSdOL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugtZhRSdOL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugtZhRSdOL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugtZhRSdOL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugtZhRSdOL .navbar.opened {
  transition: all 0.3s;
}
.cid-ugtZhRSdOL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugtZhRSdOL .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ugtZhRSdOL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugtZhRSdOL .navbar.collapsed {
  justify-content: center;
}
.cid-ugtZhRSdOL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugtZhRSdOL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugtZhRSdOL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugtZhRSdOL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugtZhRSdOL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugtZhRSdOL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugtZhRSdOL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugtZhRSdOL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugtZhRSdOL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ugtZhRSdOL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugtZhRSdOL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugtZhRSdOL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugtZhRSdOL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugtZhRSdOL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugtZhRSdOL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugtZhRSdOL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugtZhRSdOL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugtZhRSdOL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugtZhRSdOL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugtZhRSdOL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugtZhRSdOL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugtZhRSdOL .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugtZhRSdOL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugtZhRSdOL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugtZhRSdOL .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-ugtZhRSdOL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ugtZhRSdOL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugtZhRSdOL .dropdown-item.active,
.cid-ugtZhRSdOL .dropdown-item:active {
  background-color: transparent;
}
.cid-ugtZhRSdOL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ugtZhRSdOL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugtZhRSdOL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugtZhRSdOL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugtZhRSdOL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugtZhRSdOL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugtZhRSdOL 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: #dcdde0;
}
.cid-ugtZhRSdOL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugtZhRSdOL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugtZhRSdOL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugtZhRSdOL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugtZhRSdOL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugtZhRSdOL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugtZhRSdOL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugtZhRSdOL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugtZhRSdOL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugtZhRSdOL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugtZhRSdOL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugtZhRSdOL .navbar {
    height: 70px;
  }
  .cid-ugtZhRSdOL .navbar.opened {
    height: auto;
  }
  .cid-ugtZhRSdOL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugtZhRSdOL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ugtZhRSdOL .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ugtZhRSdOL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugtZhRSdOL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugtZhRSdOL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-ugtZhRSdOL .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ugtZhRSdOL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugtZhRSdOL .text_widget {
  margin-bottom: 32px;
}
.cid-ugtZhRSdOL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugtZhRSdOL .text_widget a:hover,
.cid-ugtZhRSdOL .text_widget a:focus {
  opacity: .8;
}
.cid-ugtZhRSdOL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ugtZhRSdOL .navbar-caption {
  color: #000000;
}
.cid-ugtZhRSdOL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ugtZhRSdOL .mbr-section-subtitle,
.cid-ugtZhRSdOL .text_widget,
.cid-ugtZhRSdOL .mbr-section-btn {
  text-align: center;
}
.cid-ugtZhRSdOL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugtZhS7mI9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ugtZhS7mI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugtZhS7mI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugtZhS7mI9 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ugtZhS7mI9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-ugtZhS7mI9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ugtZhS7mI9 .container {
    padding: 0 20px;
  }
}
.cid-ugtZhS7mI9 .row {
  justify-content: center;
}
.cid-ugtZhS7mI9 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-ugtZhS7mI9 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ugtZhS7mI9 .item {
  margin-bottom: 45px;
}
.cid-ugtZhS7mI9 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-ugtZhS7mI9 .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ugtZhS7mI9 .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-ugtZhS7mI9 .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-ugtZhS7mI9 .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-ugtZhS7mI9 .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-ugtZhS7mI9 .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ugtZhS7mI9 .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-ugtZhS7mI9 .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-ugtZhS7mI9 .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-ugtZhS7mI9 .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ugtZhS7mI9 .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-ugtZhS7mI9 .mbr-section-title {
  color: #000000;
}
.cid-ugtZhS7mI9 .mbr-desc {
  color: #000000;
}
.cid-ugtZhS7mI9 .mbr-date {
  color: #6a6e71;
}
.cid-ugtZhS7mI9 .mbr-text {
  color: #000000;
}
.cid-ugtZhSiV3n {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ugtZhSiV3n .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ugtZhSiV3n .container-table {
  margin: 0 auto;
}
.cid-ugtZhSiV3n .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ugtZhSiV3n tbody tr:nth-child(even) {
  background-color: #f5f4f6;
}
.cid-ugtZhSiV3n .dataTables_wrapper {
  display: block;
}
.cid-ugtZhSiV3n .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ugtZhSiV3n .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ugtZhSiV3n .head-item {
  color: #000000;
  min-width: 110px;
  letter-spacing: 2px;
  text-align: center;
}
.cid-ugtZhSiV3n .body-item {
  color: #212529;
}
.cid-ugtZhSiV3n table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #cccccc;
}
.cid-ugtZhSiV3n table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  border-left: 1px solid #cccccc;
  font-weight: bold;
}
.cid-ugtZhSiV3n table td {
  padding: 24px 15px 20px 15px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.cid-ugtZhSiV3n .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ugtZhSiV3n .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ugtZhSiV3n .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ugtZhSiV3n .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ugtZhSiV3n .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ugtZhSiV3n .dataTables_filter {
    text-align: center;
  }
  .cid-ugtZhSiV3n .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ugtZhSiV3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugtZhSiV3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugtZhSiV3n TD {
  text-align: center;
}
.cid-usFnNsS2rx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/55-1529x860.png");
}
.cid-usFnNsS2rx .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-usFnNsS2rx .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-usFnNsS2rx .container-fluid {
    padding: 0 20px;
  }
}
.cid-usFnNsS2rx h2 span {
  font-size: 80%;
}
@media (max-width: 992px) {
  .cid-usFnNsS2rx .container {
    padding: 0 20px;
  }
}
.cid-usFnNsS2rx .row {
  margin: 0;
  padding: 60px 16px 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usFnNsS2rx .row {
    padding: 46px 4px 46px;
  }
}
.cid-usFnNsS2rx .row .card {
  justify-content: flex-end;
}
.cid-usFnNsS2rx .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-usFnNsS2rx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-usFnNsS2rx .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-usFnNsS2rx .mbr-section-btn {
    text-align: left;
  }
}
.cid-usFnNsS2rx .tags-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usFnNsS2rx .tags-wrapper {
    margin-bottom: 20px;
  }
}
.cid-usFnNsS2rx .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usFnNsS2rx .tags-wrapper .list .item-wrap {
  margin: 0 32px 32px 0;
}
.cid-usFnNsS2rx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 314px;
  max-width: 314px;
}
@media (max-width: 767px) {
  .cid-usFnNsS2rx .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usFnNsS2rx .embla__slide .slide-content {
  width: 100%;
}
.cid-usFnNsS2rx .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-usFnNsS2rx .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-usFnNsS2rx .embla__slide .slide-content .item-wrapper .item-img img {
  height: 360px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-usFnNsS2rx .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-usFnNsS2rx .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-usFnNsS2rx .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-usFnNsS2rx .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-usFnNsS2rx .embla__button--next,
.cid-usFnNsS2rx .embla__button--prev {
  display: flex;
}
.cid-usFnNsS2rx .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-usFnNsS2rx .embla__button {
    bottom: 0;
  }
}
.cid-usFnNsS2rx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usFnNsS2rx .embla__button:hover {
  opacity: 1 !important;
}
.cid-usFnNsS2rx .embla__button.embla__button--prev {
  left: 30px;
}
.cid-usFnNsS2rx .embla__button.embla__button--next {
  right: 30px;
}
.cid-usFnNsS2rx .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
.cid-usFnNsS2rx .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-usFnNsS2rx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usFnNsS2rx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usFnNsS2rx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usFnNsS2rx .mbr-desc {
  color: #ffffff;
}
.cid-usFnNsS2rx .mbr-section-title {
  color: #ffffff;
}
.cid-usFnNsS2rx .list {
  color: #616161;
}
.cid-usFnNsS2rx .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-usFnNsS2rx .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-usFnNsS2rx a {
  color: #FFF;
}
.cid-ugtZhSEOKc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugtZhSEOKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugtZhSEOKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugtZhSEOKc .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-ugtZhSEOKc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ugtZhSEOKc .container {
    padding: 0 20px;
  }
}
.cid-ugtZhSEOKc .row {
  padding: 60px 0;
}
.cid-ugtZhSEOKc .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ugtZhSEOKc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugtZhSEOKc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugtZhSEOKc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ugtZhSEOKc .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-ugtZhSEOKc .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ugtZhSEOKc .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugtZhSEOKc .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugtZhSEOKc .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-ugtZhSEOKc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugtZhSEOKc .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-ugtZhSEOKc .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ugtZhSEOKc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugtZhSEOKc .list-wrapper .list .item-wrap:hover,
.cid-ugtZhSEOKc .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-ugtZhSEOKc .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-ugtZhSEOKc .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-ugtZhSEOKc .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ugtZhSEOKc .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugtZhSEOKc .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ugtZhSEOKc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ugtZhSEOKc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-ugtZhSEOKc .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-ugtZhSEOKc .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ugtZhSEOKc .mbr-section-title {
  color: #000000;
}
.cid-ugtZhSEOKc .mbr-address {
  color: #000000;
}
.cid-ugtZhSEOKc .mbr-list-title {
  color: #000000;
}
.cid-ugtZhSEOKc .list {
  color: #000000;
}
.cid-ugtZhSEOKc .mbr-copy {
  color: #000000;
}
.cid-ugu40LWuTa {
  background-color: transparent;
}
.cid-ugu40LWuTa .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-ugu40LWuTa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ugu40LWuTa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugu40LWuTa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugu40LWuTa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugu40LWuTa .menu_box .navbar.opened,
  .cid-ugu40LWuTa .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ugu40LWuTa .navbar-dropdown {
  position: relative !important;
}
.cid-ugu40LWuTa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ugu40LWuTa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugu40LWuTa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugu40LWuTa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugu40LWuTa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugu40LWuTa .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-ugu40LWuTa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugu40LWuTa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugu40LWuTa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugu40LWuTa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugu40LWuTa .offcanvas-body .mbr-text,
  .cid-ugu40LWuTa .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugu40LWuTa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugu40LWuTa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugu40LWuTa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-ugu40LWuTa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugu40LWuTa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugu40LWuTa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugu40LWuTa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugu40LWuTa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugu40LWuTa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugu40LWuTa .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-ugu40LWuTa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugu40LWuTa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ugu40LWuTa .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugu40LWuTa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ugu40LWuTa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ugu40LWuTa .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ugu40LWuTa .nav-item {
    margin: 0 !important;
  }
}
.cid-ugu40LWuTa .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-ugu40LWuTa .nav-item .nav-link:hover,
.cid-ugu40LWuTa .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-ugu40LWuTa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugu40LWuTa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugu40LWuTa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugu40LWuTa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugu40LWuTa .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-ugu40LWuTa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugu40LWuTa .offcanvas_box {
    display: none;
  }
}
.cid-ugu40LWuTa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugu40LWuTa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugu40LWuTa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugu40LWuTa .container {
  display: flex;
  margin: auto;
}
.cid-ugu40LWuTa .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-ugu40LWuTa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugu40LWuTa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugu40LWuTa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugu40LWuTa .navbar-nav {
    margin: 0;
  }
}
.cid-ugu40LWuTa .dropdown-menu,
.cid-ugu40LWuTa .navbar.opened {
  background-color: false !important;
}
.cid-ugu40LWuTa .nav-item:focus,
.cid-ugu40LWuTa .nav-link:focus {
  outline: none;
}
.cid-ugu40LWuTa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugu40LWuTa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugu40LWuTa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugu40LWuTa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugu40LWuTa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugu40LWuTa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugu40LWuTa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugu40LWuTa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugu40LWuTa .navbar.opened {
  transition: all 0.3s;
}
.cid-ugu40LWuTa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugu40LWuTa .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ugu40LWuTa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugu40LWuTa .navbar.collapsed {
  justify-content: center;
}
.cid-ugu40LWuTa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugu40LWuTa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugu40LWuTa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugu40LWuTa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugu40LWuTa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugu40LWuTa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugu40LWuTa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugu40LWuTa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugu40LWuTa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ugu40LWuTa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugu40LWuTa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugu40LWuTa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugu40LWuTa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugu40LWuTa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugu40LWuTa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugu40LWuTa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugu40LWuTa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugu40LWuTa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugu40LWuTa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugu40LWuTa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugu40LWuTa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugu40LWuTa .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugu40LWuTa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugu40LWuTa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugu40LWuTa .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-ugu40LWuTa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ugu40LWuTa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugu40LWuTa .dropdown-item.active,
.cid-ugu40LWuTa .dropdown-item:active {
  background-color: transparent;
}
.cid-ugu40LWuTa .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ugu40LWuTa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugu40LWuTa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugu40LWuTa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugu40LWuTa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugu40LWuTa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugu40LWuTa 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: #dcdde0;
}
.cid-ugu40LWuTa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugu40LWuTa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugu40LWuTa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugu40LWuTa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugu40LWuTa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugu40LWuTa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugu40LWuTa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugu40LWuTa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugu40LWuTa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugu40LWuTa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugu40LWuTa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugu40LWuTa .navbar {
    height: 70px;
  }
  .cid-ugu40LWuTa .navbar.opened {
    height: auto;
  }
  .cid-ugu40LWuTa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugu40LWuTa .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ugu40LWuTa .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ugu40LWuTa .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugu40LWuTa .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugu40LWuTa .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-ugu40LWuTa .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ugu40LWuTa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugu40LWuTa .text_widget {
  margin-bottom: 32px;
}
.cid-ugu40LWuTa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugu40LWuTa .text_widget a:hover,
.cid-ugu40LWuTa .text_widget a:focus {
  opacity: .8;
}
.cid-ugu40LWuTa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ugu40LWuTa .navbar-caption {
  color: #000000;
}
.cid-ugu40LWuTa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ugu40LWuTa .mbr-section-subtitle,
.cid-ugu40LWuTa .text_widget,
.cid-ugu40LWuTa .mbr-section-btn {
  text-align: center;
}
.cid-ugu40LWuTa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugu5nS2JY7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugu5nS2JY7 .mbr-section-title {
  color: #000000;
}
.cid-ugu5nS2JY7 .mbr-section-subtitle {
  color: #000000;
}
.cid-ugu5nS2JY7 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-ugu5nS2JY7 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-ugu5nS2JY7 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-ugu5nS2JY7 .mbr-section-title,
.cid-ugu5nS2JY7 .line {
  color: #000000;
}
.cid-ugu40MxG2b {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ugu40MxG2b .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ugu40MxG2b .container-table {
  margin: 0 auto;
}
.cid-ugu40MxG2b .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ugu40MxG2b tbody tr:nth-child(even) {
  background-color: #f5f4f6;
}
.cid-ugu40MxG2b .dataTables_wrapper {
  display: block;
}
.cid-ugu40MxG2b .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ugu40MxG2b .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ugu40MxG2b .head-item {
  color: #000000;
  min-width: 110px;
  letter-spacing: 2px;
  text-align: center;
}
.cid-ugu40MxG2b .body-item {
  color: #212529;
}
.cid-ugu40MxG2b table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #cccccc;
}
.cid-ugu40MxG2b table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  border-left: 1px solid #cccccc;
  font-weight: bold;
}
.cid-ugu40MxG2b table td {
  padding: 24px 15px 20px 15px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.cid-ugu40MxG2b .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ugu40MxG2b .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ugu40MxG2b .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ugu40MxG2b .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ugu40MxG2b .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ugu40MxG2b .dataTables_filter {
    text-align: center;
  }
  .cid-ugu40MxG2b .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ugu40MxG2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugu40MxG2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugu40MxG2b TD {
  text-align: center;
}
.cid-usFoMCx2uV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/55-1529x860.png");
}
.cid-usFoMCx2uV .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-usFoMCx2uV .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-usFoMCx2uV .container-fluid {
    padding: 0 20px;
  }
}
.cid-usFoMCx2uV h2 span {
  font-size: 80%;
}
@media (max-width: 992px) {
  .cid-usFoMCx2uV .container {
    padding: 0 20px;
  }
}
.cid-usFoMCx2uV .row {
  margin: 0;
  padding: 60px 16px 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usFoMCx2uV .row {
    padding: 46px 4px 46px;
  }
}
.cid-usFoMCx2uV .row .card {
  justify-content: flex-end;
}
.cid-usFoMCx2uV .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-usFoMCx2uV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-usFoMCx2uV .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-usFoMCx2uV .mbr-section-btn {
    text-align: left;
  }
}
.cid-usFoMCx2uV .tags-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usFoMCx2uV .tags-wrapper {
    margin-bottom: 20px;
  }
}
.cid-usFoMCx2uV .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usFoMCx2uV .tags-wrapper .list .item-wrap {
  margin: 0 32px 32px 0;
}
.cid-usFoMCx2uV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 314px;
  max-width: 314px;
}
@media (max-width: 767px) {
  .cid-usFoMCx2uV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usFoMCx2uV .embla__slide .slide-content {
  width: 100%;
}
.cid-usFoMCx2uV .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-usFoMCx2uV .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-usFoMCx2uV .embla__slide .slide-content .item-wrapper .item-img img {
  height: 360px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-usFoMCx2uV .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-usFoMCx2uV .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-usFoMCx2uV .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-usFoMCx2uV .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-usFoMCx2uV .embla__button--next,
.cid-usFoMCx2uV .embla__button--prev {
  display: flex;
}
.cid-usFoMCx2uV .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-usFoMCx2uV .embla__button {
    bottom: 0;
  }
}
.cid-usFoMCx2uV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usFoMCx2uV .embla__button:hover {
  opacity: 1 !important;
}
.cid-usFoMCx2uV .embla__button.embla__button--prev {
  left: 30px;
}
.cid-usFoMCx2uV .embla__button.embla__button--next {
  right: 30px;
}
.cid-usFoMCx2uV .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
.cid-usFoMCx2uV .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-usFoMCx2uV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usFoMCx2uV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usFoMCx2uV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usFoMCx2uV .mbr-desc {
  color: #ffffff;
}
.cid-usFoMCx2uV .mbr-section-title {
  color: #ffffff;
}
.cid-usFoMCx2uV .list {
  color: #616161;
}
.cid-usFoMCx2uV .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-usFoMCx2uV .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-usFoMCx2uV a {
  color: #FFF;
}
.cid-ugu40N4ORZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugu40N4ORZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugu40N4ORZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugu40N4ORZ .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-ugu40N4ORZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ugu40N4ORZ .container {
    padding: 0 20px;
  }
}
.cid-ugu40N4ORZ .row {
  padding: 60px 0;
}
.cid-ugu40N4ORZ .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ugu40N4ORZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugu40N4ORZ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugu40N4ORZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ugu40N4ORZ .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-ugu40N4ORZ .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ugu40N4ORZ .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugu40N4ORZ .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugu40N4ORZ .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-ugu40N4ORZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugu40N4ORZ .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-ugu40N4ORZ .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ugu40N4ORZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugu40N4ORZ .list-wrapper .list .item-wrap:hover,
.cid-ugu40N4ORZ .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-ugu40N4ORZ .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-ugu40N4ORZ .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-ugu40N4ORZ .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ugu40N4ORZ .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugu40N4ORZ .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ugu40N4ORZ .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ugu40N4ORZ .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-ugu40N4ORZ .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-ugu40N4ORZ .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ugu40N4ORZ .mbr-section-title {
  color: #000000;
}
.cid-ugu40N4ORZ .mbr-address {
  color: #000000;
}
.cid-ugu40N4ORZ .mbr-list-title {
  color: #000000;
}
.cid-ugu40N4ORZ .list {
  color: #000000;
}
.cid-ugu40N4ORZ .mbr-copy {
  color: #000000;
}
.cid-ugx1DZe9eV {
  background-color: transparent;
}
.cid-ugx1DZe9eV .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-ugx1DZe9eV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ugx1DZe9eV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugx1DZe9eV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugx1DZe9eV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugx1DZe9eV .menu_box .navbar.opened,
  .cid-ugx1DZe9eV .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ugx1DZe9eV .navbar-dropdown {
  position: relative !important;
}
.cid-ugx1DZe9eV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ugx1DZe9eV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugx1DZe9eV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugx1DZe9eV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugx1DZe9eV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugx1DZe9eV .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-ugx1DZe9eV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugx1DZe9eV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugx1DZe9eV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugx1DZe9eV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugx1DZe9eV .offcanvas-body .mbr-text,
  .cid-ugx1DZe9eV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugx1DZe9eV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugx1DZe9eV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugx1DZe9eV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-ugx1DZe9eV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugx1DZe9eV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugx1DZe9eV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugx1DZe9eV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugx1DZe9eV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugx1DZe9eV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugx1DZe9eV .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-ugx1DZe9eV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugx1DZe9eV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ugx1DZe9eV .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugx1DZe9eV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ugx1DZe9eV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ugx1DZe9eV .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ugx1DZe9eV .nav-item {
    margin: 0 !important;
  }
}
.cid-ugx1DZe9eV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-ugx1DZe9eV .nav-item .nav-link:hover,
.cid-ugx1DZe9eV .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-ugx1DZe9eV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugx1DZe9eV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugx1DZe9eV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugx1DZe9eV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugx1DZe9eV .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-ugx1DZe9eV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugx1DZe9eV .offcanvas_box {
    display: none;
  }
}
.cid-ugx1DZe9eV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugx1DZe9eV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugx1DZe9eV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugx1DZe9eV .container {
  display: flex;
  margin: auto;
}
.cid-ugx1DZe9eV .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-ugx1DZe9eV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugx1DZe9eV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugx1DZe9eV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugx1DZe9eV .navbar-nav {
    margin: 0;
  }
}
.cid-ugx1DZe9eV .dropdown-menu,
.cid-ugx1DZe9eV .navbar.opened {
  background-color: false !important;
}
.cid-ugx1DZe9eV .nav-item:focus,
.cid-ugx1DZe9eV .nav-link:focus {
  outline: none;
}
.cid-ugx1DZe9eV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugx1DZe9eV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugx1DZe9eV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugx1DZe9eV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugx1DZe9eV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugx1DZe9eV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugx1DZe9eV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugx1DZe9eV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugx1DZe9eV .navbar.opened {
  transition: all 0.3s;
}
.cid-ugx1DZe9eV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugx1DZe9eV .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ugx1DZe9eV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugx1DZe9eV .navbar.collapsed {
  justify-content: center;
}
.cid-ugx1DZe9eV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugx1DZe9eV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugx1DZe9eV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugx1DZe9eV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugx1DZe9eV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugx1DZe9eV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugx1DZe9eV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugx1DZe9eV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugx1DZe9eV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ugx1DZe9eV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugx1DZe9eV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugx1DZe9eV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugx1DZe9eV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugx1DZe9eV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugx1DZe9eV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugx1DZe9eV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugx1DZe9eV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugx1DZe9eV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugx1DZe9eV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugx1DZe9eV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugx1DZe9eV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugx1DZe9eV .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugx1DZe9eV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugx1DZe9eV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugx1DZe9eV .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-ugx1DZe9eV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ugx1DZe9eV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugx1DZe9eV .dropdown-item.active,
.cid-ugx1DZe9eV .dropdown-item:active {
  background-color: transparent;
}
.cid-ugx1DZe9eV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ugx1DZe9eV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugx1DZe9eV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugx1DZe9eV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugx1DZe9eV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugx1DZe9eV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugx1DZe9eV 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: #dcdde0;
}
.cid-ugx1DZe9eV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugx1DZe9eV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugx1DZe9eV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugx1DZe9eV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugx1DZe9eV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugx1DZe9eV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugx1DZe9eV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugx1DZe9eV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugx1DZe9eV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugx1DZe9eV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugx1DZe9eV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugx1DZe9eV .navbar {
    height: 70px;
  }
  .cid-ugx1DZe9eV .navbar.opened {
    height: auto;
  }
  .cid-ugx1DZe9eV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugx1DZe9eV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ugx1DZe9eV .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ugx1DZe9eV .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugx1DZe9eV .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugx1DZe9eV .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-ugx1DZe9eV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ugx1DZe9eV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugx1DZe9eV .text_widget {
  margin-bottom: 32px;
}
.cid-ugx1DZe9eV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugx1DZe9eV .text_widget a:hover,
.cid-ugx1DZe9eV .text_widget a:focus {
  opacity: .8;
}
.cid-ugx1DZe9eV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ugx1DZe9eV .navbar-caption {
  color: #000000;
}
.cid-ugx1DZe9eV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ugx1DZe9eV .mbr-section-subtitle,
.cid-ugx1DZe9eV .text_widget,
.cid-ugx1DZe9eV .mbr-section-btn {
  text-align: center;
}
.cid-ugx1DZe9eV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugx1DZzW9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugx1DZzW9H .mbr-section-title {
  color: #000000;
}
.cid-ugx1DZzW9H .mbr-section-subtitle {
  color: #000000;
}
.cid-ugx1DZzW9H .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-ugx1DZzW9H .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-ugx1DZzW9H .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-ugx1DZzW9H .mbr-section-title,
.cid-ugx1DZzW9H .line {
  color: #000000;
}
.cid-ugx2U0Idg6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-ugx2U0Idg6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-ugx2U0Idg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugx2U0Idg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugx2U0Idg6 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ugx2U0Idg6 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ugx2U0Idg6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ugx2U0Idg6 .container {
    padding: 0 16px;
  }
}
.cid-ugx2U0Idg6 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ugx2U0Idg6 .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugx2U0Idg6 .image-wrapper img {
    height: 350px;
  }
}
.cid-usFoQkFPHc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/55-1529x860.png");
}
.cid-usFoQkFPHc .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-usFoQkFPHc .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-usFoQkFPHc .container-fluid {
    padding: 0 20px;
  }
}
.cid-usFoQkFPHc h2 span {
  font-size: 80%;
}
@media (max-width: 992px) {
  .cid-usFoQkFPHc .container {
    padding: 0 20px;
  }
}
.cid-usFoQkFPHc .row {
  margin: 0;
  padding: 60px 16px 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usFoQkFPHc .row {
    padding: 46px 4px 46px;
  }
}
.cid-usFoQkFPHc .row .card {
  justify-content: flex-end;
}
.cid-usFoQkFPHc .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-usFoQkFPHc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-usFoQkFPHc .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-usFoQkFPHc .mbr-section-btn {
    text-align: left;
  }
}
.cid-usFoQkFPHc .tags-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usFoQkFPHc .tags-wrapper {
    margin-bottom: 20px;
  }
}
.cid-usFoQkFPHc .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usFoQkFPHc .tags-wrapper .list .item-wrap {
  margin: 0 32px 32px 0;
}
.cid-usFoQkFPHc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 314px;
  max-width: 314px;
}
@media (max-width: 767px) {
  .cid-usFoQkFPHc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usFoQkFPHc .embla__slide .slide-content {
  width: 100%;
}
.cid-usFoQkFPHc .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-usFoQkFPHc .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-usFoQkFPHc .embla__slide .slide-content .item-wrapper .item-img img {
  height: 360px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-usFoQkFPHc .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-usFoQkFPHc .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-usFoQkFPHc .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-usFoQkFPHc .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-usFoQkFPHc .embla__button--next,
.cid-usFoQkFPHc .embla__button--prev {
  display: flex;
}
.cid-usFoQkFPHc .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-usFoQkFPHc .embla__button {
    bottom: 0;
  }
}
.cid-usFoQkFPHc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usFoQkFPHc .embla__button:hover {
  opacity: 1 !important;
}
.cid-usFoQkFPHc .embla__button.embla__button--prev {
  left: 30px;
}
.cid-usFoQkFPHc .embla__button.embla__button--next {
  right: 30px;
}
.cid-usFoQkFPHc .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
.cid-usFoQkFPHc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-usFoQkFPHc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usFoQkFPHc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usFoQkFPHc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usFoQkFPHc .mbr-desc {
  color: #ffffff;
}
.cid-usFoQkFPHc .mbr-section-title {
  color: #ffffff;
}
.cid-usFoQkFPHc .list {
  color: #616161;
}
.cid-usFoQkFPHc .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-usFoQkFPHc .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-usFoQkFPHc a {
  color: #FFF;
}
.cid-ugx1E07Sr1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugx1E07Sr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugx1E07Sr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugx1E07Sr1 .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-ugx1E07Sr1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ugx1E07Sr1 .container {
    padding: 0 20px;
  }
}
.cid-ugx1E07Sr1 .row {
  padding: 60px 0;
}
.cid-ugx1E07Sr1 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ugx1E07Sr1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugx1E07Sr1 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugx1E07Sr1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ugx1E07Sr1 .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-ugx1E07Sr1 .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ugx1E07Sr1 .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugx1E07Sr1 .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugx1E07Sr1 .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-ugx1E07Sr1 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugx1E07Sr1 .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-ugx1E07Sr1 .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ugx1E07Sr1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugx1E07Sr1 .list-wrapper .list .item-wrap:hover,
.cid-ugx1E07Sr1 .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-ugx1E07Sr1 .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-ugx1E07Sr1 .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-ugx1E07Sr1 .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ugx1E07Sr1 .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugx1E07Sr1 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ugx1E07Sr1 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ugx1E07Sr1 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-ugx1E07Sr1 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-ugx1E07Sr1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ugx1E07Sr1 .mbr-section-title {
  color: #000000;
}
.cid-ugx1E07Sr1 .mbr-address {
  color: #000000;
}
.cid-ugx1E07Sr1 .mbr-list-title {
  color: #000000;
}
.cid-ugx1E07Sr1 .list {
  color: #000000;
}
.cid-ugx1E07Sr1 .mbr-copy {
  color: #000000;
}
.cid-ugx3NA9l1U {
  background-color: transparent;
}
.cid-ugx3NA9l1U .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-ugx3NA9l1U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ugx3NA9l1U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugx3NA9l1U .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugx3NA9l1U .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugx3NA9l1U .menu_box .navbar.opened,
  .cid-ugx3NA9l1U .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ugx3NA9l1U .navbar-dropdown {
  position: relative !important;
}
.cid-ugx3NA9l1U .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ugx3NA9l1U .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugx3NA9l1U .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugx3NA9l1U .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugx3NA9l1U .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugx3NA9l1U .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-ugx3NA9l1U .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugx3NA9l1U .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugx3NA9l1U .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugx3NA9l1U .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugx3NA9l1U .offcanvas-body .mbr-text,
  .cid-ugx3NA9l1U .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugx3NA9l1U .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugx3NA9l1U .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugx3NA9l1U .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-ugx3NA9l1U .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugx3NA9l1U .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugx3NA9l1U .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugx3NA9l1U .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugx3NA9l1U ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugx3NA9l1U .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugx3NA9l1U .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-ugx3NA9l1U .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugx3NA9l1U li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ugx3NA9l1U .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugx3NA9l1U .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ugx3NA9l1U .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ugx3NA9l1U .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ugx3NA9l1U .nav-item {
    margin: 0 !important;
  }
}
.cid-ugx3NA9l1U .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-ugx3NA9l1U .nav-item .nav-link:hover,
.cid-ugx3NA9l1U .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-ugx3NA9l1U .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugx3NA9l1U .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugx3NA9l1U .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugx3NA9l1U .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugx3NA9l1U .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-ugx3NA9l1U .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugx3NA9l1U .offcanvas_box {
    display: none;
  }
}
.cid-ugx3NA9l1U .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugx3NA9l1U .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugx3NA9l1U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugx3NA9l1U .container {
  display: flex;
  margin: auto;
}
.cid-ugx3NA9l1U .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-ugx3NA9l1U .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugx3NA9l1U .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugx3NA9l1U .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugx3NA9l1U .navbar-nav {
    margin: 0;
  }
}
.cid-ugx3NA9l1U .dropdown-menu,
.cid-ugx3NA9l1U .navbar.opened {
  background-color: false !important;
}
.cid-ugx3NA9l1U .nav-item:focus,
.cid-ugx3NA9l1U .nav-link:focus {
  outline: none;
}
.cid-ugx3NA9l1U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugx3NA9l1U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugx3NA9l1U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugx3NA9l1U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugx3NA9l1U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugx3NA9l1U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugx3NA9l1U .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugx3NA9l1U .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugx3NA9l1U .navbar.opened {
  transition: all 0.3s;
}
.cid-ugx3NA9l1U .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugx3NA9l1U .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ugx3NA9l1U .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugx3NA9l1U .navbar.collapsed {
  justify-content: center;
}
.cid-ugx3NA9l1U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugx3NA9l1U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugx3NA9l1U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugx3NA9l1U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugx3NA9l1U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugx3NA9l1U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugx3NA9l1U .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugx3NA9l1U .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugx3NA9l1U .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ugx3NA9l1U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugx3NA9l1U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugx3NA9l1U .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugx3NA9l1U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugx3NA9l1U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugx3NA9l1U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugx3NA9l1U .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugx3NA9l1U .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugx3NA9l1U .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugx3NA9l1U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugx3NA9l1U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugx3NA9l1U .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugx3NA9l1U .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugx3NA9l1U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugx3NA9l1U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugx3NA9l1U .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-ugx3NA9l1U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ugx3NA9l1U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugx3NA9l1U .dropdown-item.active,
.cid-ugx3NA9l1U .dropdown-item:active {
  background-color: transparent;
}
.cid-ugx3NA9l1U .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ugx3NA9l1U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugx3NA9l1U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugx3NA9l1U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugx3NA9l1U ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugx3NA9l1U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugx3NA9l1U 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: #dcdde0;
}
.cid-ugx3NA9l1U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugx3NA9l1U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugx3NA9l1U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugx3NA9l1U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugx3NA9l1U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugx3NA9l1U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugx3NA9l1U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugx3NA9l1U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugx3NA9l1U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugx3NA9l1U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugx3NA9l1U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugx3NA9l1U .navbar {
    height: 70px;
  }
  .cid-ugx3NA9l1U .navbar.opened {
    height: auto;
  }
  .cid-ugx3NA9l1U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugx3NA9l1U .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ugx3NA9l1U .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ugx3NA9l1U .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugx3NA9l1U .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugx3NA9l1U .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-ugx3NA9l1U .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ugx3NA9l1U .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugx3NA9l1U .text_widget {
  margin-bottom: 32px;
}
.cid-ugx3NA9l1U .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugx3NA9l1U .text_widget a:hover,
.cid-ugx3NA9l1U .text_widget a:focus {
  opacity: .8;
}
.cid-ugx3NA9l1U .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ugx3NA9l1U .navbar-caption {
  color: #000000;
}
.cid-ugx3NA9l1U .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ugx3NA9l1U .mbr-section-subtitle,
.cid-ugx3NA9l1U .text_widget,
.cid-ugx3NA9l1U .mbr-section-btn {
  text-align: center;
}
.cid-ugx3NA9l1U a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugx3NACyvK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugx3NACyvK .mbr-section-title {
  color: #000000;
}
.cid-ugx3NACyvK .mbr-section-subtitle {
  color: #000000;
}
.cid-ugx3NACyvK .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-ugx3NACyvK .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-ugx3NACyvK .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-ugx3NACyvK .mbr-section-title,
.cid-ugx3NACyvK .line {
  color: #000000;
}
.cid-ugx3NAQJ8N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-ugx3NAQJ8N::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-ugx3NAQJ8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugx3NAQJ8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugx3NAQJ8N .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ugx3NAQJ8N .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ugx3NAQJ8N .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ugx3NAQJ8N .container {
    padding: 0 16px;
  }
}
.cid-ugx3NAQJ8N .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ugx3NAQJ8N .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugx3NAQJ8N .image-wrapper img {
    height: 350px;
  }
}
.cid-usFoXJZOQA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/55-1529x860.png");
}
.cid-usFoXJZOQA .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-usFoXJZOQA .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-usFoXJZOQA .container-fluid {
    padding: 0 20px;
  }
}
.cid-usFoXJZOQA h2 span {
  font-size: 80%;
}
@media (max-width: 992px) {
  .cid-usFoXJZOQA .container {
    padding: 0 20px;
  }
}
.cid-usFoXJZOQA .row {
  margin: 0;
  padding: 60px 16px 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usFoXJZOQA .row {
    padding: 46px 4px 46px;
  }
}
.cid-usFoXJZOQA .row .card {
  justify-content: flex-end;
}
.cid-usFoXJZOQA .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-usFoXJZOQA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-usFoXJZOQA .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-usFoXJZOQA .mbr-section-btn {
    text-align: left;
  }
}
.cid-usFoXJZOQA .tags-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usFoXJZOQA .tags-wrapper {
    margin-bottom: 20px;
  }
}
.cid-usFoXJZOQA .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usFoXJZOQA .tags-wrapper .list .item-wrap {
  margin: 0 32px 32px 0;
}
.cid-usFoXJZOQA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 314px;
  max-width: 314px;
}
@media (max-width: 767px) {
  .cid-usFoXJZOQA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usFoXJZOQA .embla__slide .slide-content {
  width: 100%;
}
.cid-usFoXJZOQA .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-usFoXJZOQA .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-usFoXJZOQA .embla__slide .slide-content .item-wrapper .item-img img {
  height: 360px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-usFoXJZOQA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-usFoXJZOQA .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-usFoXJZOQA .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-usFoXJZOQA .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-usFoXJZOQA .embla__button--next,
.cid-usFoXJZOQA .embla__button--prev {
  display: flex;
}
.cid-usFoXJZOQA .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-usFoXJZOQA .embla__button {
    bottom: 0;
  }
}
.cid-usFoXJZOQA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usFoXJZOQA .embla__button:hover {
  opacity: 1 !important;
}
.cid-usFoXJZOQA .embla__button.embla__button--prev {
  left: 30px;
}
.cid-usFoXJZOQA .embla__button.embla__button--next {
  right: 30px;
}
.cid-usFoXJZOQA .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
.cid-usFoXJZOQA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-usFoXJZOQA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usFoXJZOQA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usFoXJZOQA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usFoXJZOQA .mbr-desc {
  color: #ffffff;
}
.cid-usFoXJZOQA .mbr-section-title {
  color: #ffffff;
}
.cid-usFoXJZOQA .list {
  color: #616161;
}
.cid-usFoXJZOQA .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-usFoXJZOQA .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-usFoXJZOQA a {
  color: #FFF;
}
.cid-ugx3NBd9wi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugx3NBd9wi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugx3NBd9wi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugx3NBd9wi .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-ugx3NBd9wi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ugx3NBd9wi .container {
    padding: 0 20px;
  }
}
.cid-ugx3NBd9wi .row {
  padding: 60px 0;
}
.cid-ugx3NBd9wi .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ugx3NBd9wi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugx3NBd9wi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugx3NBd9wi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ugx3NBd9wi .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-ugx3NBd9wi .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ugx3NBd9wi .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugx3NBd9wi .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugx3NBd9wi .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-ugx3NBd9wi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugx3NBd9wi .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-ugx3NBd9wi .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ugx3NBd9wi .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugx3NBd9wi .list-wrapper .list .item-wrap:hover,
.cid-ugx3NBd9wi .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-ugx3NBd9wi .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-ugx3NBd9wi .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-ugx3NBd9wi .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ugx3NBd9wi .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugx3NBd9wi .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ugx3NBd9wi .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ugx3NBd9wi .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-ugx3NBd9wi .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-ugx3NBd9wi .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ugx3NBd9wi .mbr-section-title {
  color: #000000;
}
.cid-ugx3NBd9wi .mbr-address {
  color: #000000;
}
.cid-ugx3NBd9wi .mbr-list-title {
  color: #000000;
}
.cid-ugx3NBd9wi .list {
  color: #000000;
}
.cid-ugx3NBd9wi .mbr-copy {
  color: #000000;
}
.cid-ugx36shnzk {
  background-color: transparent;
}
.cid-ugx36shnzk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-ugx36shnzk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ugx36shnzk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugx36shnzk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugx36shnzk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugx36shnzk .menu_box .navbar.opened,
  .cid-ugx36shnzk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ugx36shnzk .navbar-dropdown {
  position: relative !important;
}
.cid-ugx36shnzk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ugx36shnzk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugx36shnzk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugx36shnzk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugx36shnzk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugx36shnzk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-ugx36shnzk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugx36shnzk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugx36shnzk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugx36shnzk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugx36shnzk .offcanvas-body .mbr-text,
  .cid-ugx36shnzk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugx36shnzk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugx36shnzk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugx36shnzk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-ugx36shnzk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugx36shnzk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugx36shnzk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugx36shnzk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugx36shnzk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugx36shnzk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugx36shnzk .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-ugx36shnzk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugx36shnzk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ugx36shnzk .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugx36shnzk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ugx36shnzk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ugx36shnzk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ugx36shnzk .nav-item {
    margin: 0 !important;
  }
}
.cid-ugx36shnzk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-ugx36shnzk .nav-item .nav-link:hover,
.cid-ugx36shnzk .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-ugx36shnzk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugx36shnzk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugx36shnzk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugx36shnzk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugx36shnzk .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-ugx36shnzk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugx36shnzk .offcanvas_box {
    display: none;
  }
}
.cid-ugx36shnzk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugx36shnzk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugx36shnzk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugx36shnzk .container {
  display: flex;
  margin: auto;
}
.cid-ugx36shnzk .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-ugx36shnzk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugx36shnzk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugx36shnzk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugx36shnzk .navbar-nav {
    margin: 0;
  }
}
.cid-ugx36shnzk .dropdown-menu,
.cid-ugx36shnzk .navbar.opened {
  background-color: false !important;
}
.cid-ugx36shnzk .nav-item:focus,
.cid-ugx36shnzk .nav-link:focus {
  outline: none;
}
.cid-ugx36shnzk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugx36shnzk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugx36shnzk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugx36shnzk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugx36shnzk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugx36shnzk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugx36shnzk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugx36shnzk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugx36shnzk .navbar.opened {
  transition: all 0.3s;
}
.cid-ugx36shnzk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugx36shnzk .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ugx36shnzk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugx36shnzk .navbar.collapsed {
  justify-content: center;
}
.cid-ugx36shnzk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugx36shnzk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugx36shnzk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugx36shnzk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugx36shnzk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugx36shnzk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugx36shnzk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugx36shnzk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugx36shnzk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ugx36shnzk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugx36shnzk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugx36shnzk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugx36shnzk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugx36shnzk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugx36shnzk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugx36shnzk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugx36shnzk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugx36shnzk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugx36shnzk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugx36shnzk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugx36shnzk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugx36shnzk .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugx36shnzk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugx36shnzk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugx36shnzk .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-ugx36shnzk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ugx36shnzk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugx36shnzk .dropdown-item.active,
.cid-ugx36shnzk .dropdown-item:active {
  background-color: transparent;
}
.cid-ugx36shnzk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ugx36shnzk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugx36shnzk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugx36shnzk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugx36shnzk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugx36shnzk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugx36shnzk 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: #dcdde0;
}
.cid-ugx36shnzk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugx36shnzk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugx36shnzk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugx36shnzk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugx36shnzk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugx36shnzk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugx36shnzk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugx36shnzk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugx36shnzk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugx36shnzk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugx36shnzk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugx36shnzk .navbar {
    height: 70px;
  }
  .cid-ugx36shnzk .navbar.opened {
    height: auto;
  }
  .cid-ugx36shnzk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugx36shnzk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ugx36shnzk .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ugx36shnzk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugx36shnzk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugx36shnzk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-ugx36shnzk .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ugx36shnzk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugx36shnzk .text_widget {
  margin-bottom: 32px;
}
.cid-ugx36shnzk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugx36shnzk .text_widget a:hover,
.cid-ugx36shnzk .text_widget a:focus {
  opacity: .8;
}
.cid-ugx36shnzk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ugx36shnzk .navbar-caption {
  color: #000000;
}
.cid-ugx36shnzk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ugx36shnzk .mbr-section-subtitle,
.cid-ugx36shnzk .text_widget,
.cid-ugx36shnzk .mbr-section-btn {
  text-align: center;
}
.cid-ugx36shnzk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugx36sKXwT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugx36sKXwT .mbr-section-title {
  color: #000000;
}
.cid-ugx36sKXwT .mbr-section-subtitle {
  color: #000000;
}
.cid-ugx36sKXwT .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-ugx36sKXwT .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-ugx36sKXwT .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-ugx36sKXwT .mbr-section-title,
.cid-ugx36sKXwT .line {
  color: #000000;
}
.cid-ugx36sZAEb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-ugx36sZAEb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-ugx36sZAEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugx36sZAEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugx36sZAEb .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ugx36sZAEb .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ugx36sZAEb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ugx36sZAEb .container {
    padding: 0 16px;
  }
}
.cid-ugx36sZAEb .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ugx36sZAEb .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugx36sZAEb .image-wrapper img {
    height: 350px;
  }
}
.cid-usFoUmVugH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/55-1529x860.png");
}
.cid-usFoUmVugH .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-usFoUmVugH .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-usFoUmVugH .container-fluid {
    padding: 0 20px;
  }
}
.cid-usFoUmVugH h2 span {
  font-size: 80%;
}
@media (max-width: 992px) {
  .cid-usFoUmVugH .container {
    padding: 0 20px;
  }
}
.cid-usFoUmVugH .row {
  margin: 0;
  padding: 60px 16px 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usFoUmVugH .row {
    padding: 46px 4px 46px;
  }
}
.cid-usFoUmVugH .row .card {
  justify-content: flex-end;
}
.cid-usFoUmVugH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-usFoUmVugH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-usFoUmVugH .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-usFoUmVugH .mbr-section-btn {
    text-align: left;
  }
}
.cid-usFoUmVugH .tags-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usFoUmVugH .tags-wrapper {
    margin-bottom: 20px;
  }
}
.cid-usFoUmVugH .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usFoUmVugH .tags-wrapper .list .item-wrap {
  margin: 0 32px 32px 0;
}
.cid-usFoUmVugH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 314px;
  max-width: 314px;
}
@media (max-width: 767px) {
  .cid-usFoUmVugH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usFoUmVugH .embla__slide .slide-content {
  width: 100%;
}
.cid-usFoUmVugH .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-usFoUmVugH .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-usFoUmVugH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 360px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-usFoUmVugH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-usFoUmVugH .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-usFoUmVugH .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-usFoUmVugH .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-usFoUmVugH .embla__button--next,
.cid-usFoUmVugH .embla__button--prev {
  display: flex;
}
.cid-usFoUmVugH .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-usFoUmVugH .embla__button {
    bottom: 0;
  }
}
.cid-usFoUmVugH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usFoUmVugH .embla__button:hover {
  opacity: 1 !important;
}
.cid-usFoUmVugH .embla__button.embla__button--prev {
  left: 30px;
}
.cid-usFoUmVugH .embla__button.embla__button--next {
  right: 30px;
}
.cid-usFoUmVugH .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
.cid-usFoUmVugH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-usFoUmVugH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usFoUmVugH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usFoUmVugH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usFoUmVugH .mbr-desc {
  color: #ffffff;
}
.cid-usFoUmVugH .mbr-section-title {
  color: #ffffff;
}
.cid-usFoUmVugH .list {
  color: #616161;
}
.cid-usFoUmVugH .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-usFoUmVugH .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-usFoUmVugH a {
  color: #FFF;
}
.cid-ugx36tguJn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugx36tguJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugx36tguJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugx36tguJn .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-ugx36tguJn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ugx36tguJn .container {
    padding: 0 20px;
  }
}
.cid-ugx36tguJn .row {
  padding: 60px 0;
}
.cid-ugx36tguJn .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ugx36tguJn .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugx36tguJn .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugx36tguJn .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ugx36tguJn .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-ugx36tguJn .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ugx36tguJn .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugx36tguJn .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugx36tguJn .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-ugx36tguJn .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugx36tguJn .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-ugx36tguJn .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ugx36tguJn .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugx36tguJn .list-wrapper .list .item-wrap:hover,
.cid-ugx36tguJn .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-ugx36tguJn .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-ugx36tguJn .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-ugx36tguJn .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ugx36tguJn .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ugx36tguJn .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ugx36tguJn .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ugx36tguJn .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-ugx36tguJn .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-ugx36tguJn .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ugx36tguJn .mbr-section-title {
  color: #000000;
}
.cid-ugx36tguJn .mbr-address {
  color: #000000;
}
.cid-ugx36tguJn .mbr-list-title {
  color: #000000;
}
.cid-ugx36tguJn .list {
  color: #000000;
}
.cid-ugx36tguJn .mbr-copy {
  color: #000000;
}
.cid-u1IPQctdnu {
  background-color: transparent;
}
.cid-u1IPQctdnu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u1IPQctdnu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u1IPQctdnu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1IPQctdnu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1IPQctdnu .menu_box .navbar.opened,
  .cid-u1IPQctdnu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1IPQctdnu .navbar-dropdown {
  position: relative !important;
}
.cid-u1IPQctdnu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1IPQctdnu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1IPQctdnu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-u1IPQctdnu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1IPQctdnu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1IPQctdnu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1IPQctdnu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1IPQctdnu .offcanvas-body .mbr-text,
  .cid-u1IPQctdnu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1IPQctdnu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1IPQctdnu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1IPQctdnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1IPQctdnu .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-u1IPQctdnu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1IPQctdnu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1IPQctdnu .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1IPQctdnu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1IPQctdnu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1IPQctdnu .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .nav-item {
    margin: 0 !important;
  }
}
.cid-u1IPQctdnu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u1IPQctdnu .nav-item .nav-link:hover,
.cid-u1IPQctdnu .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-u1IPQctdnu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1IPQctdnu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1IPQctdnu .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-u1IPQctdnu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1IPQctdnu .offcanvas_box {
    display: none;
  }
}
.cid-u1IPQctdnu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1IPQctdnu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1IPQctdnu .container {
  display: flex;
  margin: auto;
}
.cid-u1IPQctdnu .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-u1IPQctdnu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1IPQctdnu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1IPQctdnu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .navbar-nav {
    margin: 0;
  }
}
.cid-u1IPQctdnu .dropdown-menu,
.cid-u1IPQctdnu .navbar.opened {
  background-color: false !important;
}
.cid-u1IPQctdnu .nav-item:focus,
.cid-u1IPQctdnu .nav-link:focus {
  outline: none;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1IPQctdnu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1IPQctdnu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1IPQctdnu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1IPQctdnu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1IPQctdnu .navbar.opened {
  transition: all 0.3s;
}
.cid-u1IPQctdnu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1IPQctdnu .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u1IPQctdnu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1IPQctdnu .navbar.collapsed {
  justify-content: center;
}
.cid-u1IPQctdnu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1IPQctdnu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1IPQctdnu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1IPQctdnu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1IPQctdnu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1IPQctdnu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1IPQctdnu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1IPQctdnu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1IPQctdnu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1IPQctdnu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1IPQctdnu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1IPQctdnu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1IPQctdnu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1IPQctdnu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1IPQctdnu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1IPQctdnu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1IPQctdnu .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-u1IPQctdnu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u1IPQctdnu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1IPQctdnu .dropdown-item.active,
.cid-u1IPQctdnu .dropdown-item:active {
  background-color: transparent;
}
.cid-u1IPQctdnu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1IPQctdnu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1IPQctdnu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1IPQctdnu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1IPQctdnu 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: #dcdde0;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1IPQctdnu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1IPQctdnu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1IPQctdnu .navbar {
    height: 70px;
  }
  .cid-u1IPQctdnu .navbar.opened {
    height: auto;
  }
  .cid-u1IPQctdnu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1IPQctdnu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u1IPQctdnu .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1IPQctdnu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1IPQctdnu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1IPQctdnu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-u1IPQctdnu .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1IPQctdnu .text_widget {
  margin-bottom: 32px;
}
.cid-u1IPQctdnu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1IPQctdnu .text_widget a:hover,
.cid-u1IPQctdnu .text_widget a:focus {
  opacity: .8;
}
.cid-u1IPQctdnu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1IPQctdnu .navbar-caption {
  color: #000000;
}
.cid-u1IPQctdnu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1IPQctdnu .mbr-section-subtitle,
.cid-u1IPQctdnu .text_widget,
.cid-u1IPQctdnu .mbr-section-btn {
  text-align: center;
}
.cid-u1IPQctdnu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ulnAdTut67 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ulnAdTut67 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulnAdTut67 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulnAdTut67 .container {
    padding: 0 20px;
  }
}
.cid-ulnAdTut67 .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulnAdTut67 .content-wrapper .content-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: -1.8rem auto 0;
  z-index: 1;
  padding: 0 20px;
  font-size: 3.375rem;
}
@media (max-width: 1200px) {
  .cid-ulnAdTut67 .content-wrapper .content-wrap {
    width: 1120px;
  }
}
@media (max-width: 992px) {
  .cid-ulnAdTut67 .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-ulnAdTut67 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-ulnAdTut67 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ulnAdTut67 .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ulnAdTut67 .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ulnAdTut67 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-ulnAdTut67 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  width: 1600px;
}
@media (max-width: 1200px) {
  .cid-ulnAdTut67 .embla__slide {
    width: 1000px;
  }
}
@media (max-width: 992px) {
  .cid-ulnAdTut67 .embla__slide {
    -width: 100%;
  }
}
.cid-ulnAdTut67 .embla__slide .slide-content {
  width: 100%;
}
.cid-ulnAdTut67 .embla__slide .slide-content .item-wrapper .item-img img {
  height: auto;
  border-radius: 0 !important;
  object-fit: cover;
  width: 1600px;
}
@media (max-width: 1600px) {
  .cid-ulnAdTut67 .embla__slide .slide-content .item-wrapper .item-img img {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .cid-ulnAdTut67 .embla__slide .slide-content .item-wrapper .item-img img {
    width: 1000px;
  }
}
@media (max-width: 1000px) {
  .cid-ulnAdTut67 .embla__slide .slide-content .item-wrapper .item-img img {
    width: auto;
    height: 80vh;
  }
}
.cid-ulnAdTut67 .embla__button--next,
.cid-ulnAdTut67 .embla__button--prev {
  display: flex;
}
.cid-ulnAdTut67 .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
  z-index: 10;
}
@media (max-width: 768px) {
  .cid-ulnAdTut67 .embla__button {
    top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-ulnAdTut67 .embla__button {
    display: none;
  }
}
.cid-ulnAdTut67 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulnAdTut67 .embla__button:hover {
  opacity: 1 !important;
}
.cid-ulnAdTut67 .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-ulnAdTut67 .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-ulnAdTut67 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-ulnAdTut67 .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-ulnAdTut67 .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-ulnAdTut67 .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-ulnAdTut67 .embla__button {
    top: 2.5rem;
  }
}
.cid-ulnAdTut67 .embla {
  position: relative;
  width: 100%;
}
.cid-ulnAdTut67 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-ulnAdTut67 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulnAdTut67 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulnAdTut67 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulnAdTut67 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ulnAdTut67 .mbr-section-title {
  color: #ffffff;
}
.cid-ulnAdTut67 .mbr-text,
.cid-ulnAdTut67 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ulnAdTut67 .mbr-section-title,
.cid-ulnAdTut67 .mbr-section-btn {
  text-align: center;
}
.cid-ufswbznto3 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #f3f6f9;
}
.cid-ufswbznto3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufswbznto3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ufswbznto3 .container {
    padding: 0 20px;
  }
}
.cid-ufswbznto3 .content-wrapper {
  padding: 60px;
  background-color: #f3f6f9;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ufswbznto3 .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-ufswbznto3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ufswbznto3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufswbznto3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ufswbznto3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-ufswbznto3 .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ufswbznto3 .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.cid-ufswbznto3 .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ufswbznto3 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-ufswbznto3 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ufswbznto3 .mbr-section-title {
  color: #000000;
}
.cid-ufswbznto3 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ufswbznto3 .mbr-text,
.cid-ufswbznto3 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-ufswbznto3 .card-title {
  color: #000000;
  text-align: center;
}
.cid-ufswbznto3 .mbr-section-title,
.cid-ufswbznto3 .mbr-section-btn,
.cid-ufswbznto3 .items-wrapper {
  text-align: center;
}
.cid-uesxhEZEb0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/55-1529x860.png");
}
.cid-uesxhEZEb0 .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-uesxhEZEb0 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uesxhEZEb0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uesxhEZEb0 h2 span {
  font-size: 80%;
}
@media (max-width: 992px) {
  .cid-uesxhEZEb0 .container {
    padding: 0 20px;
  }
}
.cid-uesxhEZEb0 .row {
  margin: 0;
  padding: 60px 16px 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uesxhEZEb0 .row {
    padding: 46px 4px 46px;
  }
}
.cid-uesxhEZEb0 .row .card {
  justify-content: flex-end;
}
.cid-uesxhEZEb0 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uesxhEZEb0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uesxhEZEb0 .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uesxhEZEb0 .mbr-section-btn {
    text-align: left;
  }
}
.cid-uesxhEZEb0 .tags-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uesxhEZEb0 .tags-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uesxhEZEb0 .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uesxhEZEb0 .tags-wrapper .list .item-wrap {
  margin: 0 32px 32px 0;
}
.cid-uesxhEZEb0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 314px;
  max-width: 314px;
}
@media (max-width: 767px) {
  .cid-uesxhEZEb0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uesxhEZEb0 .embla__slide .slide-content {
  width: 100%;
}
.cid-uesxhEZEb0 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-uesxhEZEb0 .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uesxhEZEb0 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 360px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uesxhEZEb0 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uesxhEZEb0 .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uesxhEZEb0 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-uesxhEZEb0 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uesxhEZEb0 .embla__button--next,
.cid-uesxhEZEb0 .embla__button--prev {
  display: flex;
}
.cid-uesxhEZEb0 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uesxhEZEb0 .embla__button {
    bottom: 0;
  }
}
.cid-uesxhEZEb0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uesxhEZEb0 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uesxhEZEb0 .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uesxhEZEb0 .embla__button.embla__button--next {
  right: 30px;
}
.cid-uesxhEZEb0 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
.cid-uesxhEZEb0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uesxhEZEb0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uesxhEZEb0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uesxhEZEb0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uesxhEZEb0 .mbr-desc {
  color: #ffffff;
}
.cid-uesxhEZEb0 .mbr-section-title {
  color: #ffffff;
}
.cid-uesxhEZEb0 .list {
  color: #616161;
}
.cid-uesxhEZEb0 .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-uesxhEZEb0 .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-uesxhEZEb0 a {
  color: #FFF;
}
.cid-ufuFj6ZRKv.popup-builder {
  background-color: #ffffff;
}
.cid-ufuFj6ZRKv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufuFj6ZRKv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufuFj6ZRKv .modal-content,
.cid-ufuFj6ZRKv .modal-dialog {
  height: auto;
}
.cid-ufuFj6ZRKv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufuFj6ZRKv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufuFj6ZRKv .form-wrapper .mbr-form .form-group,
  .cid-ufuFj6ZRKv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufuFj6ZRKv .card-img {
  width: 240px;
  float: left;
  margin: 0 1rem 1rem 0;
}
.cid-ufuFj6ZRKv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ufuFj6ZRKv .mbr-text {
  text-align: left;
  line-height: 2.6rem;
  font-size: 1.5rem;
}
.cid-ufuFj6ZRKv .pt-0 {
  padding-top: 0 !important;
}
.cid-ufuFj6ZRKv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufuFj6ZRKv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufuFj6ZRKv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufuFj6ZRKv .modal-open {
  overflow: hidden;
}
.cid-ufuFj6ZRKv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufuFj6ZRKv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufuFj6ZRKv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufuFj6ZRKv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ufuFj6ZRKv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufuFj6ZRKv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufuFj6ZRKv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufuFj6ZRKv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ufuFj6ZRKv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
  padding: 2.6rem 0.6rem;
}
.cid-ufuFj6ZRKv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufuFj6ZRKv .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufuFj6ZRKv .modal-backdrop.show {
  opacity: .5;
}
.cid-ufuFj6ZRKv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ufuFj6ZRKv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFj6ZRKv .modal-header {
    padding: 1rem;
  }
}
.cid-ufuFj6ZRKv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufuFj6ZRKv .modal-header .close svg {
  fill: #353535;
}
.cid-ufuFj6ZRKv .modal-header .close:hover {
  opacity: 1;
}
.cid-ufuFj6ZRKv .modal-header .close:focus {
  outline: none;
}
.cid-ufuFj6ZRKv button.close {
  right: 4px;
  position: absolute;
  top: 6px;
}
.cid-ufuFj6ZRKv .modal-title {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #00a3e0, #d4145a);
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.6rem;
}
@media (max-width: 1199px) {
  .cid-ufuFj6ZRKv .modal-title {
    display: block;
  }
}
.cid-ufuFj6ZRKv .modal-title span {
  z-index: 1;
}
.cid-ufuFj6ZRKv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufuFj6ZRKv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFj6ZRKv .modal-body {
    padding: 1rem;
  }
}
.cid-ufuFj6ZRKv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufuFj6ZRKv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFj6ZRKv .modal-footer {
    padding: 1rem;
  }
}
.cid-ufuFj6ZRKv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufuFj6ZRKv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufuFj6ZRKv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufuFj6ZRKv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufuFj6ZRKv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufuFj6ZRKv .modal-lg,
  .cid-ufuFj6ZRKv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufuFj6ZRKv .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufuFj6ZRKv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufuFj6ZRKv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ufuFj6ZRKv .form-group {
  margin-bottom: 1rem;
}
.cid-ufuFj6ZRKv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufuFj6ZRKv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufuFj6ZRKv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ufuFj6ZRKv .mbr-section-btn {
  margin: 0;
}
.cid-ufuFj6ZRKv .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufuFj6ZRKv .cp_h1title {
  position: relative;
  padding: 0.4rem 0 0.4rem 3rem;
  background: linear-gradient(90deg, #06b7fa 8%, #f90435);
  z-index: 1;
  color: #ffffff;
  overflow: hidden;
  font-size: 1.9rem;
}
@media (max-width: 1199px) {
  .cid-ufuFj6ZRKv .cp_h1title {
    padding-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-ufuFj6ZRKv .cp_h1title div div {
    display: none;
  }
}
.cid-ufuFj6ZRKv .stlip {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: -17px;
  width: 120px;
  height: 16px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFj6ZRKv .stlip2 {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 31px;
  width: 120px;
  height: 20px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFj6ZRKv .stlip3 {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 92px;
  width: 120px;
  height: 27px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFj6ZRKv .stlip4 {
  position: absolute;
  top: -15px;
  bottom: 0;
  left: -86px;
  width: 20%;
  height: 53px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFj6ZRKv .stlip5 {
  position: absolute;
  top: 25px;
  bottom: 0;
  right: -61px;
  width: 15%;
  height: 80px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFjFU9mT.popup-builder {
  background-color: #ffffff;
}
.cid-ufuFjFU9mT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufuFjFU9mT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufuFjFU9mT .modal-content,
.cid-ufuFjFU9mT .modal-dialog {
  height: auto;
}
.cid-ufuFjFU9mT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufuFjFU9mT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufuFjFU9mT .form-wrapper .mbr-form .form-group,
  .cid-ufuFjFU9mT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufuFjFU9mT .card-img {
  width: 240px;
  float: left;
  margin: 0 1rem 1rem 0;
}
.cid-ufuFjFU9mT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ufuFjFU9mT .mbr-text {
  text-align: left;
  line-height: 2.6rem;
  font-size: 1.5rem;
}
.cid-ufuFjFU9mT .pt-0 {
  padding-top: 0 !important;
}
.cid-ufuFjFU9mT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufuFjFU9mT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufuFjFU9mT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufuFjFU9mT .modal-open {
  overflow: hidden;
}
.cid-ufuFjFU9mT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufuFjFU9mT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufuFjFU9mT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufuFjFU9mT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ufuFjFU9mT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufuFjFU9mT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufuFjFU9mT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufuFjFU9mT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ufuFjFU9mT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
  padding: 2.6rem 0.6rem;
}
.cid-ufuFjFU9mT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufuFjFU9mT .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufuFjFU9mT .modal-backdrop.show {
  opacity: .5;
}
.cid-ufuFjFU9mT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ufuFjFU9mT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFjFU9mT .modal-header {
    padding: 1rem;
  }
}
.cid-ufuFjFU9mT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufuFjFU9mT .modal-header .close svg {
  fill: #353535;
}
.cid-ufuFjFU9mT .modal-header .close:hover {
  opacity: 1;
}
.cid-ufuFjFU9mT .modal-header .close:focus {
  outline: none;
}
.cid-ufuFjFU9mT button.close {
  right: 4px;
  position: absolute;
  top: 6px;
}
.cid-ufuFjFU9mT .modal-title {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #00a3e0, #d4145a);
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.6rem;
}
@media (max-width: 1199px) {
  .cid-ufuFjFU9mT .modal-title {
    display: block;
  }
}
.cid-ufuFjFU9mT .modal-title span {
  z-index: 1;
}
.cid-ufuFjFU9mT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufuFjFU9mT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFjFU9mT .modal-body {
    padding: 1rem;
  }
}
.cid-ufuFjFU9mT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufuFjFU9mT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFjFU9mT .modal-footer {
    padding: 1rem;
  }
}
.cid-ufuFjFU9mT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufuFjFU9mT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufuFjFU9mT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufuFjFU9mT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufuFjFU9mT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufuFjFU9mT .modal-lg,
  .cid-ufuFjFU9mT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufuFjFU9mT .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufuFjFU9mT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufuFjFU9mT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ufuFjFU9mT .form-group {
  margin-bottom: 1rem;
}
.cid-ufuFjFU9mT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufuFjFU9mT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufuFjFU9mT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ufuFjFU9mT .mbr-section-btn {
  margin: 0;
}
.cid-ufuFjFU9mT .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufuFjFU9mT .cp_h1title {
  position: relative;
  padding: 0.4rem 0 0.4rem 3rem;
  background: linear-gradient(90deg, #06b7fa 8%, #f90435);
  z-index: 1;
  color: #ffffff;
  overflow: hidden;
  font-size: 1.9rem;
}
@media (max-width: 1199px) {
  .cid-ufuFjFU9mT .cp_h1title {
    padding-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-ufuFjFU9mT .cp_h1title div div {
    display: none;
  }
}
.cid-ufuFjFU9mT .stlip {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: -17px;
  width: 120px;
  height: 16px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFjFU9mT .stlip2 {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 31px;
  width: 120px;
  height: 20px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFjFU9mT .stlip3 {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 92px;
  width: 120px;
  height: 27px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFjFU9mT .stlip4 {
  position: absolute;
  top: -15px;
  bottom: 0;
  left: -86px;
  width: 20%;
  height: 53px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFjFU9mT .stlip5 {
  position: absolute;
  top: 25px;
  bottom: 0;
  right: -61px;
  width: 15%;
  height: 80px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFmCFiMg.popup-builder {
  background-color: #ffffff;
}
.cid-ufuFmCFiMg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufuFmCFiMg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufuFmCFiMg .modal-content,
.cid-ufuFmCFiMg .modal-dialog {
  height: auto;
}
.cid-ufuFmCFiMg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufuFmCFiMg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufuFmCFiMg .form-wrapper .mbr-form .form-group,
  .cid-ufuFmCFiMg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufuFmCFiMg .card-img {
  width: 240px;
  float: left;
  margin: 0 1rem 1rem 0;
}
.cid-ufuFmCFiMg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ufuFmCFiMg .mbr-text {
  text-align: left;
  line-height: 2.6rem;
  font-size: 1.5rem;
}
.cid-ufuFmCFiMg .pt-0 {
  padding-top: 0 !important;
}
.cid-ufuFmCFiMg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufuFmCFiMg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufuFmCFiMg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufuFmCFiMg .modal-open {
  overflow: hidden;
}
.cid-ufuFmCFiMg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufuFmCFiMg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufuFmCFiMg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufuFmCFiMg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ufuFmCFiMg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufuFmCFiMg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufuFmCFiMg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufuFmCFiMg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ufuFmCFiMg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
  padding: 2.6rem 0.6rem;
}
.cid-ufuFmCFiMg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufuFmCFiMg .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufuFmCFiMg .modal-backdrop.show {
  opacity: .5;
}
.cid-ufuFmCFiMg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ufuFmCFiMg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFmCFiMg .modal-header {
    padding: 1rem;
  }
}
.cid-ufuFmCFiMg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufuFmCFiMg .modal-header .close svg {
  fill: #353535;
}
.cid-ufuFmCFiMg .modal-header .close:hover {
  opacity: 1;
}
.cid-ufuFmCFiMg .modal-header .close:focus {
  outline: none;
}
.cid-ufuFmCFiMg button.close {
  right: 4px;
  position: absolute;
  top: 6px;
}
.cid-ufuFmCFiMg .modal-title {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #00a3e0, #d4145a);
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.6rem;
}
@media (max-width: 1199px) {
  .cid-ufuFmCFiMg .modal-title {
    display: block;
  }
}
.cid-ufuFmCFiMg .modal-title span {
  z-index: 1;
}
.cid-ufuFmCFiMg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufuFmCFiMg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFmCFiMg .modal-body {
    padding: 1rem;
  }
}
.cid-ufuFmCFiMg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufuFmCFiMg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFmCFiMg .modal-footer {
    padding: 1rem;
  }
}
.cid-ufuFmCFiMg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufuFmCFiMg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufuFmCFiMg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufuFmCFiMg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufuFmCFiMg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufuFmCFiMg .modal-lg,
  .cid-ufuFmCFiMg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufuFmCFiMg .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufuFmCFiMg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufuFmCFiMg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ufuFmCFiMg .form-group {
  margin-bottom: 1rem;
}
.cid-ufuFmCFiMg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufuFmCFiMg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufuFmCFiMg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ufuFmCFiMg .mbr-section-btn {
  margin: 0;
}
.cid-ufuFmCFiMg .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufuFmCFiMg .cp_h1title {
  position: relative;
  padding: 0.4rem 0 0.4rem 3rem;
  background: linear-gradient(90deg, #06b7fa 8%, #f90435);
  z-index: 1;
  color: #ffffff;
  overflow: hidden;
  font-size: 1.9rem;
}
@media (max-width: 1199px) {
  .cid-ufuFmCFiMg .cp_h1title {
    padding-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-ufuFmCFiMg .cp_h1title div div {
    display: none;
  }
}
.cid-ufuFmCFiMg .stlip {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: -17px;
  width: 120px;
  height: 16px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFmCFiMg .stlip2 {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 31px;
  width: 120px;
  height: 20px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFmCFiMg .stlip3 {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 92px;
  width: 120px;
  height: 27px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFmCFiMg .stlip4 {
  position: absolute;
  top: -15px;
  bottom: 0;
  left: -86px;
  width: 20%;
  height: 53px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFmCFiMg .stlip5 {
  position: absolute;
  top: 25px;
  bottom: 0;
  right: -61px;
  width: 15%;
  height: 80px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFpq0HOo.popup-builder {
  background-color: #ffffff;
}
.cid-ufuFpq0HOo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufuFpq0HOo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufuFpq0HOo .modal-content,
.cid-ufuFpq0HOo .modal-dialog {
  height: auto;
}
.cid-ufuFpq0HOo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufuFpq0HOo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufuFpq0HOo .form-wrapper .mbr-form .form-group,
  .cid-ufuFpq0HOo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufuFpq0HOo .card-img {
  width: 240px;
  float: left;
  margin: 0 1rem 1rem 0;
}
.cid-ufuFpq0HOo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ufuFpq0HOo .mbr-text {
  text-align: left;
  line-height: 2.6rem;
  font-size: 1.5rem;
}
.cid-ufuFpq0HOo .pt-0 {
  padding-top: 0 !important;
}
.cid-ufuFpq0HOo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufuFpq0HOo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufuFpq0HOo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufuFpq0HOo .modal-open {
  overflow: hidden;
}
.cid-ufuFpq0HOo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufuFpq0HOo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufuFpq0HOo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufuFpq0HOo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ufuFpq0HOo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufuFpq0HOo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufuFpq0HOo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufuFpq0HOo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ufuFpq0HOo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
  padding: 2.6rem 0.6rem;
}
.cid-ufuFpq0HOo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufuFpq0HOo .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufuFpq0HOo .modal-backdrop.show {
  opacity: .5;
}
.cid-ufuFpq0HOo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ufuFpq0HOo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFpq0HOo .modal-header {
    padding: 1rem;
  }
}
.cid-ufuFpq0HOo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufuFpq0HOo .modal-header .close svg {
  fill: #353535;
}
.cid-ufuFpq0HOo .modal-header .close:hover {
  opacity: 1;
}
.cid-ufuFpq0HOo .modal-header .close:focus {
  outline: none;
}
.cid-ufuFpq0HOo button.close {
  right: 4px;
  position: absolute;
  top: 6px;
}
.cid-ufuFpq0HOo .modal-title {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #00a3e0, #d4145a);
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.6rem;
}
@media (max-width: 1199px) {
  .cid-ufuFpq0HOo .modal-title {
    display: block;
  }
}
.cid-ufuFpq0HOo .modal-title span {
  z-index: 1;
}
.cid-ufuFpq0HOo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufuFpq0HOo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFpq0HOo .modal-body {
    padding: 1rem;
  }
}
.cid-ufuFpq0HOo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufuFpq0HOo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFpq0HOo .modal-footer {
    padding: 1rem;
  }
}
.cid-ufuFpq0HOo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufuFpq0HOo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufuFpq0HOo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufuFpq0HOo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufuFpq0HOo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufuFpq0HOo .modal-lg,
  .cid-ufuFpq0HOo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufuFpq0HOo .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufuFpq0HOo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufuFpq0HOo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ufuFpq0HOo .form-group {
  margin-bottom: 1rem;
}
.cid-ufuFpq0HOo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufuFpq0HOo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufuFpq0HOo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ufuFpq0HOo .mbr-section-btn {
  margin: 0;
}
.cid-ufuFpq0HOo .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufuFpq0HOo .cp_h1title {
  position: relative;
  padding: 0.4rem 0 0.4rem 3rem;
  background: linear-gradient(90deg, #06b7fa 8%, #f90435);
  z-index: 1;
  color: #ffffff;
  overflow: hidden;
  font-size: 1.9rem;
}
@media (max-width: 1199px) {
  .cid-ufuFpq0HOo .cp_h1title {
    padding-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-ufuFpq0HOo .cp_h1title div div {
    display: none;
  }
}
.cid-ufuFpq0HOo .stlip {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: -17px;
  width: 120px;
  height: 16px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFpq0HOo .stlip2 {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 31px;
  width: 120px;
  height: 20px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFpq0HOo .stlip3 {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 92px;
  width: 120px;
  height: 27px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFpq0HOo .stlip4 {
  position: absolute;
  top: -15px;
  bottom: 0;
  left: -86px;
  width: 20%;
  height: 53px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFpq0HOo .stlip5 {
  position: absolute;
  top: 25px;
  bottom: 0;
  right: -61px;
  width: 15%;
  height: 80px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFq0hapE.popup-builder {
  background-color: #ffffff;
}
.cid-ufuFq0hapE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufuFq0hapE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufuFq0hapE .modal-content,
.cid-ufuFq0hapE .modal-dialog {
  height: auto;
}
.cid-ufuFq0hapE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufuFq0hapE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufuFq0hapE .form-wrapper .mbr-form .form-group,
  .cid-ufuFq0hapE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufuFq0hapE .card-img {
  width: 240px;
  float: left;
  margin: 0 1rem 1rem 0;
}
.cid-ufuFq0hapE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ufuFq0hapE .mbr-text {
  text-align: left;
  line-height: 2.6rem;
  font-size: 1.5rem;
}
.cid-ufuFq0hapE .pt-0 {
  padding-top: 0 !important;
}
.cid-ufuFq0hapE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufuFq0hapE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufuFq0hapE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufuFq0hapE .modal-open {
  overflow: hidden;
}
.cid-ufuFq0hapE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufuFq0hapE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufuFq0hapE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufuFq0hapE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ufuFq0hapE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufuFq0hapE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufuFq0hapE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufuFq0hapE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ufuFq0hapE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
  padding: 2.6rem 0.6rem;
}
.cid-ufuFq0hapE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufuFq0hapE .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufuFq0hapE .modal-backdrop.show {
  opacity: .5;
}
.cid-ufuFq0hapE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ufuFq0hapE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFq0hapE .modal-header {
    padding: 1rem;
  }
}
.cid-ufuFq0hapE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufuFq0hapE .modal-header .close svg {
  fill: #353535;
}
.cid-ufuFq0hapE .modal-header .close:hover {
  opacity: 1;
}
.cid-ufuFq0hapE .modal-header .close:focus {
  outline: none;
}
.cid-ufuFq0hapE button.close {
  right: 4px;
  position: absolute;
  top: 6px;
}
.cid-ufuFq0hapE .modal-title {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #00a3e0, #d4145a);
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.6rem;
}
@media (max-width: 1199px) {
  .cid-ufuFq0hapE .modal-title {
    display: block;
  }
}
.cid-ufuFq0hapE .modal-title span {
  z-index: 1;
}
.cid-ufuFq0hapE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufuFq0hapE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFq0hapE .modal-body {
    padding: 1rem;
  }
}
.cid-ufuFq0hapE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufuFq0hapE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFq0hapE .modal-footer {
    padding: 1rem;
  }
}
.cid-ufuFq0hapE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufuFq0hapE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufuFq0hapE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufuFq0hapE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufuFq0hapE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufuFq0hapE .modal-lg,
  .cid-ufuFq0hapE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufuFq0hapE .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufuFq0hapE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufuFq0hapE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ufuFq0hapE .form-group {
  margin-bottom: 1rem;
}
.cid-ufuFq0hapE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufuFq0hapE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufuFq0hapE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ufuFq0hapE .mbr-section-btn {
  margin: 0;
}
.cid-ufuFq0hapE .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufuFq0hapE .cp_h1title {
  position: relative;
  padding: 0.4rem 0 0.4rem 3rem;
  background: linear-gradient(90deg, #06b7fa 8%, #f90435);
  z-index: 1;
  color: #ffffff;
  overflow: hidden;
  font-size: 1.9rem;
}
@media (max-width: 1199px) {
  .cid-ufuFq0hapE .cp_h1title {
    padding-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-ufuFq0hapE .cp_h1title div div {
    display: none;
  }
}
.cid-ufuFq0hapE .stlip {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: -17px;
  width: 120px;
  height: 16px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFq0hapE .stlip2 {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 31px;
  width: 120px;
  height: 20px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFq0hapE .stlip3 {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 92px;
  width: 120px;
  height: 27px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFq0hapE .stlip4 {
  position: absolute;
  top: -15px;
  bottom: 0;
  left: -86px;
  width: 20%;
  height: 53px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFq0hapE .stlip5 {
  position: absolute;
  top: 25px;
  bottom: 0;
  right: -61px;
  width: 15%;
  height: 80px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFqvWHr8.popup-builder {
  background-color: #ffffff;
}
.cid-ufuFqvWHr8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufuFqvWHr8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufuFqvWHr8 .modal-content,
.cid-ufuFqvWHr8 .modal-dialog {
  height: auto;
}
.cid-ufuFqvWHr8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufuFqvWHr8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufuFqvWHr8 .form-wrapper .mbr-form .form-group,
  .cid-ufuFqvWHr8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufuFqvWHr8 .card-img {
  width: 240px;
  float: left;
  margin: 0 1rem 1rem 0;
}
.cid-ufuFqvWHr8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ufuFqvWHr8 .mbr-text {
  text-align: left;
  line-height: 2.6rem;
  font-size: 1.5rem;
}
.cid-ufuFqvWHr8 .pt-0 {
  padding-top: 0 !important;
}
.cid-ufuFqvWHr8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufuFqvWHr8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufuFqvWHr8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufuFqvWHr8 .modal-open {
  overflow: hidden;
}
.cid-ufuFqvWHr8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufuFqvWHr8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufuFqvWHr8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufuFqvWHr8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ufuFqvWHr8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufuFqvWHr8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufuFqvWHr8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufuFqvWHr8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ufuFqvWHr8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
  padding: 2.6rem 0.6rem;
}
.cid-ufuFqvWHr8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufuFqvWHr8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufuFqvWHr8 .modal-backdrop.show {
  opacity: .5;
}
.cid-ufuFqvWHr8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ufuFqvWHr8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFqvWHr8 .modal-header {
    padding: 1rem;
  }
}
.cid-ufuFqvWHr8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufuFqvWHr8 .modal-header .close svg {
  fill: #353535;
}
.cid-ufuFqvWHr8 .modal-header .close:hover {
  opacity: 1;
}
.cid-ufuFqvWHr8 .modal-header .close:focus {
  outline: none;
}
.cid-ufuFqvWHr8 button.close {
  right: 4px;
  position: absolute;
  top: 6px;
}
.cid-ufuFqvWHr8 .modal-title {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #00a3e0, #d4145a);
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.6rem;
}
@media (max-width: 1199px) {
  .cid-ufuFqvWHr8 .modal-title {
    display: block;
  }
}
.cid-ufuFqvWHr8 .modal-title span {
  z-index: 1;
}
.cid-ufuFqvWHr8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufuFqvWHr8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFqvWHr8 .modal-body {
    padding: 1rem;
  }
}
.cid-ufuFqvWHr8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufuFqvWHr8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufuFqvWHr8 .modal-footer {
    padding: 1rem;
  }
}
.cid-ufuFqvWHr8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufuFqvWHr8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufuFqvWHr8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufuFqvWHr8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufuFqvWHr8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufuFqvWHr8 .modal-lg,
  .cid-ufuFqvWHr8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufuFqvWHr8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufuFqvWHr8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufuFqvWHr8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ufuFqvWHr8 .form-group {
  margin-bottom: 1rem;
}
.cid-ufuFqvWHr8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufuFqvWHr8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufuFqvWHr8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ufuFqvWHr8 .mbr-section-btn {
  margin: 0;
}
.cid-ufuFqvWHr8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufuFqvWHr8 .cp_h1title {
  position: relative;
  padding: 0.4rem 0 0.4rem 3rem;
  background: linear-gradient(90deg, #06b7fa 8%, #f90435);
  z-index: 1;
  color: #ffffff;
  overflow: hidden;
  font-size: 1.9rem;
}
@media (max-width: 1199px) {
  .cid-ufuFqvWHr8 .cp_h1title {
    padding-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-ufuFqvWHr8 .cp_h1title div div {
    display: none;
  }
}
.cid-ufuFqvWHr8 .stlip {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: -17px;
  width: 120px;
  height: 16px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFqvWHr8 .stlip2 {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 31px;
  width: 120px;
  height: 20px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFqvWHr8 .stlip3 {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 92px;
  width: 120px;
  height: 27px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFqvWHr8 .stlip4 {
  position: absolute;
  top: -15px;
  bottom: 0;
  left: -86px;
  width: 20%;
  height: 53px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-ufuFqvWHr8 .stlip5 {
  position: absolute;
  top: 25px;
  bottom: 0;
  right: -61px;
  width: 15%;
  height: 80px;
  background: #fff;
  z-index: 2;
  transform: rotate(131deg);
}
.cid-uesmxRFeMs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uesmxRFeMs .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uesmxRFeMs .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uesmxRFeMs .container {
    padding: 0 20px;
  }
}
.cid-uesmxRFeMs .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uesmxRFeMs .row {
    padding: 46px 0;
  }
}
.cid-uesmxRFeMs .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uesmxRFeMs .content-wrapper {
    padding: 0;
  }
}
.cid-uesmxRFeMs .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uesmxRFeMs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uesmxRFeMs .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uesmxRFeMs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uesmxRFeMs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uesmxRFeMs .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
}
@media (max-width: 992px) {
  .cid-uesmxRFeMs .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uesmxRFeMs .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uesmxRFeMs .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uesmxRFeMs .embla__slide .slide-content .item-wrapper .item-img img {
    width: 320px;
    height: 320px;
  }
}
.cid-uesmxRFeMs .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uesmxRFeMs .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uesmxRFeMs .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uesmxRFeMs .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uesmxRFeMs .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uesmxRFeMs .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uesmxRFeMs .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uesmxRFeMs .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uesmxRFeMs .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uesmxRFeMs .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uesmxRFeMs .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uesmxRFeMs .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uesmxRFeMs .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uesmxRFeMs .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uesmxRFeMs .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uesmxRFeMs .embla__button--next,
.cid-uesmxRFeMs .embla__button--prev {
  display: flex;
}
.cid-uesmxRFeMs .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uesmxRFeMs .embla__button {
    top: 2.5rem;
  }
}
.cid-uesmxRFeMs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uesmxRFeMs .embla__button:hover {
  opacity: 1 !important;
}
.cid-uesmxRFeMs .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uesmxRFeMs .embla__button.embla__button--next {
  right: 30px;
}
.cid-uesmxRFeMs .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uesmxRFeMs .embla {
    padding-top: 100px;
  }
}
.cid-uesmxRFeMs .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uesmxRFeMs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uesmxRFeMs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uesmxRFeMs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uesmxRFeMs .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uesmxRFeMs .mbr-section-title {
  color: #000000;
}
.cid-uesmxRFeMs .item-name {
  color: #000000;
  text-align: center;
}
.cid-uesmxRFeMs .item-role {
  color: #000000;
  text-align: center;
}
.cid-uesmxRFeMs .list,
.cid-uesmxRFeMs .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uesmxRFeMs .mbr-section-title,
.cid-uesmxRFeMs .mbr-section-btn-main {
  text-align: center;
}
.cid-uesmxRFeMs .item-name,
.cid-uesmxRFeMs .mbr-section-btn {
  text-align: center;
}
.cid-u1IQ5f7xLa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/59-841x473.png");
}
.cid-u1IQ5f7xLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ5f7xLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ5f7xLa .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQ5f7xLa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .container {
    padding: 0 20px;
  }
}
.cid-u1IQ5f7xLa .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1IQ5f7xLa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-u1IQ5f7xLa .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-u1IQ5f7xLa .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: rgba(0, 0, 0, 0.5);
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-u1IQ5f7xLa .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-u1IQ5f7xLa .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-u1IQ5f7xLa .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-u1IQ5f7xLa .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-primary,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-secondary,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-success,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-info,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-warning,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-danger,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-black,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-u1IQ5f7xLa .mbr-section-title {
  color: #000000;
}
.cid-u1IQ5f7xLa .mbr-desc,
.cid-u1IQ5f7xLa .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ5f7xLa .card-number {
  color: #ffffff;
}
.cid-u1IQ5f7xLa .card-title {
  color: #000000;
}
.cid-u1IQ5f7xLa .mbr-text,
.cid-u1IQ5f7xLa .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ5f7xLa .mbr-section-title,
.cid-u1IQ5f7xLa .mbr-section-btn {
  text-align: center;
}
.cid-u1IQ5f7xLa .mbr-section-title,
.cid-u1IQ5f7xLa .mbr-section-btn,
.cid-u1IQ5f7xLa .image-wrapper {
  color: #ffffff;
}
.cid-u1IQ5f7xLa .card-title,
.cid-u1IQ5f7xLa .icon-wrapper {
  color: #ffffff;
}
.cid-u1IQMld45c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/58-843x474.png");
}
.cid-u1IQMld45c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQMld45c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQMld45c .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQMld45c .container-fluid {
    padding: 0 20px;
  }
}
.cid-u1IQMld45c .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1IQMld45c .container {
    padding: 0 20px;
  }
}
.cid-u1IQMld45c .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1IQMld45c .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u1IQMld45c .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u1IQMld45c .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-u1IQMld45c .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-u1IQMld45c .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-u1IQMld45c .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #616161 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control:hover,
.cid-u1IQMld45c .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
}
.cid-u1IQMld45c .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-u1IQMld45c .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1IQMld45c .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1IQMld45c .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u1IQMld45c .mbr-text,
.cid-u1IQMld45c .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1IQMld45c label {
  color: #000000;
}
.cid-u1IQMld45c .mbr-section-btn {
  text-align: center;
}
.cid-ueskK6b1Hh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueskK6b1Hh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueskK6b1Hh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueskK6b1Hh .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ueskK6b1Hh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ueskK6b1Hh .container {
    padding: 0 20px;
  }
}
.cid-ueskK6b1Hh .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ueskK6b1Hh .row {
    padding: 46px 4px 46px;
  }
}
.cid-ueskK6b1Hh .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ueskK6b1Hh .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-ueskK6b1Hh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ueskK6b1Hh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ueskK6b1Hh .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueskK6b1Hh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ueskK6b1Hh .item {
  margin-bottom: 40px;
}
.cid-ueskK6b1Hh .item:first-child {
  margin-bottom: 0;
}
.cid-ueskK6b1Hh .item:hover .item-wrapper .item-img img,
.cid-ueskK6b1Hh .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ueskK6b1Hh .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-ueskK6b1Hh .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-ueskK6b1Hh .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-ueskK6b1Hh .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-ueskK6b1Hh .item a {
  display: block;
}
.cid-ueskK6b1Hh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ueskK6b1Hh .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ueskK6b1Hh .mbr-text,
.cid-ueskK6b1Hh .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ueskK6b1Hh .card-title {
  color: #000000;
}
.cid-ueskK6b1Hh .card-desc {
  color: #616161;
}
.cid-u1IQ7Ozymc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1IQ7Ozymc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ7Ozymc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ7Ozymc .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .container {
    padding: 0 20px;
  }
}
.cid-u1IQ7Ozymc .row {
  padding: 60px 0;
}
.cid-u1IQ7Ozymc .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:hover,
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-u1IQ7Ozymc .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-u1IQ7Ozymc .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .mbr-section-title {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-address {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-list-title {
  color: #000000;
}
.cid-u1IQ7Ozymc .list {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-copy {
  color: #000000;
}
