body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: 0.004rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.3rem;
  line-height: 120%;
}
.display-2 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.77em;
  letter-spacing: 0.016rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.15rem;
  line-height: 140%;
  letter-spacing: 0.001rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4375rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 3.125rem;
}
.bg-primary {
  background-color: #1d1d1d !important;
}
.bg-success {
  background-color: #d7d7d7 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8911ed !important;
}
.bg-danger {
  background-color: #6e6979 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cc0000 !important;
  border-color: #cc0000 !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: #750000 !important;
  border-color: #750000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #750000 !important;
  border-color: #750000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
  color: #585858 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #acacac !important;
  border-color: #acacac !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #585858 !important;
  background-color: #acacac !important;
  border-color: #acacac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8911ed !important;
  border-color: #8911ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a0b9c !important;
  border-color: #5a0b9c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a0b9c !important;
  border-color: #5a0b9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6e6979 !important;
  border-color: #6e6979 !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: #44414b !important;
  border-color: #44414b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #44414b !important;
  border-color: #44414b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d1d1d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #750000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d7d7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #acacac !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #585858 !important;
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8911ed;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a0b9c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8911ed !important;
  border-color: #8911ed !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6e6979;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #44414b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6e6979 !important;
  border-color: #6e6979 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1d1d1d !important;
}
.text-secondary {
  color: #cc0000 !important;
}
.text-success {
  color: #d7d7d7 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8911ed !important;
}
.text-danger {
  color: #6e6979 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #660000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a4a4a4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #520a8e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3c3a42 !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: #1d1d1d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8911ed;
}
.alert-danger {
  background-color: #6e6979;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1d1d1d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d0d0d0;
}
.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: #e7cefc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #afabb6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1;
  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: #1d1d1d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1d1d1d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d1d1d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d1d1d;
}
.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: #1d1d1d;
  border-bottom-color: #1d1d1d;
}
.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: #1d1d1d !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: #cc0000 !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='%231d1d1d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border: none;
  box-shadow: none;
  padding: 16px 40px;
  font-weight: 400;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translate(0.5rem, 0);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  font-size: 16px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  border: none;
  box-shadow: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #1d1d1d !important;
}
.cid-u5SHmfhuIk {
  z-index: 1000;
  width: 100%;
}
.cid-u5SHmfhuIk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-u5SHmfhuIk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u5SHmfhuIk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-u5SHmfhuIk .menu_box .navbar.opened,
  .cid-u5SHmfhuIk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u5SHmfhuIk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u5SHmfhuIk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-u5SHmfhuIk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u5SHmfhuIk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u5SHmfhuIk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u5SHmfhuIk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u5SHmfhuIk .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-u5SHmfhuIk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u5SHmfhuIk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u5SHmfhuIk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u5SHmfhuIk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u5SHmfhuIk .offcanvas-body .mbr-text,
  .cid-u5SHmfhuIk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u5SHmfhuIk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u5SHmfhuIk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u5SHmfhuIk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-u5SHmfhuIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u5SHmfhuIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u5SHmfhuIk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u5SHmfhuIk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u5SHmfhuIk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u5SHmfhuIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5SHmfhuIk .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-u5SHmfhuIk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u5SHmfhuIk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u5SHmfhuIk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u5SHmfhuIk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u5SHmfhuIk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u5SHmfhuIk .nav-item {
    margin: 0 !important;
  }
}
.cid-u5SHmfhuIk .nav-item .nav-link {
  position: relative;
}
.cid-u5SHmfhuIk .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-u5SHmfhuIk .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-u5SHmfhuIk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u5SHmfhuIk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u5SHmfhuIk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u5SHmfhuIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5SHmfhuIk .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-u5SHmfhuIk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u5SHmfhuIk .offcanvas_box {
    display: none;
  }
}
.cid-u5SHmfhuIk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u5SHmfhuIk .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u5SHmfhuIk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u5SHmfhuIk .container {
  display: flex;
  margin: auto;
}
.cid-u5SHmfhuIk .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u5SHmfhuIk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u5SHmfhuIk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u5SHmfhuIk .navbar-caption {
  color: #1d1d1d;
}
.cid-u5SHmfhuIk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u5SHmfhuIk .navbar-nav {
    margin: 0;
  }
}
.cid-u5SHmfhuIk .dropdown-menu,
.cid-u5SHmfhuIk .navbar.opened {
  background-color: false !important;
}
.cid-u5SHmfhuIk .nav-item:focus,
.cid-u5SHmfhuIk .nav-link:focus {
  outline: none;
}
.cid-u5SHmfhuIk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5SHmfhuIk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5SHmfhuIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5SHmfhuIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5SHmfhuIk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5SHmfhuIk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5SHmfhuIk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u5SHmfhuIk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u5SHmfhuIk .navbar.opened {
  transition: all 0.3s;
}
.cid-u5SHmfhuIk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u5SHmfhuIk .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-u5SHmfhuIk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u5SHmfhuIk .navbar.collapsed {
  justify-content: center;
}
.cid-u5SHmfhuIk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5SHmfhuIk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5SHmfhuIk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5SHmfhuIk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5SHmfhuIk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5SHmfhuIk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u5SHmfhuIk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u5SHmfhuIk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u5SHmfhuIk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u5SHmfhuIk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5SHmfhuIk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5SHmfhuIk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u5SHmfhuIk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5SHmfhuIk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u5SHmfhuIk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5SHmfhuIk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u5SHmfhuIk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u5SHmfhuIk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u5SHmfhuIk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5SHmfhuIk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5SHmfhuIk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u5SHmfhuIk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5SHmfhuIk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5SHmfhuIk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5SHmfhuIk .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-u5SHmfhuIk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u5SHmfhuIk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5SHmfhuIk .dropdown-item.active,
.cid-u5SHmfhuIk .dropdown-item:active {
  background-color: transparent;
}
.cid-u5SHmfhuIk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5SHmfhuIk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5SHmfhuIk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5SHmfhuIk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5SHmfhuIk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u5SHmfhuIk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5SHmfhuIk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fcfbf5;
}
.cid-u5SHmfhuIk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-u5SHmfhuIk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5SHmfhuIk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5SHmfhuIk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5SHmfhuIk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5SHmfhuIk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5SHmfhuIk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5SHmfhuIk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5SHmfhuIk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5SHmfhuIk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u5SHmfhuIk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5SHmfhuIk .navbar {
    height: 70px;
  }
  .cid-u5SHmfhuIk .navbar.opened {
    height: auto;
  }
  .cid-u5SHmfhuIk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5SHmfhuIk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u5SHmfhuIk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u5SHmfhuIk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u5SHmfhuIk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u5SHmfhuIk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u5SHmfhuIk .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-u5SHmfhuIk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u5SHmfhuIk .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-u5SHmfhuIk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u5SHmfhuIk .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-u5SHmfhuIk .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-u5SHmfhuIk .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-u5SHmfhuIk .mbr-section-subtitle,
.cid-u5SHmfhuIk .text_widget,
.cid-u5SHmfhuIk .mbr-section-btn {
  text-align: left;
}
.cid-u5SHmfhuIk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u5YGAmqU5v {
  background-color: #000000;
}
.cid-u5YGAmqU5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5YGAmqU5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5YGAmqU5v .container {
    padding: 0 30px;
  }
}
.cid-u5YGAmqU5v .row .card {
  justify-content: center;
}
.cid-u5YGAmqU5v .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u5YGAmqU5v .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u5YGAmqU5v .image-wrapper {
    margin-top: 30px;
  }
}
.cid-u5YGAmqU5v .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
  margin: 0 auto 0 0;
}
@media (max-width: 1400px) {
  .cid-u5YGAmqU5v .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-u5YGAmqU5v .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-u5YGAmqU5v .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-u5YGAmqU5v .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-u5YGAmqU5v .mbr-section-title {
  color: #ffffff;
}
.cid-u5YGAmqU5v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5SHmgGo3F {
  background-image: url("../../../assets/images/essinger-keyvisual-1219x701.webp");
}
.cid-u5SHmgGo3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5SHmgGo3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5SHmgGo3F .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-u5SHmgGo3F .container-fluid {
    padding: 0 12px;
  }
}
.cid-u5SHmgGo3F .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5SHmgGo3F .container {
    padding: 0 20px;
  }
}
.cid-u5SHmgGo3F .title-wrapper {
  padding: 96px 0;
}
@media (max-width: 992px) {
  .cid-u5SHmgGo3F .title-wrapper {
    padding: 64px 0;
  }
}
.cid-u5SHmgGo3F .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u5SHmgGo3F .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-u5SHmgGo3F .mbr-section-title {
  color: #1d1d1d;
}
.cid-u5SHmgGo3F .mbr-section-title,
.cid-u5SHmgGo3F .mbr-section-btn {
  text-align: center;
}
.cid-u5SHmhlA4p {
  overflow: hidden;
  background-color: #000000;
}
.cid-u5SHmhlA4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5SHmhlA4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5SHmhlA4p .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-u5SHmhlA4p .container-fluid {
    padding: 0 12px;
  }
}
.cid-u5SHmhlA4p .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5SHmhlA4p .container {
    padding: 0 20px;
  }
}
.cid-u5SHmhlA4p .card {
  padding: 0;
}
.cid-u5SHmhlA4p .card:last-child {
  padding-left: 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5SHmhlA4p .card:last-child {
    align-items: center;
    padding: 0;
    margin-bottom: 64px;
  }
}
.cid-u5SHmhlA4p .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-u5SHmhlA4p .image-wrap:first-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u5SHmhlA4p .image-wrap:nth-child(2n) {
  border: none;
}
.cid-u5SHmhlA4p .image-wrap:nth-child(2n) img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-u5SHmhlA4p .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
.cid-u5SHmhlA4p .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.cid-u5SHmhlA4p .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u5SHmhlA4p .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-u5SHmhlA4p .cards {
  display: grid;
  grid-template-columns: 330px 330px;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media (max-width: 1300px) {
  .cid-u5SHmhlA4p .cards {
    grid-template-columns: 260px 260px;
  }
}
@media (max-width: 1200px) {
  .cid-u5SHmhlA4p .cards {
    grid-template-columns: 230px 230px;
  }
}
@media (max-width: 768px) {
  .cid-u5SHmhlA4p .cards {
    grid-template-columns: 230px;
  }
}
.cid-u5SHmhlA4p .cards .card-wrapper {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border: 2px solid #ffffff;
}
.cid-u5SHmhlA4p .cards .card-wrapper .mbr-number {
  width: 100%;
  margin-bottom: 0;
}
.cid-u5SHmhlA4p .cards .card-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-u5SHmhlA4p .mbr-section-title {
  color: #ffffff;
}
.cid-u5SHmhlA4p .mbr-number {
  color: #ffffff;
}
.cid-u5SHmhlA4p .mbr-desc {
  color: #ffffff;
}
.cid-u5SHmgWYJ8 {
  background-color: #ffffff;
}
.cid-u5SHmgWYJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5SHmgWYJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5SHmgWYJ8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u5SHmgWYJ8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5SHmgWYJ8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5SHmgWYJ8 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5SHmgWYJ8 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-u5SHmgWYJ8 .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u5SHmgWYJ8 .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-u5SHmgWYJ8 .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-u5SHmgWYJ8 .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-u5SHmgWYJ8 .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-u5SHmgWYJ8 .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 100%;
}
.cid-u5SHmgWYJ8 .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-u5SHmgWYJ8 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-u5SHmgWYJ8 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-u5SHmgWYJ8 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-u5SHmgWYJ8 .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-u5SHmgWYJ8 .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-u5SHmgWYJ8 .mbr-section-title {
  color: #1d1d1d;
}
.cid-u5SHmgWYJ8 .mbr-card-title {
  color: #1d1d1d;
}
.cid-u5SHmgWYJ8 .mbr-desc {
  color: #989898;
}
.cid-u5SHmgWYJ8 .mbr-text {
  color: #1d1d1d;
}
.cid-u5SHmgWYJ8 .mbr-loc {
  color: #989898;
}
.cid-u5YTzqCp6B {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-u5YTzqCp6B .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: #cc0000;
  margin-bottom: 2rem;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-u5YTzqCp6B .link-wrap {
  width: 100%;
  display: inline-block;
}
.cid-u5YTzqCp6B .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #ffffff;
}
.cid-u5YTzqCp6B .link:hover {
  background: #ffffff;
  color: #131419;
}
.cid-u5YTzqCp6B .card-link,
.cid-u5YTzqCp6B .link-wrap,
.cid-u5YTzqCp6B .card-link:before {
  color: #121212;
}
.cid-u5YTzqCp6B .card-wrapper {
  overflow: visible;
}
.cid-u5YTzqCp6B .card-link {
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 1.5rem;
  transition: all 0.3s;
  width: fit-content;
  cursor: pointer;
  display: inline-block;
}
.cid-u5YTzqCp6B .card-link:before {
  font-family: 'Moririse2';
  content: "\e96b";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  right: -1.5rem;
}
.cid-u5YTzqCp6B .card-link:hover {
  color: #1d1d1d;
  transition: all 0.3s;
}
.cid-u5YTzqCp6B .card-link:hover:before {
  right: -2rem;
  color: #1d1d1d;
  transition: all 0.3s;
}
.cid-u5YTzqCp6B .card-text {
  color: #ffffff;
}
.cid-u5YTzqCp6B .card-title,
.cid-u5YTzqCp6B .icon-wrap {
  color: #cc0000;
}
.cid-u5YTzqCp6B .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u5YTzqCp6B .mbr-section-title {
  color: #ffffff;
}
.cid-u5YTzqCp6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5YTzqCp6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCpqhP1A8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-unCpqhP1A8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCpqhP1A8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unCpqhP1A8 .container {
    padding: 0 20px;
  }
}
.cid-unCpqhP1A8 .mbr-section-title {
  margin-bottom: 64px;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-unCpqhP1A8 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-unCpqhP1A8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-unCpqhP1A8 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-unCpqhP1A8 .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-unCpqhP1A8 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-unCpqhP1A8 .embla__button--next,
.cid-unCpqhP1A8 .embla__button--prev {
  display: flex;
}
.cid-unCpqhP1A8 .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #1d1d1d;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-unCpqhP1A8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-unCpqhP1A8 .embla__button:hover {
  background: transparent;
  color: #1d1d1d;
  opacity: .7;
}
.cid-unCpqhP1A8 .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-unCpqhP1A8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-unCpqhP1A8 .embla__button {
    top: 7rem;
  }
}
.cid-unCpqhP1A8 .embla {
  position: relative;
  width: 100%;
}
.cid-unCpqhP1A8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-unCpqhP1A8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unCpqhP1A8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unCpqhP1A8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u5SHmiN8P7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/philips-muenchen-101-2090x877.webp");
}
.cid-u5SHmiN8P7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5SHmiN8P7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5SHmiN8P7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u5SHmiN8P7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5SHmiN8P7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5SHmiN8P7 .container {
    padding: 0 20px;
  }
}
.cid-u5SHmiN8P7 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5SHmiN8P7 .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-u5SHmiN8P7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5SHmiN8P7 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u5ZebWMJb2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #000000, #1d1d1d);
}
.cid-u5ZebWMJb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ZebWMJb2 .card-link {
  position: relative;
  width: fit-content;
}
.cid-u5ZebWMJb2 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-u5ZebWMJb2 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u5ZebWMJb2 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u5ZebWMJb2 .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f3f6f9;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-u5ZebWMJb2 .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-u5ZebWMJb2 .item-wrapper:hover {
  background: #cc0000;
  transform: translateY(-5px);
}
.cid-u5ZebWMJb2 .item-wrapper:hover .card-title,
.cid-u5ZebWMJb2 .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-u5ZebWMJb2 .item-wrapper:hover span,
.cid-u5ZebWMJb2 .item-wrapper:hover .card-link,
.cid-u5ZebWMJb2 .item-wrapper:hover .card-link a {
  color: #1d1d1d !important;
}
.cid-u5ZebWMJb2 .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-u5ZebWMJb2 .card-title,
.cid-u5ZebWMJb2 .card-text,
.cid-u5ZebWMJb2 .card-link,
.cid-u5ZebWMJb2 .card-link a {
  transition: all 0.3s;
}
.cid-u5ZebWMJb2 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-u5ZebWMJb2 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-u5ZebWMJb2 .link-wrapper:hover {
  cursor: pointer;
}
.cid-u5ZebWMJb2 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #cc0000;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u5ZebWMJb2 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-u5ZebWMJb2 .card-title,
.cid-u5ZebWMJb2 .iconfont-wrapper {
  color: #000000;
}
.cid-u5ZebWMJb2 .card-text {
  color: #232323;
}
.cid-u5ZebWMJb2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u5ZebWMJb2 .card-link,
.cid-u5ZebWMJb2 .link-icon,
.cid-u5ZebWMJb2 .link-align {
  color: #232323;
}
.cid-u5ZebWMJb2 .mbr-section-subtitle {
  text-align: left;
}
.cid-u5ZebWMJb2 .mbr-section-subtitle,
.cid-u5ZebWMJb2 .align {
  color: #232323;
}
.cid-u5SHml95oS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1d1d1d;
}
.cid-u5SHml95oS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5SHml95oS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5SHml95oS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u5SHml95oS .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5SHml95oS .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5SHml95oS .container {
    padding: 0 20px;
  }
}
.cid-u5SHml95oS .list-wrapper .list,
.cid-u5SHml95oS .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u5SHml95oS .list-wrapper .list .item-wrap,
.cid-u5SHml95oS .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-u5SHml95oS .list-wrapper .list .item-wrap:hover,
.cid-u5SHml95oS .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u5SHml95oS .list-wrapper .list .item-wrap,
  .cid-u5SHml95oS .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-u5SHml95oS .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-u5SHml95oS .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-u5SHml95oS .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u5SHml95oS .text-wrapper {
  margin: 40px 0 22px;
}
.cid-u5SHml95oS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5SHml95oS .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u5SHml95oS .mbr-section-title,
.cid-u5SHml95oS .logo-wrap {
  text-align: center;
  color: #fcfbf5;
}
.cid-u5SHml95oS .list {
  color: #1d1d1d;
}
.cid-u5SHml95oS .list_2 {
  color: #989898;
}
.cid-u5SHml95oS .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-u5SHml95oS .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-u5SHml95oS .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u5SHml95oS .list-wrapper,
  .cid-u5SHml95oS .list-wrapper_2 {
    text-align: center;
  }
}
.cid-u5SHml95oS .list,
.cid-u5SHml95oS .list-wrapper {
  color: #fcfbf5;
}
.cid-u5ZjuN80tu {
  z-index: 1000;
  width: 100%;
}
.cid-u5ZjuN80tu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-u5ZjuN80tu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u5ZjuN80tu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-u5ZjuN80tu .menu_box .navbar.opened,
  .cid-u5ZjuN80tu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u5ZjuN80tu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u5ZjuN80tu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-u5ZjuN80tu .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u5ZjuN80tu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u5ZjuN80tu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u5ZjuN80tu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u5ZjuN80tu .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-u5ZjuN80tu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u5ZjuN80tu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u5ZjuN80tu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u5ZjuN80tu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u5ZjuN80tu .offcanvas-body .mbr-text,
  .cid-u5ZjuN80tu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u5ZjuN80tu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u5ZjuN80tu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u5ZjuN80tu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-u5ZjuN80tu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u5ZjuN80tu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u5ZjuN80tu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u5ZjuN80tu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u5ZjuN80tu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u5ZjuN80tu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5ZjuN80tu .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-u5ZjuN80tu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u5ZjuN80tu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u5ZjuN80tu .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u5ZjuN80tu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u5ZjuN80tu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u5ZjuN80tu .nav-item {
    margin: 0 !important;
  }
}
.cid-u5ZjuN80tu .nav-item .nav-link {
  position: relative;
}
.cid-u5ZjuN80tu .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-u5ZjuN80tu .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-u5ZjuN80tu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u5ZjuN80tu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u5ZjuN80tu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u5ZjuN80tu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5ZjuN80tu .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-u5ZjuN80tu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u5ZjuN80tu .offcanvas_box {
    display: none;
  }
}
.cid-u5ZjuN80tu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u5ZjuN80tu .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u5ZjuN80tu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u5ZjuN80tu .container {
  display: flex;
  margin: auto;
}
.cid-u5ZjuN80tu .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u5ZjuN80tu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u5ZjuN80tu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u5ZjuN80tu .navbar-caption {
  color: #1d1d1d;
}
.cid-u5ZjuN80tu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u5ZjuN80tu .navbar-nav {
    margin: 0;
  }
}
.cid-u5ZjuN80tu .dropdown-menu,
.cid-u5ZjuN80tu .navbar.opened {
  background-color: false !important;
}
.cid-u5ZjuN80tu .nav-item:focus,
.cid-u5ZjuN80tu .nav-link:focus {
  outline: none;
}
.cid-u5ZjuN80tu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5ZjuN80tu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5ZjuN80tu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5ZjuN80tu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5ZjuN80tu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5ZjuN80tu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5ZjuN80tu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u5ZjuN80tu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u5ZjuN80tu .navbar.opened {
  transition: all 0.3s;
}
.cid-u5ZjuN80tu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u5ZjuN80tu .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-u5ZjuN80tu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u5ZjuN80tu .navbar.collapsed {
  justify-content: center;
}
.cid-u5ZjuN80tu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5ZjuN80tu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5ZjuN80tu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5ZjuN80tu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5ZjuN80tu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5ZjuN80tu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u5ZjuN80tu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u5ZjuN80tu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u5ZjuN80tu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u5ZjuN80tu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5ZjuN80tu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5ZjuN80tu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u5ZjuN80tu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5ZjuN80tu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u5ZjuN80tu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5ZjuN80tu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u5ZjuN80tu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u5ZjuN80tu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u5ZjuN80tu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5ZjuN80tu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5ZjuN80tu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u5ZjuN80tu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5ZjuN80tu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5ZjuN80tu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5ZjuN80tu .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-u5ZjuN80tu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u5ZjuN80tu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5ZjuN80tu .dropdown-item.active,
.cid-u5ZjuN80tu .dropdown-item:active {
  background-color: transparent;
}
.cid-u5ZjuN80tu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5ZjuN80tu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5ZjuN80tu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5ZjuN80tu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5ZjuN80tu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u5ZjuN80tu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5ZjuN80tu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fcfbf5;
}
.cid-u5ZjuN80tu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-u5ZjuN80tu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5ZjuN80tu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5ZjuN80tu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5ZjuN80tu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5ZjuN80tu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5ZjuN80tu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5ZjuN80tu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5ZjuN80tu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5ZjuN80tu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u5ZjuN80tu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5ZjuN80tu .navbar {
    height: 70px;
  }
  .cid-u5ZjuN80tu .navbar.opened {
    height: auto;
  }
  .cid-u5ZjuN80tu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5ZjuN80tu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u5ZjuN80tu .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u5ZjuN80tu .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u5ZjuN80tu .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u5ZjuN80tu .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u5ZjuN80tu .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-u5ZjuN80tu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u5ZjuN80tu .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-u5ZjuN80tu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u5ZjuN80tu .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-u5ZjuN80tu .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-u5ZjuN80tu .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-u5ZjuN80tu .mbr-section-subtitle,
