.btn {
  border-width: 2px;
}
body {
  font-family: 'Urbanist', sans-serif;
}
.display-1 {
  font-family: 'Brygada 1918', serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Brygada 1918', serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Brygada 1918', serif;
  font-size: 2.0625rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.578125rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.953125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.65rem;
    font-size: calc( 1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e74c3c !important;
}
.bg-success {
  background-color: #f9f9f9 !important;
}
.bg-info {
  background-color: #f39170 !important;
}
.bg-warning {
  background-color: #ffe6a8 !important;
}
.bg-danger {
  background-color: #e5673b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b62516 !important;
  border-color: #b62516 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b62516 !important;
  border-color: #b62516 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f39170 !important;
  border-color: #f39170 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ec5320 !important;
  border-color: #ec5320 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ec5320 !important;
  border-color: #ec5320 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #4e4e4e !important;
  background-color: #cecece !important;
  border-color: #cecece !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #7a7a7a !important;
  background-color: #cecece !important;
  border-color: #cecece !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe6a8 !important;
  border-color: #ffe6a8 !important;
  color: #a87800 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #513a00 !important;
  background-color: #ffcd51 !important;
  border-color: #ffcd51 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #a87800 !important;
  background-color: #ffcd51 !important;
  border-color: #ffcd51 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e5673b !important;
  border-color: #e5673b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b23f18 !important;
  border-color: #b23f18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b23f18 !important;
  border-color: #b23f18 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e74c3c;
  color: #e74c3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b62516 !important;
  background-color: transparent!important;
  border-color: #b62516 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #080808 !important;
  background-color: transparent!important;
  border-color: #080808 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f39170;
  color: #f39170;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ec5320 !important;
  background-color: transparent!important;
  border-color: #ec5320 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f39170 !important;
  border-color: #f39170 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cecece !important;
  background-color: transparent!important;
  border-color: #cecece !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe6a8;
  color: #ffe6a8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffcd51 !important;
  background-color: transparent!important;
  border-color: #ffcd51 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #a87800 !important;
  background-color: #ffe6a8 !important;
  border-color: #ffe6a8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e5673b;
  color: #e5673b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b23f18 !important;
  background-color: transparent!important;
  border-color: #b23f18 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e5673b !important;
  border-color: #e5673b !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: #e74c3c !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #f9f9f9 !important;
}
.text-info {
  color: #f39170 !important;
}
.text-warning {
  color: #ffe6a8 !important;
}
.text-danger {
  color: #e5673b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a82315 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c6c6c6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #e94914 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc942 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a43b16 !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: #e74c3c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f39170;
}
.alert-warning {
  background-color: #ffe6a8;
}
.alert-danger {
  background-color: #e5673b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e74c3c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf3f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf3ef;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e74c3c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e74c3c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #e74c3c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e74c3c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e74c3c;
  border-bottom-color: #e74c3c;
}
.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: #e74c3c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #333333 !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='%23e74c3c' %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;
}
.cid-uo9oGAMvrH {
  z-index: 1000;
  width: 100%;
}
.cid-uo9oGAMvrH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uo9oGAMvrH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uo9oGAMvrH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uo9oGAMvrH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uo9oGAMvrH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uo9oGAMvrH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uo9oGAMvrH .offcanvas-body .mbr-text,
  .cid-uo9oGAMvrH .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uo9oGAMvrH .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uo9oGAMvrH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uo9oGAMvrH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uo9oGAMvrH .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-uo9oGAMvrH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uo9oGAMvrH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uo9oGAMvrH li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uo9oGAMvrH li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uo9oGAMvrH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uo9oGAMvrH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uo9oGAMvrH .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .nav-item {
    margin: 0 !important;
  }
}
.cid-uo9oGAMvrH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uo9oGAMvrH .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uo9oGAMvrH .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-uo9oGAMvrH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uo9oGAMvrH .offcanvas_box {
    display: none;
  }
}
.cid-uo9oGAMvrH .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uo9oGAMvrH .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uo9oGAMvrH .dropdown .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo9oGAMvrH .nav-link {
  position: relative;
}
.cid-uo9oGAMvrH .container {
  display: flex;
  margin: auto;
}
.cid-uo9oGAMvrH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uo9oGAMvrH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uo9oGAMvrH .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uo9oGAMvrH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uo9oGAMvrH .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uo9oGAMvrH .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uo9oGAMvrH .dropdown-menu,
.cid-uo9oGAMvrH .navbar.opened {
  background: #ffffff !important;
}
.cid-uo9oGAMvrH .nav-item:focus,
.cid-uo9oGAMvrH .nav-link:focus {
  outline: none;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo9oGAMvrH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo9oGAMvrH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo9oGAMvrH .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uo9oGAMvrH .navbar.opened {
  transition: all 0.3s;
}
.cid-uo9oGAMvrH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uo9oGAMvrH .navbar .navbar-logo img {
  width: auto;
}
.cid-uo9oGAMvrH .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-uo9oGAMvrH .navbar.collapsed {
  justify-content: center;
}
.cid-uo9oGAMvrH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo9oGAMvrH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo9oGAMvrH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uo9oGAMvrH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uo9oGAMvrH .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uo9oGAMvrH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo9oGAMvrH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo9oGAMvrH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo9oGAMvrH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uo9oGAMvrH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uo9oGAMvrH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo9oGAMvrH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo9oGAMvrH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uo9oGAMvrH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uo9oGAMvrH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo9oGAMvrH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uo9oGAMvrH .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-uo9oGAMvrH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo9oGAMvrH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo9oGAMvrH .dropdown-item.active,
.cid-uo9oGAMvrH .dropdown-item:active {
  background-color: transparent;
}
.cid-uo9oGAMvrH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo9oGAMvrH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo9oGAMvrH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo9oGAMvrH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo9oGAMvrH ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uo9oGAMvrH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo9oGAMvrH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uo9oGAMvrH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo9oGAMvrH .navbar {
    height: 70px;
  }
  .cid-uo9oGAMvrH .navbar.opened {
    height: auto;
  }
  .cid-uo9oGAMvrH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo9oGAMvrH .mbr-section-subtitle {
  color: #202020;
}
.cid-uoOBSFGdL0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uoOBSFGdL0 .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uoOBSFGdL0 .main_header {
    padding-top: 66px;
  }
  .cid-uoOBSFGdL0 .main_header > .row {
    flex-direction: column;
  }
  .cid-uoOBSFGdL0 .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uoOBSFGdL0 .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uoOBSFGdL0 .mbr-section-title {
    text-align: center;
  }
}
.cid-uoOBSFGdL0 .mbr-text {
  margin: 25px 0;
}
.cid-uoOBSFGdL0 .bgImage {
  position: relative;
  width: 100%;
  height: 550px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uoOBSFGdL0 .bgImage {
    height: 65vh;
  }
}
.cid-uoOBSFGdL0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uoOBSFGdL0 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uoOBSFGdL0 .linkBtn a:after,
.cid-uoOBSFGdL0 .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uoOBSFGdL0 .linkBtn a:before {
  left: 0;
}
.cid-uoOBSFGdL0 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uoOBSFGdL0 .linkBtn a:hover:before,
.cid-uoOBSFGdL0 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-unAWwzIOqj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-unAWwzIOqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-unAWwzIOqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unAWwzIOqj .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-unAWwzIOqj .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-unAWwzIOqj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unAWwzIOqj .container {
    padding: 0 20px;
  }
}
.cid-unAWwzIOqj .row {
  justify-content: center;
}
.cid-unAWwzIOqj .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-unAWwzIOqj .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-unAWwzIOqj .item {
    margin-bottom: 40px;
  }
}
.cid-unAWwzIOqj .item:hover .item-wrapper,
.cid-unAWwzIOqj .item:focus .item-wrapper {
  border: 1px solid #e5673b;
}
.cid-unAWwzIOqj .item:hover .item-wrapper .item-img img,
.cid-unAWwzIOqj .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-unAWwzIOqj .item .item-wrapper {
  height: 100%;
  border: 1px solid #acb3b7;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-unAWwzIOqj .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-unAWwzIOqj .item .item-wrapper .item-img img {
  height: 350px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unAWwzIOqj .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-unAWwzIOqj .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-unAWwzIOqj .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-unAWwzIOqj .item .item-wrapper .item-content .card-date {
  margin-bottom: 0;
}
.cid-unAWwzIOqj .item a {
  display: block;
  height: 100%;
}
.cid-unAWwzIOqj .mbr-desc {
  color: #e5673b;
}
.cid-unAWwzIOqj .card-title {
  color: #e5673b;
}
.cid-unAWwzIOqj .card-date {
  color: #9a9a9a;
}
.cid-uoOU7rqXdx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #000000;
}
.cid-uoOU7rqXdx .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-uoOU7rqXdx .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-uoOU7rqXdx img,
.cid-uoOU7rqXdx .item-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 400px;
}
.cid-uoOU7rqXdx .item {
  margin-bottom: 30px;
}
.cid-uoOU7rqXdx .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uoOU7rqXdx .card_title {
  color: #ffffff;
  letter-spacing: .075em;
  line-height: 1.06em;
}
.cid-uoOU7rqXdx .item-img {
  position: relative;
  z-index: 1;
}
.cid-uoOU7rqXdx .item-img img {
  transform: scale(1.05);
}
.cid-uoOU7rqXdx .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-uoOU7rqXdx .item-img .card_info {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 12px;
}
.cid-uo9oRjLhVb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uo9oRjLhVb .mbr-section-title {
  margin-bottom: 1rem;
  color: #333333;
}
.cid-uo9oRjLhVb .footer_logo {
  margin-bottom: 2rem;
}
.cid-uo9oRjLhVb .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uo9oRjLhVb .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uo9oRjLhVb .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-uo9oRjLhVb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #333333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uo9oRjLhVb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uo9oRjLhVb .iconfont-wrapper:hover {
  background-color: #262626;
}
@media (max-width: 767px) {
  .cid-uo9oRjLhVb .footer_timework {
    margin-top: 50px;
  }
  .cid-uo9oRjLhVb .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uo9oGAMvrH {
  z-index: 1000;
  width: 100%;
}
.cid-uo9oGAMvrH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uo9oGAMvrH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uo9oGAMvrH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uo9oGAMvrH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uo9oGAMvrH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uo9oGAMvrH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uo9oGAMvrH .offcanvas-body .mbr-text,
  .cid-uo9oGAMvrH .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uo9oGAMvrH .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uo9oGAMvrH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uo9oGAMvrH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uo9oGAMvrH .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-uo9oGAMvrH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uo9oGAMvrH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uo9oGAMvrH li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uo9oGAMvrH li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uo9oGAMvrH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uo9oGAMvrH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uo9oGAMvrH .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .nav-item {
    margin: 0 !important;
  }
}
.cid-uo9oGAMvrH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uo9oGAMvrH .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uo9oGAMvrH .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-uo9oGAMvrH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uo9oGAMvrH .offcanvas_box {
    display: none;
  }
}
.cid-uo9oGAMvrH .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uo9oGAMvrH .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uo9oGAMvrH .dropdown .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo9oGAMvrH .nav-link {
  position: relative;
}
.cid-uo9oGAMvrH .container {
  display: flex;
  margin: auto;
}
.cid-uo9oGAMvrH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uo9oGAMvrH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uo9oGAMvrH .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uo9oGAMvrH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uo9oGAMvrH .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uo9oGAMvrH .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uo9oGAMvrH .dropdown-menu,
.cid-uo9oGAMvrH .navbar.opened {
  background: #ffffff !important;
}
.cid-uo9oGAMvrH .nav-item:focus,
.cid-uo9oGAMvrH .nav-link:focus {
  outline: none;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo9oGAMvrH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo9oGAMvrH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo9oGAMvrH .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uo9oGAMvrH .navbar.opened {
  transition: all 0.3s;
}
.cid-uo9oGAMvrH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uo9oGAMvrH .navbar .navbar-logo img {
  width: auto;
}
.cid-uo9oGAMvrH .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-uo9oGAMvrH .navbar.collapsed {
  justify-content: center;
}
.cid-uo9oGAMvrH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo9oGAMvrH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo9oGAMvrH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uo9oGAMvrH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uo9oGAMvrH .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uo9oGAMvrH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo9oGAMvrH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo9oGAMvrH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo9oGAMvrH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uo9oGAMvrH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uo9oGAMvrH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo9oGAMvrH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo9oGAMvrH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uo9oGAMvrH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uo9oGAMvrH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo9oGAMvrH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uo9oGAMvrH .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-uo9oGAMvrH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo9oGAMvrH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo9oGAMvrH .dropdown-item.active,
.cid-uo9oGAMvrH .dropdown-item:active {
  background-color: transparent;
}
.cid-uo9oGAMvrH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo9oGAMvrH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo9oGAMvrH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo9oGAMvrH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo9oGAMvrH ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uo9oGAMvrH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo9oGAMvrH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uo9oGAMvrH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo9oGAMvrH .navbar {
    height: 70px;
  }
  .cid-uo9oGAMvrH .navbar.opened {
    height: auto;
  }
  .cid-uo9oGAMvrH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo9oGAMvrH .mbr-section-subtitle {
  color: #202020;
}
.cid-uoPxbNmGaL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #fef2f2;
}
@media (min-width: 768px) {
  .cid-uoPxbNmGaL .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-uoPxbNmGaL .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uoPxbNmGaL .card_wrapper {
  padding: 2rem 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uoPxbNmGaL .card_wrapper {
    padding: 65px 30px;
  }
  .cid-uoPxbNmGaL .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-uoPxbNmGaL .content_box {
  position: relative;
  z-index: 2;
}
.cid-uoPxbNmGaL .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  padding: 0 100px;
}
.cid-uoPxbNmGaL .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uoPxbNmGaL .mbr-section-title {
  color: #202020;
  margin-bottom: 20px;
}
.cid-uoPxbNmGaL .mbr-section-btn {
  margin-top: 43px;
}
.cid-uoPxbNmGaL .image-wrapper,
.cid-uoPxbNmGaL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uo9qdA3QK8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo9qdA3QK8 .mbr-section-title {
  color: #202020;
}
.cid-uo9qdA3QK8 .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-uo9qdA3QK8 .content_box {
  position: relative;
}
.cid-uo9qdA3QK8 .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.4;
}
.cid-uo9qdA3QK8 .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-uo9oRjLhVb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uo9oRjLhVb .mbr-section-title {
  margin-bottom: 1rem;
  color: #333333;
}
.cid-uo9oRjLhVb .footer_logo {
  margin-bottom: 2rem;
}
.cid-uo9oRjLhVb .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uo9oRjLhVb .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uo9oRjLhVb .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-uo9oRjLhVb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #333333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uo9oRjLhVb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uo9oRjLhVb .iconfont-wrapper:hover {
  background-color: #262626;
}
@media (max-width: 767px) {
  .cid-uo9oRjLhVb .footer_timework {
    margin-top: 50px;
  }
  .cid-uo9oRjLhVb .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uo9oGAMvrH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uo9oGAMvrH .navbar-dropdown {
  position: relative !important;
}
.cid-uo9oGAMvrH nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uo9oGAMvrH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uo9oGAMvrH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uo9oGAMvrH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uo9oGAMvrH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uo9oGAMvrH .offcanvas-body .mbr-text,
  .cid-uo9oGAMvrH .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uo9oGAMvrH .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uo9oGAMvrH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uo9oGAMvrH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uo9oGAMvrH .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-uo9oGAMvrH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uo9oGAMvrH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uo9oGAMvrH li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uo9oGAMvrH li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uo9oGAMvrH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uo9oGAMvrH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uo9oGAMvrH .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .nav-item {
    margin: 0 !important;
  }
}
.cid-uo9oGAMvrH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uo9oGAMvrH .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uo9oGAMvrH .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-uo9oGAMvrH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uo9oGAMvrH .offcanvas_box {
    display: none;
  }
}
.cid-uo9oGAMvrH .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uo9oGAMvrH .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uo9oGAMvrH .dropdown .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo9oGAMvrH .nav-link {
  position: relative;
}
.cid-uo9oGAMvrH .container {
  display: flex;
  margin: auto;
}
.cid-uo9oGAMvrH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uo9oGAMvrH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uo9oGAMvrH .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uo9oGAMvrH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uo9oGAMvrH .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uo9oGAMvrH .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uo9oGAMvrH .dropdown-menu,
.cid-uo9oGAMvrH .navbar.opened {
  background: #ffffff !important;
}
.cid-uo9oGAMvrH .nav-item:focus,
.cid-uo9oGAMvrH .nav-link:focus {
  outline: none;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo9oGAMvrH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo9oGAMvrH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo9oGAMvrH .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uo9oGAMvrH .navbar.opened {
  transition: all 0.3s;
}
.cid-uo9oGAMvrH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uo9oGAMvrH .navbar .navbar-logo img {
  width: auto;
}
.cid-uo9oGAMvrH .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-uo9oGAMvrH .navbar.collapsed {
  justify-content: center;
}
.cid-uo9oGAMvrH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo9oGAMvrH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo9oGAMvrH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uo9oGAMvrH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uo9oGAMvrH .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uo9oGAMvrH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo9oGAMvrH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo9oGAMvrH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo9oGAMvrH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uo9oGAMvrH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uo9oGAMvrH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo9oGAMvrH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo9oGAMvrH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uo9oGAMvrH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uo9oGAMvrH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo9oGAMvrH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uo9oGAMvrH .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-uo9oGAMvrH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo9oGAMvrH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo9oGAMvrH .dropdown-item.active,
.cid-uo9oGAMvrH .dropdown-item:active {
  background-color: transparent;
}
.cid-uo9oGAMvrH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo9oGAMvrH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo9oGAMvrH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo9oGAMvrH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo9oGAMvrH ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uo9oGAMvrH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo9oGAMvrH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uo9oGAMvrH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo9oGAMvrH .navbar {
    height: 70px;
  }
  .cid-uo9oGAMvrH .navbar.opened {
    height: auto;
  }
  .cid-uo9oGAMvrH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo9oGAMvrH .mbr-section-subtitle {
  color: #202020;
}
.cid-sKLShmqQ6R {
  padding-top: 3rem;
  padding-bottom: 6rem;
  position: relative;
  background-color: #fafafa;
}
.cid-sKLShmqQ6R .image_behind,
.cid-sKLShmqQ6R .image_ahead {
  display: none;
}
@media (min-width: 992px) {
  .cid-sKLShmqQ6R .image_behind {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 370px;
    height: 575px;
    transform: translateY(-50%);
  }
  .cid-sKLShmqQ6R .image_behind img {
    height: 100%;
  }
  .cid-sKLShmqQ6R .image_wrapper {
    display: inline-block;
  }
  .cid-sKLShmqQ6R .image_ahead {
    display: block;
    position: absolute;
    right: -80px;
    bottom: -90px;
    z-index: 5;
    width: 160px;
    height: 240px;
  }
  .cid-sKLShmqQ6R .image_ahead img {
    height: 100%;
  }
  .cid-sKLShmqQ6R .main_header {
    padding-right: 100px;
  }
}
.cid-sKLShmqQ6R .mbr-section-title {
  margin-bottom: 18px;
  border-radius: 50%;
  color: #202020;
}
.cid-sKLShmqQ6R .mbr-text {
  margin-bottom: 33px;
}
.cid-sKLShmqQ6R .item-img {
  position: relative;
  z-index: 3;
  height: 100%;
}
.cid-sKLShmqQ6R .item-img:before,
.cid-sKLShmqQ6R .image_ahead:before {
  content: "";
  position: absolute;
  border: 1px solid #eae8e4;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  pointer-events: none;
  border-radius: 10px;
}
.cid-sKLShmqQ6R img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sKLShmqQ6R .image_wrapper {
    margin-bottom: 60px;
  }
}
.cid-sKLShmqQ6R .mbr-text,
.cid-sKLShmqQ6R .mbr-section-btn {
  color: #4a4a4a;
}
.cid-sKLTbY3WGz {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/271745525-143220214764394-5536586355986119345-n-1080x720.jpg");
}
.cid-sKLTbY3WGz .image-wrapper,
.cid-sKLTbY3WGz img {
  width: 100%;
  object-fit: contain;
}
.cid-sKLTbY3WGz img {
  display: inline-block;
  width: 6rem;
}
.cid-sKLTbY3WGz .mbr-section-title {
  margin: 25px 0;
}
.cid-sKLTbY3WGz .mbr-text {
  margin-bottom: 19px;
}
.cid-sKLT4t8KOP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sKLT4t8KOP img,
.cid-sKLT4t8KOP .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-sKLT4t8KOP .item-img {
  position: relative;
}
.cid-sKLT4t8KOP .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #bbbbbb;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-sKLT4t8KOP .item-img:hover {
  transform: translateY(-7px);
}
.cid-sKLT4t8KOP .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sKLT4t8KOP .item:nth-child(1),
  .cid-sKLT4t8KOP .item:nth-child(2),
  .cid-sKLT4t8KOP .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-sKLT4t8KOP .item:nth-child(2),
  .cid-sKLT4t8KOP .item:nth-child(5),
  .cid-sKLT4t8KOP .item:nth-child(8),
  .cid-sKLT4t8KOP .item:nth-child(11),
  .cid-sKLT4t8KOP .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-sKLT4t8KOP .item-title {
  margin-bottom: 1rem;
  color: #202020;
}
.cid-sKLT4t8KOP .item_content {
  margin-top: 27px;
}
.cid-sKLT4t8KOP .mbr-text {
  margin-bottom: 1rem;
  color: #4a4a4a;
}
.cid-sKLT4t8KOP .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-sKLT4t8KOP .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-sKLT9yds70 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
}
@media (min-width: 768px) {
  .cid-sKLT9yds70 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sKLT9yds70 .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sKLT9yds70 .card_wrapper {
  padding: 2rem 20%;
  background-color: #fafafa;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sKLT9yds70 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-sKLT9yds70 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sKLT9yds70 .content_box {
  position: relative;
  z-index: 2;
}
.cid-sKLT9yds70 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  padding: 0 100px;
}
.cid-sKLT9yds70 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sKLT9yds70 .mbr-text {
  color: #202020;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-sKLT9yds70 .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-sKLT9yds70 .image-wrapper,
.cid-sKLT9yds70 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sKLT9yds70 .signature {
  color: #4a4a4a;
}
.cid-sKM67Osayp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sKM67Osayp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sKM67Osayp .form-group textarea {
  border: 1px solid #4a4a4a !important;
}
.cid-sKM67Osayp .form-control,
.cid-sKM67Osayp .field-input,
.cid-sKM67Osayp textarea {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #202020;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 0 !important;
  outline: none;
  border: none !important;
  border-bottom: 1px solid #4a4a4a !important;
  margin-bottom: 40px;
}
.cid-sKM67Osayp .form-control::-webkit-input-placeholder,
.cid-sKM67Osayp .field-input::-webkit-input-placeholder,
.cid-sKM67Osayp textarea::-webkit-input-placeholder,
.cid-sKM67Osayp .form-control::-webkit-input-placeholder,
.cid-sKM67Osayp .field-input::-webkit-input-placeholder,
.cid-sKM67Osayp textarea::-webkit-input-placeholder {
  color: #202020;
}
.cid-sKM67Osayp .form-control:-moz-placeholder,
.cid-sKM67Osayp .field-input:-moz-placeholder,
.cid-sKM67Osayp textarea:-moz-placeholder,
.cid-sKM67Osayp .form-control:-moz-placeholder,
.cid-sKM67Osayp .field-input:-moz-placeholder,
.cid-sKM67Osayp textarea:-moz-placeholder {
  color: #202020;
}
.cid-sKM67Osayp .form-control:hover,
.cid-sKM67Osayp .field-input:hover,
.cid-sKM67Osayp textarea:hover,
.cid-sKM67Osayp .form-control:focus,
.cid-sKM67Osayp .field-input:focus,
.cid-sKM67Osayp textarea:focus {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #202020;
  box-shadow: none;
  outline: none;
}
.cid-sKM67Osayp .form-control:hover::-webkit-input-placeholder,
.cid-sKM67Osayp .field-input:hover::-webkit-input-placeholder,
.cid-sKM67Osayp textarea:hover::-webkit-input-placeholder,
.cid-sKM67Osayp .form-control:focus::-webkit-input-placeholder,
.cid-sKM67Osayp .field-input:focus::-webkit-input-placeholder,
.cid-sKM67Osayp textarea:focus::-webkit-input-placeholder,
.cid-sKM67Osayp .form-control:hover::-webkit-input-placeholder,
.cid-sKM67Osayp .field-input:hover::-webkit-input-placeholder,
.cid-sKM67Osayp textarea:hover::-webkit-input-placeholder,
.cid-sKM67Osayp .form-control:focus::-webkit-input-placeholder,
.cid-sKM67Osayp .field-input:focus::-webkit-input-placeholder,
.cid-sKM67Osayp textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-sKM67Osayp .form-control:hover:-moz-placeholder,
.cid-sKM67Osayp .field-input:hover:-moz-placeholder,
.cid-sKM67Osayp textarea:hover:-moz-placeholder,
.cid-sKM67Osayp .form-control:focus:-moz-placeholder,
.cid-sKM67Osayp .field-input:focus:-moz-placeholder,
.cid-sKM67Osayp textarea:focus:-moz-placeholder,
.cid-sKM67Osayp .form-control:hover:-moz-placeholder,
.cid-sKM67Osayp .field-input:hover:-moz-placeholder,
.cid-sKM67Osayp textarea:hover:-moz-placeholder,
.cid-sKM67Osayp .form-control:focus:-moz-placeholder,
.cid-sKM67Osayp .field-input:focus:-moz-placeholder,
.cid-sKM67Osayp textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-sKM67Osayp .jq-number__spin:hover,
.cid-sKM67Osayp .jq-number__spin:focus {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sKM67Osayp .jq-number__spin {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #202020;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sKM67Osayp .jq-selectbox li,
.cid-sKM67Osayp .jq-selectbox li {
  background-color: #d8d8d8;
  color: #000000;
}
.cid-sKM67Osayp .jq-selectbox li:hover,
.cid-sKM67Osayp .jq-selectbox li.selected {
  background-color: #d8d8d8;
  color: #000000;
}
.cid-sKM67Osayp .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sKM67Osayp .jq-number__spin.minus:hover:after,
.cid-sKM67Osayp .jq-number__spin.plus:hover:after {
  border-top-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}
.cid-sKM67Osayp .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sKM67Osayp .jq-number__spin.minus:after,
.cid-sKM67Osayp .jq-number__spin.plus:after {
  border-top-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}
.cid-sKM67Osayp input::-webkit-clear-button {
  display: none;
}
.cid-sKM67Osayp input::-webkit-inner-spin-button {
  display: none;
}
.cid-sKM67Osayp input::-webkit-outer-spin-button {
  display: none;
}
.cid-sKM67Osayp input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sKM67Osayp .container {
  background-color: #d8d8d8;
  padding: 8rem 2.75rem;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sKM67Osayp .container {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sKM67Osayp .container {
    padding: 3.5rem .75rem 4rem;
  }
}
.cid-sKM67Osayp .btn-lg {
  border-radius: 0 !important;
  padding: 1.1875rem 3.25rem !important;
  margin-top: 40px;
  font-weight: 600;
  width: 100%;
}
.cid-sKM67Osayp .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sKM67Osayp .form_title {
  margin: 25px 0;
  text-align: center;
}
.cid-sKM67Osayp .mbr-text {
  margin-bottom: 37px;
}
.cid-sKM67Osayp .shape {
  width: 190px;
  height: auto;
  position: absolute;
  right: -40px;
  top: 40px;
}
.cid-sKM67Osayp .shape img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media (max-width: 991px) {
  .cid-sKM67Osayp .shape {
    top: 0;
    right: 0;
  }
}
.cid-sKM67Osayp .dragArea {
  justify-content: center;
}
.cid-sKM67Osayp .form-group textarea {
  height: 165px;
  margin-bottom: 0;
  border: none;
}
.cid-sKM67Osayp .form-group {
  margin-bottom: 0;
}
.cid-sKM67Osayp .textGDPR.display-7 {
  font-size: 16px;
}
.cid-sKM67Osayp .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-sKM67Osayp .form-control,
.cid-sKM67Osayp .field-input,
.cid-sKM67Osayp textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
  transition: 0.4s;
  outline: none;
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-sKM67Osayp .form-check {
  padding-left: 2.5em !important;
}
.cid-sKM67Osayp .form-check .display-7 {
  font-size: 16px !important;
}
.cid-uo9oRjLhVb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uo9oRjLhVb .mbr-section-title {
  margin-bottom: 1rem;
  color: #333333;
}
.cid-uo9oRjLhVb .footer_logo {
  margin-bottom: 2rem;
}
.cid-uo9oRjLhVb .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uo9oRjLhVb .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uo9oRjLhVb .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-uo9oRjLhVb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #333333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uo9oRjLhVb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uo9oRjLhVb .iconfont-wrapper:hover {
  background-color: #262626;
}
@media (max-width: 767px) {
  .cid-uo9oRjLhVb .footer_timework {
    margin-top: 50px;
  }
  .cid-uo9oRjLhVb .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uo9oGAMvrH {
  z-index: 1000;
  width: 100%;
}
.cid-uo9oGAMvrH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uo9oGAMvrH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uo9oGAMvrH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uo9oGAMvrH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uo9oGAMvrH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uo9oGAMvrH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uo9oGAMvrH .offcanvas-body .mbr-text,
  .cid-uo9oGAMvrH .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uo9oGAMvrH .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uo9oGAMvrH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uo9oGAMvrH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uo9oGAMvrH .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-uo9oGAMvrH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uo9oGAMvrH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uo9oGAMvrH li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uo9oGAMvrH li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uo9oGAMvrH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uo9oGAMvrH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uo9oGAMvrH .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .nav-item {
    margin: 0 !important;
  }
}
.cid-uo9oGAMvrH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uo9oGAMvrH .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uo9oGAMvrH .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-uo9oGAMvrH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uo9oGAMvrH .offcanvas_box {
    display: none;
  }
}
.cid-uo9oGAMvrH .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uo9oGAMvrH .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uo9oGAMvrH .dropdown .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo9oGAMvrH .nav-link {
  position: relative;
}
.cid-uo9oGAMvrH .container {
  display: flex;
  margin: auto;
}
.cid-uo9oGAMvrH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uo9oGAMvrH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uo9oGAMvrH .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uo9oGAMvrH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uo9oGAMvrH .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uo9oGAMvrH .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uo9oGAMvrH .dropdown-menu,
.cid-uo9oGAMvrH .navbar.opened {
  background: #ffffff !important;
}
.cid-uo9oGAMvrH .nav-item:focus,
.cid-uo9oGAMvrH .nav-link:focus {
  outline: none;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo9oGAMvrH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo9oGAMvrH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo9oGAMvrH .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uo9oGAMvrH .navbar.opened {
  transition: all 0.3s;
}
.cid-uo9oGAMvrH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uo9oGAMvrH .navbar .navbar-logo img {
  width: auto;
}
.cid-uo9oGAMvrH .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-uo9oGAMvrH .navbar.collapsed {
  justify-content: center;
}
.cid-uo9oGAMvrH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo9oGAMvrH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo9oGAMvrH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uo9oGAMvrH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uo9oGAMvrH .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uo9oGAMvrH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo9oGAMvrH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo9oGAMvrH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo9oGAMvrH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uo9oGAMvrH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uo9oGAMvrH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo9oGAMvrH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo9oGAMvrH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uo9oGAMvrH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uo9oGAMvrH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo9oGAMvrH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uo9oGAMvrH .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-uo9oGAMvrH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo9oGAMvrH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo9oGAMvrH .dropdown-item.active,
.cid-uo9oGAMvrH .dropdown-item:active {
  background-color: transparent;
}
.cid-uo9oGAMvrH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo9oGAMvrH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo9oGAMvrH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo9oGAMvrH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo9oGAMvrH ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uo9oGAMvrH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo9oGAMvrH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uo9oGAMvrH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo9oGAMvrH .navbar {
    height: 70px;
  }
  .cid-uo9oGAMvrH .navbar.opened {
    height: auto;
  }
  .cid-uo9oGAMvrH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo9oGAMvrH .mbr-section-subtitle {
  color: #202020;
}
.cid-sK7A558bJc {
  background-color: #111111;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-sK7A558bJc .carousel {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .cid-sK7A558bJc .carousel {
    height: 60vh;
  }
}
.cid-sK7A558bJc .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sK7A558bJc .carousel-item,
.cid-sK7A558bJc .carousel-inner {
  height: 100%;
}
.cid-sK7A558bJc .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sK7A558bJc .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sK7A558bJc .content_wrap {
    padding: 60px 12px;
  }
}
.cid-sK7A558bJc .carousel-item,
.cid-sK7A558bJc .carousel-inner {
  height: 100%;
}
.cid-sK7A558bJc .mbr-section-title {
  margin-bottom: 25px;
  color: #333333;
}
.cid-sK7A558bJc .mbr-section-btn {
  margin-top: 42px;
}
.cid-sK7A558bJc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sK7A558bJc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sK7A558bJc .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-sK7A558bJc .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-sK7A558bJc .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sK7A558bJc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sK7A558bJc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sK7A558bJc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sK7A558bJc .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-sK7A558bJc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -1.9rem;
}
.cid-sK7A558bJc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -1.9rem;
}
.cid-sK7A558bJc .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-sK7A558bJc .carousel-control {
    display: none !important;
  }
}
.cid-sK7A558bJc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-sK7A558bJc .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #f9f9f9;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-sK7A558bJc .carousel-indicators li.active,
.cid-sK7A558bJc .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-sK7A558bJc .carousel-indicators li::after,
.cid-sK7A558bJc .carousel-indicators li::before {
  content: none;
}
.cid-sK7A558bJc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sK7A558bJc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sK7A558bJc .height_100 {
    height: 100%;
  }
}
.cid-uoKZVvBAcz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
  background-image: url("../../../assets/images/332777403-113810644984747-3916569511543005896-n-1440x960.jpg");
}
.cid-uoKZVvBAcz .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-uoKZVvBAcz .content_box {
  padding: 115px 3rem;
  background-color: #eae8e4;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uoKZVvBAcz .content_box {
    margin-top: 30px;
    padding: 65px 1rem;
  }
}
.cid-uoKZVvBAcz .mbr-section-title {
  color: #202020;
  margin-bottom: 29px;
}
.cid-uoKZVvBAcz img,
.cid-uoKZVvBAcz .image-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uoKZVvBAcz .list_widget {
  padding-bottom: 20px;
}
.cid-uoKZVvBAcz .mbr-section-subtitle {
  line-height: 1.2727em;
  color: #202020;
}
.cid-uoKZVvBAcz .linkBtn {
  margin-top: 23px;
}
.cid-uoKZVvBAcz .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uoKZVvBAcz .linkBtn a:after,
.cid-uoKZVvBAcz .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uoKZVvBAcz .linkBtn a:before {
  left: 0;
}
.cid-uoKZVvBAcz .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uoKZVvBAcz .linkBtn a:hover:before,
.cid-uoKZVvBAcz .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uo9oRjLhVb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uo9oRjLhVb .mbr-section-title {
  margin-bottom: 1rem;
  color: #333333;
}
.cid-uo9oRjLhVb .footer_logo {
  margin-bottom: 2rem;
}
.cid-uo9oRjLhVb .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uo9oRjLhVb .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uo9oRjLhVb .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-uo9oRjLhVb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #333333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uo9oRjLhVb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uo9oRjLhVb .iconfont-wrapper:hover {
  background-color: #262626;
}
@media (max-width: 767px) {
  .cid-uo9oRjLhVb .footer_timework {
    margin-top: 50px;
  }
  .cid-uo9oRjLhVb .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uo9oGAMvrH {
  z-index: 1000;
  width: 100%;
}
.cid-uo9oGAMvrH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uo9oGAMvrH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uo9oGAMvrH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uo9oGAMvrH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uo9oGAMvrH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uo9oGAMvrH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uo9oGAMvrH .offcanvas-body .mbr-text,
  .cid-uo9oGAMvrH .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uo9oGAMvrH .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uo9oGAMvrH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uo9oGAMvrH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uo9oGAMvrH .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-uo9oGAMvrH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uo9oGAMvrH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uo9oGAMvrH li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uo9oGAMvrH li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uo9oGAMvrH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uo9oGAMvrH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uo9oGAMvrH .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .nav-item {
    margin: 0 !important;
  }
}
.cid-uo9oGAMvrH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uo9oGAMvrH .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uo9oGAMvrH .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-uo9oGAMvrH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uo9oGAMvrH .offcanvas_box {
    display: none;
  }
}
.cid-uo9oGAMvrH .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uo9oGAMvrH .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uo9oGAMvrH .dropdown .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo9oGAMvrH .nav-link {
  position: relative;
}
.cid-uo9oGAMvrH .container {
  display: flex;
  margin: auto;
}
.cid-uo9oGAMvrH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uo9oGAMvrH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uo9oGAMvrH .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uo9oGAMvrH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uo9oGAMvrH .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uo9oGAMvrH .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uo9oGAMvrH .dropdown-menu,
.cid-uo9oGAMvrH .navbar.opened {
  background: #ffffff !important;
}
.cid-uo9oGAMvrH .nav-item:focus,
.cid-uo9oGAMvrH .nav-link:focus {
  outline: none;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo9oGAMvrH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo9oGAMvrH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo9oGAMvrH .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uo9oGAMvrH .navbar.opened {
  transition: all 0.3s;
}
.cid-uo9oGAMvrH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uo9oGAMvrH .navbar .navbar-logo img {
  width: auto;
}
.cid-uo9oGAMvrH .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-uo9oGAMvrH .navbar.collapsed {
  justify-content: center;
}
.cid-uo9oGAMvrH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo9oGAMvrH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo9oGAMvrH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uo9oGAMvrH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uo9oGAMvrH .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uo9oGAMvrH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo9oGAMvrH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo9oGAMvrH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo9oGAMvrH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uo9oGAMvrH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uo9oGAMvrH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo9oGAMvrH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo9oGAMvrH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uo9oGAMvrH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uo9oGAMvrH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo9oGAMvrH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uo9oGAMvrH .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-uo9oGAMvrH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo9oGAMvrH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo9oGAMvrH .dropdown-item.active,
.cid-uo9oGAMvrH .dropdown-item:active {
  background-color: transparent;
}
.cid-uo9oGAMvrH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo9oGAMvrH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo9oGAMvrH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo9oGAMvrH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo9oGAMvrH ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uo9oGAMvrH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo9oGAMvrH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uo9oGAMvrH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo9oGAMvrH .navbar {
    height: 70px;
  }
  .cid-uo9oGAMvrH .navbar.opened {
    height: auto;
  }
  .cid-uo9oGAMvrH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo9oGAMvrH .mbr-section-subtitle {
  color: #202020;
}
.cid-uo9rjNsfBf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e5673b;
}
.cid-uo9rjNsfBf .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-uo9rjNsfBf .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #202020;
}
@media (min-width: 992px) {
  .cid-uo9rjNsfBf .google-map {
    margin-left: 17%;
  }
}
.cid-uo9rjNsfBf .google-map {
  height: 540px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uo9rjNsfBf .google-map {
    margin-bottom: 70px;
  }
}
.cid-uo9rjNsfBf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uo9rjNsfBf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uo9rjNsfBf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo9rjNsfBf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo9rjNsfBf .header_box {
  margin-bottom: 40px;
}
.cid-uo9rjNsfBf .contact_content {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.cid-uo9rjNsfBf .card_text {
  display: inline-block;
}
.cid-uo9rjNsfBf .iconfont-wrapper {
  margin-right: 15px;
  display: inline-block;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
@media (max-width: 767px) {
  .cid-uo9rjNsfBf .column_wrap {
    margin-bottom: 29px;
  }
}
.cid-uo9oRjLhVb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uo9oRjLhVb .mbr-section-title {
  margin-bottom: 1rem;
  color: #333333;
}
.cid-uo9oRjLhVb .footer_logo {
  margin-bottom: 2rem;
}
.cid-uo9oRjLhVb .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uo9oRjLhVb .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uo9oRjLhVb .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-uo9oRjLhVb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #333333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uo9oRjLhVb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uo9oRjLhVb .iconfont-wrapper:hover {
  background-color: #262626;
}
@media (max-width: 767px) {
  .cid-uo9oRjLhVb .footer_timework {
    margin-top: 50px;
  }
  .cid-uo9oRjLhVb .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uo9oGAMvrH {
  z-index: 1000;
  width: 100%;
}
.cid-uo9oGAMvrH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uo9oGAMvrH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uo9oGAMvrH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uo9oGAMvrH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uo9oGAMvrH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uo9oGAMvrH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uo9oGAMvrH .offcanvas-body .mbr-text,
  .cid-uo9oGAMvrH .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uo9oGAMvrH .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uo9oGAMvrH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uo9oGAMvrH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uo9oGAMvrH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uo9oGAMvrH .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-uo9oGAMvrH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uo9oGAMvrH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uo9oGAMvrH li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uo9oGAMvrH li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uo9oGAMvrH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uo9oGAMvrH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uo9oGAMvrH .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .nav-item {
    margin: 0 !important;
  }
}
.cid-uo9oGAMvrH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uo9oGAMvrH .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uo9oGAMvrH .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-uo9oGAMvrH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uo9oGAMvrH .offcanvas_box {
    display: none;
  }
}
.cid-uo9oGAMvrH .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uo9oGAMvrH .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uo9oGAMvrH .dropdown .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo9oGAMvrH .nav-link {
  position: relative;
}
.cid-uo9oGAMvrH .container {
  display: flex;
  margin: auto;
}
.cid-uo9oGAMvrH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uo9oGAMvrH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uo9oGAMvrH .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uo9oGAMvrH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uo9oGAMvrH .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uo9oGAMvrH .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uo9oGAMvrH .dropdown-menu,
.cid-uo9oGAMvrH .navbar.opened {
  background: #ffffff !important;
}
.cid-uo9oGAMvrH .nav-item:focus,
.cid-uo9oGAMvrH .nav-link:focus {
  outline: none;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo9oGAMvrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo9oGAMvrH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo9oGAMvrH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo9oGAMvrH .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uo9oGAMvrH .navbar.opened {
  transition: all 0.3s;
}
.cid-uo9oGAMvrH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uo9oGAMvrH .navbar .navbar-logo img {
  width: auto;
}
.cid-uo9oGAMvrH .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-uo9oGAMvrH .navbar.collapsed {
  justify-content: center;
}
.cid-uo9oGAMvrH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo9oGAMvrH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo9oGAMvrH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo9oGAMvrH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo9oGAMvrH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uo9oGAMvrH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uo9oGAMvrH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uo9oGAMvrH .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uo9oGAMvrH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo9oGAMvrH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo9oGAMvrH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo9oGAMvrH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uo9oGAMvrH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uo9oGAMvrH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uo9oGAMvrH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo9oGAMvrH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo9oGAMvrH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uo9oGAMvrH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uo9oGAMvrH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo9oGAMvrH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uo9oGAMvrH .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-uo9oGAMvrH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo9oGAMvrH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo9oGAMvrH .dropdown-item.active,
.cid-uo9oGAMvrH .dropdown-item:active {
  background-color: transparent;
}
.cid-uo9oGAMvrH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo9oGAMvrH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo9oGAMvrH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo9oGAMvrH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo9oGAMvrH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo9oGAMvrH ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uo9oGAMvrH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo9oGAMvrH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9oGAMvrH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo9oGAMvrH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9oGAMvrH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uo9oGAMvrH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo9oGAMvrH .navbar {
    height: 70px;
  }
  .cid-uo9oGAMvrH .navbar.opened {
    height: auto;
  }
  .cid-uo9oGAMvrH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo9oGAMvrH .mbr-section-subtitle {
  color: #202020;
}
.cid-uoJx9gXcVT {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uoJx9gXcVT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoJx9gXcVT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoJx9gXcVT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoJx9gXcVT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoJx9gXcVT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f23801;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #f23801, #f7e4d6);
}
.cid-uoJx9gXcVT .icon-focus,
.cid-uoJx9gXcVT .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uoJx9gXcVT .icon-focus:before,
.cid-uoJx9gXcVT .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoJx9gXcVT .icon-video {
  font-size: 1.5rem !important;
}
.cid-uoJx9gXcVT .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uoJx9gXcVT ul {
  font-size: 0;
}
.cid-uoJx9gXcVT .mbr-gallery-filter ul {
  text-align: left;
}
.cid-uoJx9gXcVT .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uoJx9gXcVT .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-uoJx9gXcVT .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-uoJx9gXcVT .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-uoJx9gXcVT .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-uoJx9gXcVT .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-uoJx9gXcVT .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-uoJx9gXcVT .mbr-gallery-filter ul li:first-child,
.cid-uoJx9gXcVT .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uoJx9gXcVT .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uoJx9gXcVT .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uoJx9gXcVT .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uoJx9gXcVT .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uoJx9gXcVT .mbr-section-title b:last-child,
.cid-uoJx9gXcVT .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uoJx9gXcVT .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-uoJx9gXcVT .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-uoJye0n8bb {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uoJye0n8bb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoJye0n8bb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoJye0n8bb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoJye0n8bb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoJye0n8bb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f23801;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #f23801, #f7e4d6);
}
.cid-uoJye0n8bb .icon-focus,
.cid-uoJye0n8bb .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uoJye0n8bb .icon-focus:before,
.cid-uoJye0n8bb .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoJye0n8bb .icon-video {
  font-size: 1.5rem !important;
}
.cid-uoJye0n8bb .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uoJye0n8bb ul {
  font-size: 0;
}
.cid-uoJye0n8bb .mbr-gallery-filter ul {
  text-align: left;
}
.cid-uoJye0n8bb .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uoJye0n8bb .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-uoJye0n8bb .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-uoJye0n8bb .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-uoJye0n8bb .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-uoJye0n8bb .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-uoJye0n8bb .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-uoJye0n8bb .mbr-gallery-filter ul li:first-child,
.cid-uoJye0n8bb .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uoJye0n8bb .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uoJye0n8bb .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uoJye0n8bb .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uoJye0n8bb .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uoJye0n8bb .mbr-section-title b:last-child,
.cid-uoJye0n8bb .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uoJye0n8bb .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-uoJye0n8bb .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-uoJye0n8bb .mbr-section-title,
.cid-uoJye0n8bb .mbr-gallery-filter ul {
  color: #111111;
}
.cid-uoJFjt2nDP {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uoJFjt2nDP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoJFjt2nDP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoJFjt2nDP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoJFjt2nDP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoJFjt2nDP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f23801;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #f23801, #f7e4d6);
}
.cid-uoJFjt2nDP .icon-focus,
.cid-uoJFjt2nDP .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uoJFjt2nDP .icon-focus:before,
.cid-uoJFjt2nDP .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoJFjt2nDP .icon-video {
  font-size: 1.5rem !important;
}
.cid-uoJFjt2nDP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uoJFjt2nDP ul {
  font-size: 0;
}
.cid-uoJFjt2nDP .mbr-gallery-filter ul {
  text-align: left;
}
.cid-uoJFjt2nDP .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uoJFjt2nDP .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-uoJFjt2nDP .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-uoJFjt2nDP .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-uoJFjt2nDP .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-uoJFjt2nDP .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-uoJFjt2nDP .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-uoJFjt2nDP .mbr-gallery-filter ul li:first-child,
.cid-uoJFjt2nDP .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uoJFjt2nDP .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uoJFjt2nDP .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uoJFjt2nDP .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uoJFjt2nDP .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uoJFjt2nDP .mbr-section-title b:last-child,
.cid-uoJFjt2nDP .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uoJFjt2nDP .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-uoJFjt2nDP .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-uoPAoM2W5K {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uoPAoM2W5K .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoPAoM2W5K .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoPAoM2W5K .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoPAoM2W5K .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoPAoM2W5K .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f23801;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #f23801, #f7e4d6);
}
.cid-uoPAoM2W5K .icon-focus,
.cid-uoPAoM2W5K .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uoPAoM2W5K .icon-focus:before,
.cid-uoPAoM2W5K .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoPAoM2W5K .icon-video {
  font-size: 1.5rem !important;
}
.cid-uoPAoM2W5K .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uoPAoM2W5K ul {
  font-size: 0;
}
.cid-uoPAoM2W5K .mbr-gallery-filter ul {
  text-align: left;
}
.cid-uoPAoM2W5K .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uoPAoM2W5K .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-uoPAoM2W5K .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-uoPAoM2W5K .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-uoPAoM2W5K .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-uoPAoM2W5K .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-uoPAoM2W5K .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-uoPAoM2W5K .mbr-gallery-filter ul li:first-child,
.cid-uoPAoM2W5K .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uoPAoM2W5K .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uoPAoM2W5K .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uoPAoM2W5K .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uoPAoM2W5K .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uoPAoM2W5K .mbr-section-title b:last-child,
.cid-uoPAoM2W5K .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uoPAoM2W5K .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-uoPAoM2W5K .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-uoJyezKKUP {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uoJyezKKUP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoJyezKKUP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoJyezKKUP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoJyezKKUP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoJyezKKUP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #000000, #f7e4d6);
}
.cid-uoJyezKKUP .icon-focus,
.cid-uoJyezKKUP .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uoJyezKKUP .icon-focus:before,
.cid-uoJyezKKUP .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoJyezKKUP .icon-video {
  font-size: 1.5rem !important;
}
.cid-uoJyezKKUP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uoJyezKKUP ul {
  font-size: 0;
}
.cid-uoJyezKKUP .mbr-gallery-filter ul {
  text-align: left;
}
.cid-uoJyezKKUP .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uoJyezKKUP .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-uoJyezKKUP .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-uoJyezKKUP .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-uoJyezKKUP .mbr-gallery-filter ul li.active .btn:after {
  border-color: #000000;
}
.cid-uoJyezKKUP .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-uoJyezKKUP .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-uoJyezKKUP .mbr-gallery-filter ul li:first-child,
.cid-uoJyezKKUP .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uoJyezKKUP .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uoJyezKKUP .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uoJyezKKUP .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uoJyezKKUP .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uoJyezKKUP .mbr-section-title b:last-child,
.cid-uoJyezKKUP .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-uoJyezKKUP .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-uoJyezKKUP .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-uoJyezKKUP .mbr-section-title,
.cid-uoJyezKKUP .mbr-gallery-filter ul {
  color: #111111;
}
.cid-uoJDHsGAzx {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uoJDHsGAzx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoJDHsGAzx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoJDHsGAzx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoJDHsGAzx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoJDHsGAzx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #000000, #f7e4d6);
}
.cid-uoJDHsGAzx .icon-focus,
.cid-uoJDHsGAzx .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uoJDHsGAzx .icon-focus:before,
.cid-uoJDHsGAzx .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoJDHsGAzx .icon-video {
  font-size: 1.5rem !important;
}
.cid-uoJDHsGAzx .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uoJDHsGAzx ul {
  font-size: 0;
}
.cid-uoJDHsGAzx .mbr-gallery-filter ul {
  text-align: left;
}
.cid-uoJDHsGAzx .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uoJDHsGAzx .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-uoJDHsGAzx .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-uoJDHsGAzx .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-uoJDHsGAzx .mbr-gallery-filter ul li.active .btn:after {
  border-color: #000000;
}
.cid-uoJDHsGAzx .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-uoJDHsGAzx .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-uoJDHsGAzx .mbr-gallery-filter ul li:first-child,
.cid-uoJDHsGAzx .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uoJDHsGAzx .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uoJDHsGAzx .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uoJDHsGAzx .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uoJDHsGAzx .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uoJDHsGAzx .mbr-section-title b:last-child,
.cid-uoJDHsGAzx .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-uoJDHsGAzx .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-uoJDHsGAzx .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-uoJDHsGAzx .mbr-section-title,
.cid-uoJDHsGAzx .mbr-gallery-filter ul {
  color: #111111;
}
.cid-uo9oRjLhVb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uo9oRjLhVb .mbr-section-title {
  margin-bottom: 1rem;
  color: #333333;
}
.cid-uo9oRjLhVb .footer_logo {
  margin-bottom: 2rem;
}
.cid-uo9oRjLhVb .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uo9oRjLhVb .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uo9oRjLhVb .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-uo9oRjLhVb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #333333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uo9oRjLhVb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uo9oRjLhVb .iconfont-wrapper:hover {
  background-color: #262626;
}
@media (max-width: 767px) {
  .cid-uo9oRjLhVb .footer_timework {
    margin-top: 50px;
  }
  .cid-uo9oRjLhVb .footer_contact {
    margin-bottom: 50px;
  }
}
