.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Unbounded;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 5.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 4.375rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 3.125rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((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.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ef6f3f !important;
}
.bg-info {
  background-color: #f0f0f0 !important;
}
.bg-warning {
  background-color: #569071 !important;
}
.bg-danger {
  background-color: #fed630 !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: #cbc97a !important;
  border-color: #cbc97a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #717171 !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: #717171 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #569071 !important;
  border-color: #569071 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fed630 !important;
  border-color: #fed630 !important;
  color: #2f2600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2f2600 !important;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #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: #cbc97a;
  color: #cbc97a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #aba943 !important;
  background-color: transparent !important;
  border-color: #aba943 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c5c5c5 !important;
  background-color: transparent !important;
  border-color: #c5c5c5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #717171 !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ef6f3f;
  color: #ef6f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c74211 !important;
  background-color: transparent !important;
  border-color: #c74211 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #569071;
  color: #569071;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #365a46 !important;
  background-color: transparent !important;
  border-color: #365a46 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #569071 !important;
  border-color: #569071 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fed630;
  color: #fed630;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d6ad01 !important;
  background-color: transparent !important;
  border-color: #d6ad01 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2f2600 !important;
  background-color: #fed630 !important;
  border-color: #fed630 !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: #cbc97a !important;
}
.text-success {
  color: #ef6f3f !important;
}
.text-info {
  color: #f0f0f0 !important;
}
.text-warning {
  color: #569071 !important;
}
.text-danger {
  color: #fed630 !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: #a09e3f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b93e0f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bdbdbd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #30503f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7a101 !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: #f0f0f0;
}
.alert-warning {
  background-color: #569071;
}
.alert-danger {
  background-color: #fed630;
}
.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: #fffcfb;
}
.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: #a0c6b1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
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: #cbc97a !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 {
  box-shadow: none;
  padding: 20px 40px;
  border: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
  max-width: 300px !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  box-shadow: inset 300px 0 0 0 #f0f0f0;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  box-shadow: inset 300px 0 0 0 #ef6f3f;
  color: #cbc97a !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  box-shadow: inset 300px 0 0 0 #cbc97a;
  color: #ef6f3f !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 300px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 300px 0 0 0 #fed630;
  color: #569071 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  box-shadow: inset 300px 0 0 0 #569071;
  color: #fed630 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  box-shadow: inset 300px 0 0 0 #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  box-shadow: inset 300px 0 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-uPTX4RnxAi {
  background-color: transparent;
}
.cid-uPTX4RnxAi .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPTX4RnxAi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPTX4RnxAi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPTX4RnxAi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPTX4RnxAi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPTX4RnxAi .menu_box .navbar.opened,
  .cid-uPTX4RnxAi .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPTX4RnxAi .navbar-dropdown {
  position: relative !important;
}
.cid-uPTX4RnxAi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPTX4RnxAi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPTX4RnxAi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPTX4RnxAi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPTX4RnxAi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPTX4RnxAi .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uPTX4RnxAi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPTX4RnxAi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPTX4RnxAi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPTX4RnxAi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPTX4RnxAi .offcanvas-body .mbr-text,
  .cid-uPTX4RnxAi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPTX4RnxAi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPTX4RnxAi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPTX4RnxAi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPTX4RnxAi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPTX4RnxAi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPTX4RnxAi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPTX4RnxAi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPTX4RnxAi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPTX4RnxAi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPTX4RnxAi .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-uPTX4RnxAi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPTX4RnxAi 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-uPTX4RnxAi .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPTX4RnxAi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPTX4RnxAi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPTX4RnxAi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPTX4RnxAi .nav-item {
    margin: 0 !important;
  }
}
.cid-uPTX4RnxAi .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPTX4RnxAi .nav-item .nav-link:hover,
.cid-uPTX4RnxAi .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uPTX4RnxAi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPTX4RnxAi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPTX4RnxAi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPTX4RnxAi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPTX4RnxAi .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-uPTX4RnxAi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPTX4RnxAi .offcanvas_box {
    display: none;
  }
}
.cid-uPTX4RnxAi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPTX4RnxAi .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPTX4RnxAi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPTX4RnxAi .container {
  display: flex;
  margin: auto;
}
.cid-uPTX4RnxAi .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-uPTX4RnxAi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPTX4RnxAi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPTX4RnxAi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPTX4RnxAi .navbar-nav {
    margin: 0;
  }
}
.cid-uPTX4RnxAi .dropdown-menu,
.cid-uPTX4RnxAi .navbar.opened {
  background-color: false !important;
}
.cid-uPTX4RnxAi .nav-item:focus,
.cid-uPTX4RnxAi .nav-link:focus {
  outline: none;
}
.cid-uPTX4RnxAi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPTX4RnxAi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTX4RnxAi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPTX4RnxAi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPTX4RnxAi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPTX4RnxAi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPTX4RnxAi .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPTX4RnxAi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPTX4RnxAi .navbar.opened {
  transition: all 0.3s;
}
.cid-uPTX4RnxAi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPTX4RnxAi .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPTX4RnxAi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPTX4RnxAi .navbar.collapsed {
  justify-content: center;
}
.cid-uPTX4RnxAi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPTX4RnxAi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPTX4RnxAi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPTX4RnxAi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPTX4RnxAi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPTX4RnxAi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPTX4RnxAi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPTX4RnxAi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPTX4RnxAi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uPTX4RnxAi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPTX4RnxAi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPTX4RnxAi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPTX4RnxAi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPTX4RnxAi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPTX4RnxAi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPTX4RnxAi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPTX4RnxAi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPTX4RnxAi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPTX4RnxAi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPTX4RnxAi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPTX4RnxAi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPTX4RnxAi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPTX4RnxAi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPTX4RnxAi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPTX4RnxAi .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-uPTX4RnxAi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPTX4RnxAi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPTX4RnxAi .dropdown-item.active,
.cid-uPTX4RnxAi .dropdown-item:active {
  background-color: transparent;
}
.cid-uPTX4RnxAi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPTX4RnxAi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPTX4RnxAi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPTX4RnxAi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPTX4RnxAi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPTX4RnxAi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPTX4RnxAi 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: #f0f0f0;
}
.cid-uPTX4RnxAi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPTX4RnxAi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPTX4RnxAi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPTX4RnxAi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPTX4RnxAi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPTX4RnxAi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPTX4RnxAi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPTX4RnxAi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPTX4RnxAi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPTX4RnxAi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPTX4RnxAi .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-uPTX4RnxAi .navbar {
    height: 70px;
  }
  .cid-uPTX4RnxAi .navbar.opened {
    height: auto;
  }
  .cid-uPTX4RnxAi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPTX4RnxAi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPTX4RnxAi .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uPTX4RnxAi .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPTX4RnxAi .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPTX4RnxAi .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uPTX4RnxAi .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uPTX4RnxAi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPTX4RnxAi .text_widget {
  margin-bottom: 32px;
}
.cid-uPTX4RnxAi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPTX4RnxAi .text_widget a:hover,
.cid-uPTX4RnxAi .text_widget a:focus {
  opacity: .6;
}
.cid-uPTX4RnxAi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPTX4RnxAi .navbar-caption {
  color: #000000;
}
.cid-uPTX4RnxAi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPTX4RnxAi .mbr-section-subtitle,
.cid-uPTX4RnxAi .text_widget,
.cid-uPTX4RnxAi .mbr-section-btn {
  text-align: center;
}
.cid-uPTX4RnxAi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPTX53ps5z {
  background-image: url("../../../assets/images/screenshot-46.png-1294x788.png");
}
.cid-uPTX53ps5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTX53ps5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTX53ps5z .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uPTX53ps5z .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uPTX53ps5z .container {
    padding: 0 25px;
  }
}
.cid-uPTX53ps5z .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uPTX53ps5z .title-wrapper {
    padding: 0;
  }
}
.cid-uPTX53ps5z .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPTX53ps5z .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uPTX53ps5z .mbr-section-title {
  color: #ffffff;
}
.cid-uPTX53ps5z .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPTX53ps5z .mbr-section-title,
.cid-uPTX53ps5z .mbr-section-btn {
  text-align: center;
}
.cid-uPTX5NBHzZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPTX5NBHzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTX5NBHzZ .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-uPTX5NBHzZ .container {
    padding: 0 25px;
  }
}
.cid-uPTX5NBHzZ .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uPTX5NBHzZ .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uPTX5NBHzZ .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uPTX5NBHzZ .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uPTX5NBHzZ .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uPTX5NBHzZ .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPTX5NBHzZ .items .item {
    margin: 0;
  }
}
.cid-uPTX5NBHzZ .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uPTX5NBHzZ .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPTX5NBHzZ .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-uPTX5NBHzZ .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uPTX5NBHzZ .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uPTX5NBHzZ .mbr-section-title {
  color: #000000;
}
.cid-uPTX5NBHzZ .item-title {
  color: #000000;
}
.cid-uPTX5NBHzZ .mbr-text {
  color: #000000;
}
.cid-uPTX84TIxB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uPTX84TIxB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPTX84TIxB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPTX84TIxB .container {
    padding: 0 25px;
  }
}
.cid-uPTX84TIxB .row {
  margin: 0;
}
.cid-uPTX84TIxB .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uPTX84TIxB .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uPTX84TIxB .image-wrapper {
    min-height: 350px;
  }
}
.cid-uPTX84TIxB .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPTX84TIxB .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uPTX84TIxB .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uPTX84TIxB .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPTX84TIxB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPTX84TIxB .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uPTX84TIxB .mbr-section-title {
  color: #000000;
}
.cid-uPTX84TIxB .mbr-text {
  color: #000000;
}
.cid-uPTX8XVrG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPTX8XVrG2 .container {
    padding: 0 25px;
  }
}
.cid-uPTX8XVrG2 .title-wrapper {
  margin: 25px 0;
}
.cid-uPTX8XVrG2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPTX8XVrG2 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uPTX8XVrG2 .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uPTX8XVrG2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPTX8XVrG2 .mbr-section-title {
  color: #000000;
}
.cid-uPTX8XVrG2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPTX8XVrG2 .mbr-text {
  color: #000000;
}
.cid-uPTXa0Ueiw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPTXa0Ueiw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPTXa0Ueiw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPTXa0Ueiw .container {
    padding: 0 25px;
  }
}
.cid-uPTXa0Ueiw .row {
  margin: 0;
}
.cid-uPTXa0Ueiw .row .card {
  padding: 0;
}
.cid-uPTXa0Ueiw .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPTXa0Ueiw .image-wrapper {
    height: 350px;
  }
}
.cid-uPTXa0Ueiw .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPTXa0Ueiw .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #171717;
}
@media (max-width: 768px) {
  .cid-uPTXa0Ueiw .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uPTXa0Ueiw .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uPTXa0Ueiw .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uPTXa0Ueiw .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uPTXa0Ueiw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uPTXa0Ueiw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPTXa0Ueiw .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uPTXa0Ueiw .mbr-section-title {
  color: #ffffff;
}
.cid-uPTXa0Ueiw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPTXa0Ueiw .mbr-text {
  color: #ffffff;
}
.cid-uPTXdObbkf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPTXdObbkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTXdObbkf .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-uPTXdObbkf .container {
    padding: 0 25px;
  }
}
.cid-uPTXdObbkf .row {
  justify-content: center;
}
.cid-uPTXdObbkf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPTXdObbkf .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-uPTXdObbkf .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPTXdObbkf .item .item-wrapper:hover .item-img img,
.cid-uPTXdObbkf .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPTXdObbkf .item .item-wrapper {
    display: block;
  }
}
.cid-uPTXdObbkf .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPTXdObbkf .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPTXdObbkf .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPTXdObbkf .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPTXdObbkf .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPTXdObbkf .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPTXdObbkf .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPTXdObbkf .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPTXdObbkf .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPTXdObbkf .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPTXdObbkf .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPTXdObbkf .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPTXdObbkf .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPTXdObbkf .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPTXdObbkf .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPTXdObbkf .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPTXdObbkf .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPTXdObbkf .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #ffffff;
}
.cid-uPTXdObbkf .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPTXdObbkf .mbr-section-title {
  color: #000000;
}
.cid-uPTXdObbkf .item-title {
  color: #000000;
}
.cid-uPTXdObbkf .item-desc {
  color: #000000;
}
.cid-uPTXdObbkf .item-subtitle {
  color: #000000;
}
.cid-uPTXdObbkf .item-price {
  color: #000000;
}
.cid-uPU4l3lERb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPU4l3lERb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPU4l3lERb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPU4l3lERb .copyright {
  color: #ffffff;
}
.cid-uPU4l3lERb .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPU4l3lERb .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uPU4l3lERb .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uPU4l3lERb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPU4l3lERb .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPU4l3lERb .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPU4l3lERb .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPU4l3lERb .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPU4l3lERb .row-links-soc,
.cid-uPU4l3lERb .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uPU4l3lERb .copyright,
.cid-uPU4l3lERb .line {
  color: #ffffff;
}
.cid-uPU4l3lERb .row-links-soc {
  color: #ffffff;
}
.cid-uPU4l3lERb H2 {
  color: #ffffff;
}
.cid-uPU4l3lERb P {
  color: #ffffff;
}
.cid-uPUaxUc8Dt {
  background-color: transparent;
}
.cid-uPUaxUc8Dt .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPUaxUc8Dt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPUaxUc8Dt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPUaxUc8Dt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPUaxUc8Dt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPUaxUc8Dt .menu_box .navbar.opened,
  .cid-uPUaxUc8Dt .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPUaxUc8Dt .navbar-dropdown {
  position: relative !important;
}
.cid-uPUaxUc8Dt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPUaxUc8Dt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPUaxUc8Dt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPUaxUc8Dt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPUaxUc8Dt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPUaxUc8Dt .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uPUaxUc8Dt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPUaxUc8Dt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPUaxUc8Dt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPUaxUc8Dt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPUaxUc8Dt .offcanvas-body .mbr-text,
  .cid-uPUaxUc8Dt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPUaxUc8Dt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPUaxUc8Dt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPUaxUc8Dt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPUaxUc8Dt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPUaxUc8Dt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPUaxUc8Dt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPUaxUc8Dt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPUaxUc8Dt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPUaxUc8Dt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUaxUc8Dt .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-uPUaxUc8Dt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPUaxUc8Dt 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-uPUaxUc8Dt .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPUaxUc8Dt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPUaxUc8Dt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPUaxUc8Dt .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPUaxUc8Dt .nav-item {
    margin: 0 !important;
  }
}
.cid-uPUaxUc8Dt .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPUaxUc8Dt .nav-item .nav-link:hover,
.cid-uPUaxUc8Dt .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uPUaxUc8Dt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPUaxUc8Dt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPUaxUc8Dt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPUaxUc8Dt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUaxUc8Dt .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-uPUaxUc8Dt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPUaxUc8Dt .offcanvas_box {
    display: none;
  }
}
.cid-uPUaxUc8Dt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPUaxUc8Dt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPUaxUc8Dt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPUaxUc8Dt .container {
  display: flex;
  margin: auto;
}
.cid-uPUaxUc8Dt .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-uPUaxUc8Dt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPUaxUc8Dt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPUaxUc8Dt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPUaxUc8Dt .navbar-nav {
    margin: 0;
  }
}
.cid-uPUaxUc8Dt .dropdown-menu,
.cid-uPUaxUc8Dt .navbar.opened {
  background-color: false !important;
}
.cid-uPUaxUc8Dt .nav-item:focus,
.cid-uPUaxUc8Dt .nav-link:focus {
  outline: none;
}
.cid-uPUaxUc8Dt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPUaxUc8Dt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPUaxUc8Dt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPUaxUc8Dt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPUaxUc8Dt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPUaxUc8Dt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPUaxUc8Dt .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPUaxUc8Dt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPUaxUc8Dt .navbar.opened {
  transition: all 0.3s;
}
.cid-uPUaxUc8Dt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPUaxUc8Dt .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPUaxUc8Dt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPUaxUc8Dt .navbar.collapsed {
  justify-content: center;
}
.cid-uPUaxUc8Dt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPUaxUc8Dt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPUaxUc8Dt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPUaxUc8Dt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPUaxUc8Dt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPUaxUc8Dt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPUaxUc8Dt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPUaxUc8Dt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPUaxUc8Dt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uPUaxUc8Dt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPUaxUc8Dt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPUaxUc8Dt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPUaxUc8Dt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPUaxUc8Dt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPUaxUc8Dt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPUaxUc8Dt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPUaxUc8Dt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPUaxUc8Dt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPUaxUc8Dt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPUaxUc8Dt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPUaxUc8Dt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPUaxUc8Dt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPUaxUc8Dt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPUaxUc8Dt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPUaxUc8Dt .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-uPUaxUc8Dt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPUaxUc8Dt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPUaxUc8Dt .dropdown-item.active,
.cid-uPUaxUc8Dt .dropdown-item:active {
  background-color: transparent;
}
.cid-uPUaxUc8Dt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPUaxUc8Dt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPUaxUc8Dt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPUaxUc8Dt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPUaxUc8Dt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPUaxUc8Dt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPUaxUc8Dt 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: #f0f0f0;
}
.cid-uPUaxUc8Dt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPUaxUc8Dt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPUaxUc8Dt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUaxUc8Dt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUaxUc8Dt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPUaxUc8Dt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUaxUc8Dt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPUaxUc8Dt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPUaxUc8Dt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUaxUc8Dt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPUaxUc8Dt .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-uPUaxUc8Dt .navbar {
    height: 70px;
  }
  .cid-uPUaxUc8Dt .navbar.opened {
    height: auto;
  }
  .cid-uPUaxUc8Dt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPUaxUc8Dt .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPUaxUc8Dt .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uPUaxUc8Dt .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPUaxUc8Dt .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPUaxUc8Dt .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uPUaxUc8Dt .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uPUaxUc8Dt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPUaxUc8Dt .text_widget {
  margin-bottom: 32px;
}
.cid-uPUaxUc8Dt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPUaxUc8Dt .text_widget a:hover,
.cid-uPUaxUc8Dt .text_widget a:focus {
  opacity: .6;
}
.cid-uPUaxUc8Dt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPUaxUc8Dt .navbar-caption {
  color: #000000;
}
.cid-uPUaxUc8Dt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPUaxUc8Dt .mbr-section-subtitle,
.cid-uPUaxUc8Dt .text_widget,
.cid-uPUaxUc8Dt .mbr-section-btn {
  text-align: center;
}
.cid-uPUaxUc8Dt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPUaxXajHF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPUaxXajHF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPUaxXajHF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPUaxXajHF .container {
    padding: 0 25px;
  }
}
.cid-uPUaxXajHF .row {
  margin: 0;
}
.cid-uPUaxXajHF .row .card {
  padding: 0;
}
.cid-uPUaxXajHF .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPUaxXajHF .image-wrapper {
    height: 350px;
  }
}
.cid-uPUaxXajHF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPUaxXajHF .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #171717;
}
@media (max-width: 768px) {
  .cid-uPUaxXajHF .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uPUaxXajHF .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uPUaxXajHF .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uPUaxXajHF .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uPUaxXajHF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uPUaxXajHF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPUaxXajHF .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uPUaxXajHF .mbr-section-title {
  color: #ffffff;
}
.cid-uPUaxXajHF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPUaxXajHF .mbr-text {
  color: #ffffff;
}
.cid-uPUay10sod {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPUay10sod .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUay10sod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUay10sod .copyright {
  color: #ffffff;
}
.cid-uPUay10sod .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPUay10sod .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uPUay10sod .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uPUay10sod .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPUay10sod .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPUay10sod .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPUay10sod .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPUay10sod .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPUay10sod .row-links-soc,
.cid-uPUay10sod .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uPUay10sod .copyright,
.cid-uPUay10sod .line {
  color: #ffffff;
}
.cid-uPUay10sod .row-links-soc {
  color: #ffffff;
}
.cid-uPUay10sod H2 {
  color: #ffffff;
}
.cid-uPUay10sod P {
  color: #ffffff;
}
.cid-uPUaKZSXAc {
  background-color: transparent;
}
.cid-uPUaKZSXAc .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPUaKZSXAc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPUaKZSXAc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPUaKZSXAc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPUaKZSXAc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPUaKZSXAc .menu_box .navbar.opened,
  .cid-uPUaKZSXAc .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPUaKZSXAc .navbar-dropdown {
  position: relative !important;
}
.cid-uPUaKZSXAc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPUaKZSXAc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPUaKZSXAc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPUaKZSXAc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPUaKZSXAc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPUaKZSXAc .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uPUaKZSXAc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPUaKZSXAc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPUaKZSXAc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPUaKZSXAc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPUaKZSXAc .offcanvas-body .mbr-text,
  .cid-uPUaKZSXAc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPUaKZSXAc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPUaKZSXAc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPUaKZSXAc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPUaKZSXAc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPUaKZSXAc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPUaKZSXAc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPUaKZSXAc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPUaKZSXAc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPUaKZSXAc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUaKZSXAc .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-uPUaKZSXAc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPUaKZSXAc 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-uPUaKZSXAc .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPUaKZSXAc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPUaKZSXAc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPUaKZSXAc .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPUaKZSXAc .nav-item {
    margin: 0 !important;
  }
}
.cid-uPUaKZSXAc .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPUaKZSXAc .nav-item .nav-link:hover,
.cid-uPUaKZSXAc .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uPUaKZSXAc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPUaKZSXAc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPUaKZSXAc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPUaKZSXAc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUaKZSXAc .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-uPUaKZSXAc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPUaKZSXAc .offcanvas_box {
    display: none;
  }
}
.cid-uPUaKZSXAc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPUaKZSXAc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPUaKZSXAc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPUaKZSXAc .container {
  display: flex;
  margin: auto;
}
.cid-uPUaKZSXAc .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-uPUaKZSXAc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPUaKZSXAc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPUaKZSXAc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPUaKZSXAc .navbar-nav {
    margin: 0;
  }
}
.cid-uPUaKZSXAc .dropdown-menu,
.cid-uPUaKZSXAc .navbar.opened {
  background-color: false !important;
}
.cid-uPUaKZSXAc .nav-item:focus,
.cid-uPUaKZSXAc .nav-link:focus {
  outline: none;
}
.cid-uPUaKZSXAc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPUaKZSXAc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPUaKZSXAc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPUaKZSXAc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPUaKZSXAc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPUaKZSXAc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPUaKZSXAc .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPUaKZSXAc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPUaKZSXAc .navbar.opened {
  transition: all 0.3s;
}
.cid-uPUaKZSXAc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPUaKZSXAc .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPUaKZSXAc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPUaKZSXAc .navbar.collapsed {
  justify-content: center;
}
.cid-uPUaKZSXAc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPUaKZSXAc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPUaKZSXAc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPUaKZSXAc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPUaKZSXAc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPUaKZSXAc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPUaKZSXAc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPUaKZSXAc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPUaKZSXAc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uPUaKZSXAc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPUaKZSXAc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPUaKZSXAc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPUaKZSXAc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPUaKZSXAc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPUaKZSXAc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPUaKZSXAc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPUaKZSXAc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPUaKZSXAc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPUaKZSXAc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPUaKZSXAc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPUaKZSXAc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPUaKZSXAc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPUaKZSXAc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPUaKZSXAc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPUaKZSXAc .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-uPUaKZSXAc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPUaKZSXAc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPUaKZSXAc .dropdown-item.active,
.cid-uPUaKZSXAc .dropdown-item:active {
  background-color: transparent;
}
.cid-uPUaKZSXAc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPUaKZSXAc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPUaKZSXAc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPUaKZSXAc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPUaKZSXAc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPUaKZSXAc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPUaKZSXAc 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: #f0f0f0;
}
.cid-uPUaKZSXAc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPUaKZSXAc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPUaKZSXAc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUaKZSXAc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUaKZSXAc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPUaKZSXAc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUaKZSXAc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPUaKZSXAc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPUaKZSXAc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUaKZSXAc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPUaKZSXAc .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-uPUaKZSXAc .navbar {
    height: 70px;
  }
  .cid-uPUaKZSXAc .navbar.opened {
    height: auto;
  }
  .cid-uPUaKZSXAc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPUaKZSXAc .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPUaKZSXAc .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uPUaKZSXAc .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPUaKZSXAc .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPUaKZSXAc .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uPUaKZSXAc .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uPUaKZSXAc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPUaKZSXAc .text_widget {
  margin-bottom: 32px;
}
.cid-uPUaKZSXAc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPUaKZSXAc .text_widget a:hover,
.cid-uPUaKZSXAc .text_widget a:focus {
  opacity: .6;
}
.cid-uPUaKZSXAc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPUaKZSXAc .navbar-caption {
  color: #000000;
}
.cid-uPUaKZSXAc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPUaKZSXAc .mbr-section-subtitle,
.cid-uPUaKZSXAc .text_widget,
.cid-uPUaKZSXAc .mbr-section-btn {
  text-align: center;
}
.cid-uPUaKZSXAc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPUaL0JoHM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPUaL0JoHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUaL0JoHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUaL0JoHM .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPUaL0JoHM .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uPUaL0JoHM .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPUaL0JoHM .title-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uPUaL0JoHM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uPUaL0JoHM .items-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-uPUaL0JoHM .items-wrapper .item:hover .item-wrapper,
.cid-uPUaL0JoHM .items-wrapper .item:focus .item-wrapper {
  background-color: #2c2f35;
}
.cid-uPUaL0JoHM .items-wrapper .item:hover .item-wrapper .card-box .item-number,
.cid-uPUaL0JoHM .items-wrapper .item:focus .item-wrapper .card-box .item-number {
  color: #ffffff;
}
.cid-uPUaL0JoHM .items-wrapper .item:hover .item-wrapper .card-box .item-text,
.cid-uPUaL0JoHM .items-wrapper .item:focus .item-wrapper .card-box .item-text {
  color: #ffffff;
}
.cid-uPUaL0JoHM .items-wrapper .item:hover .item-wrapper .content-wrap .item-wrap,
.cid-uPUaL0JoHM .items-wrapper .item:focus .item-wrapper .content-wrap .item-wrap {
  background-color: #1f2329;
}
.cid-uPUaL0JoHM .items-wrapper .item:hover .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont,
.cid-uPUaL0JoHM .items-wrapper .item:focus .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uPUaL0JoHM .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background-color: #1f2329;
  border: 1px solid #2c2f35;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPUaL0JoHM .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uPUaL0JoHM .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-uPUaL0JoHM .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPUaL0JoHM .items-wrapper .item .item-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uPUaL0JoHM .items-wrapper .item .item-wrapper .content-wrap {
    margin-top: 22px;
  }
}
.cid-uPUaL0JoHM .items-wrapper .item .item-wrapper .content-wrap .item-wrap {
  position: relative;
  margin: 0 16px 0 0;
  background-color: #2c2f35;
  padding: 2px 8px;
}
.cid-uPUaL0JoHM .items-wrapper .item .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  opacity: .5;
}
.cid-uPUaL0JoHM .mbr-section-title {
  color: #ffffff;
}
.cid-uPUaL0JoHM .mbr-text {
  color: #ffffff;
}
.cid-uPUaL0JoHM .item-number {
  color: #ffffff;
}
.cid-uPUaL0JoHM .item-text {
  color: #ffffff;
}
.cid-uPUaL0JoHM .item-wrap {
  color: #ffffff;
}
.cid-uPUaL2UtxR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPUaL2UtxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUaL2UtxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUaL2UtxR .copyright {
  color: #ffffff;
}
.cid-uPUaL2UtxR .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPUaL2UtxR .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uPUaL2UtxR .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uPUaL2UtxR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPUaL2UtxR .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPUaL2UtxR .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPUaL2UtxR .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPUaL2UtxR .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPUaL2UtxR .row-links-soc,
.cid-uPUaL2UtxR .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uPUaL2UtxR .copyright,
.cid-uPUaL2UtxR .line {
  color: #ffffff;
}
.cid-uPUaL2UtxR .row-links-soc {
  color: #ffffff;
}
.cid-uPUaL2UtxR H2 {
  color: #ffffff;
}
.cid-uPUaL2UtxR P {
  color: #ffffff;
}
.cid-uPUaTKHKba {
  background-color: transparent;
}
.cid-uPUaTKHKba .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPUaTKHKba .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPUaTKHKba .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPUaTKHKba .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPUaTKHKba .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPUaTKHKba .menu_box .navbar.opened,
  .cid-uPUaTKHKba .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPUaTKHKba .navbar-dropdown {
  position: relative !important;
}
.cid-uPUaTKHKba .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPUaTKHKba .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPUaTKHKba .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPUaTKHKba .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPUaTKHKba .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPUaTKHKba .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uPUaTKHKba .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPUaTKHKba .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPUaTKHKba .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPUaTKHKba .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPUaTKHKba .offcanvas-body .mbr-text,
  .cid-uPUaTKHKba .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPUaTKHKba .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPUaTKHKba .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPUaTKHKba .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPUaTKHKba .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPUaTKHKba .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPUaTKHKba .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPUaTKHKba .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPUaTKHKba ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPUaTKHKba .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUaTKHKba .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-uPUaTKHKba .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPUaTKHKba 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-uPUaTKHKba .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPUaTKHKba .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPUaTKHKba .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPUaTKHKba .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPUaTKHKba .nav-item {
    margin: 0 !important;
  }
}
.cid-uPUaTKHKba .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPUaTKHKba .nav-item .nav-link:hover,
.cid-uPUaTKHKba .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uPUaTKHKba .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPUaTKHKba .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPUaTKHKba .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPUaTKHKba .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUaTKHKba .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-uPUaTKHKba .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPUaTKHKba .offcanvas_box {
    display: none;
  }
}
.cid-uPUaTKHKba .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPUaTKHKba .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPUaTKHKba .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPUaTKHKba .container {
  display: flex;
  margin: auto;
}
.cid-uPUaTKHKba .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-uPUaTKHKba .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPUaTKHKba .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPUaTKHKba .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPUaTKHKba .navbar-nav {
    margin: 0;
  }
}
.cid-uPUaTKHKba .dropdown-menu,
.cid-uPUaTKHKba .navbar.opened {
  background-color: false !important;
}
.cid-uPUaTKHKba .nav-item:focus,
.cid-uPUaTKHKba .nav-link:focus {
  outline: none;
}
.cid-uPUaTKHKba .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPUaTKHKba .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPUaTKHKba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPUaTKHKba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPUaTKHKba .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPUaTKHKba .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPUaTKHKba .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPUaTKHKba .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPUaTKHKba .navbar.opened {
  transition: all 0.3s;
}
.cid-uPUaTKHKba .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPUaTKHKba .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPUaTKHKba .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPUaTKHKba .navbar.collapsed {
  justify-content: center;
}
.cid-uPUaTKHKba .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPUaTKHKba .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPUaTKHKba .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPUaTKHKba .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPUaTKHKba .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPUaTKHKba .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPUaTKHKba .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPUaTKHKba .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPUaTKHKba .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uPUaTKHKba .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPUaTKHKba .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPUaTKHKba .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPUaTKHKba .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPUaTKHKba .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPUaTKHKba .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPUaTKHKba .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPUaTKHKba .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPUaTKHKba .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPUaTKHKba .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPUaTKHKba .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPUaTKHKba .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPUaTKHKba .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPUaTKHKba .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPUaTKHKba .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPUaTKHKba .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-uPUaTKHKba .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPUaTKHKba .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPUaTKHKba .dropdown-item.active,
.cid-uPUaTKHKba .dropdown-item:active {
  background-color: transparent;
}
.cid-uPUaTKHKba .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPUaTKHKba .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPUaTKHKba .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPUaTKHKba .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPUaTKHKba ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPUaTKHKba .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPUaTKHKba 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: #f0f0f0;
}
.cid-uPUaTKHKba button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPUaTKHKba button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPUaTKHKba button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUaTKHKba button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUaTKHKba button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPUaTKHKba nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUaTKHKba nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPUaTKHKba nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPUaTKHKba nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUaTKHKba a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPUaTKHKba .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-uPUaTKHKba .navbar {
    height: 70px;
  }
  .cid-uPUaTKHKba .navbar.opened {
    height: auto;
  }
  .cid-uPUaTKHKba .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPUaTKHKba .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPUaTKHKba .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uPUaTKHKba .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPUaTKHKba .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPUaTKHKba .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uPUaTKHKba .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uPUaTKHKba .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPUaTKHKba .text_widget {
  margin-bottom: 32px;
}
.cid-uPUaTKHKba .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPUaTKHKba .text_widget a:hover,
.cid-uPUaTKHKba .text_widget a:focus {
  opacity: .6;
}
.cid-uPUaTKHKba .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPUaTKHKba .navbar-caption {
  color: #000000;
}
.cid-uPUaTKHKba .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPUaTKHKba .mbr-section-subtitle,
.cid-uPUaTKHKba .text_widget,
.cid-uPUaTKHKba .mbr-section-btn {
  text-align: center;
}
.cid-uPUaTKHKba a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPUaTLD49g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPUaTLD49g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUaTLD49g .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-uPUaTLD49g .container {
    padding: 0 25px;
  }
}
.cid-uPUaTLD49g .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
  margin: 0 0 50px 42px;
}
@media (max-width: 1440px) {
  .cid-uPUaTLD49g .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 1440px) {
  .cid-uPUaTLD49g .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uPUaTLD49g .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uPUaTLD49g .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uPUaTLD49g .items .item {
  margin-right: 80px;
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uPUaTLD49g .items .item {
    margin-left: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPUaTLD49g .items .item {
    margin: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uPUaTLD49g .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPUaTLD49g .items .item {
    margin: 0;
  }
}
.cid-uPUaTLD49g .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uPUaTLD49g .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPUaTLD49g .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-uPUaTLD49g .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uPUaTLD49g .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uPUaTLD49g .mbr-section-title {
  color: #000000;
}
.cid-uPUaTLD49g .item-title {
  color: #000000;
}
.cid-uPUaTLD49g .mbr-text {
  color: #000000;
}
.cid-uPUaTNfT47 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPUaTNfT47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUaTNfT47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUaTNfT47 .copyright {
  color: #ffffff;
}
.cid-uPUaTNfT47 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPUaTNfT47 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uPUaTNfT47 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uPUaTNfT47 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPUaTNfT47 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPUaTNfT47 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPUaTNfT47 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPUaTNfT47 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPUaTNfT47 .row-links-soc,
.cid-uPUaTNfT47 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uPUaTNfT47 .copyright,
.cid-uPUaTNfT47 .line {
  color: #ffffff;
}
.cid-uPUaTNfT47 .row-links-soc {
  color: #ffffff;
}
.cid-uPUaTNfT47 H2 {
  color: #ffffff;
}
.cid-uPUaTNfT47 P {
  color: #ffffff;
}
.cid-uPUb2polAy {
  background-color: transparent;
}
.cid-uPUb2polAy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPUb2polAy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPUb2polAy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPUb2polAy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPUb2polAy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPUb2polAy .menu_box .navbar.opened,
  .cid-uPUb2polAy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPUb2polAy .navbar-dropdown {
  position: relative !important;
}
.cid-uPUb2polAy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPUb2polAy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPUb2polAy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPUb2polAy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPUb2polAy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPUb2polAy .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uPUb2polAy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPUb2polAy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPUb2polAy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPUb2polAy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPUb2polAy .offcanvas-body .mbr-text,
  .cid-uPUb2polAy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPUb2polAy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPUb2polAy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPUb2polAy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPUb2polAy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPUb2polAy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPUb2polAy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPUb2polAy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPUb2polAy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPUb2polAy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUb2polAy .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-uPUb2polAy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPUb2polAy 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-uPUb2polAy .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPUb2polAy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPUb2polAy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPUb2polAy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPUb2polAy .nav-item {
    margin: 0 !important;
  }
}
.cid-uPUb2polAy .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPUb2polAy .nav-item .nav-link:hover,
.cid-uPUb2polAy .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uPUb2polAy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPUb2polAy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPUb2polAy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPUb2polAy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUb2polAy .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-uPUb2polAy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPUb2polAy .offcanvas_box {
    display: none;
  }
}
.cid-uPUb2polAy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPUb2polAy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPUb2polAy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPUb2polAy .container {
  display: flex;
  margin: auto;
}
.cid-uPUb2polAy .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-uPUb2polAy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPUb2polAy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPUb2polAy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPUb2polAy .navbar-nav {
    margin: 0;
  }
}
.cid-uPUb2polAy .dropdown-menu,
.cid-uPUb2polAy .navbar.opened {
  background-color: false !important;
}
.cid-uPUb2polAy .nav-item:focus,
.cid-uPUb2polAy .nav-link:focus {
  outline: none;
}
.cid-uPUb2polAy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPUb2polAy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPUb2polAy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPUb2polAy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPUb2polAy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPUb2polAy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPUb2polAy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPUb2polAy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPUb2polAy .navbar.opened {
  transition: all 0.3s;
}
.cid-uPUb2polAy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPUb2polAy .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPUb2polAy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPUb2polAy .navbar.collapsed {
  justify-content: center;
}
.cid-uPUb2polAy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPUb2polAy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPUb2polAy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPUb2polAy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPUb2polAy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPUb2polAy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPUb2polAy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPUb2polAy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPUb2polAy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uPUb2polAy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPUb2polAy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPUb2polAy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPUb2polAy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPUb2polAy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPUb2polAy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPUb2polAy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPUb2polAy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPUb2polAy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPUb2polAy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPUb2polAy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPUb2polAy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPUb2polAy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPUb2polAy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPUb2polAy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPUb2polAy .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-uPUb2polAy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPUb2polAy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPUb2polAy .dropdown-item.active,
.cid-uPUb2polAy .dropdown-item:active {
  background-color: transparent;
}
.cid-uPUb2polAy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPUb2polAy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPUb2polAy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPUb2polAy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPUb2polAy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPUb2polAy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPUb2polAy 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: #f0f0f0;
}
.cid-uPUb2polAy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPUb2polAy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPUb2polAy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUb2polAy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUb2polAy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPUb2polAy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUb2polAy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPUb2polAy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPUb2polAy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUb2polAy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPUb2polAy .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-uPUb2polAy .navbar {
    height: 70px;
  }
  .cid-uPUb2polAy .navbar.opened {
    height: auto;
  }
  .cid-uPUb2polAy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPUb2polAy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPUb2polAy .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uPUb2polAy .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPUb2polAy .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPUb2polAy .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uPUb2polAy .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uPUb2polAy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPUb2polAy .text_widget {
  margin-bottom: 32px;
}
.cid-uPUb2polAy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPUb2polAy .text_widget a:hover,
.cid-uPUb2polAy .text_widget a:focus {
  opacity: .6;
}
.cid-uPUb2polAy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPUb2polAy .navbar-caption {
  color: #000000;
}
.cid-uPUb2polAy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPUb2polAy .mbr-section-subtitle,
.cid-uPUb2polAy .text_widget,
.cid-uPUb2polAy .mbr-section-btn {
  text-align: center;
}
.cid-uPUb2polAy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPUb2qf5S3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPUb2qf5S3 .container {
    padding: 0 25px;
  }
}
.cid-uPUb2qf5S3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPUb2qf5S3 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPUb2qf5S3 .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uPUb2qf5S3 .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uPUb2qf5S3 .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uPUb2qf5S3 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPUb2qf5S3 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uPUb2qf5S3 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uPUb2qf5S3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPUb2qf5S3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uPUb2qf5S3 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uPUb2qf5S3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPUb2qf5S3 .mbr-section-title {
  color: #000000;
}
.cid-uPUb2qf5S3 .panel-title-edit {
  color: #000000;
}
.cid-uPUb2qf5S3 .panel-text {
  color: #000000;
}
.cid-uPUb2rquKB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPUb2rquKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUb2rquKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUb2rquKB .copyright {
  color: #ffffff;
}
.cid-uPUb2rquKB .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPUb2rquKB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uPUb2rquKB .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uPUb2rquKB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPUb2rquKB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPUb2rquKB .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPUb2rquKB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPUb2rquKB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPUb2rquKB .row-links-soc,
.cid-uPUb2rquKB .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uPUb2rquKB .copyright,
.cid-uPUb2rquKB .line {
  color: #ffffff;
}
.cid-uPUb2rquKB .row-links-soc {
  color: #ffffff;
}
.cid-uPUb2rquKB H2 {
  color: #ffffff;
}
.cid-uPUb2rquKB P {
  color: #ffffff;
}
.cid-uPUb81ax9w {
  background-color: transparent;
}
.cid-uPUb81ax9w .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPUb81ax9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPUb81ax9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPUb81ax9w .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPUb81ax9w .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPUb81ax9w .menu_box .navbar.opened,
  .cid-uPUb81ax9w .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPUb81ax9w .navbar-dropdown {
  position: relative !important;
}
.cid-uPUb81ax9w .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPUb81ax9w .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPUb81ax9w .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPUb81ax9w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPUb81ax9w .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPUb81ax9w .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uPUb81ax9w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPUb81ax9w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPUb81ax9w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPUb81ax9w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPUb81ax9w .offcanvas-body .mbr-text,
  .cid-uPUb81ax9w .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPUb81ax9w .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPUb81ax9w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPUb81ax9w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPUb81ax9w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPUb81ax9w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPUb81ax9w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPUb81ax9w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPUb81ax9w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPUb81ax9w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUb81ax9w .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-uPUb81ax9w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPUb81ax9w 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-uPUb81ax9w .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPUb81ax9w .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPUb81ax9w .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPUb81ax9w .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPUb81ax9w .nav-item {
    margin: 0 !important;
  }
}
.cid-uPUb81ax9w .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPUb81ax9w .nav-item .nav-link:hover,
.cid-uPUb81ax9w .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uPUb81ax9w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPUb81ax9w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPUb81ax9w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPUb81ax9w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUb81ax9w .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-uPUb81ax9w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPUb81ax9w .offcanvas_box {
    display: none;
  }
}
.cid-uPUb81ax9w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPUb81ax9w .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPUb81ax9w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPUb81ax9w .container {
  display: flex;
  margin: auto;
}
.cid-uPUb81ax9w .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-uPUb81ax9w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPUb81ax9w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPUb81ax9w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPUb81ax9w .navbar-nav {
    margin: 0;
  }
}
.cid-uPUb81ax9w .dropdown-menu,
.cid-uPUb81ax9w .navbar.opened {
  background-color: false !important;
}
.cid-uPUb81ax9w .nav-item:focus,
.cid-uPUb81ax9w .nav-link:focus {
  outline: none;
}
.cid-uPUb81ax9w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPUb81ax9w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPUb81ax9w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPUb81ax9w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPUb81ax9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPUb81ax9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPUb81ax9w .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPUb81ax9w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPUb81ax9w .navbar.opened {
  transition: all 0.3s;
}
.cid-uPUb81ax9w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPUb81ax9w .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPUb81ax9w .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPUb81ax9w .navbar.collapsed {
  justify-content: center;
}
.cid-uPUb81ax9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPUb81ax9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPUb81ax9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPUb81ax9w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPUb81ax9w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPUb81ax9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPUb81ax9w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPUb81ax9w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPUb81ax9w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uPUb81ax9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPUb81ax9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPUb81ax9w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPUb81ax9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPUb81ax9w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPUb81ax9w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPUb81ax9w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPUb81ax9w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPUb81ax9w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPUb81ax9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPUb81ax9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPUb81ax9w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPUb81ax9w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPUb81ax9w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPUb81ax9w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPUb81ax9w .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-uPUb81ax9w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPUb81ax9w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPUb81ax9w .dropdown-item.active,
.cid-uPUb81ax9w .dropdown-item:active {
  background-color: transparent;
}
.cid-uPUb81ax9w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPUb81ax9w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPUb81ax9w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPUb81ax9w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPUb81ax9w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPUb81ax9w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPUb81ax9w 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: #f0f0f0;
}
.cid-uPUb81ax9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPUb81ax9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPUb81ax9w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUb81ax9w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUb81ax9w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPUb81ax9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUb81ax9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPUb81ax9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPUb81ax9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUb81ax9w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPUb81ax9w .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-uPUb81ax9w .navbar {
    height: 70px;
  }
  .cid-uPUb81ax9w .navbar.opened {
    height: auto;
  }
  .cid-uPUb81ax9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPUb81ax9w .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPUb81ax9w .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uPUb81ax9w .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPUb81ax9w .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPUb81ax9w .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uPUb81ax9w .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uPUb81ax9w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPUb81ax9w .text_widget {
  margin-bottom: 32px;
}
.cid-uPUb81ax9w .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPUb81ax9w .text_widget a:hover,
.cid-uPUb81ax9w .text_widget a:focus {
  opacity: .6;
}
.cid-uPUb81ax9w .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPUb81ax9w .navbar-caption {
  color: #000000;
}
.cid-uPUb81ax9w .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPUb81ax9w .mbr-section-subtitle,
.cid-uPUb81ax9w .text_widget,
.cid-uPUb81ax9w .mbr-section-btn {
  text-align: center;
}
.cid-uPUb81ax9w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPUb81YoFy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPUb81YoFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUb81YoFy .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-uPUb81YoFy .container {
    padding: 0 25px;
  }
}
.cid-uPUb81YoFy .row {
  justify-content: center;
  margin: 0;
}
.cid-uPUb81YoFy .row .card {
  padding: 0;
}
.cid-uPUb81YoFy .title-wrapper {
  margin-bottom: 50px;
}
.cid-uPUb81YoFy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uPUb81YoFy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPUb81YoFy .item {
  padding: 0;
}
.cid-uPUb81YoFy .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uPUb81YoFy .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uPUb81YoFy .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.cid-uPUb81YoFy .item .item-wrapper:hover .item-img img,
.cid-uPUb81YoFy .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPUb81YoFy .item .item-wrapper {
    display: block;
  }
}
.cid-uPUb81YoFy .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .cid-uPUb81YoFy .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.cid-uPUb81YoFy .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.cid-uPUb81YoFy .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #f7f7f7;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPUb81YoFy .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.cid-uPUb81YoFy .item .item-wrapper .item-content .desc-wrap {
  display: block;
  margin-bottom: 50px;
}
.cid-uPUb81YoFy .item .item-wrapper .item-content .desc-wrap:hover .item-desc,
.cid-uPUb81YoFy .item .item-wrapper .item-content .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPUb81YoFy .item .item-wrapper .item-content .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPUb81YoFy .item .item-wrapper .item-content .title-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPUb81YoFy .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.cid-uPUb81YoFy .item .item-wrapper .item-content .title-wrap .item-price {
  margin: 0;
}
.cid-uPUb81YoFy .mbr-section-btn {
  margin-top: 60px;
}
.cid-uPUb81YoFy .mbr-section-title {
  color: #000000;
}
.cid-uPUb81YoFy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uPUb81YoFy .item-title {
  color: #000000;
}
.cid-uPUb81YoFy .item-desc {
  color: #000000;
}
.cid-uPUb81YoFy .item-subtitle {
  color: #000000;
}
.cid-uPUb81YoFy .item-price {
  color: #000000;
}
.cid-uPUb81YoFy .mbr-section-title,
.cid-uPUb81YoFy .mbr-section-btn {
  text-align: center;
}
.cid-uPUb82Jx0Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPUb82Jx0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUb82Jx0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUb82Jx0Z .copyright {
  color: #ffffff;
}
.cid-uPUb82Jx0Z .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPUb82Jx0Z .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uPUb82Jx0Z .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uPUb82Jx0Z .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPUb82Jx0Z .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPUb82Jx0Z .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPUb82Jx0Z .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPUb82Jx0Z .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPUb82Jx0Z .row-links-soc,
.cid-uPUb82Jx0Z .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uPUb82Jx0Z .copyright,
.cid-uPUb82Jx0Z .line {
  color: #ffffff;
}
.cid-uPUb82Jx0Z .row-links-soc {
  color: #ffffff;
}
.cid-uPUb82Jx0Z H2 {
  color: #ffffff;
}
.cid-uPUb82Jx0Z P {
  color: #ffffff;
}
.cid-uPUbm9FqiE {
  background-color: transparent;
}
.cid-uPUbm9FqiE .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPUbm9FqiE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPUbm9FqiE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPUbm9FqiE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPUbm9FqiE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPUbm9FqiE .menu_box .navbar.opened,
  .cid-uPUbm9FqiE .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPUbm9FqiE .navbar-dropdown {
  position: relative !important;
}
.cid-uPUbm9FqiE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPUbm9FqiE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPUbm9FqiE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPUbm9FqiE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPUbm9FqiE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPUbm9FqiE .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uPUbm9FqiE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPUbm9FqiE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPUbm9FqiE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPUbm9FqiE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPUbm9FqiE .offcanvas-body .mbr-text,
  .cid-uPUbm9FqiE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPUbm9FqiE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPUbm9FqiE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPUbm9FqiE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPUbm9FqiE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPUbm9FqiE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPUbm9FqiE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPUbm9FqiE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPUbm9FqiE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPUbm9FqiE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUbm9FqiE .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-uPUbm9FqiE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPUbm9FqiE 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-uPUbm9FqiE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPUbm9FqiE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPUbm9FqiE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPUbm9FqiE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPUbm9FqiE .nav-item {
    margin: 0 !important;
  }
}
.cid-uPUbm9FqiE .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPUbm9FqiE .nav-item .nav-link:hover,
.cid-uPUbm9FqiE .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uPUbm9FqiE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPUbm9FqiE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPUbm9FqiE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPUbm9FqiE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUbm9FqiE .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-uPUbm9FqiE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPUbm9FqiE .offcanvas_box {
    display: none;
  }
}
.cid-uPUbm9FqiE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPUbm9FqiE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPUbm9FqiE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPUbm9FqiE .container {
  display: flex;
  margin: auto;
}
.cid-uPUbm9FqiE .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-uPUbm9FqiE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPUbm9FqiE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPUbm9FqiE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPUbm9FqiE .navbar-nav {
    margin: 0;
  }
}
.cid-uPUbm9FqiE .dropdown-menu,
.cid-uPUbm9FqiE .navbar.opened {
  background-color: false !important;
}
.cid-uPUbm9FqiE .nav-item:focus,
.cid-uPUbm9FqiE .nav-link:focus {
  outline: none;
}
.cid-uPUbm9FqiE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPUbm9FqiE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPUbm9FqiE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPUbm9FqiE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPUbm9FqiE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPUbm9FqiE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPUbm9FqiE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPUbm9FqiE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPUbm9FqiE .navbar.opened {
  transition: all 0.3s;
}
.cid-uPUbm9FqiE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPUbm9FqiE .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPUbm9FqiE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPUbm9FqiE .navbar.collapsed {
  justify-content: center;
}
.cid-uPUbm9FqiE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPUbm9FqiE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPUbm9FqiE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPUbm9FqiE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPUbm9FqiE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPUbm9FqiE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPUbm9FqiE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPUbm9FqiE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPUbm9FqiE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uPUbm9FqiE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPUbm9FqiE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPUbm9FqiE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPUbm9FqiE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPUbm9FqiE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPUbm9FqiE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPUbm9FqiE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPUbm9FqiE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPUbm9FqiE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPUbm9FqiE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPUbm9FqiE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPUbm9FqiE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPUbm9FqiE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPUbm9FqiE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPUbm9FqiE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPUbm9FqiE .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-uPUbm9FqiE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPUbm9FqiE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPUbm9FqiE .dropdown-item.active,
.cid-uPUbm9FqiE .dropdown-item:active {
  background-color: transparent;
}
.cid-uPUbm9FqiE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPUbm9FqiE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPUbm9FqiE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPUbm9FqiE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPUbm9FqiE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPUbm9FqiE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPUbm9FqiE 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: #f0f0f0;
}
.cid-uPUbm9FqiE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPUbm9FqiE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPUbm9FqiE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUbm9FqiE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUbm9FqiE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPUbm9FqiE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUbm9FqiE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPUbm9FqiE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPUbm9FqiE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUbm9FqiE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPUbm9FqiE .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-uPUbm9FqiE .navbar {
    height: 70px;
  }
  .cid-uPUbm9FqiE .navbar.opened {
    height: auto;
  }
  .cid-uPUbm9FqiE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPUbm9FqiE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPUbm9FqiE .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uPUbm9FqiE .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPUbm9FqiE .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPUbm9FqiE .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uPUbm9FqiE .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uPUbm9FqiE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPUbm9FqiE .text_widget {
  margin-bottom: 32px;
}
.cid-uPUbm9FqiE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPUbm9FqiE .text_widget a:hover,
.cid-uPUbm9FqiE .text_widget a:focus {
  opacity: .6;
}
.cid-uPUbm9FqiE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPUbm9FqiE .navbar-caption {
  color: #000000;
}
.cid-uPUbm9FqiE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPUbm9FqiE .mbr-section-subtitle,
.cid-uPUbm9FqiE .text_widget,
.cid-uPUbm9FqiE .mbr-section-btn {
  text-align: center;
}
.cid-uPUbm9FqiE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPUbmaFUWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPUbmaFUWj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPUbmaFUWj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPUbmaFUWj .container {
    padding: 0 25px;
  }
}
.cid-uPUbmaFUWj .row {
  margin: 0;
}
.cid-uPUbmaFUWj .row .card {
  padding: 0;
}
.cid-uPUbmaFUWj .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPUbmaFUWj .image-wrapper {
    height: 350px;
  }
}
.cid-uPUbmaFUWj .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPUbmaFUWj .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #171717;
}
@media (max-width: 768px) {
  .cid-uPUbmaFUWj .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uPUbmaFUWj .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uPUbmaFUWj .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uPUbmaFUWj .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uPUbmaFUWj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uPUbmaFUWj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPUbmaFUWj .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uPUbmaFUWj .mbr-section-title {
  color: #ffffff;
}
.cid-uPUbmaFUWj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPUbmaFUWj .mbr-text {
  color: #ffffff;
}
.cid-uPUbmaZRwK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPUbmaZRwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUbmaZRwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUbmaZRwK .copyright {
  color: #ffffff;
}
.cid-uPUbmaZRwK .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPUbmaZRwK .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uPUbmaZRwK .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uPUbmaZRwK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPUbmaZRwK .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPUbmaZRwK .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPUbmaZRwK .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPUbmaZRwK .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPUbmaZRwK .row-links-soc,
.cid-uPUbmaZRwK .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uPUbmaZRwK .copyright,
.cid-uPUbmaZRwK .line {
  color: #ffffff;
}
.cid-uPUbmaZRwK .row-links-soc {
  color: #ffffff;
}
.cid-uPUbmaZRwK H2 {
  color: #ffffff;
}
.cid-uPUbmaZRwK P {
  color: #ffffff;
}
.cid-uPUbwhsUdZ {
  background-color: transparent;
}
.cid-uPUbwhsUdZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPUbwhsUdZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPUbwhsUdZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPUbwhsUdZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPUbwhsUdZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPUbwhsUdZ .menu_box .navbar.opened,
  .cid-uPUbwhsUdZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPUbwhsUdZ .navbar-dropdown {
  position: relative !important;
}
.cid-uPUbwhsUdZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPUbwhsUdZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPUbwhsUdZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPUbwhsUdZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPUbwhsUdZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPUbwhsUdZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uPUbwhsUdZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPUbwhsUdZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPUbwhsUdZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPUbwhsUdZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPUbwhsUdZ .offcanvas-body .mbr-text,
  .cid-uPUbwhsUdZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPUbwhsUdZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPUbwhsUdZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPUbwhsUdZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPUbwhsUdZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPUbwhsUdZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPUbwhsUdZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPUbwhsUdZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPUbwhsUdZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPUbwhsUdZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUbwhsUdZ .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-uPUbwhsUdZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPUbwhsUdZ 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-uPUbwhsUdZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPUbwhsUdZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPUbwhsUdZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPUbwhsUdZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPUbwhsUdZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uPUbwhsUdZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPUbwhsUdZ .nav-item .nav-link:hover,
.cid-uPUbwhsUdZ .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uPUbwhsUdZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPUbwhsUdZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPUbwhsUdZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPUbwhsUdZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUbwhsUdZ .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-uPUbwhsUdZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPUbwhsUdZ .offcanvas_box {
    display: none;
  }
}
.cid-uPUbwhsUdZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPUbwhsUdZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPUbwhsUdZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPUbwhsUdZ .container {
  display: flex;
  margin: auto;
}
.cid-uPUbwhsUdZ .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-uPUbwhsUdZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPUbwhsUdZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPUbwhsUdZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPUbwhsUdZ .navbar-nav {
    margin: 0;
  }
}
.cid-uPUbwhsUdZ .dropdown-menu,
.cid-uPUbwhsUdZ .navbar.opened {
  background-color: false !important;
}
.cid-uPUbwhsUdZ .nav-item:focus,
.cid-uPUbwhsUdZ .nav-link:focus {
  outline: none;
}
.cid-uPUbwhsUdZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPUbwhsUdZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPUbwhsUdZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPUbwhsUdZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPUbwhsUdZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPUbwhsUdZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPUbwhsUdZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPUbwhsUdZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPUbwhsUdZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uPUbwhsUdZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPUbwhsUdZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPUbwhsUdZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPUbwhsUdZ .navbar.collapsed {
  justify-content: center;
}
.cid-uPUbwhsUdZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPUbwhsUdZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPUbwhsUdZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPUbwhsUdZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPUbwhsUdZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPUbwhsUdZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPUbwhsUdZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPUbwhsUdZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPUbwhsUdZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uPUbwhsUdZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPUbwhsUdZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPUbwhsUdZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPUbwhsUdZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPUbwhsUdZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPUbwhsUdZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPUbwhsUdZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPUbwhsUdZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPUbwhsUdZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPUbwhsUdZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPUbwhsUdZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPUbwhsUdZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPUbwhsUdZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPUbwhsUdZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPUbwhsUdZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPUbwhsUdZ .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-uPUbwhsUdZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPUbwhsUdZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPUbwhsUdZ .dropdown-item.active,
.cid-uPUbwhsUdZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uPUbwhsUdZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPUbwhsUdZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPUbwhsUdZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPUbwhsUdZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPUbwhsUdZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPUbwhsUdZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPUbwhsUdZ 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: #f0f0f0;
}
.cid-uPUbwhsUdZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPUbwhsUdZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPUbwhsUdZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUbwhsUdZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUbwhsUdZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPUbwhsUdZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUbwhsUdZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPUbwhsUdZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPUbwhsUdZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUbwhsUdZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPUbwhsUdZ .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-uPUbwhsUdZ .navbar {
    height: 70px;
  }
  .cid-uPUbwhsUdZ .navbar.opened {
    height: auto;
  }
  .cid-uPUbwhsUdZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPUbwhsUdZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPUbwhsUdZ .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uPUbwhsUdZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPUbwhsUdZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPUbwhsUdZ .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uPUbwhsUdZ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uPUbwhsUdZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPUbwhsUdZ .text_widget {
  margin-bottom: 32px;
}
.cid-uPUbwhsUdZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPUbwhsUdZ .text_widget a:hover,
.cid-uPUbwhsUdZ .text_widget a:focus {
  opacity: .6;
}
.cid-uPUbwhsUdZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPUbwhsUdZ .navbar-caption {
  color: #000000;
}
.cid-uPUbwhsUdZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPUbwhsUdZ .mbr-section-subtitle,
.cid-uPUbwhsUdZ .text_widget,
.cid-uPUbwhsUdZ .mbr-section-btn {
  text-align: center;
}
.cid-uPUbwhsUdZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPUbzV3go1 {
  display: flex;
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uPUbzV3go1 {
    align-items: center;
  }
  .cid-uPUbzV3go1 .row {
    justify-content: center;
  }
}
.cid-uPUbzV3go1 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPUbzV3go1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPUbzV3go1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPUbzV3go1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPUbzV3go1 .content-wrap {
    width: 100%;
  }
}
.cid-uPUbzV3go1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uPUbzV3go1 .mbr-text,
.cid-uPUbzV3go1 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPUbzV3go1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPUbwidP2g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPUbwidP2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUbwidP2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUbwidP2g .copyright {
  color: #ffffff;
}
.cid-uPUbwidP2g .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPUbwidP2g .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uPUbwidP2g .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uPUbwidP2g .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPUbwidP2g .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPUbwidP2g .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPUbwidP2g .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPUbwidP2g .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPUbwidP2g .row-links-soc,
.cid-uPUbwidP2g .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uPUbwidP2g .copyright,
.cid-uPUbwidP2g .line {
  color: #ffffff;
}
.cid-uPUbwidP2g .row-links-soc {
  color: #ffffff;
}
.cid-uPUbwidP2g H2 {
  color: #ffffff;
}
.cid-uPUbwidP2g P {
  color: #ffffff;
}
.cid-uPUhFrvHd9 {
  background-color: transparent;
}
.cid-uPUhFrvHd9 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPUhFrvHd9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPUhFrvHd9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPUhFrvHd9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPUhFrvHd9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPUhFrvHd9 .menu_box .navbar.opened,
  .cid-uPUhFrvHd9 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPUhFrvHd9 .navbar-dropdown {
  position: relative !important;
}
.cid-uPUhFrvHd9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPUhFrvHd9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPUhFrvHd9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPUhFrvHd9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPUhFrvHd9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPUhFrvHd9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uPUhFrvHd9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPUhFrvHd9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPUhFrvHd9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPUhFrvHd9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPUhFrvHd9 .offcanvas-body .mbr-text,
  .cid-uPUhFrvHd9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPUhFrvHd9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPUhFrvHd9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPUhFrvHd9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPUhFrvHd9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPUhFrvHd9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPUhFrvHd9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPUhFrvHd9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPUhFrvHd9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPUhFrvHd9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUhFrvHd9 .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-uPUhFrvHd9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPUhFrvHd9 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-uPUhFrvHd9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPUhFrvHd9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPUhFrvHd9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPUhFrvHd9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPUhFrvHd9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uPUhFrvHd9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPUhFrvHd9 .nav-item .nav-link:hover,