.cid-u5ZjuN80tu .text_widget,
.cid-u5ZjuN80tu .mbr-section-btn {
  text-align: left;
}
.cid-u5ZjuN80tu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u5ZyyvFK2R {
  background-color: #000000;
}
.cid-u5ZyyvFK2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ZyyvFK2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5ZyyvFK2R .container {
    padding: 0 30px;
  }
}
.cid-u5ZyyvFK2R .row .card {
  justify-content: center;
}
.cid-u5ZyyvFK2R .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u5ZyyvFK2R .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u5ZyyvFK2R .image-wrapper {
    margin-top: 30px;
  }
}
.cid-u5ZyyvFK2R .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
  margin: 0 auto 0 0;
}
@media (max-width: 1400px) {
  .cid-u5ZyyvFK2R .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-u5ZyyvFK2R .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-u5ZyyvFK2R .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-u5ZyyvFK2R .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-u5ZyyvFK2R .mbr-section-title {
  color: #ffffff;
}
.cid-u5ZyyvFK2R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5ZsY2j2a4 {
  background-image: url("../../../assets/images/essinger-keyvisual-1219x701.webp");
}
.cid-u5ZsY2j2a4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ZsY2j2a4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5ZsY2j2a4 a {
  font-weight: bold;
}
.cid-u5ZsY2j2a4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u5ZsY2j2a4 .mbr-text,
.cid-u5ZsY2j2a4 .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-u5Zzi1iQ0D {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u5Zzi1iQ0D h4 {
  letter-spacing: -0.5px;
  color: #130947;
  font-weight: 800;
}
.cid-u5Zzi1iQ0D p {
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-u5Zzi1iQ0D .mbr-section-title {
  color: #130947;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-u5Zzi1iQ0D .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-u5Zzi1iQ0D .mbr-section-subtitle {
  color: #cc0000;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-u5Zzi1iQ0D .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-u5Zzi1iQ0D .card-box {
  padding-top: 35px;
}
.cid-u5Zzi1iQ0D .card-box .card-title {
  text-align: center;
  color: #130947;
}
.cid-u5Zzi1iQ0D .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-u5Zzi1iQ0D .card-box p {
  text-align: center;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-u5Zzi1iQ0D .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u5Zzi1iQ0D .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-u5Zzi1iQ0D .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-u5Zzi1iQ0D .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-u5Zzi1iQ0D .card-img .card-icon {
  background: #cc0000;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 3.29;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 6px;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-u5Zzi1iQ0D .card-img .card-icon span {
  z-index: 99;
}
.cid-u5Zzi1iQ0D .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #cc0000;
  opacity: 0.5;
  z-index: 1;
}
.cid-u5Zzi1iQ0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Zzi1iQ0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Zzi1iQ0D .mbr-text {
  color: #ffffff;
}
.cid-u5Zzi1iQ0D P {
  color: #f3f6f9;
}
.cid-u5Zzi1iQ0D .card-title {
  color: #cc0000;
}
.cid-u5Zzi1iQ0D .card-box .card-title {
  color: #cc0000;
}
.cid-u5Zzi1iQ0D .card-box p {
  color: #ffffff;
}
.cid-u5Zr9OhRPZ {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #000000;
}
.cid-u5Zr9OhRPZ h4 {
  letter-spacing: -0.5px;
  color: #130947;
  font-weight: 800;
}
.cid-u5Zr9OhRPZ p {
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-u5Zr9OhRPZ .mbr-section-title {
  color: #130947;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-u5Zr9OhRPZ .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-u5Zr9OhRPZ .mbr-section-subtitle {
  color: #cc0000;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-u5Zr9OhRPZ .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-u5Zr9OhRPZ .card-box {
  padding-top: 35px;
}
.cid-u5Zr9OhRPZ .card-box .card-title {
  text-align: center;
  color: #130947;
}
.cid-u5Zr9OhRPZ .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-u5Zr9OhRPZ .card-box p {
  text-align: center;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-u5Zr9OhRPZ .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u5Zr9OhRPZ .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-u5Zr9OhRPZ .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-u5Zr9OhRPZ .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-u5Zr9OhRPZ .card-img .card-icon {
  background: #cc0000;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 3.29;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 6px;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-u5Zr9OhRPZ .card-img .card-icon span {
  z-index: 99;
}
.cid-u5Zr9OhRPZ .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #cc0000;
  opacity: 0.5;
  z-index: 1;
}
.cid-u5Zr9OhRPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Zr9OhRPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Zr9OhRPZ .mbr-text {
  color: #ffffff;
}
.cid-u5Zr9OhRPZ P {
  color: #f3f6f9;
}
.cid-u5Zr9OhRPZ .card-title {
  color: #cc0000;
  text-align: right;
}
.cid-u5Zr9OhRPZ .card-box .card-title {
  color: #cc0000;
  text-align: center;
}
.cid-u5Zr9OhRPZ .card-box p {
  color: #ffffff;
  text-align: center;
}
.cid-u5ZjuRmnET {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/philips-muenchen-1-2000x780.webp");
}
.cid-u5ZjuRmnET .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ZjuRmnET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5ZjuRmnET .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u5ZjuRmnET .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5ZjuRmnET .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5ZjuRmnET .container {
    padding: 0 20px;
  }
}
.cid-u5ZjuRmnET .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5ZjuRmnET .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-u5ZjuRmnET .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5ZjuRmnET .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u5Zv7cPh9x {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u5Zv7cPh9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Zv7cPh9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Zv7cPh9x ul {
  padding-left: 1.5rem;
}
.cid-u5Zv7cPh9x ul li {
  padding-bottom: 0.5rem;
}
.cid-u5Zv7cPh9x .mbr-text3 {
  line-height: 1.2;
}
.cid-u5Zv7cPh9x p {
  line-height: 1.2;
}
.cid-u5Zv7cPh9x .round {
  position: absolute;
  top: -900px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #232323;
}
@media (max-width: 992px) {
  .cid-u5Zv7cPh9x .round {
    top: -700px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-u5Zv7cPh9x .round {
    height: 600px;
    top: -100px;
  }
}
.cid-u5Zv7cPh9x .line {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: currentColor;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-u5Zv7cPh9x .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.cid-u5Zv7cPh9x .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-u5Zv7cPh9x .card-wrapper {
  overflow: hidden;
  background: #f3f6f9;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-u5Zv7cPh9x .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u5Zv7cPh9x .image-wrapper {
  padding: 0 1rem;
}
.cid-u5Zv7cPh9x .mbr-section-title {
  color: #000000;
}
.cid-u5Zv7cPh9x .mbr-text,
.cid-u5Zv7cPh9x .mbr-section-btn {
  color: #f0466a;
}
.cid-u5Zv7cPh9x .mbr-card-title {
  color: #f0466a;
}
.cid-u5Zv7cPh9x .mbr-card-title,
.cid-u5Zv7cPh9x .line {
  color: #cc0000;
}
.cid-u5Zv7cPh9x .mbr-section-text {
  color: #cc0000;
}
.cid-uHKWFPoRO3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uHKWFPoRO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKWFPoRO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKWFPoRO3 ul {
  padding-left: 1.5rem;
}
.cid-uHKWFPoRO3 ul li {
  padding-bottom: 0.5rem;
}
.cid-uHKWFPoRO3 .mbr-text3 {
  line-height: 1.2;
}
.cid-uHKWFPoRO3 p {
  line-height: 1.2;
}
.cid-uHKWFPoRO3 .round {
  position: absolute;
  top: -900px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #232323;
}
@media (max-width: 992px) {
  .cid-uHKWFPoRO3 .round {
    top: -700px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uHKWFPoRO3 .round {
    height: 600px;
    top: -100px;
  }
}
.cid-uHKWFPoRO3 .line {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: currentColor;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uHKWFPoRO3 .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.cid-uHKWFPoRO3 .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uHKWFPoRO3 .card-wrapper {
  overflow: hidden;
  background: #f3f6f9;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uHKWFPoRO3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uHKWFPoRO3 .image-wrapper {
  padding: 0 1rem;
}
.cid-uHKWFPoRO3 .mbr-section-title {
  color: #000000;
}
.cid-uHKWFPoRO3 .mbr-text,
.cid-uHKWFPoRO3 .mbr-section-btn {
  color: #f0466a;
}
.cid-uHKWFPoRO3 .mbr-card-title {
  color: #f0466a;
}
.cid-uHKWFPoRO3 .mbr-card-title,
.cid-uHKWFPoRO3 .line {
  color: #cc0000;
}
.cid-uHKWFPoRO3 .mbr-section-text {
  color: #cc0000;
}
.cid-unCnlH64cE {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-unCnlH64cE .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCnlH64cE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCnlH64cE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-unCnlH64cE .container-fluid {
    padding: 0 20px;
  }
}
.cid-unCnlH64cE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-unCnlH64cE .container {
    padding: 0 20px;
  }
}
.cid-unCnlH64cE .mbr-section-title {
  margin-bottom: 64px;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-unCnlH64cE .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-unCnlH64cE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-unCnlH64cE .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-unCnlH64cE .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-unCnlH64cE .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-unCnlH64cE .embla__button--next,
.cid-unCnlH64cE .embla__button--prev {
  display: flex;
}
.cid-unCnlH64cE .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #1d1d1d;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-unCnlH64cE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-unCnlH64cE .embla__button:hover {
  background: transparent;
  color: #1d1d1d;
  opacity: .7;
}
.cid-unCnlH64cE .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-unCnlH64cE .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-unCnlH64cE .embla__button {
    top: 7rem;
  }
}
.cid-unCnlH64cE .embla {
  position: relative;
  width: 100%;
}
.cid-unCnlH64cE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-unCnlH64cE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unCnlH64cE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unCnlH64cE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u5ZnsGQkHl {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #000000, #1d1d1d);
}
.cid-u5ZnsGQkHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ZnsGQkHl .card-link {
  position: relative;
  width: fit-content;
}
.cid-u5ZnsGQkHl .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-u5ZnsGQkHl h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u5ZnsGQkHl h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u5ZnsGQkHl .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f3f6f9;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-u5ZnsGQkHl .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-u5ZnsGQkHl .item-wrapper:hover {
  background: #cc0000;
  transform: translateY(-5px);
}
.cid-u5ZnsGQkHl .item-wrapper:hover .card-title,
.cid-u5ZnsGQkHl .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-u5ZnsGQkHl .item-wrapper:hover span,
.cid-u5ZnsGQkHl .item-wrapper:hover .card-link,
.cid-u5ZnsGQkHl .item-wrapper:hover .card-link a {
  color: #1d1d1d !important;
}
.cid-u5ZnsGQkHl .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-u5ZnsGQkHl .card-title,
.cid-u5ZnsGQkHl .card-text,
.cid-u5ZnsGQkHl .card-link,
.cid-u5ZnsGQkHl .card-link a {
  transition: all 0.3s;
}
.cid-u5ZnsGQkHl .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-u5ZnsGQkHl .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-u5ZnsGQkHl .link-wrapper:hover {
  cursor: pointer;
}
.cid-u5ZnsGQkHl .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #cc0000;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u5ZnsGQkHl .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-u5ZnsGQkHl .card-title,
.cid-u5ZnsGQkHl .iconfont-wrapper {
  color: #000000;
}
.cid-u5ZnsGQkHl .card-text {
  color: #232323;
}
.cid-u5ZnsGQkHl .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u5ZnsGQkHl .card-link,
.cid-u5ZnsGQkHl .link-icon,
.cid-u5ZnsGQkHl .link-align {
  color: #232323;
}
.cid-u5ZnsGQkHl .mbr-section-subtitle {
  text-align: left;
}
.cid-u5ZnsGQkHl .mbr-section-subtitle,
.cid-u5ZnsGQkHl .align {
  color: #232323;
}
.cid-u5ZjuSsueE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1d1d1d;
}
.cid-u5ZjuSsueE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ZjuSsueE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5ZjuSsueE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u5ZjuSsueE .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5ZjuSsueE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5ZjuSsueE .container {
    padding: 0 20px;
  }
}
.cid-u5ZjuSsueE .list-wrapper .list,
.cid-u5ZjuSsueE .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u5ZjuSsueE .list-wrapper .list .item-wrap,
.cid-u5ZjuSsueE .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-u5ZjuSsueE .list-wrapper .list .item-wrap:hover,
.cid-u5ZjuSsueE .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u5ZjuSsueE .list-wrapper .list .item-wrap,
  .cid-u5ZjuSsueE .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-u5ZjuSsueE .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-u5ZjuSsueE .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-u5ZjuSsueE .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u5ZjuSsueE .text-wrapper {
  margin: 40px 0 22px;
}
.cid-u5ZjuSsueE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5ZjuSsueE .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u5ZjuSsueE .mbr-section-title,
.cid-u5ZjuSsueE .logo-wrap {
  text-align: center;
  color: #fcfbf5;
}
.cid-u5ZjuSsueE .list {
  color: #1d1d1d;
}
.cid-u5ZjuSsueE .list_2 {
  color: #989898;
}
.cid-u5ZjuSsueE .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-u5ZjuSsueE .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-u5ZjuSsueE .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u5ZjuSsueE .list-wrapper,
  .cid-u5ZjuSsueE .list-wrapper_2 {
    text-align: center;
  }
}
.cid-u5ZjuSsueE .list,
.cid-u5ZjuSsueE .list-wrapper {
  color: #fcfbf5;
}
.cid-twFGb9Wfv6 {
  z-index: 1000;
  width: 100%;
}
.cid-twFGb9Wfv6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-twFGb9Wfv6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-twFGb9Wfv6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-twFGb9Wfv6 .menu_box .navbar.opened,
  .cid-twFGb9Wfv6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-twFGb9Wfv6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-twFGb9Wfv6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-twFGb9Wfv6 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-twFGb9Wfv6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-twFGb9Wfv6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-twFGb9Wfv6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-twFGb9Wfv6 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-twFGb9Wfv6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-twFGb9Wfv6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-twFGb9Wfv6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-twFGb9Wfv6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-twFGb9Wfv6 .offcanvas-body .mbr-text,
  .cid-twFGb9Wfv6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-twFGb9Wfv6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-twFGb9Wfv6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-twFGb9Wfv6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-twFGb9Wfv6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-twFGb9Wfv6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-twFGb9Wfv6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-twFGb9Wfv6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-twFGb9Wfv6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-twFGb9Wfv6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-twFGb9Wfv6 .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-twFGb9Wfv6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-twFGb9Wfv6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-twFGb9Wfv6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-twFGb9Wfv6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-twFGb9Wfv6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-twFGb9Wfv6 .nav-item {
    margin: 0 !important;
  }
}
.cid-twFGb9Wfv6 .nav-item .nav-link {
  position: relative;
}
.cid-twFGb9Wfv6 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-twFGb9Wfv6 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-twFGb9Wfv6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-twFGb9Wfv6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-twFGb9Wfv6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-twFGb9Wfv6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-twFGb9Wfv6 .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-twFGb9Wfv6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-twFGb9Wfv6 .offcanvas_box {
    display: none;
  }
}
.cid-twFGb9Wfv6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-twFGb9Wfv6 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-twFGb9Wfv6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-twFGb9Wfv6 .container {
  display: flex;
  margin: auto;
}
.cid-twFGb9Wfv6 .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-twFGb9Wfv6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-twFGb9Wfv6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-twFGb9Wfv6 .navbar-caption {
  color: #1d1d1d;
}
.cid-twFGb9Wfv6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-twFGb9Wfv6 .navbar-nav {
    margin: 0;
  }
}
.cid-twFGb9Wfv6 .dropdown-menu,
.cid-twFGb9Wfv6 .navbar.opened {
  background-color: false !important;
}
.cid-twFGb9Wfv6 .nav-item:focus,
.cid-twFGb9Wfv6 .nav-link:focus {
  outline: none;
}
.cid-twFGb9Wfv6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twFGb9Wfv6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twFGb9Wfv6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twFGb9Wfv6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twFGb9Wfv6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twFGb9Wfv6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twFGb9Wfv6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-twFGb9Wfv6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-twFGb9Wfv6 .navbar.opened {
  transition: all 0.3s;
}
.cid-twFGb9Wfv6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-twFGb9Wfv6 .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-twFGb9Wfv6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-twFGb9Wfv6 .navbar.collapsed {
  justify-content: center;
}
.cid-twFGb9Wfv6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twFGb9Wfv6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-twFGb9Wfv6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twFGb9Wfv6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twFGb9Wfv6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twFGb9Wfv6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-twFGb9Wfv6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twFGb9Wfv6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-twFGb9Wfv6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-twFGb9Wfv6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twFGb9Wfv6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twFGb9Wfv6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-twFGb9Wfv6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twFGb9Wfv6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-twFGb9Wfv6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twFGb9Wfv6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-twFGb9Wfv6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-twFGb9Wfv6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-twFGb9Wfv6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twFGb9Wfv6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twFGb9Wfv6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-twFGb9Wfv6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-twFGb9Wfv6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twFGb9Wfv6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twFGb9Wfv6 .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-twFGb9Wfv6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-twFGb9Wfv6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twFGb9Wfv6 .dropdown-item.active,
.cid-twFGb9Wfv6 .dropdown-item:active {
  background-color: transparent;
}
.cid-twFGb9Wfv6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twFGb9Wfv6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twFGb9Wfv6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twFGb9Wfv6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twFGb9Wfv6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-twFGb9Wfv6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twFGb9Wfv6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fcfbf5;
}
.cid-twFGb9Wfv6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-twFGb9Wfv6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twFGb9Wfv6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twFGb9Wfv6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twFGb9Wfv6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twFGb9Wfv6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twFGb9Wfv6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twFGb9Wfv6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twFGb9Wfv6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twFGb9Wfv6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-twFGb9Wfv6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twFGb9Wfv6 .navbar {
    height: 70px;
  }
  .cid-twFGb9Wfv6 .navbar.opened {
    height: auto;
  }
  .cid-twFGb9Wfv6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twFGb9Wfv6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-twFGb9Wfv6 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-twFGb9Wfv6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-twFGb9Wfv6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-twFGb9Wfv6 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-twFGb9Wfv6 .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-twFGb9Wfv6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-twFGb9Wfv6 .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-twFGb9Wfv6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-twFGb9Wfv6 .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-twFGb9Wfv6 .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-twFGb9Wfv6 .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-twFGb9Wfv6 .mbr-section-subtitle,
.cid-twFGb9Wfv6 .text_widget,
.cid-twFGb9Wfv6 .mbr-section-btn {
  text-align: left;
}
.cid-twFGb9Wfv6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u5XrxOwY3n {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u5XrxOwY3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5XrxOwY3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5XrxOwY3n .container {
    padding: 0 20px;
  }
}
.cid-u5XrxOwY3n .row {
  margin-top: -2px;
}
.cid-u5XrxOwY3n .card {
  padding: 0;
}
.cid-u5XrxOwY3n .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-u5XrxOwY3n .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-u5XrxOwY3n .title-wrapper {
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-u5XrxOwY3n .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-u5XrxOwY3n .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-u5XrxOwY3n .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5XrxOwY3n .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u5XrxOwY3n .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-u5XrxOwY3n .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u5XrxOwY3n .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u5XrxOwY3n .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u5XrxOwY3n .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-u5XrxOwY3n .mbr-section-title {
  color: #ffffff;
}
.cid-u5XrxOwY3n .mbr-text {
  color: #ffffff;
}
.cid-u5XrxOwY3n .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u5XrxOwY3n .mbr-section-btn {
    text-align: left;
  }
}
.cid-u5XrxOwY3n .mbr-section-title,
.cid-u5XrxOwY3n .mbr-section-btn {
  text-align: right;
}
.cid-u5YwMZ9BhZ {
  overflow: hidden;
  background-color: #000000;
}
.cid-u5YwMZ9BhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5YwMZ9BhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5YwMZ9BhZ .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-u5YwMZ9BhZ .container-fluid {
    padding: 0 12px;
  }
}
.cid-u5YwMZ9BhZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5YwMZ9BhZ .container {
    padding: 0 20px;
  }
}
.cid-u5YwMZ9BhZ .card {
  padding: 0;
}
.cid-u5YwMZ9BhZ .card:first-child .image-wrap {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-u5YwMZ9BhZ .card:first-child .image-wrap {
    min-height: 250px;
  }
}
.cid-u5YwMZ9BhZ .card:first-child .image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-u5YwMZ9BhZ .card:nth-child(2) .image-wrap {
  height: 100%;
}
.cid-u5YwMZ9BhZ .card:nth-child(2) .image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-u5YwMZ9BhZ .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5YwMZ9BhZ .card:last-child {
    padding: 50px 20px;
  }
}
.cid-u5YwMZ9BhZ .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5YwMZ9BhZ .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u5YwMZ9BhZ .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-u5YwMZ9BhZ .mbr-section-title {
  color: #1d1d1d;
}
.cid-u5YwMZ9BhZ .mbr-text {
  color: #fcfbf5;
}
.cid-u5YwMZ9BhZ .mbr-section-title,
.cid-u5YwMZ9BhZ .mbr-section-btn {
  color: #fcfbf5;
}
.cid-u5XrDTglNq {
  background-color: #ffffff;
}
.cid-u5XrDTglNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5XrDTglNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5XrDTglNq .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u5XrDTglNq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5XrDTglNq .container {
    padding: 0 20px;
  }
}
.cid-u5XrDTglNq .content-wrapper {
  padding: 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u5XrDTglNq .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-u5XrDTglNq .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u5XrDTglNq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5XrDTglNq .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u5XrDTglNq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u5XrDTglNq .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u5XrDTglNq .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-u5XrDTglNq .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-u5XrDTglNq .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-u5XrDTglNq .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  width: 226px;
  height: 226px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  border-left: 10px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cid-u5XrDTglNq .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u5XrDTglNq .mbr-section-title {
  color: #ffffff;
}
.cid-u5XrDTglNq .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u5XrDTglNq .mbr-text,
.cid-u5XrDTglNq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u5XrDTglNq .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5XrDTglNq .mbr-section-title,
.cid-u5XrDTglNq .mbr-section-btn,
.cid-u5XrDTglNq .items-wrapper {
  text-align: center;
}
.cid-u5Yx9O4844 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5Yx9O4844 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Yx9O4844 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Yx9O4844 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u5Yx9O4844 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u5Yx9O4844 .container {
    padding: 0 6px;
  }
}
.cid-u5Yx9O4844 .row {
  margin: 0;
  background-color: #000000;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-u5Yx9O4844 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u5Yx9O4844 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u5Yx9O4844 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u5Yx9O4844 .row {
    padding: 70px 30px;
  }
}
.cid-u5Yx9O4844 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u5Yx9O4844 .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-u5Yx9O4844 .desc-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5Yx9O4844 .desc-wrapper {
    padding: 0;
  }
}
.cid-u5Yx9O4844 .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #f3f6f9;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-u5Yx9O4844 .title-wrapper {
  margin-bottom: 64px;
}
.cid-u5Yx9O4844 .title-wrapper span {
  color: #cc0000;
}
.cid-u5Yx9O4844 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u5Yx9O4844 .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .cid-u5Yx9O4844 .cards-wrapper {
    display: block;
  }
}
.cid-u5Yx9O4844 .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-u5Yx9O4844 .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-u5Yx9O4844 .cards-wrapper .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #cc0000;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-u5Yx9O4844 .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u5Yx9O4844 .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #cc0000;
}
@media (max-width: 992px) {
  .cid-u5Yx9O4844 .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-u5Yx9O4844 .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-u5Yx9O4844 .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-u5Yx9O4844 .cards-wrapper .item:hover::before,
.cid-u5Yx9O4844 .cards-wrapper .item:focus::before {
  top: -10px;
}
.cid-u5Yx9O4844 .cards-wrapper .item:hover .item-desc,
.cid-u5Yx9O4844 .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-u5Yx9O4844 .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5Yx9O4844 .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-u5Yx9O4844 .cards-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
.cid-u5Yx9O4844 .cards-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #000000;
  border-radius: 100%;
}
.cid-u5Yx9O4844 .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-u5Yx9O4844 .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u5Yx9O4844 .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
  margin: 40px 0;
}
@media (max-width: 992px) {
  .cid-u5Yx9O4844 .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-u5Yx9O4844 .cards-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-u5Yx9O4844 .cards-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u5Yx9O4844 .mbr-desc {
  color: #ffffff;
}
.cid-u5Yx9O4844 .mbr-section-title {
  color: #ffffff;
}
.cid-u5Yx9O4844 .card-desc {
  color: #ffffff;
}
.cid-u5Yx9O4844 .card-title {
  color: #131313;
}
.cid-u5Yx9O4844 .card-text {
  color: #131313;
}
.cid-twFGDsg78k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1d1d1d;
}
.cid-twFGDsg78k .mbr-fallback-image.disabled {
  display: none;
}
.cid-twFGDsg78k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twFGDsg78k .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-twFGDsg78k .container-fluid {
    padding: 0 20px;
  }
}
.cid-twFGDsg78k .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-twFGDsg78k .container {
    padding: 0 20px;
  }
}
.cid-twFGDsg78k .list-wrapper .list,
.cid-twFGDsg78k .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-twFGDsg78k .list-wrapper .list .item-wrap,
.cid-twFGDsg78k .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-twFGDsg78k .list-wrapper .list .item-wrap:hover,
.cid-twFGDsg78k .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-twFGDsg78k .list-wrapper .list .item-wrap,
  .cid-twFGDsg78k .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-twFGDsg78k .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-twFGDsg78k .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-twFGDsg78k .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-twFGDsg78k .text-wrapper {
  margin: 40px 0 22px;
}
.cid-twFGDsg78k .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-twFGDsg78k .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-twFGDsg78k .mbr-section-title,
.cid-twFGDsg78k .logo-wrap {
  text-align: center;
  color: #fcfbf5;
}
.cid-twFGDsg78k .list {
  color: #1d1d1d;
}
.cid-twFGDsg78k .list_2 {
  color: #989898;
}
.cid-twFGDsg78k .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-twFGDsg78k .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-twFGDsg78k .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-twFGDsg78k .list-wrapper,
  .cid-twFGDsg78k .list-wrapper_2 {
    text-align: center;
  }
}
.cid-twFGDsg78k .list,
.cid-twFGDsg78k .list-wrapper {
  color: #fcfbf5;
}
.cid-u5ZTvfDSId {
  z-index: 1000;
  width: 100%;
}
.cid-u5ZTvfDSId .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-u5ZTvfDSId .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u5ZTvfDSId .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-u5ZTvfDSId .menu_box .navbar.opened,
  .cid-u5ZTvfDSId .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u5ZTvfDSId nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u5ZTvfDSId .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-u5ZTvfDSId .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u5ZTvfDSId .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u5ZTvfDSId .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u5ZTvfDSId .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u5ZTvfDSId .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-u5ZTvfDSId .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u5ZTvfDSId .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u5ZTvfDSId .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u5ZTvfDSId .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u5ZTvfDSId .offcanvas-body .mbr-text,
  .cid-u5ZTvfDSId .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u5ZTvfDSId .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u5ZTvfDSId .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u5ZTvfDSId .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-u5ZTvfDSId .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u5ZTvfDSId .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u5ZTvfDSId .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u5ZTvfDSId .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u5ZTvfDSId ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u5ZTvfDSId .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5ZTvfDSId .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-u5ZTvfDSId .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u5ZTvfDSId li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u5ZTvfDSId .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u5ZTvfDSId .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u5ZTvfDSId .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u5ZTvfDSId .nav-item {
    margin: 0 !important;
  }
}
.cid-u5ZTvfDSId .nav-item .nav-link {
  position: relative;
}
.cid-u5ZTvfDSId .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-u5ZTvfDSId .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-u5ZTvfDSId .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u5ZTvfDSId .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u5ZTvfDSId .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u5ZTvfDSId .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5ZTvfDSId .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-u5ZTvfDSId .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u5ZTvfDSId .offcanvas_box {
    display: none;
  }
}
.cid-u5ZTvfDSId .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u5ZTvfDSId .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u5ZTvfDSId .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u5ZTvfDSId .container {
  display: flex;
  margin: auto;
}
.cid-u5ZTvfDSId .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u5ZTvfDSId .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u5ZTvfDSId .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u5ZTvfDSId .navbar-caption {
  color: #1d1d1d;
}
.cid-u5ZTvfDSId .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u5ZTvfDSId .navbar-nav {
    margin: 0;
  }
}
.cid-u5ZTvfDSId .dropdown-menu,
.cid-u5ZTvfDSId .navbar.opened {
  background-color: false !important;
}
.cid-u5ZTvfDSId .nav-item:focus,
.cid-u5ZTvfDSId .nav-link:focus {
  outline: none;
}
.cid-u5ZTvfDSId .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5ZTvfDSId .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5ZTvfDSId .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5ZTvfDSId .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5ZTvfDSId .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5ZTvfDSId .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5ZTvfDSId .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u5ZTvfDSId .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u5ZTvfDSId .navbar.opened {
  transition: all 0.3s;
}
.cid-u5ZTvfDSId .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u5ZTvfDSId .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-u5ZTvfDSId .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u5ZTvfDSId .navbar.collapsed {
  justify-content: center;
}
.cid-u5ZTvfDSId .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5ZTvfDSId .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5ZTvfDSId .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5ZTvfDSId .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5ZTvfDSId .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5ZTvfDSId .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u5ZTvfDSId .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u5ZTvfDSId .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u5ZTvfDSId .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u5ZTvfDSId .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5ZTvfDSId .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5ZTvfDSId .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u5ZTvfDSId .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5ZTvfDSId .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u5ZTvfDSId .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5ZTvfDSId .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u5ZTvfDSId .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u5ZTvfDSId .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u5ZTvfDSId .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5ZTvfDSId .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5ZTvfDSId .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u5ZTvfDSId .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5ZTvfDSId .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5ZTvfDSId .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5ZTvfDSId .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-u5ZTvfDSId .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u5ZTvfDSId .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5ZTvfDSId .dropdown-item.active,
.cid-u5ZTvfDSId .dropdown-item:active {
  background-color: transparent;
}
.cid-u5ZTvfDSId .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5ZTvfDSId .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5ZTvfDSId .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5ZTvfDSId .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5ZTvfDSId ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u5ZTvfDSId .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5ZTvfDSId button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fcfbf5;
}
.cid-u5ZTvfDSId button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-u5ZTvfDSId button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5ZTvfDSId button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5ZTvfDSId button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5ZTvfDSId button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5ZTvfDSId nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5ZTvfDSId nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5ZTvfDSId nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5ZTvfDSId nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5ZTvfDSId a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u5ZTvfDSId .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5ZTvfDSId .navbar {
    height: 70px;
  }
  .cid-u5ZTvfDSId .navbar.opened {
    height: auto;
  }
  .cid-u5ZTvfDSId .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5ZTvfDSId .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u5ZTvfDSId .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u5ZTvfDSId .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u5ZTvfDSId .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u5ZTvfDSId .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u5ZTvfDSId .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-u5ZTvfDSId .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u5ZTvfDSId .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-u5ZTvfDSId .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u5ZTvfDSId .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-u5ZTvfDSId .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-u5ZTvfDSId .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-u5ZTvfDSId .mbr-section-subtitle,