.cid-uPUhFrvHd9 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uPUhFrvHd9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPUhFrvHd9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPUhFrvHd9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPUhFrvHd9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUhFrvHd9 .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-uPUhFrvHd9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPUhFrvHd9 .offcanvas_box {
    display: none;
  }
}
.cid-uPUhFrvHd9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPUhFrvHd9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPUhFrvHd9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPUhFrvHd9 .container {
  display: flex;
  margin: auto;
}
.cid-uPUhFrvHd9 .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-uPUhFrvHd9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPUhFrvHd9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPUhFrvHd9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPUhFrvHd9 .navbar-nav {
    margin: 0;
  }
}
.cid-uPUhFrvHd9 .dropdown-menu,
.cid-uPUhFrvHd9 .navbar.opened {
  background-color: false !important;
}
.cid-uPUhFrvHd9 .nav-item:focus,
.cid-uPUhFrvHd9 .nav-link:focus {
  outline: none;
}
.cid-uPUhFrvHd9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPUhFrvHd9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPUhFrvHd9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPUhFrvHd9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPUhFrvHd9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPUhFrvHd9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPUhFrvHd9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPUhFrvHd9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPUhFrvHd9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPUhFrvHd9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPUhFrvHd9 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPUhFrvHd9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPUhFrvHd9 .navbar.collapsed {
  justify-content: center;
}
.cid-uPUhFrvHd9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPUhFrvHd9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPUhFrvHd9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPUhFrvHd9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPUhFrvHd9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPUhFrvHd9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPUhFrvHd9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPUhFrvHd9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPUhFrvHd9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uPUhFrvHd9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPUhFrvHd9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPUhFrvHd9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPUhFrvHd9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPUhFrvHd9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPUhFrvHd9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPUhFrvHd9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPUhFrvHd9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPUhFrvHd9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPUhFrvHd9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPUhFrvHd9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPUhFrvHd9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPUhFrvHd9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPUhFrvHd9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPUhFrvHd9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPUhFrvHd9 .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-uPUhFrvHd9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPUhFrvHd9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPUhFrvHd9 .dropdown-item.active,
.cid-uPUhFrvHd9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPUhFrvHd9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPUhFrvHd9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPUhFrvHd9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPUhFrvHd9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPUhFrvHd9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPUhFrvHd9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPUhFrvHd9 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: #f0f0f0;
}
.cid-uPUhFrvHd9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPUhFrvHd9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPUhFrvHd9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUhFrvHd9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUhFrvHd9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPUhFrvHd9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUhFrvHd9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPUhFrvHd9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPUhFrvHd9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUhFrvHd9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPUhFrvHd9 .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-uPUhFrvHd9 .navbar {
    height: 70px;
  }
  .cid-uPUhFrvHd9 .navbar.opened {
    height: auto;
  }
  .cid-uPUhFrvHd9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPUhFrvHd9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPUhFrvHd9 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uPUhFrvHd9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPUhFrvHd9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPUhFrvHd9 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uPUhFrvHd9 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uPUhFrvHd9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPUhFrvHd9 .text_widget {
  margin-bottom: 32px;
}
.cid-uPUhFrvHd9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPUhFrvHd9 .text_widget a:hover,
.cid-uPUhFrvHd9 .text_widget a:focus {
  opacity: .6;
}
.cid-uPUhFrvHd9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPUhFrvHd9 .navbar-caption {
  color: #000000;
}
.cid-uPUhFrvHd9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPUhFrvHd9 .mbr-section-subtitle,
.cid-uPUhFrvHd9 .text_widget,
.cid-uPUhFrvHd9 .mbr-section-btn {
  text-align: center;
}
.cid-uPUhFrvHd9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPUhFs6IkZ {
  display: flex;
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uPUhFs6IkZ {
    align-items: center;
  }
  .cid-uPUhFs6IkZ .row {
    justify-content: center;
  }
}
.cid-uPUhFs6IkZ p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPUhFs6IkZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPUhFs6IkZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPUhFs6IkZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPUhFs6IkZ .content-wrap {
    width: 100%;
  }
}
.cid-uPUhFs6IkZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uPUhFs6IkZ .mbr-text,
.cid-uPUhFs6IkZ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPUhFs6IkZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPUhFst98l {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPUhFst98l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUhFst98l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUhFst98l .copyright {
  color: #ffffff;
}
.cid-uPUhFst98l .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPUhFst98l .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uPUhFst98l .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uPUhFst98l .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPUhFst98l .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPUhFst98l .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPUhFst98l .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPUhFst98l .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPUhFst98l .row-links-soc,
.cid-uPUhFst98l .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uPUhFst98l .copyright,
.cid-uPUhFst98l .line {
  color: #ffffff;
}
.cid-uPUhFst98l .row-links-soc {
  color: #ffffff;
}
.cid-uPUhFst98l H2 {
  color: #ffffff;
}
.cid-uPUhFst98l P {
  color: #ffffff;
}
.cid-uPUij3AQGo {
  background-color: transparent;
}
.cid-uPUij3AQGo .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPUij3AQGo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPUij3AQGo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPUij3AQGo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPUij3AQGo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPUij3AQGo .menu_box .navbar.opened,
  .cid-uPUij3AQGo .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPUij3AQGo .navbar-dropdown {
  position: relative !important;
}
.cid-uPUij3AQGo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPUij3AQGo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPUij3AQGo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPUij3AQGo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPUij3AQGo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPUij3AQGo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uPUij3AQGo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPUij3AQGo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPUij3AQGo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPUij3AQGo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPUij3AQGo .offcanvas-body .mbr-text,
  .cid-uPUij3AQGo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPUij3AQGo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPUij3AQGo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPUij3AQGo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPUij3AQGo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPUij3AQGo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPUij3AQGo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPUij3AQGo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPUij3AQGo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPUij3AQGo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUij3AQGo .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-uPUij3AQGo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPUij3AQGo 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-uPUij3AQGo .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPUij3AQGo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPUij3AQGo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPUij3AQGo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPUij3AQGo .nav-item {
    margin: 0 !important;
  }
}
.cid-uPUij3AQGo .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPUij3AQGo .nav-item .nav-link:hover,
.cid-uPUij3AQGo .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uPUij3AQGo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPUij3AQGo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPUij3AQGo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPUij3AQGo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUij3AQGo .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-uPUij3AQGo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPUij3AQGo .offcanvas_box {
    display: none;
  }
}
.cid-uPUij3AQGo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPUij3AQGo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPUij3AQGo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPUij3AQGo .container {
  display: flex;
  margin: auto;
}
.cid-uPUij3AQGo .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-uPUij3AQGo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPUij3AQGo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPUij3AQGo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPUij3AQGo .navbar-nav {
    margin: 0;
  }
}
.cid-uPUij3AQGo .dropdown-menu,
.cid-uPUij3AQGo .navbar.opened {
  background-color: false !important;
}
.cid-uPUij3AQGo .nav-item:focus,
.cid-uPUij3AQGo .nav-link:focus {
  outline: none;
}
.cid-uPUij3AQGo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPUij3AQGo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPUij3AQGo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPUij3AQGo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPUij3AQGo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPUij3AQGo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPUij3AQGo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPUij3AQGo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPUij3AQGo .navbar.opened {
  transition: all 0.3s;
}
.cid-uPUij3AQGo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPUij3AQGo .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPUij3AQGo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPUij3AQGo .navbar.collapsed {
  justify-content: center;
}
.cid-uPUij3AQGo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPUij3AQGo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPUij3AQGo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPUij3AQGo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPUij3AQGo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPUij3AQGo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPUij3AQGo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPUij3AQGo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPUij3AQGo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uPUij3AQGo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPUij3AQGo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPUij3AQGo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPUij3AQGo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPUij3AQGo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPUij3AQGo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPUij3AQGo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPUij3AQGo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPUij3AQGo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPUij3AQGo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPUij3AQGo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPUij3AQGo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPUij3AQGo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPUij3AQGo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPUij3AQGo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPUij3AQGo .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-uPUij3AQGo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPUij3AQGo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPUij3AQGo .dropdown-item.active,
.cid-uPUij3AQGo .dropdown-item:active {
  background-color: transparent;
}
.cid-uPUij3AQGo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPUij3AQGo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPUij3AQGo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPUij3AQGo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPUij3AQGo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPUij3AQGo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPUij3AQGo 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: #f0f0f0;
}
.cid-uPUij3AQGo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPUij3AQGo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPUij3AQGo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUij3AQGo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUij3AQGo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPUij3AQGo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUij3AQGo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPUij3AQGo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPUij3AQGo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUij3AQGo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPUij3AQGo .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-uPUij3AQGo .navbar {
    height: 70px;
  }
  .cid-uPUij3AQGo .navbar.opened {
    height: auto;
  }
  .cid-uPUij3AQGo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPUij3AQGo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPUij3AQGo .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uPUij3AQGo .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPUij3AQGo .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPUij3AQGo .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uPUij3AQGo .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uPUij3AQGo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPUij3AQGo .text_widget {
  margin-bottom: 32px;
}
.cid-uPUij3AQGo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPUij3AQGo .text_widget a:hover,
.cid-uPUij3AQGo .text_widget a:focus {
  opacity: .6;
}
.cid-uPUij3AQGo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPUij3AQGo .navbar-caption {
  color: #000000;
}
.cid-uPUij3AQGo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPUij3AQGo .mbr-section-subtitle,
.cid-uPUij3AQGo .text_widget,
.cid-uPUij3AQGo .mbr-section-btn {
  text-align: center;
}
.cid-uPUij3AQGo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPUij4jbul {
  display: flex;
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uPUij4jbul {
    align-items: center;
  }
  .cid-uPUij4jbul .row {
    justify-content: center;
  }
}
.cid-uPUij4jbul p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPUij4jbul .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPUij4jbul {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPUij4jbul .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPUij4jbul .content-wrap {
    width: 100%;
  }
}
.cid-uPUij4jbul .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uPUij4jbul .mbr-text,
.cid-uPUij4jbul .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPUij4jbul .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPUij4Zrbd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPUij4Zrbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUij4Zrbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUij4Zrbd .copyright {
  color: #ffffff;
}
.cid-uPUij4Zrbd .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPUij4Zrbd .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uPUij4Zrbd .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uPUij4Zrbd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPUij4Zrbd .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPUij4Zrbd .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPUij4Zrbd .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPUij4Zrbd .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPUij4Zrbd .row-links-soc,
.cid-uPUij4Zrbd .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uPUij4Zrbd .copyright,
.cid-uPUij4Zrbd .line {
  color: #ffffff;
}
.cid-uPUij4Zrbd .row-links-soc {
  color: #ffffff;
}
.cid-uPUij4Zrbd H2 {
  color: #ffffff;
}
.cid-uPUij4Zrbd P {
  color: #ffffff;
}
.cid-uPUiuulJPS {
  background-color: transparent;
}
.cid-uPUiuulJPS .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPUiuulJPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPUiuulJPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPUiuulJPS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPUiuulJPS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPUiuulJPS .menu_box .navbar.opened,
  .cid-uPUiuulJPS .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPUiuulJPS .navbar-dropdown {
  position: relative !important;
}
.cid-uPUiuulJPS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPUiuulJPS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPUiuulJPS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPUiuulJPS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPUiuulJPS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPUiuulJPS .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uPUiuulJPS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPUiuulJPS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPUiuulJPS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPUiuulJPS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPUiuulJPS .offcanvas-body .mbr-text,
  .cid-uPUiuulJPS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPUiuulJPS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPUiuulJPS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPUiuulJPS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPUiuulJPS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPUiuulJPS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPUiuulJPS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPUiuulJPS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPUiuulJPS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPUiuulJPS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUiuulJPS .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-uPUiuulJPS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPUiuulJPS 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-uPUiuulJPS .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPUiuulJPS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPUiuulJPS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPUiuulJPS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPUiuulJPS .nav-item {
    margin: 0 !important;
  }
}
.cid-uPUiuulJPS .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPUiuulJPS .nav-item .nav-link:hover,
.cid-uPUiuulJPS .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uPUiuulJPS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPUiuulJPS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPUiuulJPS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPUiuulJPS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUiuulJPS .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-uPUiuulJPS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPUiuulJPS .offcanvas_box {
    display: none;
  }
}
.cid-uPUiuulJPS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPUiuulJPS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPUiuulJPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPUiuulJPS .container {
  display: flex;
  margin: auto;
}
.cid-uPUiuulJPS .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-uPUiuulJPS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPUiuulJPS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPUiuulJPS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPUiuulJPS .navbar-nav {
    margin: 0;
  }
}
.cid-uPUiuulJPS .dropdown-menu,
.cid-uPUiuulJPS .navbar.opened {
  background-color: false !important;
}
.cid-uPUiuulJPS .nav-item:focus,
.cid-uPUiuulJPS .nav-link:focus {
  outline: none;
}
.cid-uPUiuulJPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPUiuulJPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPUiuulJPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPUiuulJPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPUiuulJPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPUiuulJPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPUiuulJPS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPUiuulJPS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPUiuulJPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uPUiuulJPS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPUiuulJPS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPUiuulJPS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPUiuulJPS .navbar.collapsed {
  justify-content: center;
}
.cid-uPUiuulJPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPUiuulJPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPUiuulJPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPUiuulJPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPUiuulJPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPUiuulJPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPUiuulJPS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPUiuulJPS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPUiuulJPS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uPUiuulJPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPUiuulJPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPUiuulJPS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPUiuulJPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPUiuulJPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPUiuulJPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPUiuulJPS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPUiuulJPS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPUiuulJPS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPUiuulJPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPUiuulJPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPUiuulJPS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPUiuulJPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPUiuulJPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPUiuulJPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPUiuulJPS .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-uPUiuulJPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPUiuulJPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPUiuulJPS .dropdown-item.active,
.cid-uPUiuulJPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uPUiuulJPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPUiuulJPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPUiuulJPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPUiuulJPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPUiuulJPS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPUiuulJPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPUiuulJPS 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: #f0f0f0;
}
.cid-uPUiuulJPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPUiuulJPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPUiuulJPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUiuulJPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUiuulJPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPUiuulJPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUiuulJPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPUiuulJPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPUiuulJPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUiuulJPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPUiuulJPS .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-uPUiuulJPS .navbar {
    height: 70px;
  }
  .cid-uPUiuulJPS .navbar.opened {
    height: auto;
  }
  .cid-uPUiuulJPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPUiuulJPS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPUiuulJPS .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uPUiuulJPS .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPUiuulJPS .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPUiuulJPS .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uPUiuulJPS .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uPUiuulJPS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPUiuulJPS .text_widget {
  margin-bottom: 32px;
}
.cid-uPUiuulJPS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPUiuulJPS .text_widget a:hover,
.cid-uPUiuulJPS .text_widget a:focus {
  opacity: .6;
}
.cid-uPUiuulJPS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPUiuulJPS .navbar-caption {
  color: #000000;
}
.cid-uPUiuulJPS .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPUiuulJPS .mbr-section-subtitle,
.cid-uPUiuulJPS .text_widget,
.cid-uPUiuulJPS .mbr-section-btn {
  text-align: center;
}
.cid-uPUiuulJPS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPUiuuRXEt {
  display: flex;
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uPUiuuRXEt {
    align-items: center;
  }
  .cid-uPUiuuRXEt .row {
    justify-content: center;
  }
}
.cid-uPUiuuRXEt p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPUiuuRXEt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPUiuuRXEt {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPUiuuRXEt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPUiuuRXEt .content-wrap {
    width: 100%;
  }
}
.cid-uPUiuuRXEt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uPUiuuRXEt .mbr-text,
.cid-uPUiuuRXEt .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPUiuuRXEt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPUiuverAJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPUiuverAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUiuverAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUiuverAJ .copyright {
  color: #ffffff;
}
.cid-uPUiuverAJ .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPUiuverAJ .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uPUiuverAJ .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uPUiuverAJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPUiuverAJ .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPUiuverAJ .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPUiuverAJ .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPUiuverAJ .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPUiuverAJ .row-links-soc,
.cid-uPUiuverAJ .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uPUiuverAJ .copyright,
.cid-uPUiuverAJ .line {
  color: #ffffff;
}
.cid-uPUiuverAJ .row-links-soc {
  color: #ffffff;
}
.cid-uPUiuverAJ H2 {
  color: #ffffff;
}
.cid-uPUiuverAJ P {
  color: #ffffff;
}
.cid-uPUvAKMMZ8 {
  background-color: transparent;
}
.cid-uPUvAKMMZ8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPUvAKMMZ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPUvAKMMZ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPUvAKMMZ8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPUvAKMMZ8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPUvAKMMZ8 .menu_box .navbar.opened,
  .cid-uPUvAKMMZ8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPUvAKMMZ8 .navbar-dropdown {
  position: relative !important;
}
.cid-uPUvAKMMZ8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPUvAKMMZ8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPUvAKMMZ8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPUvAKMMZ8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPUvAKMMZ8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPUvAKMMZ8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uPUvAKMMZ8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPUvAKMMZ8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPUvAKMMZ8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPUvAKMMZ8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPUvAKMMZ8 .offcanvas-body .mbr-text,
  .cid-uPUvAKMMZ8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPUvAKMMZ8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPUvAKMMZ8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPUvAKMMZ8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPUvAKMMZ8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPUvAKMMZ8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPUvAKMMZ8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPUvAKMMZ8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPUvAKMMZ8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPUvAKMMZ8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUvAKMMZ8 .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-uPUvAKMMZ8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPUvAKMMZ8 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-uPUvAKMMZ8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPUvAKMMZ8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPUvAKMMZ8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPUvAKMMZ8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPUvAKMMZ8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uPUvAKMMZ8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPUvAKMMZ8 .nav-item .nav-link:hover,