.cid-u5ZTvfDSId .text_widget,
.cid-u5ZTvfDSId .mbr-section-btn {
  text-align: left;
}
.cid-u5ZTvfDSId a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u5ZTvgKB6S {
  background-color: #000000;
}
.cid-u5ZTvgKB6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ZTvgKB6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5ZTvgKB6S .container {
    padding: 0 30px;
  }
}
.cid-u5ZTvgKB6S .row .card {
  justify-content: center;
}
.cid-u5ZTvgKB6S .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u5ZTvgKB6S .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u5ZTvgKB6S .image-wrapper {
    margin-top: 30px;
  }
}
.cid-u5ZTvgKB6S .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
  margin: 0 auto 0 0;
}
@media (max-width: 1400px) {
  .cid-u5ZTvgKB6S .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-u5ZTvgKB6S .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-u5ZTvgKB6S .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-u5ZTvgKB6S .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-u5ZTvgKB6S .mbr-section-title {
  color: #ffffff;
}
.cid-u5ZTvgKB6S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5ZWMIWIdu {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5ZWMIWIdu .container {
    padding: 0 22px;
  }
}
.cid-u5ZWMIWIdu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u5ZWMIWIdu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u5ZWMIWIdu .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img::before {
  left: auto;
  right: -1px;
  border-radius: 64px 0 0 0;
}
.cid-u5ZWMIWIdu .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u5ZWMIWIdu .embla__slide .slide-content {
    display: block;
  }
}
.cid-u5ZWMIWIdu .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 42%;
}
@media (max-width: 992px) {
  .cid-u5ZWMIWIdu .embla__slide .slide-content .item-content {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-u5ZWMIWIdu .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 16px;
}
.cid-u5ZWMIWIdu .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 32px;
}
.cid-u5ZWMIWIdu .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-u5ZWMIWIdu .embla__slide .slide-content .item-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-u5ZWMIWIdu .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-u5ZWMIWIdu .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-u5ZWMIWIdu .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5ZWMIWIdu .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u5ZWMIWIdu .embla__button--next,
.cid-u5ZWMIWIdu .embla__button--prev {
  display: flex;
}
.cid-u5ZWMIWIdu .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u5ZWMIWIdu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u5ZWMIWIdu .embla__button:hover {
  color: #cc0000 !important;
}
.cid-u5ZWMIWIdu .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u5ZWMIWIdu .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u5ZWMIWIdu .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u5ZWMIWIdu .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u5ZWMIWIdu .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u5ZWMIWIdu .embla {
    padding-bottom: 2rem;
  }
}
.cid-u5ZWMIWIdu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u5ZWMIWIdu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u5ZWMIWIdu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u5ZWMIWIdu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u5ZWMIWIdu .item-desc {
  color: #cc0000;
}
.cid-u5ZWMIWIdu .item-title {
  color: #000000;
}
.cid-u5ZWMIWIdu .item-text {
  color: #000000;
}
.cid-uHLdALzneL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uHLdALzneL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLdALzneL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHLdALzneL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHLdALzneL .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHLdALzneL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHLdALzneL .container {
    padding: 0 20px;
  }
}
.cid-uHLdALzneL .mbr-section-title {
  margin-bottom: 64px;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uHLdALzneL .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHLdALzneL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uHLdALzneL .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHLdALzneL .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uHLdALzneL .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uHLdALzneL .embla__button--next,
.cid-uHLdALzneL .embla__button--prev {
  display: flex;
}
.cid-uHLdALzneL .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #1d1d1d;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uHLdALzneL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHLdALzneL .embla__button:hover {
  background: transparent;
  color: #1d1d1d;
  opacity: .7;
}
.cid-uHLdALzneL .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uHLdALzneL .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uHLdALzneL .embla__button {
    top: 7rem;
  }
}
.cid-uHLdALzneL .embla {
  position: relative;
  width: 100%;
}
.cid-uHLdALzneL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHLdALzneL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHLdALzneL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHLdALzneL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u5ZTvis4Mb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/philips-muenchen-1-2000x780.webp");
}
.cid-u5ZTvis4Mb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ZTvis4Mb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5ZTvis4Mb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u5ZTvis4Mb .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5ZTvis4Mb .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5ZTvis4Mb .container {
    padding: 0 20px;
  }
}
.cid-u5ZTvis4Mb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5ZTvis4Mb .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-u5ZTvis4Mb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5ZTvis4Mb .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u5ZTvjFKLf {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #000000, #1d1d1d);
}
.cid-u5ZTvjFKLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ZTvjFKLf .card-link {
  position: relative;
  width: fit-content;
}
.cid-u5ZTvjFKLf .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-u5ZTvjFKLf h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u5ZTvjFKLf h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u5ZTvjFKLf .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f3f6f9;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-u5ZTvjFKLf .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-u5ZTvjFKLf .item-wrapper:hover {
  background: #cc0000;
  transform: translateY(-5px);
}
.cid-u5ZTvjFKLf .item-wrapper:hover .card-title,
.cid-u5ZTvjFKLf .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-u5ZTvjFKLf .item-wrapper:hover span,
.cid-u5ZTvjFKLf .item-wrapper:hover .card-link,
.cid-u5ZTvjFKLf .item-wrapper:hover .card-link a {
  color: #1d1d1d !important;
}
.cid-u5ZTvjFKLf .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-u5ZTvjFKLf .card-title,
.cid-u5ZTvjFKLf .card-text,
.cid-u5ZTvjFKLf .card-link,
.cid-u5ZTvjFKLf .card-link a {
  transition: all 0.3s;
}
.cid-u5ZTvjFKLf .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-u5ZTvjFKLf .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-u5ZTvjFKLf .link-wrapper:hover {
  cursor: pointer;
}
.cid-u5ZTvjFKLf .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #cc0000;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u5ZTvjFKLf .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-u5ZTvjFKLf .card-title,
.cid-u5ZTvjFKLf .iconfont-wrapper {
  color: #000000;
}
.cid-u5ZTvjFKLf .card-text {
  color: #232323;
}
.cid-u5ZTvjFKLf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u5ZTvjFKLf .card-link,
.cid-u5ZTvjFKLf .link-icon,
.cid-u5ZTvjFKLf .link-align {
  color: #232323;
}
.cid-u5ZTvjFKLf .mbr-section-subtitle {
  text-align: left;
}
.cid-u5ZTvjFKLf .mbr-section-subtitle,
.cid-u5ZTvjFKLf .align {
  color: #232323;
}
.cid-u5ZTvkQAEw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1d1d1d;
}
.cid-u5ZTvkQAEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ZTvkQAEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5ZTvkQAEw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u5ZTvkQAEw .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5ZTvkQAEw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5ZTvkQAEw .container {
    padding: 0 20px;
  }
}
.cid-u5ZTvkQAEw .list-wrapper .list,
.cid-u5ZTvkQAEw .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u5ZTvkQAEw .list-wrapper .list .item-wrap,
.cid-u5ZTvkQAEw .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-u5ZTvkQAEw .list-wrapper .list .item-wrap:hover,
.cid-u5ZTvkQAEw .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u5ZTvkQAEw .list-wrapper .list .item-wrap,
  .cid-u5ZTvkQAEw .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-u5ZTvkQAEw .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-u5ZTvkQAEw .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-u5ZTvkQAEw .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u5ZTvkQAEw .text-wrapper {
  margin: 40px 0 22px;
}
.cid-u5ZTvkQAEw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5ZTvkQAEw .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u5ZTvkQAEw .mbr-section-title,
.cid-u5ZTvkQAEw .logo-wrap {
  text-align: center;
  color: #fcfbf5;
}
.cid-u5ZTvkQAEw .list {
  color: #1d1d1d;
}
.cid-u5ZTvkQAEw .list_2 {
  color: #989898;
}
.cid-u5ZTvkQAEw .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-u5ZTvkQAEw .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-u5ZTvkQAEw .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u5ZTvkQAEw .list-wrapper,
  .cid-u5ZTvkQAEw .list-wrapper_2 {
    text-align: center;
  }
}
.cid-u5ZTvkQAEw .list,
.cid-u5ZTvkQAEw .list-wrapper {
  color: #fcfbf5;
}
.cid-u6g3bS0kyi {
  z-index: 1000;
  width: 100%;
}
.cid-u6g3bS0kyi .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-u6g3bS0kyi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u6g3bS0kyi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-u6g3bS0kyi .menu_box .navbar.opened,
  .cid-u6g3bS0kyi .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u6g3bS0kyi nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u6g3bS0kyi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-u6g3bS0kyi .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u6g3bS0kyi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u6g3bS0kyi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u6g3bS0kyi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u6g3bS0kyi .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-u6g3bS0kyi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u6g3bS0kyi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u6g3bS0kyi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u6g3bS0kyi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u6g3bS0kyi .offcanvas-body .mbr-text,
  .cid-u6g3bS0kyi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u6g3bS0kyi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u6g3bS0kyi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u6g3bS0kyi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-u6g3bS0kyi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u6g3bS0kyi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u6g3bS0kyi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u6g3bS0kyi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u6g3bS0kyi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u6g3bS0kyi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u6g3bS0kyi .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-u6g3bS0kyi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u6g3bS0kyi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u6g3bS0kyi .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u6g3bS0kyi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u6g3bS0kyi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u6g3bS0kyi .nav-item {
    margin: 0 !important;
  }
}
.cid-u6g3bS0kyi .nav-item .nav-link {
  position: relative;
}
.cid-u6g3bS0kyi .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-u6g3bS0kyi .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-u6g3bS0kyi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u6g3bS0kyi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u6g3bS0kyi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u6g3bS0kyi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u6g3bS0kyi .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-u6g3bS0kyi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u6g3bS0kyi .offcanvas_box {
    display: none;
  }
}
.cid-u6g3bS0kyi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u6g3bS0kyi .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u6g3bS0kyi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u6g3bS0kyi .container {
  display: flex;
  margin: auto;
}
.cid-u6g3bS0kyi .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u6g3bS0kyi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u6g3bS0kyi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u6g3bS0kyi .navbar-caption {
  color: #1d1d1d;
}
.cid-u6g3bS0kyi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u6g3bS0kyi .navbar-nav {
    margin: 0;
  }
}
.cid-u6g3bS0kyi .dropdown-menu,
.cid-u6g3bS0kyi .navbar.opened {
  background-color: false !important;
}
.cid-u6g3bS0kyi .nav-item:focus,
.cid-u6g3bS0kyi .nav-link:focus {
  outline: none;
}
.cid-u6g3bS0kyi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6g3bS0kyi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6g3bS0kyi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6g3bS0kyi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6g3bS0kyi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6g3bS0kyi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6g3bS0kyi .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u6g3bS0kyi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u6g3bS0kyi .navbar.opened {
  transition: all 0.3s;
}
.cid-u6g3bS0kyi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u6g3bS0kyi .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-u6g3bS0kyi .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u6g3bS0kyi .navbar.collapsed {
  justify-content: center;
}
.cid-u6g3bS0kyi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6g3bS0kyi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6g3bS0kyi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6g3bS0kyi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6g3bS0kyi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6g3bS0kyi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u6g3bS0kyi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6g3bS0kyi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u6g3bS0kyi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u6g3bS0kyi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6g3bS0kyi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6g3bS0kyi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u6g3bS0kyi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6g3bS0kyi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u6g3bS0kyi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6g3bS0kyi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u6g3bS0kyi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u6g3bS0kyi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u6g3bS0kyi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6g3bS0kyi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6g3bS0kyi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u6g3bS0kyi .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6g3bS0kyi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6g3bS0kyi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6g3bS0kyi .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-u6g3bS0kyi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u6g3bS0kyi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6g3bS0kyi .dropdown-item.active,
.cid-u6g3bS0kyi .dropdown-item:active {
  background-color: transparent;
}
.cid-u6g3bS0kyi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6g3bS0kyi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6g3bS0kyi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6g3bS0kyi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6g3bS0kyi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u6g3bS0kyi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6g3bS0kyi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fcfbf5;
}
.cid-u6g3bS0kyi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-u6g3bS0kyi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6g3bS0kyi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6g3bS0kyi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6g3bS0kyi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6g3bS0kyi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6g3bS0kyi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6g3bS0kyi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6g3bS0kyi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6g3bS0kyi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u6g3bS0kyi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6g3bS0kyi .navbar {
    height: 70px;
  }
  .cid-u6g3bS0kyi .navbar.opened {
    height: auto;
  }
  .cid-u6g3bS0kyi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6g3bS0kyi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u6g3bS0kyi .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u6g3bS0kyi .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u6g3bS0kyi .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u6g3bS0kyi .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u6g3bS0kyi .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-u6g3bS0kyi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u6g3bS0kyi .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-u6g3bS0kyi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u6g3bS0kyi .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-u6g3bS0kyi .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-u6g3bS0kyi .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-u6g3bS0kyi .mbr-section-subtitle,
.cid-u6g3bS0kyi .text_widget,
.cid-u6g3bS0kyi .mbr-section-btn {
  text-align: left;
}
.cid-u6g3bS0kyi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u6g3bSTlj9 {
  background-color: #000000;
}
.cid-u6g3bSTlj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6g3bSTlj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6g3bSTlj9 .container {
    padding: 0 30px;
  }
}
.cid-u6g3bSTlj9 .row .card {
  justify-content: center;
}
.cid-u6g3bSTlj9 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u6g3bSTlj9 .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6g3bSTlj9 .image-wrapper {
    margin-top: 30px;
  }
}
.cid-u6g3bSTlj9 .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
  margin: 0 auto 0 0;
}
@media (max-width: 1400px) {
  .cid-u6g3bSTlj9 .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-u6g3bSTlj9 .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-u6g3bSTlj9 .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-u6g3bSTlj9 .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-u6g3bSTlj9 .mbr-section-title {
  color: #ffffff;
}
.cid-u6g3bSTlj9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6gdcgM7Wj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u6gdcgM7Wj .img-container {
  position: relative;
}
.cid-u6gdcgM7Wj .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-u6gdcgM7Wj .image-wrapper img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-u6gdcgM7Wj .image-wrapper img {
    height: auto;
  }
}
.cid-u6gdcgM7Wj .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-u6gdcgM7Wj .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-u6gdcgM7Wj .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-u6gamrU6KB {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #000000;
}
.cid-u6gamrU6KB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gamrU6KB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u6gamrU6KB .container {
    padding: 0 24px;
  }
}
.cid-u6gamrU6KB .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u6gamrU6KB .row {
    padding: 24px;
  }
}
.cid-u6gamrU6KB .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  border-radius: .5rem;
}
.cid-u6gamrU6KB .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u6gamrU6KB .row .card {
    border: none;
  }
}
.cid-u6gamrU6KB .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6gamrU6KB .content-wrapper {
    padding: 24px 0;
  }
}
.cid-u6gamrU6KB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6gamrU6KB .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-u6gamrU6KB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u6gamrU6KB .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-u6gamrU6KB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6gamrU6KB .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u6gamrU6KB .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u6gamrU6KB .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u6gamrU6KB .items {
  border-left: 1px solid #d9d9da;
}
.cid-u6gamrU6KB .items .item {
  padding: 32px;
  border-bottom: 1px solid #d9d9da;
}
@media (max-width: 992px) {
  .cid-u6gamrU6KB .items .item {
    padding: 24px;
  }
}
.cid-u6gamrU6KB .items .item:last-child {
  border: none;
}
.cid-u6gamrU6KB .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u6gamrU6KB .items .item .item-wrapper {
    display: block;
  }
}
.cid-u6gamrU6KB .items .item .item-wrapper .item-img {
  background-color: #000000;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-u6gamrU6KB .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-u6gamrU6KB .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-u6gamrU6KB .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-u6gamrU6KB .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-u6gamrU6KB .mbr-section-title {
  color: #F9F6E0;
}
.cid-u6gamrU6KB .mbr-desc {
  color: #cc0000;
  text-align: right;
}
.cid-u6gamrU6KB .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-u6gamrU6KB .card-title {
  color: #F9F6E0;
}
.cid-u6gamrU6KB .card-text {
  color: #d9d9da;
}
.cid-u6gamrU6KB .mbr-section-title,
.cid-u6gamrU6KB .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-u6g3bVUVZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/philips-muenchen-101-2090x877.webp");
}
.cid-u6g3bVUVZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6g3bVUVZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6g3bVUVZi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6g3bVUVZi .container-fluid {
    padding: 0 20px;
  }
}
.cid-u6g3bVUVZi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6g3bVUVZi .container {
    padding: 0 20px;
  }
}
.cid-u6g3bVUVZi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6g3bVUVZi .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-u6g3bVUVZi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6g3bVUVZi .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u6g3bWmqZ4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #000000, #1d1d1d);
}
.cid-u6g3bWmqZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6g3bWmqZ4 .card-link {
  position: relative;
  width: fit-content;
}
.cid-u6g3bWmqZ4 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-u6g3bWmqZ4 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u6g3bWmqZ4 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u6g3bWmqZ4 .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f3f6f9;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-u6g3bWmqZ4 .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-u6g3bWmqZ4 .item-wrapper:hover {
  background: #cc0000;
  transform: translateY(-5px);
}
.cid-u6g3bWmqZ4 .item-wrapper:hover .card-title,
.cid-u6g3bWmqZ4 .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-u6g3bWmqZ4 .item-wrapper:hover span,
.cid-u6g3bWmqZ4 .item-wrapper:hover .card-link,
.cid-u6g3bWmqZ4 .item-wrapper:hover .card-link a {
  color: #1d1d1d !important;
}
.cid-u6g3bWmqZ4 .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-u6g3bWmqZ4 .card-title,
.cid-u6g3bWmqZ4 .card-text,
.cid-u6g3bWmqZ4 .card-link,
.cid-u6g3bWmqZ4 .card-link a {
  transition: all 0.3s;
}
.cid-u6g3bWmqZ4 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-u6g3bWmqZ4 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-u6g3bWmqZ4 .link-wrapper:hover {
  cursor: pointer;
}
.cid-u6g3bWmqZ4 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #cc0000;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u6g3bWmqZ4 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-u6g3bWmqZ4 .card-title,
.cid-u6g3bWmqZ4 .iconfont-wrapper {
  color: #000000;
}
.cid-u6g3bWmqZ4 .card-text {
  color: #232323;
}
.cid-u6g3bWmqZ4 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u6g3bWmqZ4 .card-link,
.cid-u6g3bWmqZ4 .link-icon,
.cid-u6g3bWmqZ4 .link-align {
  color: #232323;
}
.cid-u6g3bWmqZ4 .mbr-section-subtitle {
  text-align: left;
}
.cid-u6g3bWmqZ4 .mbr-section-subtitle,
.cid-u6g3bWmqZ4 .align {
  color: #232323;
}
.cid-u6g3bWOorp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1d1d1d;
}
.cid-u6g3bWOorp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6g3bWOorp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6g3bWOorp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6g3bWOorp .container-fluid {
    padding: 0 20px;
  }
}
.cid-u6g3bWOorp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6g3bWOorp .container {
    padding: 0 20px;
  }
}
.cid-u6g3bWOorp .list-wrapper .list,
.cid-u6g3bWOorp .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u6g3bWOorp .list-wrapper .list .item-wrap,
.cid-u6g3bWOorp .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-u6g3bWOorp .list-wrapper .list .item-wrap:hover,
.cid-u6g3bWOorp .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u6g3bWOorp .list-wrapper .list .item-wrap,
  .cid-u6g3bWOorp .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-u6g3bWOorp .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-u6g3bWOorp .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-u6g3bWOorp .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u6g3bWOorp .text-wrapper {
  margin: 40px 0 22px;
}
.cid-u6g3bWOorp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6g3bWOorp .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u6g3bWOorp .mbr-section-title,
.cid-u6g3bWOorp .logo-wrap {
  text-align: center;
  color: #fcfbf5;
}
.cid-u6g3bWOorp .list {
  color: #1d1d1d;
}
.cid-u6g3bWOorp .list_2 {
  color: #989898;
}
.cid-u6g3bWOorp .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-u6g3bWOorp .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-u6g3bWOorp .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u6g3bWOorp .list-wrapper,
  .cid-u6g3bWOorp .list-wrapper_2 {
    text-align: center;
  }
}
.cid-u6g3bWOorp .list,
.cid-u6g3bWOorp .list-wrapper {
  color: #fcfbf5;
}
.cid-u5XsIwHXKv {
  z-index: 1000;
  width: 100%;
}
.cid-u5XsIwHXKv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-u5XsIwHXKv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u5XsIwHXKv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-u5XsIwHXKv .menu_box .navbar.opened,
  .cid-u5XsIwHXKv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u5XsIwHXKv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u5XsIwHXKv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-u5XsIwHXKv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u5XsIwHXKv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u5XsIwHXKv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u5XsIwHXKv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u5XsIwHXKv .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-u5XsIwHXKv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u5XsIwHXKv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u5XsIwHXKv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u5XsIwHXKv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u5XsIwHXKv .offcanvas-body .mbr-text,
  .cid-u5XsIwHXKv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u5XsIwHXKv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u5XsIwHXKv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u5XsIwHXKv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-u5XsIwHXKv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u5XsIwHXKv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u5XsIwHXKv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u5XsIwHXKv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u5XsIwHXKv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u5XsIwHXKv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5XsIwHXKv .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-u5XsIwHXKv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u5XsIwHXKv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u5XsIwHXKv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u5XsIwHXKv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u5XsIwHXKv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u5XsIwHXKv .nav-item {
    margin: 0 !important;
  }
}
.cid-u5XsIwHXKv .nav-item .nav-link {
  position: relative;
}
.cid-u5XsIwHXKv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-u5XsIwHXKv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-u5XsIwHXKv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u5XsIwHXKv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u5XsIwHXKv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u5XsIwHXKv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5XsIwHXKv .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-u5XsIwHXKv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u5XsIwHXKv .offcanvas_box {
    display: none;
  }
}
.cid-u5XsIwHXKv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u5XsIwHXKv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u5XsIwHXKv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u5XsIwHXKv .container {
  display: flex;
  margin: auto;
}
.cid-u5XsIwHXKv .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u5XsIwHXKv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u5XsIwHXKv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u5XsIwHXKv .navbar-caption {
  color: #1d1d1d;
}
.cid-u5XsIwHXKv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u5XsIwHXKv .navbar-nav {
    margin: 0;
  }
}
.cid-u5XsIwHXKv .dropdown-menu,
.cid-u5XsIwHXKv .navbar.opened {
  background-color: false !important;
}
.cid-u5XsIwHXKv .nav-item:focus,
.cid-u5XsIwHXKv .nav-link:focus {
  outline: none;
}
.cid-u5XsIwHXKv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5XsIwHXKv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5XsIwHXKv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5XsIwHXKv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5XsIwHXKv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5XsIwHXKv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5XsIwHXKv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u5XsIwHXKv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u5XsIwHXKv .navbar.opened {
  transition: all 0.3s;
}
.cid-u5XsIwHXKv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u5XsIwHXKv .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-u5XsIwHXKv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u5XsIwHXKv .navbar.collapsed {
  justify-content: center;
}
.cid-u5XsIwHXKv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5XsIwHXKv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5XsIwHXKv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5XsIwHXKv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5XsIwHXKv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5XsIwHXKv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u5XsIwHXKv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u5XsIwHXKv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u5XsIwHXKv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u5XsIwHXKv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5XsIwHXKv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5XsIwHXKv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u5XsIwHXKv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5XsIwHXKv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u5XsIwHXKv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5XsIwHXKv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u5XsIwHXKv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u5XsIwHXKv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u5XsIwHXKv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5XsIwHXKv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5XsIwHXKv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u5XsIwHXKv .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5XsIwHXKv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5XsIwHXKv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5XsIwHXKv .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-u5XsIwHXKv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u5XsIwHXKv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5XsIwHXKv .dropdown-item.active,
.cid-u5XsIwHXKv .dropdown-item:active {
  background-color: transparent;
}
.cid-u5XsIwHXKv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5XsIwHXKv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5XsIwHXKv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5XsIwHXKv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5XsIwHXKv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u5XsIwHXKv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5XsIwHXKv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fcfbf5;
}
.cid-u5XsIwHXKv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-u5XsIwHXKv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5XsIwHXKv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5XsIwHXKv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5XsIwHXKv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5XsIwHXKv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5XsIwHXKv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5XsIwHXKv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5XsIwHXKv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5XsIwHXKv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u5XsIwHXKv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5XsIwHXKv .navbar {
    height: 70px;
  }
  .cid-u5XsIwHXKv .navbar.opened {
    height: auto;
  }
  .cid-u5XsIwHXKv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5XsIwHXKv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u5XsIwHXKv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u5XsIwHXKv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u5XsIwHXKv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u5XsIwHXKv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u5XsIwHXKv .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-u5XsIwHXKv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u5XsIwHXKv .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-u5XsIwHXKv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u5XsIwHXKv .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-u5XsIwHXKv .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-u5XsIwHXKv .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-u5XsIwHXKv .mbr-section-subtitle,