.cid-uPUvAKMMZ8 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uPUvAKMMZ8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPUvAKMMZ8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPUvAKMMZ8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPUvAKMMZ8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPUvAKMMZ8 .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-uPUvAKMMZ8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPUvAKMMZ8 .offcanvas_box {
    display: none;
  }
}
.cid-uPUvAKMMZ8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPUvAKMMZ8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPUvAKMMZ8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPUvAKMMZ8 .container {
  display: flex;
  margin: auto;
}
.cid-uPUvAKMMZ8 .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-uPUvAKMMZ8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPUvAKMMZ8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPUvAKMMZ8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPUvAKMMZ8 .navbar-nav {
    margin: 0;
  }
}
.cid-uPUvAKMMZ8 .dropdown-menu,
.cid-uPUvAKMMZ8 .navbar.opened {
  background-color: false !important;
}
.cid-uPUvAKMMZ8 .nav-item:focus,
.cid-uPUvAKMMZ8 .nav-link:focus {
  outline: none;
}
.cid-uPUvAKMMZ8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPUvAKMMZ8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPUvAKMMZ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPUvAKMMZ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPUvAKMMZ8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPUvAKMMZ8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPUvAKMMZ8 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPUvAKMMZ8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPUvAKMMZ8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPUvAKMMZ8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPUvAKMMZ8 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPUvAKMMZ8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPUvAKMMZ8 .navbar.collapsed {
  justify-content: center;
}
.cid-uPUvAKMMZ8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPUvAKMMZ8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPUvAKMMZ8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPUvAKMMZ8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPUvAKMMZ8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPUvAKMMZ8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPUvAKMMZ8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPUvAKMMZ8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPUvAKMMZ8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uPUvAKMMZ8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPUvAKMMZ8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPUvAKMMZ8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPUvAKMMZ8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPUvAKMMZ8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPUvAKMMZ8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPUvAKMMZ8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPUvAKMMZ8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPUvAKMMZ8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPUvAKMMZ8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPUvAKMMZ8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPUvAKMMZ8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPUvAKMMZ8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPUvAKMMZ8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPUvAKMMZ8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPUvAKMMZ8 .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-uPUvAKMMZ8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPUvAKMMZ8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPUvAKMMZ8 .dropdown-item.active,
.cid-uPUvAKMMZ8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPUvAKMMZ8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPUvAKMMZ8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPUvAKMMZ8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPUvAKMMZ8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPUvAKMMZ8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPUvAKMMZ8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPUvAKMMZ8 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: #f0f0f0;
}
.cid-uPUvAKMMZ8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPUvAKMMZ8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPUvAKMMZ8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUvAKMMZ8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUvAKMMZ8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPUvAKMMZ8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUvAKMMZ8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPUvAKMMZ8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPUvAKMMZ8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUvAKMMZ8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPUvAKMMZ8 .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-uPUvAKMMZ8 .navbar {
    height: 70px;
  }
  .cid-uPUvAKMMZ8 .navbar.opened {
    height: auto;
  }
  .cid-uPUvAKMMZ8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPUvAKMMZ8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPUvAKMMZ8 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uPUvAKMMZ8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPUvAKMMZ8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPUvAKMMZ8 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uPUvAKMMZ8 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uPUvAKMMZ8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPUvAKMMZ8 .text_widget {
  margin-bottom: 32px;
}
.cid-uPUvAKMMZ8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPUvAKMMZ8 .text_widget a:hover,
.cid-uPUvAKMMZ8 .text_widget a:focus {
  opacity: .6;
}
.cid-uPUvAKMMZ8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPUvAKMMZ8 .navbar-caption {
  color: #000000;
}
.cid-uPUvAKMMZ8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPUvAKMMZ8 .mbr-section-subtitle,
.cid-uPUvAKMMZ8 .text_widget,
.cid-uPUvAKMMZ8 .mbr-section-btn {
  text-align: center;
}
.cid-uPUvAKMMZ8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPUvM65aMC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPUvM65aMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUvM65aMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUvM65aMC .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -30%, #ffffff 20%, #ffffff 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uPUvM65aMC .card-wrapper {
    padding: 16px;
  }
}
.cid-uPUvM65aMC .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPUvM65aMC .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPUvM65aMC .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uPUvM65aMC .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPUvM65aMC .mbr-section-title {
  color: #0e1724;
  text-align: center;
}
.cid-uPUvM65aMC .list {
  color: #ffffff;
  text-align: center;
}
.cid-uPUvM65aMC .list,
.cid-uPUvM65aMC .item-wrap,
.cid-uPUvM65aMC .tabs-wrapper {
  color: #0e1724;
}
.cid-uPUvK6jRRt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPUvK6jRRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUvK6jRRt .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-uPUvK6jRRt .container {
    padding: 0 25px;
  }
}
.cid-uPUvK6jRRt .row {
  justify-content: center;
}
.cid-uPUvK6jRRt .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPUvK6jRRt .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPUvK6jRRt .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPUvK6jRRt .image-wrapper img {
    height: 350px;
  }
}
.cid-uPUvK6jRRt .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-uPUvK6jRRt .form-wrapper {
    padding: 0 12px;
  }
}
.cid-uPUvK6jRRt .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uPUvK6jRRt .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uPUvK6jRRt .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uPUvK6jRRt .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uPUvK6jRRt .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-uPUvK6jRRt .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-uPUvK6jRRt .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uPUvK6jRRt .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-uPUvK6jRRt .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-uPUvK6jRRt .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uPUvK6jRRt .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-uPUvK6jRRt .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPUvK6jRRt .mbr-section-title {
  color: #000000;
}
.cid-uPUvK6jRRt .mbr-text {
  color: #000000;
}
.cid-uPUvK6jRRt label {
  color: #000000;
}
.cid-uPUvL4H2E9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #131313;
}
.cid-uPUvL4H2E9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUvL4H2E9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUvL4H2E9 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uPUvL4H2E9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPUvL4H2E9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPUvL4H2E9 .container {
    padding: 0 30px;
  }
}
.cid-uPUvL4H2E9 .google-map {
  border-top: 2px solid #9c9c9c;
  border-bottom: 2px solid #9c9c9c;
}
.cid-uPUvL4H2E9 .google-map iframe {
  border-radius: 0 !important;
  height: 500px;
  filter: grayscale(100%);
}
.cid-uPUvAMd7jT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPUvAMd7jT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUvAMd7jT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUvAMd7jT .copyright {
  color: #ffffff;
}
.cid-uPUvAMd7jT .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPUvAMd7jT .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uPUvAMd7jT .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uPUvAMd7jT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPUvAMd7jT .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPUvAMd7jT .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPUvAMd7jT .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPUvAMd7jT .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPUvAMd7jT .row-links-soc,
.cid-uPUvAMd7jT .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uPUvAMd7jT .copyright,
.cid-uPUvAMd7jT .line {
  color: #ffffff;
}
.cid-uPUvAMd7jT .row-links-soc {
  color: #ffffff;
}
.cid-uPUvAMd7jT H2 {
  color: #ffffff;
}
.cid-uPUvAMd7jT P {
  color: #ffffff;
}