.cid-u5XsIwHXKv .text_widget,
.cid-u5XsIwHXKv .mbr-section-btn {
  text-align: left;
}
.cid-u5XsIwHXKv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u5XsIxWK51 {
  background-color: #000000;
}
.cid-u5XsIxWK51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5XsIxWK51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5XsIxWK51 .container {
    padding: 0 20px;
  }
}
.cid-u5XsIxWK51 .row {
  margin-top: -2px;
}
.cid-u5XsIxWK51 .card {
  padding: 0;
}
.cid-u5XsIxWK51 .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-u5XsIxWK51 .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-u5XsIxWK51 .title-wrapper {
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-u5XsIxWK51 .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-u5XsIxWK51 .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-u5XsIxWK51 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5XsIxWK51 .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u5XsIxWK51 .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-u5XsIxWK51 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u5XsIxWK51 .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u5XsIxWK51 .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u5XsIxWK51 .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-u5XsIxWK51 .mbr-section-title {
  color: #ffffff;
}
.cid-u5XsIxWK51 .mbr-text {
  color: #ffffff;
}
.cid-u5XsIxWK51 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u5XsIxWK51 .mbr-section-btn {
    text-align: left;
  }
}
.cid-u5XsIxWK51 .mbr-section-title,
.cid-u5XsIxWK51 .mbr-section-btn {
  text-align: right;
}
.cid-u5XsIyIblq {
  overflow: hidden;
  background-color: #000000;
}
.cid-u5XsIyIblq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5XsIyIblq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5XsIyIblq .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-u5XsIyIblq .container-fluid {
    padding: 0 12px;
  }
}
.cid-u5XsIyIblq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5XsIyIblq .container {
    padding: 0 20px;
  }
}
.cid-u5XsIyIblq .card {
  padding: 0;
}
.cid-u5XsIyIblq .card:first-child .image-wrap {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-u5XsIyIblq .card:first-child .image-wrap {
    min-height: 250px;
  }
}
.cid-u5XsIyIblq .card:first-child .image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-u5XsIyIblq .card:nth-child(2) .image-wrap {
  height: 100%;
}
.cid-u5XsIyIblq .card:nth-child(2) .image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-u5XsIyIblq .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5XsIyIblq .card:last-child {
    padding: 50px 20px;
  }
}
.cid-u5XsIyIblq .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5XsIyIblq .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u5XsIyIblq .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-u5XsIyIblq .mbr-section-title {
  color: #1d1d1d;
}
.cid-u5XsIyIblq .mbr-text {
  color: #fcfbf5;
}
.cid-u5XsIyIblq .mbr-section-title,
.cid-u5XsIyIblq .mbr-section-btn {
  color: #fcfbf5;
}
.cid-u5XsIz2SD0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1d1d1d;
}
.cid-u5XsIz2SD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5XsIz2SD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5XsIz2SD0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u5XsIz2SD0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5XsIz2SD0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5XsIz2SD0 .container {
    padding: 0 20px;
  }
}
.cid-u5XsIz2SD0 .list-wrapper .list,
.cid-u5XsIz2SD0 .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u5XsIz2SD0 .list-wrapper .list .item-wrap,
.cid-u5XsIz2SD0 .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-u5XsIz2SD0 .list-wrapper .list .item-wrap:hover,
.cid-u5XsIz2SD0 .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u5XsIz2SD0 .list-wrapper .list .item-wrap,
  .cid-u5XsIz2SD0 .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-u5XsIz2SD0 .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-u5XsIz2SD0 .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-u5XsIz2SD0 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u5XsIz2SD0 .text-wrapper {
  margin: 40px 0 22px;
}
.cid-u5XsIz2SD0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5XsIz2SD0 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u5XsIz2SD0 .mbr-section-title,
.cid-u5XsIz2SD0 .logo-wrap {
  text-align: center;
  color: #fcfbf5;
}
.cid-u5XsIz2SD0 .list {
  color: #1d1d1d;
}
.cid-u5XsIz2SD0 .list_2 {
  color: #989898;
}
.cid-u5XsIz2SD0 .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-u5XsIz2SD0 .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-u5XsIz2SD0 .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u5XsIz2SD0 .list-wrapper,
  .cid-u5XsIz2SD0 .list-wrapper_2 {
    text-align: center;
  }
}
.cid-u5XsIz2SD0 .list,
.cid-u5XsIz2SD0 .list-wrapper {
  color: #fcfbf5;
}
.cid-u6jEqs3ZwT {
  z-index: 1000;
  width: 100%;
}
.cid-u6jEqs3ZwT .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-u6jEqs3ZwT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u6jEqs3ZwT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-u6jEqs3ZwT .menu_box .navbar.opened,
  .cid-u6jEqs3ZwT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u6jEqs3ZwT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u6jEqs3ZwT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-u6jEqs3ZwT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u6jEqs3ZwT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u6jEqs3ZwT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u6jEqs3ZwT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u6jEqs3ZwT .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-u6jEqs3ZwT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u6jEqs3ZwT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u6jEqs3ZwT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u6jEqs3ZwT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u6jEqs3ZwT .offcanvas-body .mbr-text,
  .cid-u6jEqs3ZwT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u6jEqs3ZwT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u6jEqs3ZwT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u6jEqs3ZwT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-u6jEqs3ZwT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u6jEqs3ZwT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u6jEqs3ZwT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u6jEqs3ZwT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u6jEqs3ZwT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u6jEqs3ZwT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u6jEqs3ZwT .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-u6jEqs3ZwT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u6jEqs3ZwT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u6jEqs3ZwT .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u6jEqs3ZwT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u6jEqs3ZwT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u6jEqs3ZwT .nav-item {
    margin: 0 !important;
  }
}
.cid-u6jEqs3ZwT .nav-item .nav-link {
  position: relative;
}
.cid-u6jEqs3ZwT .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-u6jEqs3ZwT .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-u6jEqs3ZwT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u6jEqs3ZwT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u6jEqs3ZwT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u6jEqs3ZwT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u6jEqs3ZwT .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-u6jEqs3ZwT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u6jEqs3ZwT .offcanvas_box {
    display: none;
  }
}
.cid-u6jEqs3ZwT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u6jEqs3ZwT .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u6jEqs3ZwT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u6jEqs3ZwT .container {
  display: flex;
  margin: auto;
}
.cid-u6jEqs3ZwT .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u6jEqs3ZwT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u6jEqs3ZwT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u6jEqs3ZwT .navbar-caption {
  color: #1d1d1d;
}
.cid-u6jEqs3ZwT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u6jEqs3ZwT .navbar-nav {
    margin: 0;
  }
}
.cid-u6jEqs3ZwT .dropdown-menu,
.cid-u6jEqs3ZwT .navbar.opened {
  background-color: false !important;
}
.cid-u6jEqs3ZwT .nav-item:focus,
.cid-u6jEqs3ZwT .nav-link:focus {
  outline: none;
}
.cid-u6jEqs3ZwT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6jEqs3ZwT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6jEqs3ZwT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6jEqs3ZwT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6jEqs3ZwT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6jEqs3ZwT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6jEqs3ZwT .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u6jEqs3ZwT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u6jEqs3ZwT .navbar.opened {
  transition: all 0.3s;
}
.cid-u6jEqs3ZwT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u6jEqs3ZwT .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-u6jEqs3ZwT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u6jEqs3ZwT .navbar.collapsed {
  justify-content: center;
}
.cid-u6jEqs3ZwT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6jEqs3ZwT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6jEqs3ZwT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6jEqs3ZwT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6jEqs3ZwT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6jEqs3ZwT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u6jEqs3ZwT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6jEqs3ZwT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u6jEqs3ZwT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u6jEqs3ZwT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6jEqs3ZwT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6jEqs3ZwT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u6jEqs3ZwT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6jEqs3ZwT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u6jEqs3ZwT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6jEqs3ZwT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u6jEqs3ZwT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u6jEqs3ZwT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u6jEqs3ZwT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6jEqs3ZwT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6jEqs3ZwT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u6jEqs3ZwT .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6jEqs3ZwT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6jEqs3ZwT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6jEqs3ZwT .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-u6jEqs3ZwT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u6jEqs3ZwT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6jEqs3ZwT .dropdown-item.active,
.cid-u6jEqs3ZwT .dropdown-item:active {
  background-color: transparent;
}
.cid-u6jEqs3ZwT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6jEqs3ZwT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6jEqs3ZwT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6jEqs3ZwT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6jEqs3ZwT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u6jEqs3ZwT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6jEqs3ZwT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fcfbf5;
}
.cid-u6jEqs3ZwT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-u6jEqs3ZwT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6jEqs3ZwT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6jEqs3ZwT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6jEqs3ZwT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6jEqs3ZwT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6jEqs3ZwT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6jEqs3ZwT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6jEqs3ZwT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6jEqs3ZwT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u6jEqs3ZwT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6jEqs3ZwT .navbar {
    height: 70px;
  }
  .cid-u6jEqs3ZwT .navbar.opened {
    height: auto;
  }
  .cid-u6jEqs3ZwT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6jEqs3ZwT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u6jEqs3ZwT .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u6jEqs3ZwT .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u6jEqs3ZwT .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u6jEqs3ZwT .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u6jEqs3ZwT .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-u6jEqs3ZwT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u6jEqs3ZwT .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-u6jEqs3ZwT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u6jEqs3ZwT .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-u6jEqs3ZwT .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-u6jEqs3ZwT .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-u6jEqs3ZwT .mbr-section-subtitle,
.cid-u6jEqs3ZwT .text_widget,
.cid-u6jEqs3ZwT .mbr-section-btn {
  text-align: left;
}
.cid-u6jEqs3ZwT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u6jEqt8Ogb {
  background-color: #000000;
}
.cid-u6jEqt8Ogb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6jEqt8Ogb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6jEqt8Ogb .container {
    padding: 0 20px;
  }
}
.cid-u6jEqt8Ogb .row {
  margin-top: -2px;
}
.cid-u6jEqt8Ogb .card {
  padding: 0;
}
.cid-u6jEqt8Ogb .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-u6jEqt8Ogb .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-u6jEqt8Ogb .title-wrapper {
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-u6jEqt8Ogb .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-u6jEqt8Ogb .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-u6jEqt8Ogb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6jEqt8Ogb .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6jEqt8Ogb .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-u6jEqt8Ogb .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u6jEqt8Ogb .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u6jEqt8Ogb .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u6jEqt8Ogb .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-u6jEqt8Ogb .mbr-section-title {
  color: #ffffff;
}
.cid-u6jEqt8Ogb .mbr-text {
  color: #ffffff;
}
.cid-u6jEqt8Ogb .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u6jEqt8Ogb .mbr-section-btn {
    text-align: left;
  }
}
.cid-u6jEqt8Ogb .mbr-section-title,
.cid-u6jEqt8Ogb .mbr-section-btn {
  text-align: right;
}
.cid-u6jEqtzdHu {
  overflow: hidden;
  background-color: #000000;
}
.cid-u6jEqtzdHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6jEqtzdHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6jEqtzdHu .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-u6jEqtzdHu .container-fluid {
    padding: 0 12px;
  }
}
.cid-u6jEqtzdHu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6jEqtzdHu .container {
    padding: 0 20px;
  }
}
.cid-u6jEqtzdHu .card {
  padding: 0;
}
.cid-u6jEqtzdHu .card:first-child .image-wrap {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-u6jEqtzdHu .card:first-child .image-wrap {
    min-height: 250px;
  }
}
.cid-u6jEqtzdHu .card:first-child .image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-u6jEqtzdHu .card:nth-child(2) .image-wrap {
  height: 100%;
}
.cid-u6jEqtzdHu .card:nth-child(2) .image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-u6jEqtzdHu .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6jEqtzdHu .card:last-child {
    padding: 50px 20px;
  }
}
.cid-u6jEqtzdHu .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6jEqtzdHu .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u6jEqtzdHu .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-u6jEqtzdHu .mbr-section-title {
  color: #1d1d1d;
}
.cid-u6jEqtzdHu .mbr-text {
  color: #fcfbf5;
}
.cid-u6jEqtzdHu .mbr-section-title,
.cid-u6jEqtzdHu .mbr-section-btn {
  color: #fcfbf5;
}
.cid-u6jEqu0HxX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1d1d1d;
}
.cid-u6jEqu0HxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6jEqu0HxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6jEqu0HxX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6jEqu0HxX .container-fluid {
    padding: 0 20px;
  }
}
.cid-u6jEqu0HxX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6jEqu0HxX .container {
    padding: 0 20px;
  }
}
.cid-u6jEqu0HxX .list-wrapper .list,
.cid-u6jEqu0HxX .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u6jEqu0HxX .list-wrapper .list .item-wrap,
.cid-u6jEqu0HxX .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-u6jEqu0HxX .list-wrapper .list .item-wrap:hover,
.cid-u6jEqu0HxX .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u6jEqu0HxX .list-wrapper .list .item-wrap,
  .cid-u6jEqu0HxX .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-u6jEqu0HxX .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-u6jEqu0HxX .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-u6jEqu0HxX .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u6jEqu0HxX .text-wrapper {
  margin: 40px 0 22px;
}
.cid-u6jEqu0HxX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6jEqu0HxX .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u6jEqu0HxX .mbr-section-title,
.cid-u6jEqu0HxX .logo-wrap {
  text-align: center;
  color: #fcfbf5;
}
.cid-u6jEqu0HxX .list {
  color: #1d1d1d;
}
.cid-u6jEqu0HxX .list_2 {
  color: #989898;
}
.cid-u6jEqu0HxX .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-u6jEqu0HxX .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-u6jEqu0HxX .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u6jEqu0HxX .list-wrapper,
  .cid-u6jEqu0HxX .list-wrapper_2 {
    text-align: center;
  }
}
.cid-u6jEqu0HxX .list,
.cid-u6jEqu0HxX .list-wrapper {
  color: #fcfbf5;
}
.cid-u6kcD8UpwY {
  z-index: 1000;
  width: 100%;
}
.cid-u6kcD8UpwY .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-u6kcD8UpwY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u6kcD8UpwY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-u6kcD8UpwY .menu_box .navbar.opened,
  .cid-u6kcD8UpwY .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u6kcD8UpwY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u6kcD8UpwY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-u6kcD8UpwY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u6kcD8UpwY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u6kcD8UpwY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u6kcD8UpwY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u6kcD8UpwY .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-u6kcD8UpwY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u6kcD8UpwY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u6kcD8UpwY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u6kcD8UpwY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u6kcD8UpwY .offcanvas-body .mbr-text,
  .cid-u6kcD8UpwY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u6kcD8UpwY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u6kcD8UpwY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u6kcD8UpwY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-u6kcD8UpwY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u6kcD8UpwY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u6kcD8UpwY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u6kcD8UpwY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u6kcD8UpwY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u6kcD8UpwY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u6kcD8UpwY .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-u6kcD8UpwY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u6kcD8UpwY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u6kcD8UpwY .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u6kcD8UpwY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u6kcD8UpwY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u6kcD8UpwY .nav-item {
    margin: 0 !important;
  }
}
.cid-u6kcD8UpwY .nav-item .nav-link {
  position: relative;
}
.cid-u6kcD8UpwY .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-u6kcD8UpwY .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-u6kcD8UpwY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u6kcD8UpwY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u6kcD8UpwY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u6kcD8UpwY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u6kcD8UpwY .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-u6kcD8UpwY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u6kcD8UpwY .offcanvas_box {
    display: none;
  }
}
.cid-u6kcD8UpwY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u6kcD8UpwY .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u6kcD8UpwY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u6kcD8UpwY .container {
  display: flex;
  margin: auto;
}
.cid-u6kcD8UpwY .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u6kcD8UpwY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u6kcD8UpwY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u6kcD8UpwY .navbar-caption {
  color: #1d1d1d;
}
.cid-u6kcD8UpwY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u6kcD8UpwY .navbar-nav {
    margin: 0;
  }
}
.cid-u6kcD8UpwY .dropdown-menu,
.cid-u6kcD8UpwY .navbar.opened {
  background-color: false !important;
}
.cid-u6kcD8UpwY .nav-item:focus,
.cid-u6kcD8UpwY .nav-link:focus {
  outline: none;
}
.cid-u6kcD8UpwY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6kcD8UpwY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6kcD8UpwY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6kcD8UpwY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6kcD8UpwY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6kcD8UpwY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6kcD8UpwY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u6kcD8UpwY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u6kcD8UpwY .navbar.opened {
  transition: all 0.3s;
}
.cid-u6kcD8UpwY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u6kcD8UpwY .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-u6kcD8UpwY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u6kcD8UpwY .navbar.collapsed {
  justify-content: center;
}
.cid-u6kcD8UpwY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6kcD8UpwY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6kcD8UpwY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6kcD8UpwY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6kcD8UpwY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6kcD8UpwY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u6kcD8UpwY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6kcD8UpwY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u6kcD8UpwY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u6kcD8UpwY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6kcD8UpwY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6kcD8UpwY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u6kcD8UpwY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6kcD8UpwY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u6kcD8UpwY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6kcD8UpwY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u6kcD8UpwY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u6kcD8UpwY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u6kcD8UpwY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6kcD8UpwY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6kcD8UpwY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u6kcD8UpwY .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6kcD8UpwY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6kcD8UpwY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6kcD8UpwY .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-u6kcD8UpwY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u6kcD8UpwY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6kcD8UpwY .dropdown-item.active,
.cid-u6kcD8UpwY .dropdown-item:active {
  background-color: transparent;
}
.cid-u6kcD8UpwY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6kcD8UpwY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6kcD8UpwY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6kcD8UpwY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6kcD8UpwY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u6kcD8UpwY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6kcD8UpwY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fcfbf5;
}
.cid-u6kcD8UpwY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-u6kcD8UpwY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6kcD8UpwY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6kcD8UpwY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6kcD8UpwY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6kcD8UpwY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6kcD8UpwY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6kcD8UpwY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6kcD8UpwY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6kcD8UpwY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u6kcD8UpwY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6kcD8UpwY .navbar {
    height: 70px;
  }
  .cid-u6kcD8UpwY .navbar.opened {
    height: auto;
  }
  .cid-u6kcD8UpwY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6kcD8UpwY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u6kcD8UpwY .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u6kcD8UpwY .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u6kcD8UpwY .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u6kcD8UpwY .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u6kcD8UpwY .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-u6kcD8UpwY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u6kcD8UpwY .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-u6kcD8UpwY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u6kcD8UpwY .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-u6kcD8UpwY .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-u6kcD8UpwY .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-u6kcD8UpwY .mbr-section-subtitle,
.cid-u6kcD8UpwY .text_widget,
.cid-u6kcD8UpwY .mbr-section-btn {
  text-align: left;
}
.cid-u6kcD8UpwY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u6kdOIUrUx {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6kdOIUrUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kdOIUrUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kdOIUrUx .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-u6kdOIUrUx .container-fluid {
    padding: 0 12px;
  }
}
.cid-u6kdOIUrUx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6kdOIUrUx .container {
    padding: 0 20px;
  }
}
.cid-u6kdOIUrUx .row {
  margin-top: -2px;
}
.cid-u6kdOIUrUx .card {
  padding: 0;
}
.cid-u6kdOIUrUx .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-u6kdOIUrUx .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-u6kdOIUrUx .title-wrapper {
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-u6kdOIUrUx .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-u6kdOIUrUx .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-u6kdOIUrUx .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6kdOIUrUx .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6kdOIUrUx .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-u6kdOIUrUx .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u6kdOIUrUx .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u6kdOIUrUx .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u6kdOIUrUx .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-u6kdOIUrUx .mbr-section-title {
  color: #ffffff;
}
.cid-u6kdOIUrUx .mbr-text {
  color: #ffffff;
}
.cid-u6kdOIUrUx .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u6kdOIUrUx .mbr-section-btn {
    text-align: left;
  }
}
.cid-u6kdOIUrUx .mbr-section-title,
.cid-u6kdOIUrUx .mbr-section-btn {
  text-align: right;
}
.cid-u6kcDcVbZi {
  padding-top: 0px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #000000, #1d1d1d);
}
.cid-u6kcDcVbZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kcDcVbZi .card-link {
  position: relative;
  width: fit-content;
}
.cid-u6kcDcVbZi .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-u6kcDcVbZi h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u6kcDcVbZi h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u6kcDcVbZi .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f3f6f9;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-u6kcDcVbZi .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-u6kcDcVbZi .item-wrapper:hover {
  background: #cc0000;
  transform: translateY(-5px);
}
.cid-u6kcDcVbZi .item-wrapper:hover .card-title,
.cid-u6kcDcVbZi .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-u6kcDcVbZi .item-wrapper:hover span,
.cid-u6kcDcVbZi .item-wrapper:hover .card-link,
.cid-u6kcDcVbZi .item-wrapper:hover .card-link a {
  color: #1d1d1d !important;
}
.cid-u6kcDcVbZi .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-u6kcDcVbZi .card-title,
.cid-u6kcDcVbZi .card-text,
.cid-u6kcDcVbZi .card-link,
.cid-u6kcDcVbZi .card-link a {
  transition: all 0.3s;
}
.cid-u6kcDcVbZi .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-u6kcDcVbZi .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-u6kcDcVbZi .link-wrapper:hover {
  cursor: pointer;
}
.cid-u6kcDcVbZi .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #cc0000;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u6kcDcVbZi .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-u6kcDcVbZi .card-title,
.cid-u6kcDcVbZi .iconfont-wrapper {
  color: #000000;
}
.cid-u6kcDcVbZi .card-text {
  color: #232323;
}
.cid-u6kcDcVbZi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u6kcDcVbZi .card-link,
.cid-u6kcDcVbZi .link-icon,
.cid-u6kcDcVbZi .link-align {
  color: #232323;
}
.cid-u6kcDcVbZi .mbr-section-subtitle {
  text-align: left;
}
.cid-u6kcDcVbZi .mbr-section-subtitle,
.cid-u6kcDcVbZi .align {
  color: #232323;
}
.cid-u6kcDdR59V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1d1d1d;
}
.cid-u6kcDdR59V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kcDdR59V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kcDdR59V .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6kcDdR59V .container-fluid {
    padding: 0 20px;
  }
}
.cid-u6kcDdR59V .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6kcDdR59V .container {
    padding: 0 20px;
  }
}
.cid-u6kcDdR59V .list-wrapper .list,
.cid-u6kcDdR59V .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u6kcDdR59V .list-wrapper .list .item-wrap,
.cid-u6kcDdR59V .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-u6kcDdR59V .list-wrapper .list .item-wrap:hover,
.cid-u6kcDdR59V .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u6kcDdR59V .list-wrapper .list .item-wrap,
  .cid-u6kcDdR59V .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-u6kcDdR59V .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-u6kcDdR59V .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-u6kcDdR59V .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u6kcDdR59V .text-wrapper {
  margin: 40px 0 22px;
}
.cid-u6kcDdR59V .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6kcDdR59V .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u6kcDdR59V .mbr-section-title,
.cid-u6kcDdR59V .logo-wrap {
  text-align: center;
  color: #fcfbf5;
}
.cid-u6kcDdR59V .list {
  color: #1d1d1d;
}
.cid-u6kcDdR59V .list_2 {
  color: #989898;
}
.cid-u6kcDdR59V .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-u6kcDdR59V .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-u6kcDdR59V .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u6kcDdR59V .list-wrapper,
  .cid-u6kcDdR59V .list-wrapper_2 {
    text-align: center;
  }
}
.cid-u6kcDdR59V .list,
.cid-u6kcDdR59V .list-wrapper {
  color: #fcfbf5;
}
.cid-uvdr5mjuM7 {
  z-index: 1000;
  width: 100%;
}
.cid-uvdr5mjuM7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uvdr5mjuM7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uvdr5mjuM7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uvdr5mjuM7 .menu_box .navbar.opened,
  .cid-uvdr5mjuM7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvdr5mjuM7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uvdr5mjuM7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uvdr5mjuM7 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvdr5mjuM7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvdr5mjuM7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvdr5mjuM7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uvdr5mjuM7 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-uvdr5mjuM7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uvdr5mjuM7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uvdr5mjuM7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uvdr5mjuM7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uvdr5mjuM7 .offcanvas-body .mbr-text,
  .cid-uvdr5mjuM7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uvdr5mjuM7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uvdr5mjuM7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uvdr5mjuM7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-uvdr5mjuM7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uvdr5mjuM7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uvdr5mjuM7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uvdr5mjuM7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uvdr5mjuM7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uvdr5mjuM7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvdr5mjuM7 .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-uvdr5mjuM7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uvdr5mjuM7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uvdr5mjuM7 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uvdr5mjuM7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvdr5mjuM7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uvdr5mjuM7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uvdr5mjuM7 .nav-item .nav-link {
  position: relative;
}
.cid-uvdr5mjuM7 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-uvdr5mjuM7 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uvdr5mjuM7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvdr5mjuM7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvdr5mjuM7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvdr5mjuM7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvdr5mjuM7 .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-uvdr5mjuM7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvdr5mjuM7 .offcanvas_box {
    display: none;
  }
}
.cid-uvdr5mjuM7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvdr5mjuM7 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvdr5mjuM7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvdr5mjuM7 .container {
  display: flex;
  margin: auto;
}
.cid-uvdr5mjuM7 .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvdr5mjuM7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvdr5mjuM7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvdr5mjuM7 .navbar-caption {
  color: #1d1d1d;
}
.cid-uvdr5mjuM7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uvdr5mjuM7 .navbar-nav {
    margin: 0;
  }
}
.cid-uvdr5mjuM7 .dropdown-menu,
.cid-uvdr5mjuM7 .navbar.opened {
  background-color: false !important;
}
.cid-uvdr5mjuM7 .nav-item:focus,
.cid-uvdr5mjuM7 .nav-link:focus {
  outline: none;
}
.cid-uvdr5mjuM7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvdr5mjuM7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvdr5mjuM7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvdr5mjuM7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvdr5mjuM7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvdr5mjuM7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvdr5mjuM7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvdr5mjuM7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvdr5mjuM7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvdr5mjuM7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvdr5mjuM7 .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uvdr5mjuM7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uvdr5mjuM7 .navbar.collapsed {
  justify-content: center;
}
.cid-uvdr5mjuM7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvdr5mjuM7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvdr5mjuM7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvdr5mjuM7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvdr5mjuM7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvdr5mjuM7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvdr5mjuM7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvdr5mjuM7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvdr5mjuM7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uvdr5mjuM7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvdr5mjuM7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvdr5mjuM7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvdr5mjuM7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvdr5mjuM7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvdr5mjuM7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvdr5mjuM7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvdr5mjuM7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvdr5mjuM7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvdr5mjuM7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvdr5mjuM7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvdr5mjuM7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvdr5mjuM7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvdr5mjuM7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvdr5mjuM7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvdr5mjuM7 .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-uvdr5mjuM7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uvdr5mjuM7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvdr5mjuM7 .dropdown-item.active,
.cid-uvdr5mjuM7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvdr5mjuM7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvdr5mjuM7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvdr5mjuM7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvdr5mjuM7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvdr5mjuM7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvdr5mjuM7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvdr5mjuM7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fcfbf5;
}
.cid-uvdr5mjuM7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-uvdr5mjuM7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvdr5mjuM7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdr5mjuM7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdr5mjuM7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvdr5mjuM7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdr5mjuM7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvdr5mjuM7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvdr5mjuM7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdr5mjuM7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvdr5mjuM7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvdr5mjuM7 .navbar {
    height: 70px;
  }
  .cid-uvdr5mjuM7 .navbar.opened {
    height: auto;
  }
  .cid-uvdr5mjuM7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvdr5mjuM7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uvdr5mjuM7 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uvdr5mjuM7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uvdr5mjuM7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uvdr5mjuM7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uvdr5mjuM7 .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-uvdr5mjuM7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvdr5mjuM7 .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-uvdr5mjuM7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvdr5mjuM7 .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-uvdr5mjuM7 .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uvdr5mjuM7 .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-uvdr5mjuM7 .mbr-section-subtitle,
.cid-uvdr5mjuM7 .text_widget,
.cid-uvdr5mjuM7 .mbr-section-btn {
  text-align: left;
}
.cid-uvdr5mjuM7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvdr5mKdVp {
  background-color: #000000;
}
.cid-uvdr5mKdVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdr5mKdVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvdr5mKdVp .container {
    padding: 0 20px;
  }
}
.cid-uvdr5mKdVp .row {
  margin-top: -2px;
}
.cid-uvdr5mKdVp .card {
  padding: 0;
}
.cid-uvdr5mKdVp .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-uvdr5mKdVp .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-uvdr5mKdVp .title-wrapper {
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-uvdr5mKdVp .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-uvdr5mKdVp .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-uvdr5mKdVp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvdr5mKdVp .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvdr5mKdVp .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-uvdr5mKdVp .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvdr5mKdVp .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvdr5mKdVp .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvdr5mKdVp .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uvdr5mKdVp .mbr-section-title {
  color: #ffffff;
}
.cid-uvdr5mKdVp .mbr-text {
  color: #ffffff;
}
.cid-uvdr5mKdVp .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uvdr5mKdVp .mbr-section-btn {
    text-align: left;
  }
}
.cid-uvdr5mKdVp .mbr-section-title,
.cid-uvdr5mKdVp .mbr-section-btn {
  text-align: right;
}
.cid-uvdr5mVe0V {
  overflow: hidden;
  background-color: #000000;
}
.cid-uvdr5mVe0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdr5mVe0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdr5mVe0V .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uvdr5mVe0V .container-fluid {
    padding: 0 12px;
  }
}
.cid-uvdr5mVe0V .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvdr5mVe0V .container {
    padding: 0 20px;
  }
}
.cid-uvdr5mVe0V .card {
  padding: 0;
}
.cid-uvdr5mVe0V .card:first-child .image-wrap {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uvdr5mVe0V .card:first-child .image-wrap {
    min-height: 250px;
  }
}
.cid-uvdr5mVe0V .card:first-child .image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-uvdr5mVe0V .card:nth-child(2) .image-wrap {
  height: 100%;
}
.cid-uvdr5mVe0V .card:nth-child(2) .image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uvdr5mVe0V .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvdr5mVe0V .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uvdr5mVe0V .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvdr5mVe0V .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvdr5mVe0V .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uvdr5mVe0V .mbr-section-title {
  color: #1d1d1d;
}
.cid-uvdr5mVe0V .mbr-text {
  color: #fcfbf5;
}
.cid-uvdr5mVe0V .mbr-section-title,
.cid-uvdr5mVe0V .mbr-section-btn {
  color: #fcfbf5;
}
.cid-uvdr5npHEP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1d1d1d;
}
.cid-uvdr5npHEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdr5npHEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdr5npHEP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvdr5npHEP .container-fluid {
    padding: 0 20px;
  }
}
.cid-uvdr5npHEP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvdr5npHEP .container {
    padding: 0 20px;
  }
}
.cid-uvdr5npHEP .list-wrapper .list,
.cid-uvdr5npHEP .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uvdr5npHEP .list-wrapper .list .item-wrap,
.cid-uvdr5npHEP .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uvdr5npHEP .list-wrapper .list .item-wrap:hover,
.cid-uvdr5npHEP .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uvdr5npHEP .list-wrapper .list .item-wrap,
  .cid-uvdr5npHEP .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uvdr5npHEP .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uvdr5npHEP .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uvdr5npHEP .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvdr5npHEP .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uvdr5npHEP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvdr5npHEP .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uvdr5npHEP .mbr-section-title,
.cid-uvdr5npHEP .logo-wrap {
  text-align: center;
  color: #fcfbf5;
}
.cid-uvdr5npHEP .list {
  color: #1d1d1d;
}
.cid-uvdr5npHEP .list_2 {
  color: #989898;
}
.cid-uvdr5npHEP .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uvdr5npHEP .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uvdr5npHEP .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uvdr5npHEP .list-wrapper,
  .cid-uvdr5npHEP .list-wrapper_2 {
    text-align: center;
  }
}
.cid-uvdr5npHEP .list,
.cid-uvdr5npHEP .list-wrapper {
  color: #fcfbf5;
}
.cid-uvdsaUdK4i {
  z-index: 1000;
  width: 100%;
}
.cid-uvdsaUdK4i .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uvdsaUdK4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uvdsaUdK4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uvdsaUdK4i .menu_box .navbar.opened,
  .cid-uvdsaUdK4i .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvdsaUdK4i nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uvdsaUdK4i .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uvdsaUdK4i .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvdsaUdK4i .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvdsaUdK4i .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvdsaUdK4i .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uvdsaUdK4i .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-uvdsaUdK4i .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uvdsaUdK4i .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uvdsaUdK4i .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uvdsaUdK4i .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uvdsaUdK4i .offcanvas-body .mbr-text,
  .cid-uvdsaUdK4i .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uvdsaUdK4i .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uvdsaUdK4i .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uvdsaUdK4i .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-uvdsaUdK4i .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uvdsaUdK4i .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uvdsaUdK4i .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uvdsaUdK4i .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uvdsaUdK4i ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uvdsaUdK4i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvdsaUdK4i .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-uvdsaUdK4i .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uvdsaUdK4i li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uvdsaUdK4i .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uvdsaUdK4i .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvdsaUdK4i .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uvdsaUdK4i .nav-item {
    margin: 0 !important;
  }
}
.cid-uvdsaUdK4i .nav-item .nav-link {
  position: relative;
}
.cid-uvdsaUdK4i .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-uvdsaUdK4i .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uvdsaUdK4i .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvdsaUdK4i .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvdsaUdK4i .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvdsaUdK4i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvdsaUdK4i .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-uvdsaUdK4i .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvdsaUdK4i .offcanvas_box {
    display: none;
  }
}
.cid-uvdsaUdK4i .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvdsaUdK4i .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvdsaUdK4i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvdsaUdK4i .container {
  display: flex;
  margin: auto;
}
.cid-uvdsaUdK4i .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvdsaUdK4i .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvdsaUdK4i .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvdsaUdK4i .navbar-caption {
  color: #1d1d1d;
}
.cid-uvdsaUdK4i .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uvdsaUdK4i .navbar-nav {
    margin: 0;
  }
}
.cid-uvdsaUdK4i .dropdown-menu,
.cid-uvdsaUdK4i .navbar.opened {
  background-color: false !important;
}
.cid-uvdsaUdK4i .nav-item:focus,
.cid-uvdsaUdK4i .nav-link:focus {
  outline: none;
}
.cid-uvdsaUdK4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvdsaUdK4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvdsaUdK4i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvdsaUdK4i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvdsaUdK4i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvdsaUdK4i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvdsaUdK4i .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvdsaUdK4i .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvdsaUdK4i .navbar.opened {
  transition: all 0.3s;
}
.cid-uvdsaUdK4i .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvdsaUdK4i .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uvdsaUdK4i .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uvdsaUdK4i .navbar.collapsed {
  justify-content: center;
}
.cid-uvdsaUdK4i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvdsaUdK4i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvdsaUdK4i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvdsaUdK4i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvdsaUdK4i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvdsaUdK4i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvdsaUdK4i .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvdsaUdK4i .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvdsaUdK4i .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uvdsaUdK4i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvdsaUdK4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvdsaUdK4i .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvdsaUdK4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvdsaUdK4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvdsaUdK4i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvdsaUdK4i .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvdsaUdK4i .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvdsaUdK4i .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvdsaUdK4i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvdsaUdK4i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvdsaUdK4i .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvdsaUdK4i .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvdsaUdK4i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvdsaUdK4i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvdsaUdK4i .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-uvdsaUdK4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uvdsaUdK4i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvdsaUdK4i .dropdown-item.active,
.cid-uvdsaUdK4i .dropdown-item:active {
  background-color: transparent;
}
.cid-uvdsaUdK4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvdsaUdK4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvdsaUdK4i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvdsaUdK4i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvdsaUdK4i ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvdsaUdK4i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvdsaUdK4i button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fcfbf5;
}
.cid-uvdsaUdK4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-uvdsaUdK4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvdsaUdK4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdsaUdK4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdsaUdK4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvdsaUdK4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdsaUdK4i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvdsaUdK4i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvdsaUdK4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdsaUdK4i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvdsaUdK4i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvdsaUdK4i .navbar {
    height: 70px;
  }
  .cid-uvdsaUdK4i .navbar.opened {
    height: auto;
  }
  .cid-uvdsaUdK4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvdsaUdK4i .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uvdsaUdK4i .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uvdsaUdK4i .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uvdsaUdK4i .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uvdsaUdK4i .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uvdsaUdK4i .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-uvdsaUdK4i .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvdsaUdK4i .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-uvdsaUdK4i .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvdsaUdK4i .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-uvdsaUdK4i .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uvdsaUdK4i .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-uvdsaUdK4i .mbr-section-subtitle,
.cid-uvdsaUdK4i .text_widget,
.cid-uvdsaUdK4i .mbr-section-btn {
  text-align: left;
}
.cid-uvdsaUdK4i a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvdsaUyqLw {
  background-color: #000000;
}
.cid-uvdsaUyqLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdsaUyqLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvdsaUyqLw .container {
    padding: 0 20px;
  }
}
.cid-uvdsaUyqLw .row {
  margin-top: -2px;
}
.cid-uvdsaUyqLw .card {
  padding: 0;
}
.cid-uvdsaUyqLw .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-uvdsaUyqLw .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-uvdsaUyqLw .title-wrapper {
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-uvdsaUyqLw .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-uvdsaUyqLw .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-uvdsaUyqLw .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvdsaUyqLw .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvdsaUyqLw .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-uvdsaUyqLw .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvdsaUyqLw .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvdsaUyqLw .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvdsaUyqLw .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uvdsaUyqLw .mbr-section-title {
  color: #ffffff;
}
.cid-uvdsaUyqLw .mbr-text {
  color: #ffffff;
}
.cid-uvdsaUyqLw .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uvdsaUyqLw .mbr-section-btn {
    text-align: left;
  }
}
.cid-uvdsaUyqLw .mbr-section-title,
.cid-uvdsaUyqLw .mbr-section-btn {
  text-align: right;
}
.cid-uvdsaUG7NY {
  overflow: hidden;
  background-color: #000000;
}
.cid-uvdsaUG7NY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdsaUG7NY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdsaUG7NY .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uvdsaUG7NY .container-fluid {
    padding: 0 12px;
  }
}
.cid-uvdsaUG7NY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvdsaUG7NY .container {
    padding: 0 20px;
  }
}
.cid-uvdsaUG7NY .card {
  padding: 0;
}
.cid-uvdsaUG7NY .card:first-child .image-wrap {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uvdsaUG7NY .card:first-child .image-wrap {
    min-height: 250px;
  }
}
.cid-uvdsaUG7NY .card:first-child .image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-uvdsaUG7NY .card:nth-child(2) .image-wrap {
  height: 100%;
}
.cid-uvdsaUG7NY .card:nth-child(2) .image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uvdsaUG7NY .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvdsaUG7NY .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uvdsaUG7NY .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvdsaUG7NY .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvdsaUG7NY .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uvdsaUG7NY .mbr-section-title {
  color: #1d1d1d;
}
.cid-uvdsaUG7NY .mbr-text {
  color: #fcfbf5;
}
.cid-uvdsaUG7NY .mbr-section-title,
.cid-uvdsaUG7NY .mbr-section-btn {
  color: #fcfbf5;
}
.cid-uvdsaURwvX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1d1d1d;
}
.cid-uvdsaURwvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdsaURwvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdsaURwvX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvdsaURwvX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uvdsaURwvX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvdsaURwvX .container {
    padding: 0 20px;
  }
}
.cid-uvdsaURwvX .list-wrapper .list,
.cid-uvdsaURwvX .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uvdsaURwvX .list-wrapper .list .item-wrap,
.cid-uvdsaURwvX .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uvdsaURwvX .list-wrapper .list .item-wrap:hover,
.cid-uvdsaURwvX .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uvdsaURwvX .list-wrapper .list .item-wrap,
  .cid-uvdsaURwvX .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uvdsaURwvX .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uvdsaURwvX .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uvdsaURwvX .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvdsaURwvX .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uvdsaURwvX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvdsaURwvX .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uvdsaURwvX .mbr-section-title,
.cid-uvdsaURwvX .logo-wrap {
  text-align: center;
  color: #fcfbf5;
}
.cid-uvdsaURwvX .list {
  color: #1d1d1d;
}
.cid-uvdsaURwvX .list_2 {
  color: #989898;
}
.cid-uvdsaURwvX .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uvdsaURwvX .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uvdsaURwvX .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uvdsaURwvX .list-wrapper,
  .cid-uvdsaURwvX .list-wrapper_2 {
    text-align: center;
  }
}
.cid-uvdsaURwvX .list,
.cid-uvdsaURwvX .list-wrapper {
  color: #fcfbf5;
}
