.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Unbounded;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 5.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 4.375rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 3.125rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ef6f3f !important;
}
.bg-info {
  background-color: #f0f0f0 !important;
}
.bg-warning {
  background-color: #569071 !important;
}
.bg-danger {
  background-color: #fed630 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #717171 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #717171 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #569071 !important;
  border-color: #569071 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fed630 !important;
  border-color: #fed630 !important;
  color: #2f2600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2f2600 !important;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cbc97a;
  color: #cbc97a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #aba943 !important;
  background-color: transparent !important;
  border-color: #aba943 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c5c5c5 !important;
  background-color: transparent !important;
  border-color: #c5c5c5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #717171 !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ef6f3f;
  color: #ef6f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c74211 !important;
  background-color: transparent !important;
  border-color: #c74211 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #569071;
  color: #569071;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #365a46 !important;
  background-color: transparent !important;
  border-color: #365a46 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #569071 !important;
  border-color: #569071 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fed630;
  color: #fed630;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d6ad01 !important;
  background-color: transparent !important;
  border-color: #d6ad01 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2f2600 !important;
  background-color: #fed630 !important;
  border-color: #fed630 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #cbc97a !important;
}
.text-success {
  color: #ef6f3f !important;
}
.text-info {
  color: #f0f0f0 !important;
}
.text-warning {
  color: #569071 !important;
}
.text-danger {
  color: #fed630 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a09e3f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b93e0f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bdbdbd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #30503f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7a101 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0f0f0;
}
.alert-warning {
  background-color: #569071;
}
.alert-danger {
  background-color: #fed630;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffcfb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a0c6b1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefb;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cbc97a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 40px;
  border: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
  max-width: 300px !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  box-shadow: inset 300px 0 0 0 #f0f0f0;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  box-shadow: inset 300px 0 0 0 #ef6f3f;
  color: #cbc97a !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  box-shadow: inset 300px 0 0 0 #cbc97a;
  color: #ef6f3f !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 300px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 300px 0 0 0 #fed630;
  color: #569071 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  box-shadow: inset 300px 0 0 0 #569071;
  color: #fed630 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  box-shadow: inset 300px 0 0 0 #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  box-shadow: inset 300px 0 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-tOpSGk3u1n {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tOpSGk3u1n .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpSGk3u1n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpSGk3u1n .menu_box .navbar.opened,
  .cid-tOpSGk3u1n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tOpSGk3u1n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tOpSGk3u1n .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tOpSGk3u1n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpSGk3u1n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpSGk3u1n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpSGk3u1n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpSGk3u1n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-body .mbr-text,
  .cid-tOpSGk3u1n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpSGk3u1n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpSGk3u1n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpSGk3u1n li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tOpSGk3u1n .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpSGk3u1n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpSGk3u1n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpSGk3u1n .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpSGk3u1n .nav-item .nav-link:hover,
.cid-tOpSGk3u1n .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-tOpSGk3u1n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpSGk3u1n .offcanvas_box {
    display: none;
  }
}
.cid-tOpSGk3u1n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpSGk3u1n .container {
  display: flex;
  margin: auto;
}
.cid-tOpSGk3u1n .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tOpSGk3u1n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpSGk3u1n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpSGk3u1n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .navbar-nav {
    margin: 0;
  }
}
.cid-tOpSGk3u1n .dropdown-menu,
.cid-tOpSGk3u1n .navbar.opened {
  background-color: true !important;
}
.cid-tOpSGk3u1n .nav-item:focus,
.cid-tOpSGk3u1n .nav-link:focus {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpSGk3u1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpSGk3u1n .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpSGk3u1n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpSGk3u1n .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpSGk3u1n .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tOpSGk3u1n .navbar.collapsed {
  justify-content: center;
}
.cid-tOpSGk3u1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpSGk3u1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpSGk3u1n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpSGk3u1n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpSGk3u1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpSGk3u1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpSGk3u1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpSGk3u1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpSGk3u1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpSGk3u1n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpSGk3u1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpSGk3u1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown-item.active,
.cid-tOpSGk3u1n .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpSGk3u1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpSGk3u1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpSGk3u1n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpSGk3u1n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar {
    height: 70px;
  }
  .cid-tOpSGk3u1n .navbar.opened {
    height: auto;
  }
  .cid-tOpSGk3u1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpSGk3u1n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpSGk3u1n .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpSGk3u1n .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpSGk3u1n .text_widget {
  margin-bottom: 32px;
}
.cid-tOpSGk3u1n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpSGk3u1n .text_widget a:hover,
.cid-tOpSGk3u1n .text_widget a:focus {
  opacity: .6;
}
.cid-tOpSGk3u1n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .navbar-caption {
  color: #000000;
}
.cid-tOpSGk3u1n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .mbr-section-subtitle,
.cid-tOpSGk3u1n .text_widget,
.cid-tOpSGk3u1n .mbr-section-btn {
  text-align: center;
}
.cid-tOpSGk3u1n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tOpSGw7zSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSGw7zSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tOpSGw7zSh .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpSGw7zSh .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpSGw7zSh .container {
    padding: 0 25px;
  }
}
.cid-tOpSGw7zSh .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-tOpSGw7zSh .title-wrapper {
    padding: 0;
  }
}
.cid-tOpSGw7zSh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpSGw7zSh .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-tOpSGw7zSh .mbr-section-title {
  color: #ffffff;
}
.cid-tOpSGw7zSh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGw7zSh .mbr-section-title,
.cid-tOpSGw7zSh .mbr-section-btn {
  text-align: center;
}
.cid-tOpSKX2nv1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d84a16;
}
.cid-tOpSKX2nv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSKX2nv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpSKX2nv1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOpSKX2nv1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpSKX2nv1 .container {
    padding: 0 25px;
  }
}
.cid-tOpSKX2nv1 .row {
  justify-content: center;
}
.cid-tOpSKX2nv1 .item {
  padding: 90px 25px;
  border-right: 2px solid #3d3d3d;
}
.cid-tOpSKX2nv1 .item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 768px) {
  .cid-tOpSKX2nv1 .item {
    border-right: none;
    border-bottom: 2px solid #3d3d3d;
  }
  .cid-tOpSKX2nv1 .item:last-child {
    border-bottom: none;
  }
}
.cid-tOpSKX2nv1 .item .item-wrapper a {
  display: block;
}
.cid-tOpSKX2nv1 .item .item-wrapper a .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tOpSKX2nv1 .item .item-wrapper a .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tOpSKX2nv1 .item .item-wrapper a .card-box .icon-wrapper .mbr-iconfont {
  font-size: 104px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tOpSKX2nv1 .item .item-wrapper a .card-box .item-title {
  margin-bottom: 10px;
}
.cid-tOpSKX2nv1 .item .item-wrapper a .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-tOpSKX2nv1 .item-title {
  color: #ffffff;
}
.cid-tOpSKX2nv1 .item-title,
.cid-tOpSKX2nv1 .icon-wrapper {
  text-align: center;
}
.cid-tOpSJ5C4xd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpSJ5C4xd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSJ5C4xd .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-tOpSJ5C4xd .container {
    padding: 0 25px;
  }
}
.cid-tOpSJ5C4xd .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-tOpSJ5C4xd .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-tOpSJ5C4xd .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-tOpSJ5C4xd .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-tOpSJ5C4xd .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-tOpSJ5C4xd .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOpSJ5C4xd .items .item {
    margin: 0;
  }
}
.cid-tOpSJ5C4xd .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-tOpSJ5C4xd .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tOpSJ5C4xd .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-tOpSJ5C4xd .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-tOpSJ5C4xd .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-tOpSJ5C4xd .mbr-section-title {
  color: #000000;
}
.cid-tOpSJ5C4xd .item-title {
  color: #000000;
}
.cid-tOpSJ5C4xd .mbr-text {
  color: #000000;
}
.cid-tOpSPrS1WK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #77c2ee;
}
.cid-tOpSPrS1WK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSPrS1WK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpSPrS1WK .container-fluid {
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpSPrS1WK .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpSPrS1WK .container {
    padding: 0 25px;
  }
}
.cid-tOpSPrS1WK .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOpSPrS1WK .image-wrapper {
    margin-top: 20px;
  }
}
.cid-tOpSPrS1WK .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 0 20rem 20rem !important;
}
@media (max-width: 992px) {
  .cid-tOpSPrS1WK .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-tOpSPrS1WK .image-wrapper img {
    border-radius: 0 0 10rem 10rem !important;
  }
}
.cid-tOpSPrS1WK .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-tOpSPrS1WK .title-wrapper {
    padding: 0;
  }
}
.cid-tOpSPrS1WK .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tOpSPrS1WK .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-tOpSPrS1WK .mbr-section-title {
  color: #ffffff;
}
.cid-tOpSPrS1WK .mbr-text {
  color: #ffffff;
}
.cid-ufPPmyAFkV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufPPmyAFkV .pile1 {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.cid-ufPPmyAFkV .pile3 {
  border-right: 1px solid #efefef;
}
.cid-ufPPmyAFkV .pile2 {
  border-bottom: 1px solid #efefef;
}
.cid-ufPPmyAFkV .text {
  padding: 11%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 570px) {
  .cid-ufPPmyAFkV .pile3 {
    border-bottom: 1px solid #efefef;
    border-right: none;
  }
  .cid-ufPPmyAFkV .pile1 {
    border-right: none;
  }
  .cid-ufPPmyAFkV .text {
    padding: 15px 0;
  }
}
.cid-ufPPmyAFkV .card-title {
  margin-bottom: 10px;
}
.cid-ufPPmyAFkV .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 50px;
}
.cid-ufPPmyAFkV .iconfont-wrapper {
  padding-bottom: 18px;
}
.cid-ufPPmyAFkV .card-text {
  padding-bottom: 30px;
}
.cid-ufPPmyAFkV .lin .mbr-iconfont {
  background-color: #ff4433;
  border-radius: 100%;
}
.cid-ufPPmyAFkV .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  position: absolute;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
}
.cid-ufPPmyAFkV .card-link {
  width: 100%;
}
.cid-ufPPmyAFkV .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-ufPPmyAFkV a {
  font-weight: 500;
  transition: color .3s;
}
.cid-tOpSRkMgKG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  box-shadow: inset 25rem 1rem 10rem #ffffff !important;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tOpSRkMgKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSRkMgKG .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-tOpSRkMgKG .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpSRkMgKG .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tOpSRkMgKG .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tOpSRkMgKG .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-tOpSRkMgKG .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-tOpSRkMgKG .image-wrapper {
    margin: 0;
  }
}
.cid-tOpSRkMgKG .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-tOpSRkMgKG .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-tOpSRkMgKG .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-tOpSRkMgKG .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-tOpSRkMgKG .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-tOpSRkMgKG .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-tOpSRkMgKG .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-tOpSRkMgKG .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-tOpSRkMgKG .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #000000;
  border-right: 4px dashed #000000;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-tOpSRkMgKG .mbr-section-title {
  color: #000000;
}
.cid-tOpSRkMgKG .mbr-text {
  color: #000000;
}
.cid-tOpSRkMgKG .card-title {
  color: #000000;
  text-align: center;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPBnRYYwY {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPBnRYYwY .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPBnRYYwY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPBnRYYwY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPBnRYYwY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPBnRYYwY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPBnRYYwY .menu_box .navbar.opened,
  .cid-ufPBnRYYwY .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPBnRYYwY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPBnRYYwY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPBnRYYwY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPBnRYYwY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPBnRYYwY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPBnRYYwY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPBnRYYwY .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPBnRYYwY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPBnRYYwY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPBnRYYwY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPBnRYYwY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPBnRYYwY .offcanvas-body .mbr-text,
  .cid-ufPBnRYYwY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPBnRYYwY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPBnRYYwY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPBnRYYwY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPBnRYYwY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPBnRYYwY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPBnRYYwY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPBnRYYwY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPBnRYYwY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPBnRYYwY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPBnRYYwY .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-ufPBnRYYwY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPBnRYYwY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPBnRYYwY .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPBnRYYwY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPBnRYYwY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPBnRYYwY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPBnRYYwY .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPBnRYYwY .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPBnRYYwY .nav-item .nav-link:hover,
.cid-ufPBnRYYwY .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPBnRYYwY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPBnRYYwY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPBnRYYwY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPBnRYYwY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPBnRYYwY .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-ufPBnRYYwY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPBnRYYwY .offcanvas_box {
    display: none;
  }
}
.cid-ufPBnRYYwY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPBnRYYwY .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPBnRYYwY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPBnRYYwY .container {
  display: flex;
  margin: auto;
}
.cid-ufPBnRYYwY .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPBnRYYwY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPBnRYYwY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPBnRYYwY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPBnRYYwY .navbar-nav {
    margin: 0;
  }
}
.cid-ufPBnRYYwY .dropdown-menu,
.cid-ufPBnRYYwY .navbar.opened {
  background-color: true !important;
}
.cid-ufPBnRYYwY .nav-item:focus,
.cid-ufPBnRYYwY .nav-link:focus {
  outline: none;
}
.cid-ufPBnRYYwY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPBnRYYwY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPBnRYYwY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPBnRYYwY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPBnRYYwY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPBnRYYwY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPBnRYYwY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPBnRYYwY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPBnRYYwY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPBnRYYwY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPBnRYYwY .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPBnRYYwY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPBnRYYwY .navbar.collapsed {
  justify-content: center;
}
.cid-ufPBnRYYwY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPBnRYYwY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPBnRYYwY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPBnRYYwY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPBnRYYwY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPBnRYYwY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPBnRYYwY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPBnRYYwY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPBnRYYwY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPBnRYYwY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPBnRYYwY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPBnRYYwY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPBnRYYwY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPBnRYYwY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPBnRYYwY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPBnRYYwY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPBnRYYwY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPBnRYYwY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPBnRYYwY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPBnRYYwY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPBnRYYwY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPBnRYYwY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPBnRYYwY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPBnRYYwY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPBnRYYwY .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-ufPBnRYYwY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPBnRYYwY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPBnRYYwY .dropdown-item.active,
.cid-ufPBnRYYwY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPBnRYYwY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPBnRYYwY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPBnRYYwY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPBnRYYwY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPBnRYYwY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPBnRYYwY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPBnRYYwY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPBnRYYwY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPBnRYYwY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPBnRYYwY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPBnRYYwY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPBnRYYwY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPBnRYYwY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPBnRYYwY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPBnRYYwY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPBnRYYwY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPBnRYYwY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPBnRYYwY .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-ufPBnRYYwY .navbar {
    height: 70px;
  }
  .cid-ufPBnRYYwY .navbar.opened {
    height: auto;
  }
  .cid-ufPBnRYYwY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPBnRYYwY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPBnRYYwY .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPBnRYYwY .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPBnRYYwY .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPBnRYYwY .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPBnRYYwY .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPBnRYYwY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPBnRYYwY .text_widget {
  margin-bottom: 32px;
}
.cid-ufPBnRYYwY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPBnRYYwY .text_widget a:hover,
.cid-ufPBnRYYwY .text_widget a:focus {
  opacity: .6;
}
.cid-ufPBnRYYwY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPBnRYYwY .navbar-caption {
  color: #000000;
}
.cid-ufPBnRYYwY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPBnRYYwY .mbr-section-subtitle,
.cid-ufPBnRYYwY .text_widget,
.cid-ufPBnRYYwY .mbr-section-btn {
  text-align: center;
}
.cid-ufPBnRYYwY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPBnSuFHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPBnSuFHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-ufPBnSuFHs .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ufPBnSuFHs .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ufPBnSuFHs .container {
    padding: 0 25px;
  }
}
.cid-ufPBnSuFHs .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-ufPBnSuFHs .title-wrapper {
    padding: 0;
  }
}
.cid-ufPBnSuFHs .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ufPBnSuFHs .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-ufPBnSuFHs .mbr-section-title {
  color: #ffffff;
}
.cid-ufPBnSuFHs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPBnSuFHs .mbr-section-title,
.cid-ufPBnSuFHs .mbr-section-btn {
  text-align: center;
}
.cid-ufPBnT0Pey {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ufPBnT0Pey .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPBnT0Pey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufPBnT0Pey .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ufPBnT0Pey .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ufPBnT0Pey .container {
    padding: 0 25px;
  }
}
.cid-ufPBnT0Pey .row {
  justify-content: center;
}
.cid-ufPBnT0Pey .item {
  padding: 90px 25px;
  border-right: 2px solid #3d3d3d;
}
.cid-ufPBnT0Pey .item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 768px) {
  .cid-ufPBnT0Pey .item {
    border-right: none;
    border-bottom: 2px solid #3d3d3d;
  }
  .cid-ufPBnT0Pey .item:last-child {
    border-bottom: none;
  }
}
.cid-ufPBnT0Pey .item .item-wrapper a {
  display: block;
}
.cid-ufPBnT0Pey .item .item-wrapper a .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ufPBnT0Pey .item .item-wrapper a .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufPBnT0Pey .item .item-wrapper a .card-box .icon-wrapper .mbr-iconfont {
  font-size: 104px;
  display: inline-flex;
  color: #ffffff;
}
.cid-ufPBnT0Pey .item .item-wrapper a .card-box .item-title {
  margin-bottom: 10px;
}
.cid-ufPBnT0Pey .item .item-wrapper a .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-ufPBnT0Pey .item-title {
  color: #ffffff;
}
.cid-ufPBnT0Pey .item-title,
.cid-ufPBnT0Pey .icon-wrapper {
  text-align: center;
}
.cid-ufPBnTppgM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ef6f3f;
}
.cid-ufPBnTppgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPBnTppgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufPBnTppgM .container-fluid {
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-ufPBnTppgM .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ufPBnTppgM .container {
    padding: 0 25px;
  }
}
.cid-ufPBnTppgM .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufPBnTppgM .image-wrapper {
    margin-top: 20px;
  }
}
.cid-ufPBnTppgM .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 0 20rem 20rem !important;
}
@media (max-width: 992px) {
  .cid-ufPBnTppgM .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-ufPBnTppgM .image-wrapper img {
    border-radius: 0 0 10rem 10rem !important;
  }
}
.cid-ufPBnTppgM .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-ufPBnTppgM .title-wrapper {
    padding: 0;
  }
}
.cid-ufPBnTppgM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ufPBnTppgM .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-ufPBnTppgM .mbr-section-title {
  color: #ffffff;
}
.cid-ufPBnTppgM .mbr-text {
  color: #ffffff;
}
.cid-ufPBnTPdIQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufPBnTPdIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPBnTPdIQ .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-ufPBnTPdIQ .container {
    padding: 0 25px;
  }
}
.cid-ufPBnTPdIQ .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-ufPBnTPdIQ .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-ufPBnTPdIQ .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-ufPBnTPdIQ .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-ufPBnTPdIQ .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-ufPBnTPdIQ .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufPBnTPdIQ .items .item {
    margin: 0;
  }
}
.cid-ufPBnTPdIQ .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-ufPBnTPdIQ .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufPBnTPdIQ .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-ufPBnTPdIQ .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-ufPBnTPdIQ .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-ufPBnTPdIQ .mbr-section-title {
  color: #000000;
}
.cid-ufPBnTPdIQ .item-title {
  color: #000000;
}
.cid-ufPBnTPdIQ .mbr-text {
  color: #000000;
}
.cid-ufPBnUijeC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufPBnUijeC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPBnUijeC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufPBnUijeC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ufPBnUijeC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ufPBnUijeC .container {
    padding: 0 25px;
  }
}
.cid-ufPBnUijeC .tab-content .tab-pane .content-wrap {
  padding: 10% 5% 15%;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-ufPBnUijeC .tab-content .tab-pane .content-wrap {
    padding: 10% 5% 25%;
  }
}
@media (max-width: 992px) {
  .cid-ufPBnUijeC .tab-content .tab-pane .content-wrap {
    padding: 100px 25px;
  }
}
.cid-ufPBnUijeC .tab-content .tab-pane .content-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ufPBnUijeC .tab-content .tab-pane .content-wrap .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-ufPBnUijeC .tab-content .tab-pane .content-wrap .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ufPBnUijeC .tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -110px;
}
@media (max-width: 1199px) {
  .cid-ufPBnUijeC .tabs-wrapper {
    margin-top: -220px;
  }
}
@media (max-width: 992px) {
  .cid-ufPBnUijeC .tabs-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-ufPBnUijeC .tabs-wrapper .nav.nav-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border: none;
}
@media (max-width: 1199px) {
  .cid-ufPBnUijeC .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-ufPBnUijeC .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-ufPBnUijeC .tabs-wrapper .nav.nav-tabs .nav-item {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.cid-ufPBnUijeC .tabs-wrapper .nav.nav-tabs .nav-item:hover::after,
.cid-ufPBnUijeC .tabs-wrapper .nav.nav-tabs .nav-item:focus::after {
  display: none;
}
.cid-ufPBnUijeC .tabs-wrapper .nav.nav-tabs .nav-item::after {
  content: '';
  position: absolute;
  right: -1px;
  height: 65%;
  width: 2px;
  background-color: #e1e1e1;
}
@media (max-width: 992px) {
  .cid-ufPBnUijeC .tabs-wrapper .nav.nav-tabs .nav-item::after {
    display: none;
  }
}
.cid-ufPBnUijeC .tabs-wrapper .nav.nav-tabs .nav-item:last-child::after {
  display: none;
}
@media (max-width: 1199px) {
  .cid-ufPBnUijeC .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2)::after {
    display: none;
  }
}
.cid-ufPBnUijeC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  width: 100%;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0 !important;
  padding: 40px 52px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ufPBnUijeC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 25px;
    text-align: center;
  }
}
.cid-ufPBnUijeC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ef6f3f;
  color: #ffffff;
}
.cid-ufPBnUijeC .mbr-section-title {
  color: #000000;
}
.cid-ufPBnUMFjO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufPBnUMFjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPBnUMFjO .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-ufPBnUMFjO .container {
    padding: 0 25px;
  }
}
.cid-ufPBnUMFjO .row {
  justify-content: center;
}
.cid-ufPBnUMFjO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ufPBnUMFjO .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-ufPBnUMFjO .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-ufPBnUMFjO .item .item-wrapper:hover .item-img img,
.cid-ufPBnUMFjO .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-ufPBnUMFjO .item .item-wrapper {
    display: block;
  }
}
.cid-ufPBnUMFjO .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-ufPBnUMFjO .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-ufPBnUMFjO .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-ufPBnUMFjO .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ufPBnUMFjO .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ufPBnUMFjO .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-ufPBnUMFjO .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-ufPBnUMFjO .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-ufPBnUMFjO .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-ufPBnUMFjO .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-ufPBnUMFjO .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-ufPBnUMFjO .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-ufPBnUMFjO .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-ufPBnUMFjO .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-ufPBnUMFjO .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-ufPBnUMFjO .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-ufPBnUMFjO .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-ufPBnUMFjO .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #ffffff;
}
.cid-ufPBnUMFjO .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-ufPBnUMFjO .mbr-section-title {
  color: #000000;
}
.cid-ufPBnUMFjO .item-title {
  color: #000000;
}
.cid-ufPBnUMFjO .item-desc {
  color: #000000;
}
.cid-ufPBnUMFjO .item-subtitle {
  color: #000000;
}
.cid-ufPBnUMFjO .item-price {
  color: #000000;
}
.cid-ufPBnVhPpq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ef6f3f;
}
.cid-ufPBnVhPpq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ufPBnVhPpq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ufPBnVhPpq .container {
    padding: 0 25px;
  }
}
.cid-ufPBnVhPpq .row {
  margin: 0;
}
.cid-ufPBnVhPpq .row .card {
  padding: 0;
}
.cid-ufPBnVhPpq .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ufPBnVhPpq .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-ufPBnVhPpq .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ufPBnVhPpq .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-ufPBnVhPpq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ufPBnVhPpq .item:focus,
.cid-ufPBnVhPpq span:focus {
  outline: none;
}
.cid-ufPBnVhPpq .item-wrapper {
  position: relative;
}
.cid-ufPBnVhPpq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ufPBnVhPpq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ufPBnVhPpq .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-ufPBnVhPpq .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-ufPBnVhPpq .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 768px) {
  .cid-ufPBnVhPpq .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-ufPBnVhPpq .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-ufPBnVhPpq .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-ufPBnVhPpq .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ufPBnVhPpq .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ufPBnVhPpq .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-ufPBnVhPpq .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-ufPBnVhPpq .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-ufPBnVhPpq .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-ufPBnVhPpq .embla__button--next,
.cid-ufPBnVhPpq .embla__button--prev {
  display: flex;
}
.cid-ufPBnVhPpq .embla__button {
  bottom: 8rem;
  width: 72px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-ufPBnVhPpq .embla__button {
    display: none;
  }
}
.cid-ufPBnVhPpq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ufPBnVhPpq .embla__button:hover {
  opacity: .7 !important;
}
.cid-ufPBnVhPpq .embla__button.embla__button--prev {
  left: 72px;
}
.cid-ufPBnVhPpq .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-ufPBnVhPpq .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-ufPBnVhPpq .embla__button.embla__button--next {
  right: 72px;
}
.cid-ufPBnVhPpq .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-ufPBnVhPpq .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-ufPBnVhPpq .embla__button {
    bottom: 1rem;
  }
}
.cid-ufPBnVhPpq .embla {
  position: relative;
  width: 100%;
}
.cid-ufPBnVhPpq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ufPBnVhPpq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ufPBnVhPpq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ufPBnVhPpq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufPBnVhPpq .mbr-section-title {
  color: #ffffff;
}
.cid-ufPBnVhPpq .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPBnVhPpq .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufPBnVN9Fb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ufPBnVN9Fb .container {
    padding: 0 25px;
  }
}
.cid-ufPBnVN9Fb .title-wrapper {
  margin: 25px 0;
}
.cid-ufPBnVN9Fb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufPBnVN9Fb .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-ufPBnVN9Fb .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-ufPBnVN9Fb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufPBnVN9Fb .mbr-section-title {
  color: #000000;
}
.cid-ufPBnVN9Fb .mbr-section-subtitle {
  color: #000000;
}
.cid-ufPBnVN9Fb .mbr-text {
  color: #000000;
}
.cid-ufPBnWe7Hz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufPBnWe7Hz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ufPBnWe7Hz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ufPBnWe7Hz .container {
    padding: 0 25px;
  }
}
.cid-ufPBnWe7Hz .item:focus,
.cid-ufPBnWe7Hz span:focus {
  outline: none;
}
.cid-ufPBnWe7Hz .item-wrapper {
  position: relative;
}
.cid-ufPBnWe7Hz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ufPBnWe7Hz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ufPBnWe7Hz .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ufPBnWe7Hz .embla__slide .slide-content {
    padding: 0 25px;
  }
}
.cid-ufPBnWe7Hz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-ufPBnWe7Hz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .cid-ufPBnWe7Hz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 150px;
  }
}
@media (max-width: 500px) {
  .cid-ufPBnWe7Hz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 110px;
  }
}
.cid-ufPBnWe7Hz .embla__button--next,
.cid-ufPBnWe7Hz .embla__button--prev {
  display: flex;
}
.cid-ufPBnWe7Hz .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ufPBnWe7Hz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ufPBnWe7Hz .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-ufPBnWe7Hz .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-ufPBnWe7Hz .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-ufPBnWe7Hz .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-ufPBnWe7Hz .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-ufPBnWe7Hz .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-ufPBnWe7Hz .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-ufPBnWe7Hz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ufPBnWe7Hz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ufPBnWe7Hz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ufPBnWe7Hz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufPBnWJo00 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufPBnWJo00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPBnWJo00 .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-ufPBnWJo00 .container {
    padding: 0 25px;
  }
}
.cid-ufPBnWJo00 .row {
  justify-content: center;
  margin: 0;
}
.cid-ufPBnWJo00 .row .card {
  padding: 0;
}
.cid-ufPBnWJo00 .title-wrapper {
  margin-bottom: 50px;
}
.cid-ufPBnWJo00 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ufPBnWJo00 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufPBnWJo00 .item {
  padding: 0;
}
.cid-ufPBnWJo00 .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-ufPBnWJo00 .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-ufPBnWJo00 .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.cid-ufPBnWJo00 .item .item-wrapper:hover .item-img img,
.cid-ufPBnWJo00 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-ufPBnWJo00 .item .item-wrapper {
    display: block;
  }
}
.cid-ufPBnWJo00 .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .cid-ufPBnWJo00 .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.cid-ufPBnWJo00 .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.cid-ufPBnWJo00 .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #f7f7f7;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ufPBnWJo00 .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.cid-ufPBnWJo00 .item .item-wrapper .item-content .desc-wrap {
  display: block;
  margin-bottom: 50px;
}
.cid-ufPBnWJo00 .item .item-wrapper .item-content .desc-wrap:hover .item-desc,
.cid-ufPBnWJo00 .item .item-wrapper .item-content .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-ufPBnWJo00 .item .item-wrapper .item-content .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-ufPBnWJo00 .item .item-wrapper .item-content .title-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-ufPBnWJo00 .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.cid-ufPBnWJo00 .item .item-wrapper .item-content .title-wrap .item-price {
  margin: 0;
}
.cid-ufPBnWJo00 .mbr-section-btn {
  margin-top: 60px;
}
.cid-ufPBnWJo00 .mbr-section-title {
  color: #000000;
}
.cid-ufPBnWJo00 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ufPBnWJo00 .item-title {
  color: #000000;
}
.cid-ufPBnWJo00 .item-desc {
  color: #000000;
}
.cid-ufPBnWJo00 .item-subtitle {
  color: #000000;
}
.cid-ufPBnWJo00 .item-price {
  color: #000000;
}
.cid-ufPBnWJo00 .mbr-section-title,
.cid-ufPBnWJo00 .mbr-section-btn {
  text-align: center;
}
.cid-ufPBnXhOqM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ufPBnXhOqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPBnXhOqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufPBnXhOqM .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ufPBnXhOqM .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ufPBnXhOqM .container {
    padding: 0 25px;
  }
}
.cid-ufPBnXhOqM .title-wrapper {
  padding: 100px 0;
}
.cid-ufPBnXhOqM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ufPBnXhOqM .mbr-section-title {
  color: #ffffff;
}
.cid-ufPBnXJHJ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufPBnXJHJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPBnXJHJ4 .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-ufPBnXJHJ4 .container {
    padding: 0 25px;
  }
}
.cid-ufPBnXJHJ4 .row {
  justify-content: center;
}
.cid-ufPBnXJHJ4 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufPBnXJHJ4 .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufPBnXJHJ4 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufPBnXJHJ4 .image-wrapper img {
    height: 350px;
  }
}
.cid-ufPBnXJHJ4 .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-ufPBnXJHJ4 .form-wrapper {
    padding: 0 12px;
  }
}
.cid-ufPBnXJHJ4 .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-ufPBnXJHJ4 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-ufPBnXJHJ4 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-ufPBnXJHJ4 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-ufPBnXJHJ4 .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-ufPBnXJHJ4 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-ufPBnXJHJ4 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ufPBnXJHJ4 .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-ufPBnXJHJ4 .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-ufPBnXJHJ4 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-ufPBnXJHJ4 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-ufPBnXJHJ4 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ufPBnXJHJ4 .mbr-section-title {
  color: #000000;
}
.cid-ufPBnXJHJ4 .mbr-text {
  color: #000000;
}
.cid-ufPBnXJHJ4 label {
  color: #000000;
}
.cid-ufPBnYelmI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  box-shadow: inset 25rem 1rem 10rem #ffffff !important;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ufPBnYelmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPBnYelmI .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-ufPBnYelmI .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ufPBnYelmI .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ufPBnYelmI .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-ufPBnYelmI .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-ufPBnYelmI .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-ufPBnYelmI .image-wrapper {
    margin: 0;
  }
}
.cid-ufPBnYelmI .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-ufPBnYelmI .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-ufPBnYelmI .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-ufPBnYelmI .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-ufPBnYelmI .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-ufPBnYelmI .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-ufPBnYelmI .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-ufPBnYelmI .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-ufPBnYelmI .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #000000;
  border-right: 4px dashed #000000;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-ufPBnYelmI .mbr-section-title {
  color: #000000;
}
.cid-ufPBnYelmI .mbr-text {
  color: #000000;
}
.cid-ufPBnYelmI .card-title {
  color: #000000;
  text-align: center;
}
.cid-ufPBnYLsOI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ufPBnYLsOI .container {
    padding: 0 25px;
  }
}
.cid-ufPBnYLsOI .item:focus,
.cid-ufPBnYLsOI span:focus {
  outline: none;
}
.cid-ufPBnYLsOI .item-wrapper {
  position: relative;
}
.cid-ufPBnYLsOI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ufPBnYLsOI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ufPBnYLsOI .embla__slide .slide-content {
  padding: 0 15%;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-ufPBnYLsOI .embla__slide .slide-content {
    padding: 0;
  }
}
.cid-ufPBnYLsOI .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 50px;
}
.cid-ufPBnYLsOI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 84px;
  width: 84px;
  display: inline-flex;
  object-fit: cover;
}
.cid-ufPBnYLsOI .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 50px;
}
.cid-ufPBnYLsOI .embla__slide .slide-content .item-content .mbr-role {
  margin-bottom: 6px;
}
.cid-ufPBnYLsOI .embla__slide .slide-content .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-ufPBnYLsOI .embla__button--next,
.cid-ufPBnYLsOI .embla__button--prev {
  display: flex;
}
.cid-ufPBnYLsOI .embla__button {
  bottom: 50%;
  width: 72px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-ufPBnYLsOI .embla__button {
    display: none;
  }
}
.cid-ufPBnYLsOI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ufPBnYLsOI .embla__button:hover {
  opacity: .7 !important;
}
.cid-ufPBnYLsOI .embla__button.embla__button--prev {
  left: 0;
}
.cid-ufPBnYLsOI .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
.cid-ufPBnYLsOI .embla__button.embla__button--next {
  right: 0;
}
.cid-ufPBnYLsOI .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-ufPBnYLsOI .embla__button {
    bottom: auto;
    top: 4rem;
  }
}
.cid-ufPBnYLsOI .embla {
  position: relative;
  width: 100%;
}
.cid-ufPBnYLsOI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ufPBnYLsOI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ufPBnYLsOI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ufPBnYLsOI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufPBnYLsOI .mbr-text {
  color: #000000;
}
.cid-ufPBnYLsOI .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-ufPBnYLsOI .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-ufPBnYLsOI .mbr-text,
.cid-ufPBnYLsOI .item-img {
  text-align: center;
}
.cid-ufPBnZlc4E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ufPBnZlc4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPBnZlc4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufPBnZlc4E .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ufPBnZlc4E .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ufPBnZlc4E .container {
    padding: 0 25px;
  }
}
.cid-ufPBnZlc4E .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufPBnZlc4E .row {
    padding-top: 45px;
  }
}
.cid-ufPBnZlc4E .item:hover .item-wrapper .item-img img,
.cid-ufPBnZlc4E .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ufPBnZlc4E .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ufPBnZlc4E .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ufPBnZlc4E .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ufPBnZlc4E .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ufPBnZlc4E .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ufPBnZlc4E .border-wrap {
    margin-top: 45px;
  }
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPCI0Mz2w {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPCI0Mz2w .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPCI0Mz2w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPCI0Mz2w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPCI0Mz2w .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPCI0Mz2w .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPCI0Mz2w .menu_box .navbar.opened,
  .cid-ufPCI0Mz2w .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPCI0Mz2w nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPCI0Mz2w .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPCI0Mz2w .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPCI0Mz2w .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPCI0Mz2w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPCI0Mz2w .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPCI0Mz2w .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPCI0Mz2w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPCI0Mz2w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPCI0Mz2w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPCI0Mz2w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPCI0Mz2w .offcanvas-body .mbr-text,
  .cid-ufPCI0Mz2w .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPCI0Mz2w .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPCI0Mz2w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPCI0Mz2w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPCI0Mz2w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPCI0Mz2w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPCI0Mz2w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPCI0Mz2w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPCI0Mz2w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPCI0Mz2w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPCI0Mz2w .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-ufPCI0Mz2w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPCI0Mz2w li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPCI0Mz2w .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPCI0Mz2w .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPCI0Mz2w .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPCI0Mz2w .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPCI0Mz2w .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPCI0Mz2w .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPCI0Mz2w .nav-item .nav-link:hover,
.cid-ufPCI0Mz2w .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPCI0Mz2w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPCI0Mz2w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPCI0Mz2w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPCI0Mz2w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPCI0Mz2w .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-ufPCI0Mz2w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPCI0Mz2w .offcanvas_box {
    display: none;
  }
}
.cid-ufPCI0Mz2w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPCI0Mz2w .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPCI0Mz2w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPCI0Mz2w .container {
  display: flex;
  margin: auto;
}
.cid-ufPCI0Mz2w .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPCI0Mz2w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPCI0Mz2w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPCI0Mz2w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPCI0Mz2w .navbar-nav {
    margin: 0;
  }
}
.cid-ufPCI0Mz2w .dropdown-menu,
.cid-ufPCI0Mz2w .navbar.opened {
  background-color: true !important;
}
.cid-ufPCI0Mz2w .nav-item:focus,
.cid-ufPCI0Mz2w .nav-link:focus {
  outline: none;
}
.cid-ufPCI0Mz2w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPCI0Mz2w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPCI0Mz2w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPCI0Mz2w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPCI0Mz2w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPCI0Mz2w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPCI0Mz2w .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPCI0Mz2w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPCI0Mz2w .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPCI0Mz2w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPCI0Mz2w .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPCI0Mz2w .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPCI0Mz2w .navbar.collapsed {
  justify-content: center;
}
.cid-ufPCI0Mz2w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPCI0Mz2w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPCI0Mz2w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPCI0Mz2w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPCI0Mz2w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPCI0Mz2w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPCI0Mz2w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPCI0Mz2w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPCI0Mz2w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPCI0Mz2w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPCI0Mz2w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPCI0Mz2w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPCI0Mz2w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPCI0Mz2w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPCI0Mz2w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPCI0Mz2w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPCI0Mz2w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPCI0Mz2w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPCI0Mz2w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPCI0Mz2w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPCI0Mz2w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPCI0Mz2w .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPCI0Mz2w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPCI0Mz2w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPCI0Mz2w .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-ufPCI0Mz2w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPCI0Mz2w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPCI0Mz2w .dropdown-item.active,
.cid-ufPCI0Mz2w .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPCI0Mz2w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPCI0Mz2w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPCI0Mz2w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPCI0Mz2w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPCI0Mz2w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPCI0Mz2w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPCI0Mz2w button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPCI0Mz2w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPCI0Mz2w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPCI0Mz2w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPCI0Mz2w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPCI0Mz2w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPCI0Mz2w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPCI0Mz2w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPCI0Mz2w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPCI0Mz2w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPCI0Mz2w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPCI0Mz2w .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-ufPCI0Mz2w .navbar {
    height: 70px;
  }
  .cid-ufPCI0Mz2w .navbar.opened {
    height: auto;
  }
  .cid-ufPCI0Mz2w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPCI0Mz2w .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPCI0Mz2w .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPCI0Mz2w .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPCI0Mz2w .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPCI0Mz2w .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPCI0Mz2w .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPCI0Mz2w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPCI0Mz2w .text_widget {
  margin-bottom: 32px;
}
.cid-ufPCI0Mz2w .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPCI0Mz2w .text_widget a:hover,
.cid-ufPCI0Mz2w .text_widget a:focus {
  opacity: .6;
}
.cid-ufPCI0Mz2w .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPCI0Mz2w .navbar-caption {
  color: #000000;
}
.cid-ufPCI0Mz2w .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPCI0Mz2w .mbr-section-subtitle,
.cid-ufPCI0Mz2w .text_widget,
.cid-ufPCI0Mz2w .mbr-section-btn {
  text-align: center;
}
.cid-ufPCI0Mz2w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPCI1jCaA {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPCI1jCaA a {
  color: #232323;
}
.cid-ufPCI1jCaA a:hover {
  color: #000000;
}
.cid-ufPCI1jCaA h5.mbr-text {
  color: #444444;
}
.cid-ufPCI1jCaA .card {
  padding: 1rem 2rem;
}
.cid-ufPCI1jCaA .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPCI1jCaA .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPCI1jCaA .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPCI1jCaA .card-box p {
  margin-bottom: 0;
}
.cid-ufPCI1jCaA .specialty {
  padding-top: .5rem;
}
.cid-ufPCI1jCaA .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPCI1jCaA .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPCI1jCaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPCI1jCaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufVr8U6mQF {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufVr8U6mQF .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufVr8U6mQF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufVr8U6mQF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufVr8U6mQF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufVr8U6mQF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufVr8U6mQF .menu_box .navbar.opened,
  .cid-ufVr8U6mQF .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufVr8U6mQF nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufVr8U6mQF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufVr8U6mQF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufVr8U6mQF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufVr8U6mQF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufVr8U6mQF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufVr8U6mQF .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufVr8U6mQF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufVr8U6mQF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufVr8U6mQF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufVr8U6mQF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufVr8U6mQF .offcanvas-body .mbr-text,
  .cid-ufVr8U6mQF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufVr8U6mQF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufVr8U6mQF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufVr8U6mQF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufVr8U6mQF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufVr8U6mQF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufVr8U6mQF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufVr8U6mQF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufVr8U6mQF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufVr8U6mQF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufVr8U6mQF .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-ufVr8U6mQF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufVr8U6mQF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufVr8U6mQF .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufVr8U6mQF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufVr8U6mQF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufVr8U6mQF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufVr8U6mQF .nav-item {
    margin: 0 !important;
  }
}
.cid-ufVr8U6mQF .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufVr8U6mQF .nav-item .nav-link:hover,
.cid-ufVr8U6mQF .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufVr8U6mQF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufVr8U6mQF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufVr8U6mQF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufVr8U6mQF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufVr8U6mQF .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-ufVr8U6mQF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufVr8U6mQF .offcanvas_box {
    display: none;
  }
}
.cid-ufVr8U6mQF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufVr8U6mQF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufVr8U6mQF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufVr8U6mQF .container {
  display: flex;
  margin: auto;
}
.cid-ufVr8U6mQF .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufVr8U6mQF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufVr8U6mQF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufVr8U6mQF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufVr8U6mQF .navbar-nav {
    margin: 0;
  }
}
.cid-ufVr8U6mQF .dropdown-menu,
.cid-ufVr8U6mQF .navbar.opened {
  background-color: true !important;
}
.cid-ufVr8U6mQF .nav-item:focus,
.cid-ufVr8U6mQF .nav-link:focus {
  outline: none;
}
.cid-ufVr8U6mQF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufVr8U6mQF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufVr8U6mQF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufVr8U6mQF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufVr8U6mQF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufVr8U6mQF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufVr8U6mQF .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufVr8U6mQF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufVr8U6mQF .navbar.opened {
  transition: all 0.3s;
}
.cid-ufVr8U6mQF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufVr8U6mQF .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufVr8U6mQF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufVr8U6mQF .navbar.collapsed {
  justify-content: center;
}
.cid-ufVr8U6mQF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufVr8U6mQF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufVr8U6mQF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufVr8U6mQF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufVr8U6mQF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufVr8U6mQF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufVr8U6mQF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufVr8U6mQF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufVr8U6mQF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufVr8U6mQF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufVr8U6mQF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufVr8U6mQF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufVr8U6mQF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufVr8U6mQF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufVr8U6mQF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufVr8U6mQF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufVr8U6mQF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufVr8U6mQF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufVr8U6mQF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufVr8U6mQF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufVr8U6mQF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufVr8U6mQF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufVr8U6mQF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufVr8U6mQF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufVr8U6mQF .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-ufVr8U6mQF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufVr8U6mQF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufVr8U6mQF .dropdown-item.active,
.cid-ufVr8U6mQF .dropdown-item:active {
  background-color: transparent;
}
.cid-ufVr8U6mQF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufVr8U6mQF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufVr8U6mQF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufVr8U6mQF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufVr8U6mQF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufVr8U6mQF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufVr8U6mQF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufVr8U6mQF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufVr8U6mQF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufVr8U6mQF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufVr8U6mQF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufVr8U6mQF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufVr8U6mQF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufVr8U6mQF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufVr8U6mQF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufVr8U6mQF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufVr8U6mQF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufVr8U6mQF .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-ufVr8U6mQF .navbar {
    height: 70px;
  }
  .cid-ufVr8U6mQF .navbar.opened {
    height: auto;
  }
  .cid-ufVr8U6mQF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufVr8U6mQF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufVr8U6mQF .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufVr8U6mQF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufVr8U6mQF .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufVr8U6mQF .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufVr8U6mQF .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufVr8U6mQF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufVr8U6mQF .text_widget {
  margin-bottom: 32px;
}
.cid-ufVr8U6mQF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufVr8U6mQF .text_widget a:hover,
.cid-ufVr8U6mQF .text_widget a:focus {
  opacity: .6;
}
.cid-ufVr8U6mQF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufVr8U6mQF .navbar-caption {
  color: #000000;
}
.cid-ufVr8U6mQF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufVr8U6mQF .mbr-section-subtitle,
.cid-ufVr8U6mQF .text_widget,
.cid-ufVr8U6mQF .mbr-section-btn {
  text-align: center;
}
.cid-ufVr8U6mQF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufVr8UGoit {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufVr8UGoit a {
  color: #232323;
}
.cid-ufVr8UGoit a:hover {
  color: #000000;
}
.cid-ufVr8UGoit h5.mbr-text {
  color: #444444;
}
.cid-ufVr8UGoit .card {
  padding: 1rem 2rem;
}
.cid-ufVr8UGoit .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufVr8UGoit .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufVr8UGoit .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufVr8UGoit .card-box p {
  margin-bottom: 0;
}
.cid-ufVr8UGoit .specialty {
  padding-top: .5rem;
}
.cid-ufVr8UGoit .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufVr8UGoit .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufVr8UGoit .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufVr8UGoit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufVrUaQaFv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufVrUaQaFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufVrUaQaFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufVrUaQaFv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ufVrUaQaFv .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufVrUaQaFv .container {
    padding: 0 30px;
  }
}
.cid-ufVrUaQaFv .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ufVrUaQaFv .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-ufVrUaQaFv .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-ufVrUaQaFv .image-wrapper img {
    height: 300px;
  }
}
.cid-ufVrUaQaFv .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ufVrUaQaFv .text-wrapper {
    margin: 0;
  }
}
.cid-ufVrUaQaFv .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ufVrUaQaFv .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ufVrUaQaFv .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ufVrUaQaFv .mbr-section-title {
  color: #ffffff;
}
.cid-ufVrUaQaFv .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-ufVrUaQaFv .mbr-section-title,
.cid-ufVrUaQaFv .mbr-section-btn {
  color: #232323;
}
.cid-ugyIwYLp06 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #d84a16;
}
.cid-ugyIwYLp06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyIwYLp06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyIwYLp06 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ugyIwYLp06 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugyIwYLp06 .container {
    padding: 0 24px;
  }
}
.cid-ugyIwYLp06 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ugyIwYLp06 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugyIwYLp06 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugyIwYLp06 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ugyIwYLp06 .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #d84a16;
  border-radius: 40px;
}
.cid-ugyIwYLp06 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-ugyIwYLp06 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-ugyIwYLp06 .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-ugyIwYLp06 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-ugyIwYLp06 .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-ugyIwYLp06 .mbr-section-title,
.cid-ugyIwYLp06 .buttons-wrapper {
  text-align: center;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ugyi03Umkb {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ugyi03Umkb .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ugyi03Umkb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ugyi03Umkb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugyi03Umkb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugyi03Umkb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugyi03Umkb .menu_box .navbar.opened,
  .cid-ugyi03Umkb .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ugyi03Umkb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ugyi03Umkb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ugyi03Umkb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugyi03Umkb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugyi03Umkb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugyi03Umkb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugyi03Umkb .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ugyi03Umkb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugyi03Umkb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugyi03Umkb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugyi03Umkb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugyi03Umkb .offcanvas-body .mbr-text,
  .cid-ugyi03Umkb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugyi03Umkb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugyi03Umkb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugyi03Umkb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ugyi03Umkb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugyi03Umkb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugyi03Umkb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugyi03Umkb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugyi03Umkb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugyi03Umkb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugyi03Umkb .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-ugyi03Umkb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugyi03Umkb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ugyi03Umkb .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugyi03Umkb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ugyi03Umkb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ugyi03Umkb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ugyi03Umkb .nav-item {
    margin: 0 !important;
  }
}
.cid-ugyi03Umkb .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ugyi03Umkb .nav-item .nav-link:hover,
.cid-ugyi03Umkb .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ugyi03Umkb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugyi03Umkb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugyi03Umkb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugyi03Umkb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugyi03Umkb .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-ugyi03Umkb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugyi03Umkb .offcanvas_box {
    display: none;
  }
}
.cid-ugyi03Umkb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugyi03Umkb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugyi03Umkb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugyi03Umkb .container {
  display: flex;
  margin: auto;
}
.cid-ugyi03Umkb .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ugyi03Umkb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugyi03Umkb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugyi03Umkb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugyi03Umkb .navbar-nav {
    margin: 0;
  }
}
.cid-ugyi03Umkb .dropdown-menu,
.cid-ugyi03Umkb .navbar.opened {
  background-color: true !important;
}
.cid-ugyi03Umkb .nav-item:focus,
.cid-ugyi03Umkb .nav-link:focus {
  outline: none;
}
.cid-ugyi03Umkb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugyi03Umkb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugyi03Umkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugyi03Umkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugyi03Umkb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugyi03Umkb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugyi03Umkb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugyi03Umkb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugyi03Umkb .navbar.opened {
  transition: all 0.3s;
}
.cid-ugyi03Umkb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugyi03Umkb .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ugyi03Umkb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugyi03Umkb .navbar.collapsed {
  justify-content: center;
}
.cid-ugyi03Umkb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugyi03Umkb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugyi03Umkb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugyi03Umkb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugyi03Umkb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugyi03Umkb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugyi03Umkb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugyi03Umkb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugyi03Umkb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ugyi03Umkb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugyi03Umkb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugyi03Umkb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugyi03Umkb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugyi03Umkb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugyi03Umkb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugyi03Umkb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugyi03Umkb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugyi03Umkb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugyi03Umkb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugyi03Umkb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugyi03Umkb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugyi03Umkb .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugyi03Umkb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugyi03Umkb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugyi03Umkb .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-ugyi03Umkb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ugyi03Umkb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugyi03Umkb .dropdown-item.active,
.cid-ugyi03Umkb .dropdown-item:active {
  background-color: transparent;
}
.cid-ugyi03Umkb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ugyi03Umkb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugyi03Umkb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugyi03Umkb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugyi03Umkb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugyi03Umkb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugyi03Umkb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ugyi03Umkb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ugyi03Umkb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugyi03Umkb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugyi03Umkb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugyi03Umkb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugyi03Umkb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugyi03Umkb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugyi03Umkb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugyi03Umkb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugyi03Umkb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugyi03Umkb .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-ugyi03Umkb .navbar {
    height: 70px;
  }
  .cid-ugyi03Umkb .navbar.opened {
    height: auto;
  }
  .cid-ugyi03Umkb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugyi03Umkb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ugyi03Umkb .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ugyi03Umkb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugyi03Umkb .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugyi03Umkb .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ugyi03Umkb .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ugyi03Umkb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugyi03Umkb .text_widget {
  margin-bottom: 32px;
}
.cid-ugyi03Umkb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugyi03Umkb .text_widget a:hover,
.cid-ugyi03Umkb .text_widget a:focus {
  opacity: .6;
}
.cid-ugyi03Umkb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ugyi03Umkb .navbar-caption {
  color: #000000;
}
.cid-ugyi03Umkb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ugyi03Umkb .mbr-section-subtitle,
.cid-ugyi03Umkb .text_widget,
.cid-ugyi03Umkb .mbr-section-btn {
  text-align: center;
}
.cid-ugyi03Umkb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugyi04t0ph {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ugyi04t0ph a {
  color: #232323;
}
.cid-ugyi04t0ph a:hover {
  color: #000000;
}
.cid-ugyi04t0ph h5.mbr-text {
  color: #444444;
}
.cid-ugyi04t0ph .card {
  padding: 1rem 2rem;
}
.cid-ugyi04t0ph .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ugyi04t0ph .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ugyi04t0ph .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ugyi04t0ph .card-box p {
  margin-bottom: 0;
}
.cid-ugyi04t0ph .specialty {
  padding-top: .5rem;
}
.cid-ugyi04t0ph .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ugyi04t0ph .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ugyi04t0ph .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyi04t0ph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyi04TeOc {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugyi04TeOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyi04TeOc .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-ugyi04TeOc h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-ugyi04TeOc h1 {
    margin-bottom: 1rem;
  }
}
.cid-ugyi04TeOc p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-ugyi04TeOc p {
    margin-bottom: 2rem;
  }
}
.cid-ugyi04TeOc .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-ugyi04TeOc .image-wrapper,
.cid-ugyi04TeOc img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugyi04TeOc .image-wrapper,
  .cid-ugyi04TeOc img {
    padding-bottom: 0.5rem;
  }
}
.cid-ugyi04TeOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugyi04TeOc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugyi04TeOc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugyi04TeOc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugyi04TeOc .content-wrap {
    width: 100%;
  }
}
.cid-ugyi04TeOc .mbr-section-subtitle,
.cid-ugyi04TeOc .line {
  color: #291f1e;
}
.cid-ugyi04TeOc .mbr-text,
.cid-ugyi04TeOc .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-ugyi04TeOc .mbr-section-title {
  color: #291f1e;
}
.cid-ugyi04TeOc .mbr-section-title,
.cid-ugyi04TeOc .mbr-section-btn,
.cid-ugyi04TeOc .line {
  text-align: left;
  color: #291f1e;
}
.cid-ugyi04TeOc .mbr-text {
  text-align: left;
}
.cid-ugyi05kRM2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #96c1db;
  overflow: hidden;
}
.cid-ugyi05kRM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyi05kRM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyi05kRM2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugyi05kRM2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ugyi05kRM2 .container {
    padding: 0 30px;
  }
}
.cid-ugyi05kRM2 .card {
  justify-content: center;
}
.cid-ugyi05kRM2 .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-ugyi05kRM2 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ugyi05kRM2 .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-ugyi05kRM2 .content-wrapper .items-wrapper {
  width: 50%;
  padding-right: 120px;
  padding-right: 0;
  padding-left: 120px;
}
@media (max-width: 1440px) {
  .cid-ugyi05kRM2 .content-wrapper .items-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-ugyi05kRM2 .content-wrapper .items-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .cid-ugyi05kRM2 .content-wrapper .items-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-ugyi05kRM2 .content-wrapper .items-wrapper {
    padding: 0;
  }
}
.cid-ugyi05kRM2 .content-wrapper .items-wrapper .item {
  margin-bottom: 150px;
}
.cid-ugyi05kRM2 .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugyi05kRM2 .content-wrapper .items-wrapper .item {
    margin-bottom: 60px;
  }
}
.cid-ugyi05kRM2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ugyi05kRM2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ugyi05kRM2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-ugyi05kRM2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc::before {
    width: 40px;
  }
}
.cid-ugyi05kRM2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ugyi05kRM2 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ugyi05kRM2 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ugyi05kRM2 .content-wrapper .image-wrapper .image-wrap {
  position: relative;
}
.cid-ugyi05kRM2 .content-wrapper .image-wrapper .image-wrap img {
  height: 840px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugyi05kRM2 .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ugyi05kRM2 .content-wrapper .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-135deg, #71eac6 50%, #e1eeec 50%);
  z-index: 1;
  left: auto;
  right: 0;
  background-image: linear-gradient(135deg, #71eac6 50%, #e1eeec 50%);
}
@media (max-width: 992px) {
  .cid-ugyi05kRM2 .content-wrapper .image-wrapper .image-wrap::before {
    width: 50px;
    height: 50px;
  }
}
.cid-ugyi05kRM2 .item-desc {
  color: #254b45;
}
.cid-ugyi05kRM2 .item-text {
  color: #254b45;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPAGvkOEG {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPAGvkOEG .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPAGvkOEG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPAGvkOEG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPAGvkOEG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPAGvkOEG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPAGvkOEG .menu_box .navbar.opened,
  .cid-ufPAGvkOEG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPAGvkOEG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPAGvkOEG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPAGvkOEG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPAGvkOEG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPAGvkOEG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPAGvkOEG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPAGvkOEG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPAGvkOEG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPAGvkOEG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPAGvkOEG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPAGvkOEG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPAGvkOEG .offcanvas-body .mbr-text,
  .cid-ufPAGvkOEG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPAGvkOEG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPAGvkOEG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPAGvkOEG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPAGvkOEG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPAGvkOEG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPAGvkOEG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPAGvkOEG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPAGvkOEG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPAGvkOEG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPAGvkOEG .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-ufPAGvkOEG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPAGvkOEG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPAGvkOEG .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPAGvkOEG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPAGvkOEG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPAGvkOEG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPAGvkOEG .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPAGvkOEG .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPAGvkOEG .nav-item .nav-link:hover,
.cid-ufPAGvkOEG .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPAGvkOEG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPAGvkOEG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPAGvkOEG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPAGvkOEG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPAGvkOEG .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-ufPAGvkOEG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPAGvkOEG .offcanvas_box {
    display: none;
  }
}
.cid-ufPAGvkOEG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPAGvkOEG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPAGvkOEG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPAGvkOEG .container {
  display: flex;
  margin: auto;
}
.cid-ufPAGvkOEG .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPAGvkOEG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPAGvkOEG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPAGvkOEG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPAGvkOEG .navbar-nav {
    margin: 0;
  }
}
.cid-ufPAGvkOEG .dropdown-menu,
.cid-ufPAGvkOEG .navbar.opened {
  background-color: true !important;
}
.cid-ufPAGvkOEG .nav-item:focus,
.cid-ufPAGvkOEG .nav-link:focus {
  outline: none;
}
.cid-ufPAGvkOEG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPAGvkOEG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPAGvkOEG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPAGvkOEG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPAGvkOEG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPAGvkOEG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPAGvkOEG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPAGvkOEG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPAGvkOEG .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPAGvkOEG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPAGvkOEG .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPAGvkOEG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPAGvkOEG .navbar.collapsed {
  justify-content: center;
}
.cid-ufPAGvkOEG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPAGvkOEG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPAGvkOEG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPAGvkOEG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPAGvkOEG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPAGvkOEG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPAGvkOEG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPAGvkOEG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPAGvkOEG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPAGvkOEG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPAGvkOEG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPAGvkOEG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPAGvkOEG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPAGvkOEG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPAGvkOEG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPAGvkOEG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPAGvkOEG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPAGvkOEG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPAGvkOEG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPAGvkOEG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPAGvkOEG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPAGvkOEG .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPAGvkOEG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPAGvkOEG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPAGvkOEG .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-ufPAGvkOEG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPAGvkOEG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPAGvkOEG .dropdown-item.active,
.cid-ufPAGvkOEG .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPAGvkOEG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPAGvkOEG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPAGvkOEG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPAGvkOEG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPAGvkOEG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPAGvkOEG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPAGvkOEG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPAGvkOEG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPAGvkOEG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPAGvkOEG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPAGvkOEG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPAGvkOEG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPAGvkOEG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPAGvkOEG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPAGvkOEG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPAGvkOEG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPAGvkOEG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPAGvkOEG .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-ufPAGvkOEG .navbar {
    height: 70px;
  }
  .cid-ufPAGvkOEG .navbar.opened {
    height: auto;
  }
  .cid-ufPAGvkOEG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPAGvkOEG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPAGvkOEG .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPAGvkOEG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPAGvkOEG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPAGvkOEG .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPAGvkOEG .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPAGvkOEG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPAGvkOEG .text_widget {
  margin-bottom: 32px;
}
.cid-ufPAGvkOEG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPAGvkOEG .text_widget a:hover,
.cid-ufPAGvkOEG .text_widget a:focus {
  opacity: .6;
}
.cid-ufPAGvkOEG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPAGvkOEG .navbar-caption {
  color: #000000;
}
.cid-ufPAGvkOEG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPAGvkOEG .mbr-section-subtitle,
.cid-ufPAGvkOEG .text_widget,
.cid-ufPAGvkOEG .mbr-section-btn {
  text-align: center;
}
.cid-ufPAGvkOEG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPAZOAE7J {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPAZOAE7J a {
  color: #232323;
}
.cid-ufPAZOAE7J a:hover {
  color: #000000;
}
.cid-ufPAZOAE7J h5.mbr-text {
  color: #444444;
}
.cid-ufPAZOAE7J .card {
  padding: 1rem 2rem;
}
.cid-ufPAZOAE7J .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPAZOAE7J .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPAZOAE7J .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPAZOAE7J .card-box p {
  margin-bottom: 0;
}
.cid-ufPAZOAE7J .specialty {
  padding-top: .5rem;
}
.cid-ufPAZOAE7J .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPAZOAE7J .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPAZOAE7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPAZOAE7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufPUgJwidP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufPUgJwidP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPUgJwidP .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-ufPUgJwidP .container {
    padding: 0 30px;
  }
}
.cid-ufPUgJwidP .items .item {
  margin-bottom: 60px;
}
.cid-ufPUgJwidP .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufPUgJwidP .items .item {
    margin-bottom: 30px;
  }
}
.cid-ufPUgJwidP .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-ufPUgJwidP .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ufPUgJwidP .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-ufPUgJwidP .dragArea.row {
  margin: 0;
}
.cid-ufPUgJwidP .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-ufPUgJwidP .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-ufPUgJwidP .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-ufPUgJwidP .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-ufPUgJwidP .dragArea.row .form-group .form-control:hover,
.cid-ufPUgJwidP .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-ufPUgJwidP .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-ufPUgJwidP .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-ufPUgJwidP .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ufPUgJwidP .mbr-section-title {
  color: #000000;
}
.cid-ufPUgJwidP .card-title {
  color: #000000;
}
.cid-ufPUgJwidP .list {
  color: #000000;
}
.cid-ufPUgJwidP .mbr-text {
  color: #000000;
}
.cid-ufPUgJwidP label {
  color: #000000;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPCKfu4tM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPCKfu4tM .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPCKfu4tM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPCKfu4tM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPCKfu4tM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPCKfu4tM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPCKfu4tM .menu_box .navbar.opened,
  .cid-ufPCKfu4tM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPCKfu4tM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPCKfu4tM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPCKfu4tM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPCKfu4tM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPCKfu4tM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPCKfu4tM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPCKfu4tM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPCKfu4tM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPCKfu4tM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPCKfu4tM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPCKfu4tM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPCKfu4tM .offcanvas-body .mbr-text,
  .cid-ufPCKfu4tM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPCKfu4tM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPCKfu4tM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPCKfu4tM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPCKfu4tM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPCKfu4tM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPCKfu4tM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPCKfu4tM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPCKfu4tM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPCKfu4tM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPCKfu4tM .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-ufPCKfu4tM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPCKfu4tM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPCKfu4tM .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPCKfu4tM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPCKfu4tM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPCKfu4tM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPCKfu4tM .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPCKfu4tM .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPCKfu4tM .nav-item .nav-link:hover,
.cid-ufPCKfu4tM .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPCKfu4tM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPCKfu4tM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPCKfu4tM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPCKfu4tM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPCKfu4tM .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-ufPCKfu4tM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPCKfu4tM .offcanvas_box {
    display: none;
  }
}
.cid-ufPCKfu4tM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPCKfu4tM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPCKfu4tM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPCKfu4tM .container {
  display: flex;
  margin: auto;
}
.cid-ufPCKfu4tM .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPCKfu4tM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPCKfu4tM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPCKfu4tM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPCKfu4tM .navbar-nav {
    margin: 0;
  }
}
.cid-ufPCKfu4tM .dropdown-menu,
.cid-ufPCKfu4tM .navbar.opened {
  background-color: true !important;
}
.cid-ufPCKfu4tM .nav-item:focus,
.cid-ufPCKfu4tM .nav-link:focus {
  outline: none;
}
.cid-ufPCKfu4tM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPCKfu4tM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPCKfu4tM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPCKfu4tM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPCKfu4tM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPCKfu4tM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPCKfu4tM .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPCKfu4tM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPCKfu4tM .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPCKfu4tM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPCKfu4tM .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPCKfu4tM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPCKfu4tM .navbar.collapsed {
  justify-content: center;
}
.cid-ufPCKfu4tM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPCKfu4tM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPCKfu4tM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPCKfu4tM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPCKfu4tM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPCKfu4tM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPCKfu4tM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPCKfu4tM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPCKfu4tM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPCKfu4tM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPCKfu4tM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPCKfu4tM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPCKfu4tM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPCKfu4tM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPCKfu4tM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPCKfu4tM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPCKfu4tM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPCKfu4tM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPCKfu4tM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPCKfu4tM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPCKfu4tM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPCKfu4tM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPCKfu4tM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPCKfu4tM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPCKfu4tM .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-ufPCKfu4tM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPCKfu4tM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPCKfu4tM .dropdown-item.active,
.cid-ufPCKfu4tM .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPCKfu4tM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPCKfu4tM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPCKfu4tM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPCKfu4tM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPCKfu4tM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPCKfu4tM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPCKfu4tM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPCKfu4tM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPCKfu4tM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPCKfu4tM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPCKfu4tM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPCKfu4tM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPCKfu4tM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPCKfu4tM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPCKfu4tM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPCKfu4tM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPCKfu4tM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPCKfu4tM .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-ufPCKfu4tM .navbar {
    height: 70px;
  }
  .cid-ufPCKfu4tM .navbar.opened {
    height: auto;
  }
  .cid-ufPCKfu4tM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPCKfu4tM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPCKfu4tM .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPCKfu4tM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPCKfu4tM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPCKfu4tM .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPCKfu4tM .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPCKfu4tM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPCKfu4tM .text_widget {
  margin-bottom: 32px;
}
.cid-ufPCKfu4tM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPCKfu4tM .text_widget a:hover,
.cid-ufPCKfu4tM .text_widget a:focus {
  opacity: .6;
}
.cid-ufPCKfu4tM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPCKfu4tM .navbar-caption {
  color: #000000;
}
.cid-ufPCKfu4tM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPCKfu4tM .mbr-section-subtitle,
.cid-ufPCKfu4tM .text_widget,
.cid-ufPCKfu4tM .mbr-section-btn {
  text-align: center;
}
.cid-ufPCKfu4tM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPCKg14UH {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPCKg14UH a {
  color: #232323;
}
.cid-ufPCKg14UH a:hover {
  color: #000000;
}
.cid-ufPCKg14UH h5.mbr-text {
  color: #444444;
}
.cid-ufPCKg14UH .card {
  padding: 1rem 2rem;
}
.cid-ufPCKg14UH .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPCKg14UH .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPCKg14UH .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPCKg14UH .card-box p {
  margin-bottom: 0;
}
.cid-ufPCKg14UH .specialty {
  padding-top: .5rem;
}
.cid-ufPCKg14UH .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPCKg14UH .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPCKg14UH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPCKg14UH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyidUXcrj {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugyidUXcrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyidUXcrj .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-ugyidUXcrj h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-ugyidUXcrj h1 {
    margin-bottom: 1rem;
  }
}
.cid-ugyidUXcrj p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-ugyidUXcrj p {
    margin-bottom: 2rem;
  }
}
.cid-ugyidUXcrj .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-ugyidUXcrj .image-wrapper,
.cid-ugyidUXcrj img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugyidUXcrj .image-wrapper,
  .cid-ugyidUXcrj img {
    padding-bottom: 0.5rem;
  }
}
.cid-ugyidUXcrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugyidUXcrj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugyidUXcrj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugyidUXcrj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugyidUXcrj .content-wrap {
    width: 100%;
  }
}
.cid-ugyidUXcrj .mbr-section-subtitle,
.cid-ugyidUXcrj .line {
  color: #291f1e;
}
.cid-ugyidUXcrj .mbr-text,
.cid-ugyidUXcrj .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-ugyidUXcrj .mbr-section-title {
  color: #291f1e;
}
.cid-ugyidUXcrj .mbr-section-title,
.cid-ugyidUXcrj .mbr-section-btn,
.cid-ugyidUXcrj .line {
  text-align: left;
  color: #291f1e;
}
.cid-ugyidUXcrj .mbr-text {
  text-align: left;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPCT47fCp {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPCT47fCp .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPCT47fCp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPCT47fCp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPCT47fCp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPCT47fCp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPCT47fCp .menu_box .navbar.opened,
  .cid-ufPCT47fCp .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPCT47fCp nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPCT47fCp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPCT47fCp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPCT47fCp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPCT47fCp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPCT47fCp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPCT47fCp .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPCT47fCp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPCT47fCp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPCT47fCp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPCT47fCp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPCT47fCp .offcanvas-body .mbr-text,
  .cid-ufPCT47fCp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPCT47fCp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPCT47fCp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPCT47fCp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPCT47fCp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPCT47fCp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPCT47fCp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPCT47fCp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPCT47fCp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPCT47fCp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPCT47fCp .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-ufPCT47fCp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPCT47fCp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPCT47fCp .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPCT47fCp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPCT47fCp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPCT47fCp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPCT47fCp .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPCT47fCp .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPCT47fCp .nav-item .nav-link:hover,
.cid-ufPCT47fCp .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPCT47fCp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPCT47fCp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPCT47fCp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPCT47fCp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPCT47fCp .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-ufPCT47fCp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPCT47fCp .offcanvas_box {
    display: none;
  }
}
.cid-ufPCT47fCp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPCT47fCp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPCT47fCp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPCT47fCp .container {
  display: flex;
  margin: auto;
}
.cid-ufPCT47fCp .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPCT47fCp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPCT47fCp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPCT47fCp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPCT47fCp .navbar-nav {
    margin: 0;
  }
}
.cid-ufPCT47fCp .dropdown-menu,
.cid-ufPCT47fCp .navbar.opened {
  background-color: true !important;
}
.cid-ufPCT47fCp .nav-item:focus,
.cid-ufPCT47fCp .nav-link:focus {
  outline: none;
}
.cid-ufPCT47fCp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPCT47fCp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPCT47fCp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPCT47fCp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPCT47fCp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPCT47fCp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPCT47fCp .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPCT47fCp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPCT47fCp .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPCT47fCp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPCT47fCp .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPCT47fCp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPCT47fCp .navbar.collapsed {
  justify-content: center;
}
.cid-ufPCT47fCp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPCT47fCp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPCT47fCp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPCT47fCp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPCT47fCp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPCT47fCp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPCT47fCp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPCT47fCp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPCT47fCp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPCT47fCp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPCT47fCp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPCT47fCp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPCT47fCp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPCT47fCp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPCT47fCp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPCT47fCp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPCT47fCp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPCT47fCp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPCT47fCp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPCT47fCp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPCT47fCp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPCT47fCp .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPCT47fCp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPCT47fCp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPCT47fCp .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-ufPCT47fCp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPCT47fCp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPCT47fCp .dropdown-item.active,
.cid-ufPCT47fCp .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPCT47fCp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPCT47fCp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPCT47fCp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPCT47fCp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPCT47fCp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPCT47fCp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPCT47fCp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPCT47fCp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPCT47fCp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPCT47fCp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPCT47fCp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPCT47fCp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPCT47fCp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPCT47fCp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPCT47fCp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPCT47fCp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPCT47fCp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPCT47fCp .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-ufPCT47fCp .navbar {
    height: 70px;
  }
  .cid-ufPCT47fCp .navbar.opened {
    height: auto;
  }
  .cid-ufPCT47fCp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPCT47fCp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPCT47fCp .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPCT47fCp .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPCT47fCp .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPCT47fCp .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPCT47fCp .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPCT47fCp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPCT47fCp .text_widget {
  margin-bottom: 32px;
}
.cid-ufPCT47fCp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPCT47fCp .text_widget a:hover,
.cid-ufPCT47fCp .text_widget a:focus {
  opacity: .6;
}
.cid-ufPCT47fCp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPCT47fCp .navbar-caption {
  color: #000000;
}
.cid-ufPCT47fCp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPCT47fCp .mbr-section-subtitle,
.cid-ufPCT47fCp .text_widget,
.cid-ufPCT47fCp .mbr-section-btn {
  text-align: center;
}
.cid-ufPCT47fCp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPCT4CO8h {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPCT4CO8h a {
  color: #232323;
}
.cid-ufPCT4CO8h a:hover {
  color: #000000;
}
.cid-ufPCT4CO8h h5.mbr-text {
  color: #444444;
}
.cid-ufPCT4CO8h .card {
  padding: 1rem 2rem;
}
.cid-ufPCT4CO8h .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPCT4CO8h .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPCT4CO8h .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPCT4CO8h .card-box p {
  margin-bottom: 0;
}
.cid-ufPCT4CO8h .specialty {
  padding-top: .5rem;
}
.cid-ufPCT4CO8h .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPCT4CO8h .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPCT4CO8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPCT4CO8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyjchpUWq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugyjchpUWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyjchpUWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyjchpUWq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ugyjchpUWq .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ugyjchpUWq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ugyjchpUWq .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ugyjchpUWq .container {
    padding: 0 16px;
  }
}
.cid-ugyjchpUWq .row {
  padding: 60px 64px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ugyjchpUWq .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ugyjchpUWq .row {
    padding: 25px 9px;
  }
}
.cid-ugyjchpUWq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugyjchpUWq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugyjchpUWq .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugyjchpUWq .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-ugyjchpUWq .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-ugyjchpUWq .image-wrapper img {
    height: 350px;
  }
}
.cid-ugyjchpUWq .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugyjchpUWq .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-ugyjchpUWq .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ugyjchpUWq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-ugyjchpUWq .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ugyjchpUWq .items-wrapper {
    display: block;
  }
}
.cid-ugyjchpUWq .items-wrapper .item {
  padding: 50px;
  background-color: #77c2ee;
  border-radius: .5rem !important;
}
.cid-ugyjchpUWq .items-wrapper .item:nth-child(2n) {
  background-color: #ef6f3f;
}
@media (max-width: 992px) {
  .cid-ugyjchpUWq .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-ugyjchpUWq .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-ugyjchpUWq .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-ugyjchpUWq .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-ugyjchpUWq .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ugyjchpUWq .card {
  justify-content: center;
}
.cid-ugyjchpUWq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugyjchpUWq .mbr-text {
  color: #000000;
}
.cid-ugyjchpUWq .card-title {
  color: #000000;
}
.cid-ugyjchpUWq .card-text {
  color: #000000;
  text-align: center;
}
.cid-ugyjchpUWq .card-title,
.cid-ugyjchpUWq .icon-wrapper {
  text-align: center;
}
.cid-ugyjfOpLpH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugyjfOpLpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyjfOpLpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyjfOpLpH .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-ugyjfOpLpH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ugyjfOpLpH .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-ugyjfOpLpH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ugyjfOpLpH .container {
    padding: 0 14px;
  }
}
.cid-ugyjfOpLpH .row {
  justify-content: center;
}
.cid-ugyjfOpLpH .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugyjfOpLpH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugyjfOpLpH .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-ugyjfOpLpH .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-ugyjfOpLpH .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-ugyjfOpLpH .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-ugyjfOpLpH .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-ugyjfOpLpH .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-ugyjfOpLpH .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-ugyjfOpLpH .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-ugyjfOpLpH .mbr-text_1 {
  color: #01004c;
}
.cid-ugyjfOpLpH .list {
  color: #01004c;
}
.cid-ugyjfOpLpH .mbr-text_2 {
  color: #01004c;
}
.cid-ugyiZW6pTE {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ugyiZW6pTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyiZW6pTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyiZW6pTE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ugyiZW6pTE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ugyiZW6pTE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugyiZW6pTE .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ugyiZW6pTE .container {
    padding: 0 24px;
  }
}
.cid-ugyiZW6pTE .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-ugyiZW6pTE .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugyiZW6pTE .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugyiZW6pTE .image-wrapper img {
    height: 400px;
  }
}
.cid-ugyiZW6pTE .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #ef6f3f;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-ugyiZW6pTE .content-wrapper {
    padding: 24px;
  }
}
.cid-ugyiZW6pTE .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-ugyiZW6pTE .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-ugyiZW6pTE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugyiZW6pTE .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ugyiZW6pTE .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-ugyiZW6pTE .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-ugyiZW6pTE .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-ugyiZW6pTE .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #ef6f3f;
  padding: 16px;
}
.cid-ugyiZW6pTE .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-ugyiZW6pTE .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-ugyiZW6pTE .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ugyiZW6pTE .mbr-section-title {
  color: #18212d;
}
.cid-ugyiZW6pTE .mbr-section-subtitle {
  color: #18212d;
}
.cid-ugyiZW6pTE .mbr-desc {
  color: #18212d;
}
.cid-ugyiZW6pTE .mbr-text_1 {
  color: #18212d;
}
.cid-ugyiZW6pTE .mbr-text_2 {
  color: #18212d;
}
.cid-ugyiZW6pTE .mbr-role {
  color: #18212d;
}
.cid-ugyiZW6pTE .mbr-name {
  color: #18212d;
}
.cid-uh6jxiUdFP.popup-builder {
  background-color: #ffffff;
}
.cid-uh6jxiUdFP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh6jxiUdFP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh6jxiUdFP .modal-content,
.cid-uh6jxiUdFP .modal-dialog {
  height: auto;
}
.cid-uh6jxiUdFP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh6jxiUdFP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh6jxiUdFP .form-wrapper .mbr-form .form-group,
  .cid-uh6jxiUdFP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh6jxiUdFP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh6jxiUdFP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uh6jxiUdFP .mbr-text {
  text-align: center;
}
.cid-uh6jxiUdFP .pt-0 {
  padding-top: 0 !important;
}
.cid-uh6jxiUdFP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh6jxiUdFP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh6jxiUdFP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh6jxiUdFP .modal-open {
  overflow: hidden;
}
.cid-uh6jxiUdFP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh6jxiUdFP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh6jxiUdFP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh6jxiUdFP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uh6jxiUdFP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh6jxiUdFP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh6jxiUdFP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh6jxiUdFP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uh6jxiUdFP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh6jxiUdFP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh6jxiUdFP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh6jxiUdFP .modal-backdrop.show {
  opacity: .5;
}
.cid-uh6jxiUdFP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uh6jxiUdFP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6jxiUdFP .modal-header {
    padding: 1rem;
  }
}
.cid-uh6jxiUdFP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh6jxiUdFP .modal-header .close svg {
  fill: #353535;
}
.cid-uh6jxiUdFP .modal-header .close:hover {
  opacity: 1;
}
.cid-uh6jxiUdFP .modal-header .close:focus {
  outline: none;
}
.cid-uh6jxiUdFP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uh6jxiUdFP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh6jxiUdFP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6jxiUdFP .modal-body {
    padding: 1rem;
  }
}
.cid-uh6jxiUdFP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uh6jxiUdFP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6jxiUdFP .modal-footer {
    padding: 1rem;
  }
}
.cid-uh6jxiUdFP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh6jxiUdFP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh6jxiUdFP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh6jxiUdFP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh6jxiUdFP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh6jxiUdFP .modal-lg,
  .cid-uh6jxiUdFP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh6jxiUdFP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh6jxiUdFP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh6jxiUdFP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uh6jxiUdFP .form-group {
  margin-bottom: 1rem;
}
.cid-uh6jxiUdFP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh6jxiUdFP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh6jxiUdFP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uh6jxiUdFP .mbr-section-btn {
  margin: 0;
}
.cid-uh6jxiUdFP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uh6jy3bx8u.popup-builder {
  background-color: #ffffff;
}
.cid-uh6jy3bx8u.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh6jy3bx8u.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh6jy3bx8u .modal-content,
.cid-uh6jy3bx8u .modal-dialog {
  height: auto;
}
.cid-uh6jy3bx8u .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh6jy3bx8u .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh6jy3bx8u .form-wrapper .mbr-form .form-group,
  .cid-uh6jy3bx8u .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh6jy3bx8u .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh6jy3bx8u .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uh6jy3bx8u .mbr-text {
  text-align: center;
}
.cid-uh6jy3bx8u .pt-0 {
  padding-top: 0 !important;
}
.cid-uh6jy3bx8u .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh6jy3bx8u .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh6jy3bx8u .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh6jy3bx8u .modal-open {
  overflow: hidden;
}
.cid-uh6jy3bx8u .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh6jy3bx8u .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh6jy3bx8u .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh6jy3bx8u .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uh6jy3bx8u .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh6jy3bx8u .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh6jy3bx8u .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh6jy3bx8u .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uh6jy3bx8u .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh6jy3bx8u .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh6jy3bx8u .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh6jy3bx8u .modal-backdrop.show {
  opacity: .5;
}
.cid-uh6jy3bx8u .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uh6jy3bx8u .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6jy3bx8u .modal-header {
    padding: 1rem;
  }
}
.cid-uh6jy3bx8u .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh6jy3bx8u .modal-header .close svg {
  fill: #353535;
}
.cid-uh6jy3bx8u .modal-header .close:hover {
  opacity: 1;
}
.cid-uh6jy3bx8u .modal-header .close:focus {
  outline: none;
}
.cid-uh6jy3bx8u .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uh6jy3bx8u .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh6jy3bx8u .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6jy3bx8u .modal-body {
    padding: 1rem;
  }
}
.cid-uh6jy3bx8u .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uh6jy3bx8u .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6jy3bx8u .modal-footer {
    padding: 1rem;
  }
}
.cid-uh6jy3bx8u .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh6jy3bx8u .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh6jy3bx8u .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh6jy3bx8u .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh6jy3bx8u .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh6jy3bx8u .modal-lg,
  .cid-uh6jy3bx8u .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh6jy3bx8u .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh6jy3bx8u .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh6jy3bx8u .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uh6jy3bx8u .form-group {
  margin-bottom: 1rem;
}
.cid-uh6jy3bx8u .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh6jy3bx8u .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh6jy3bx8u .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uh6jy3bx8u .mbr-section-btn {
  margin: 0;
}
.cid-uh6jy3bx8u .mbr-section-btn .btn {
  margin: 0;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-uh6jwzaKyg.popup-builder {
  background-color: #ffffff;
}
.cid-uh6jwzaKyg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh6jwzaKyg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh6jwzaKyg .modal-content,
.cid-uh6jwzaKyg .modal-dialog {
  height: auto;
}
.cid-uh6jwzaKyg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh6jwzaKyg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh6jwzaKyg .form-wrapper .mbr-form .form-group,
  .cid-uh6jwzaKyg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh6jwzaKyg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh6jwzaKyg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uh6jwzaKyg .mbr-text {
  text-align: center;
}
.cid-uh6jwzaKyg .pt-0 {
  padding-top: 0 !important;
}
.cid-uh6jwzaKyg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh6jwzaKyg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh6jwzaKyg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh6jwzaKyg .modal-open {
  overflow: hidden;
}
.cid-uh6jwzaKyg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh6jwzaKyg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh6jwzaKyg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh6jwzaKyg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uh6jwzaKyg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh6jwzaKyg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh6jwzaKyg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh6jwzaKyg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uh6jwzaKyg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh6jwzaKyg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh6jwzaKyg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh6jwzaKyg .modal-backdrop.show {
  opacity: .5;
}
.cid-uh6jwzaKyg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uh6jwzaKyg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6jwzaKyg .modal-header {
    padding: 1rem;
  }
}
.cid-uh6jwzaKyg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh6jwzaKyg .modal-header .close svg {
  fill: #353535;
}
.cid-uh6jwzaKyg .modal-header .close:hover {
  opacity: 1;
}
.cid-uh6jwzaKyg .modal-header .close:focus {
  outline: none;
}
.cid-uh6jwzaKyg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uh6jwzaKyg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh6jwzaKyg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6jwzaKyg .modal-body {
    padding: 1rem;
  }
}
.cid-uh6jwzaKyg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uh6jwzaKyg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6jwzaKyg .modal-footer {
    padding: 1rem;
  }
}
.cid-uh6jwzaKyg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh6jwzaKyg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh6jwzaKyg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh6jwzaKyg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh6jwzaKyg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh6jwzaKyg .modal-lg,
  .cid-uh6jwzaKyg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh6jwzaKyg .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh6jwzaKyg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh6jwzaKyg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uh6jwzaKyg .form-group {
  margin-bottom: 1rem;
}
.cid-uh6jwzaKyg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh6jwzaKyg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh6jwzaKyg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uh6jwzaKyg .mbr-section-btn {
  margin: 0;
}
.cid-uh6jwzaKyg .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufPCVPM7gD {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPCVPM7gD .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPCVPM7gD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPCVPM7gD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPCVPM7gD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPCVPM7gD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPCVPM7gD .menu_box .navbar.opened,
  .cid-ufPCVPM7gD .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPCVPM7gD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPCVPM7gD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPCVPM7gD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPCVPM7gD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPCVPM7gD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPCVPM7gD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPCVPM7gD .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPCVPM7gD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPCVPM7gD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPCVPM7gD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPCVPM7gD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPCVPM7gD .offcanvas-body .mbr-text,
  .cid-ufPCVPM7gD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPCVPM7gD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPCVPM7gD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPCVPM7gD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPCVPM7gD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPCVPM7gD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPCVPM7gD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPCVPM7gD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPCVPM7gD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPCVPM7gD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPCVPM7gD .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-ufPCVPM7gD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPCVPM7gD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPCVPM7gD .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPCVPM7gD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPCVPM7gD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPCVPM7gD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPCVPM7gD .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPCVPM7gD .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPCVPM7gD .nav-item .nav-link:hover,
.cid-ufPCVPM7gD .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPCVPM7gD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPCVPM7gD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPCVPM7gD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPCVPM7gD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPCVPM7gD .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-ufPCVPM7gD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPCVPM7gD .offcanvas_box {
    display: none;
  }
}
.cid-ufPCVPM7gD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPCVPM7gD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPCVPM7gD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPCVPM7gD .container {
  display: flex;
  margin: auto;
}
.cid-ufPCVPM7gD .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPCVPM7gD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPCVPM7gD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPCVPM7gD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPCVPM7gD .navbar-nav {
    margin: 0;
  }
}
.cid-ufPCVPM7gD .dropdown-menu,
.cid-ufPCVPM7gD .navbar.opened {
  background-color: true !important;
}
.cid-ufPCVPM7gD .nav-item:focus,
.cid-ufPCVPM7gD .nav-link:focus {
  outline: none;
}
.cid-ufPCVPM7gD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPCVPM7gD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPCVPM7gD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPCVPM7gD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPCVPM7gD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPCVPM7gD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPCVPM7gD .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPCVPM7gD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPCVPM7gD .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPCVPM7gD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPCVPM7gD .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPCVPM7gD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPCVPM7gD .navbar.collapsed {
  justify-content: center;
}
.cid-ufPCVPM7gD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPCVPM7gD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPCVPM7gD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPCVPM7gD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPCVPM7gD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPCVPM7gD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPCVPM7gD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPCVPM7gD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPCVPM7gD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPCVPM7gD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPCVPM7gD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPCVPM7gD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPCVPM7gD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPCVPM7gD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPCVPM7gD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPCVPM7gD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPCVPM7gD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPCVPM7gD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPCVPM7gD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPCVPM7gD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPCVPM7gD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPCVPM7gD .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPCVPM7gD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPCVPM7gD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPCVPM7gD .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-ufPCVPM7gD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPCVPM7gD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPCVPM7gD .dropdown-item.active,
.cid-ufPCVPM7gD .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPCVPM7gD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPCVPM7gD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPCVPM7gD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPCVPM7gD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPCVPM7gD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPCVPM7gD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPCVPM7gD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPCVPM7gD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPCVPM7gD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPCVPM7gD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPCVPM7gD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPCVPM7gD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPCVPM7gD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPCVPM7gD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPCVPM7gD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPCVPM7gD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPCVPM7gD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPCVPM7gD .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-ufPCVPM7gD .navbar {
    height: 70px;
  }
  .cid-ufPCVPM7gD .navbar.opened {
    height: auto;
  }
  .cid-ufPCVPM7gD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPCVPM7gD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPCVPM7gD .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPCVPM7gD .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPCVPM7gD .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPCVPM7gD .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPCVPM7gD .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPCVPM7gD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPCVPM7gD .text_widget {
  margin-bottom: 32px;
}
.cid-ufPCVPM7gD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPCVPM7gD .text_widget a:hover,
.cid-ufPCVPM7gD .text_widget a:focus {
  opacity: .6;
}
.cid-ufPCVPM7gD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPCVPM7gD .navbar-caption {
  color: #000000;
}
.cid-ufPCVPM7gD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPCVPM7gD .mbr-section-subtitle,
.cid-ufPCVPM7gD .text_widget,
.cid-ufPCVPM7gD .mbr-section-btn {
  text-align: center;
}
.cid-ufPCVPM7gD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPCVQgkYM {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPCVQgkYM a {
  color: #232323;
}
.cid-ufPCVQgkYM a:hover {
  color: #000000;
}
.cid-ufPCVQgkYM h5.mbr-text {
  color: #444444;
}
.cid-ufPCVQgkYM .card {
  padding: 1rem 2rem;
}
.cid-ufPCVQgkYM .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPCVQgkYM .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPCVQgkYM .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPCVQgkYM .card-box p {
  margin-bottom: 0;
}
.cid-ufPCVQgkYM .specialty {
  padding-top: .5rem;
}
.cid-ufPCVQgkYM .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPCVQgkYM .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPCVQgkYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPCVQgkYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufPINklRdM {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufPINklRdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPINklRdM .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-ufPINklRdM h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-ufPINklRdM h1 {
    margin-bottom: 1rem;
  }
}
.cid-ufPINklRdM p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-ufPINklRdM p {
    margin-bottom: 2rem;
  }
}
.cid-ufPINklRdM .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-ufPINklRdM .image-wrapper,
.cid-ufPINklRdM img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufPINklRdM .image-wrapper,
  .cid-ufPINklRdM img {
    padding-bottom: 0.5rem;
  }
}
.cid-ufPINklRdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufPINklRdM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufPINklRdM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufPINklRdM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufPINklRdM .content-wrap {
    width: 100%;
  }
}
.cid-ufPINklRdM .mbr-section-subtitle,
.cid-ufPINklRdM .line {
  color: #291f1e;
}
.cid-ufPINklRdM .mbr-text,
.cid-ufPINklRdM .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-ufPINklRdM .mbr-section-title {
  color: #291f1e;
}
.cid-ufPINklRdM .mbr-section-title,
.cid-ufPINklRdM .mbr-section-btn,
.cid-ufPINklRdM .line {
  text-align: left;
  color: #291f1e;
}
.cid-ufPINklRdM .mbr-text {
  text-align: left;
}
.cid-ugyqqPRZUT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-ugyqqPRZUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyqqPRZUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyqqPRZUT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ugyqqPRZUT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ugyqqPRZUT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ugyqqPRZUT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ugyqqPRZUT .container {
    padding: 0 16px;
  }
}
.cid-ugyqqPRZUT .row {
  justify-content: center;
}
.cid-ugyqqPRZUT .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugyqqPRZUT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugyqqPRZUT .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ugyqqPRZUT .card {
    flex-direction: column;
  }
}
.cid-ugyqqPRZUT .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ugyqqPRZUT .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-ugyqqPRZUT .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-ugyqqPRZUT .image-wrapper img {
    height: 350px;
  }
}
.cid-ugyqqPRZUT .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ugyqqPRZUT .content-wrapper {
    width: 100%;
  }
}
.cid-ugyqqPRZUT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugyqqPRZUT .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ugyqqPRZUT .mbr-section-subtitle {
  color: #000000;
}
.cid-ugyqqPRZUT .mbr-text {
  color: #000000;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPCYDyS3i {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPCYDyS3i .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPCYDyS3i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPCYDyS3i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPCYDyS3i .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPCYDyS3i .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPCYDyS3i .menu_box .navbar.opened,
  .cid-ufPCYDyS3i .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPCYDyS3i nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPCYDyS3i .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPCYDyS3i .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPCYDyS3i .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPCYDyS3i .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPCYDyS3i .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPCYDyS3i .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPCYDyS3i .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPCYDyS3i .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPCYDyS3i .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPCYDyS3i .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPCYDyS3i .offcanvas-body .mbr-text,
  .cid-ufPCYDyS3i .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPCYDyS3i .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPCYDyS3i .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPCYDyS3i .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPCYDyS3i .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPCYDyS3i .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPCYDyS3i .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPCYDyS3i .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPCYDyS3i ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPCYDyS3i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPCYDyS3i .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-ufPCYDyS3i .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPCYDyS3i li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPCYDyS3i .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPCYDyS3i .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPCYDyS3i .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPCYDyS3i .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPCYDyS3i .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPCYDyS3i .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPCYDyS3i .nav-item .nav-link:hover,
.cid-ufPCYDyS3i .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPCYDyS3i .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPCYDyS3i .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPCYDyS3i .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPCYDyS3i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPCYDyS3i .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-ufPCYDyS3i .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPCYDyS3i .offcanvas_box {
    display: none;
  }
}
.cid-ufPCYDyS3i .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPCYDyS3i .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPCYDyS3i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPCYDyS3i .container {
  display: flex;
  margin: auto;
}
.cid-ufPCYDyS3i .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPCYDyS3i .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPCYDyS3i .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPCYDyS3i .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPCYDyS3i .navbar-nav {
    margin: 0;
  }
}
.cid-ufPCYDyS3i .dropdown-menu,
.cid-ufPCYDyS3i .navbar.opened {
  background-color: true !important;
}
.cid-ufPCYDyS3i .nav-item:focus,
.cid-ufPCYDyS3i .nav-link:focus {
  outline: none;
}
.cid-ufPCYDyS3i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPCYDyS3i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPCYDyS3i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPCYDyS3i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPCYDyS3i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPCYDyS3i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPCYDyS3i .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPCYDyS3i .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPCYDyS3i .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPCYDyS3i .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPCYDyS3i .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPCYDyS3i .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPCYDyS3i .navbar.collapsed {
  justify-content: center;
}
.cid-ufPCYDyS3i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPCYDyS3i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPCYDyS3i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPCYDyS3i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPCYDyS3i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPCYDyS3i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPCYDyS3i .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPCYDyS3i .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPCYDyS3i .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPCYDyS3i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPCYDyS3i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPCYDyS3i .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPCYDyS3i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPCYDyS3i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPCYDyS3i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPCYDyS3i .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPCYDyS3i .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPCYDyS3i .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPCYDyS3i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPCYDyS3i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPCYDyS3i .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPCYDyS3i .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPCYDyS3i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPCYDyS3i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPCYDyS3i .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-ufPCYDyS3i .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPCYDyS3i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPCYDyS3i .dropdown-item.active,
.cid-ufPCYDyS3i .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPCYDyS3i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPCYDyS3i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPCYDyS3i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPCYDyS3i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPCYDyS3i ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPCYDyS3i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPCYDyS3i button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPCYDyS3i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPCYDyS3i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPCYDyS3i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPCYDyS3i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPCYDyS3i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPCYDyS3i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPCYDyS3i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPCYDyS3i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPCYDyS3i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPCYDyS3i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPCYDyS3i .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-ufPCYDyS3i .navbar {
    height: 70px;
  }
  .cid-ufPCYDyS3i .navbar.opened {
    height: auto;
  }
  .cid-ufPCYDyS3i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPCYDyS3i .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPCYDyS3i .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPCYDyS3i .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPCYDyS3i .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPCYDyS3i .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPCYDyS3i .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPCYDyS3i .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPCYDyS3i .text_widget {
  margin-bottom: 32px;
}
.cid-ufPCYDyS3i .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPCYDyS3i .text_widget a:hover,
.cid-ufPCYDyS3i .text_widget a:focus {
  opacity: .6;
}
.cid-ufPCYDyS3i .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPCYDyS3i .navbar-caption {
  color: #000000;
}
.cid-ufPCYDyS3i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPCYDyS3i .mbr-section-subtitle,
.cid-ufPCYDyS3i .text_widget,
.cid-ufPCYDyS3i .mbr-section-btn {
  text-align: center;
}
.cid-ufPCYDyS3i a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPCYE2Sog {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPCYE2Sog a {
  color: #232323;
}
.cid-ufPCYE2Sog a:hover {
  color: #000000;
}
.cid-ufPCYE2Sog h5.mbr-text {
  color: #444444;
}
.cid-ufPCYE2Sog .card {
  padding: 1rem 2rem;
}
.cid-ufPCYE2Sog .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPCYE2Sog .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPCYE2Sog .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPCYE2Sog .card-box p {
  margin-bottom: 0;
}
.cid-ufPCYE2Sog .specialty {
  padding-top: .5rem;
}
.cid-ufPCYE2Sog .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPCYE2Sog .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPCYE2Sog .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPCYE2Sog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufPSGSVznW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPSGSVznW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPSGSVznW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufPSGSVznW img {
  object-fit: cover;
  width: 300px;
  margin: 0 auto;
  height: 300px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-ufPSGSVznW img {
    width: 200px;
    height: 200px;
  }
}
.cid-ufPSGSVznW a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-ufPSq19gZJ {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-ufPSq19gZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPSq19gZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufPSq19gZJ img {
  object-fit: cover;
  width: 300px;
  margin: 0 auto;
  height: 300px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-ufPSq19gZJ img {
    width: 200px;
    height: 200px;
  }
}
.cid-ufPSq19gZJ a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPD14u4q4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPD14u4q4 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPD14u4q4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPD14u4q4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPD14u4q4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPD14u4q4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPD14u4q4 .menu_box .navbar.opened,
  .cid-ufPD14u4q4 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPD14u4q4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPD14u4q4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPD14u4q4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPD14u4q4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPD14u4q4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPD14u4q4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPD14u4q4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPD14u4q4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPD14u4q4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPD14u4q4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPD14u4q4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPD14u4q4 .offcanvas-body .mbr-text,
  .cid-ufPD14u4q4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPD14u4q4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPD14u4q4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPD14u4q4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPD14u4q4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPD14u4q4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPD14u4q4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPD14u4q4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPD14u4q4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPD14u4q4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPD14u4q4 .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-ufPD14u4q4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPD14u4q4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPD14u4q4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPD14u4q4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPD14u4q4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPD14u4q4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPD14u4q4 .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPD14u4q4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPD14u4q4 .nav-item .nav-link:hover,
.cid-ufPD14u4q4 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPD14u4q4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPD14u4q4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPD14u4q4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPD14u4q4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPD14u4q4 .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-ufPD14u4q4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPD14u4q4 .offcanvas_box {
    display: none;
  }
}
.cid-ufPD14u4q4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPD14u4q4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPD14u4q4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPD14u4q4 .container {
  display: flex;
  margin: auto;
}
.cid-ufPD14u4q4 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPD14u4q4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPD14u4q4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPD14u4q4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPD14u4q4 .navbar-nav {
    margin: 0;
  }
}
.cid-ufPD14u4q4 .dropdown-menu,
.cid-ufPD14u4q4 .navbar.opened {
  background-color: true !important;
}
.cid-ufPD14u4q4 .nav-item:focus,
.cid-ufPD14u4q4 .nav-link:focus {
  outline: none;
}
.cid-ufPD14u4q4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPD14u4q4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPD14u4q4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPD14u4q4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPD14u4q4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPD14u4q4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPD14u4q4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPD14u4q4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPD14u4q4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPD14u4q4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPD14u4q4 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPD14u4q4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPD14u4q4 .navbar.collapsed {
  justify-content: center;
}
.cid-ufPD14u4q4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPD14u4q4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPD14u4q4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPD14u4q4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPD14u4q4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPD14u4q4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPD14u4q4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPD14u4q4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPD14u4q4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPD14u4q4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPD14u4q4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPD14u4q4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPD14u4q4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPD14u4q4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPD14u4q4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPD14u4q4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPD14u4q4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPD14u4q4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPD14u4q4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPD14u4q4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPD14u4q4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPD14u4q4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPD14u4q4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPD14u4q4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPD14u4q4 .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-ufPD14u4q4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPD14u4q4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPD14u4q4 .dropdown-item.active,
.cid-ufPD14u4q4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPD14u4q4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPD14u4q4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPD14u4q4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPD14u4q4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPD14u4q4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPD14u4q4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPD14u4q4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPD14u4q4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPD14u4q4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPD14u4q4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPD14u4q4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPD14u4q4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPD14u4q4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPD14u4q4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPD14u4q4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPD14u4q4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPD14u4q4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPD14u4q4 .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-ufPD14u4q4 .navbar {
    height: 70px;
  }
  .cid-ufPD14u4q4 .navbar.opened {
    height: auto;
  }
  .cid-ufPD14u4q4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPD14u4q4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPD14u4q4 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPD14u4q4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPD14u4q4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPD14u4q4 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPD14u4q4 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPD14u4q4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPD14u4q4 .text_widget {
  margin-bottom: 32px;
}
.cid-ufPD14u4q4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPD14u4q4 .text_widget a:hover,
.cid-ufPD14u4q4 .text_widget a:focus {
  opacity: .6;
}
.cid-ufPD14u4q4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPD14u4q4 .navbar-caption {
  color: #000000;
}
.cid-ufPD14u4q4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPD14u4q4 .mbr-section-subtitle,
.cid-ufPD14u4q4 .text_widget,
.cid-ufPD14u4q4 .mbr-section-btn {
  text-align: center;
}
.cid-ufPD14u4q4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPD14XRdm {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPD14XRdm a {
  color: #232323;
}
.cid-ufPD14XRdm a:hover {
  color: #000000;
}
.cid-ufPD14XRdm h5.mbr-text {
  color: #444444;
}
.cid-ufPD14XRdm .card {
  padding: 1rem 2rem;
}
.cid-ufPD14XRdm .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPD14XRdm .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPD14XRdm .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPD14XRdm .card-box p {
  margin-bottom: 0;
}
.cid-ufPD14XRdm .specialty {
  padding-top: .5rem;
}
.cid-ufPD14XRdm .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPD14XRdm .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPD14XRdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPD14XRdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufPKg2klkw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufPKg2klkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPKg2klkw .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-ufPKg2klkw .container {
    padding: 0 30px;
  }
}
.cid-ufPKg2klkw .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ufPKg2klkw .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ufPKg2klkw .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-ufPKg2klkw .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ufPKg2klkw .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-ufPKg2klkw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-ufPKg2klkw .items-wrapper {
    display: block;
  }
}
.cid-ufPKg2klkw .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #dbf5d1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-ufPKg2klkw .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-ufPKg2klkw .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #dbf5d1;
  }
}
.cid-ufPKg2klkw .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-ufPKg2klkw .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-ufPKg2klkw .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-ufPKg2klkw .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-ufPKg2klkw .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-ufPKg2klkw .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-ufPKg2klkw .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-ufPKg2klkw .item-date {
  color: #22654E;
}
.cid-ufPKg2klkw .item-title {
  color: #22654E;
}
.cid-ufPKg2klkw .item-text {
  color: #144031;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPD32GQ2c {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPD32GQ2c .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPD32GQ2c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPD32GQ2c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPD32GQ2c .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPD32GQ2c .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPD32GQ2c .menu_box .navbar.opened,
  .cid-ufPD32GQ2c .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPD32GQ2c nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPD32GQ2c .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPD32GQ2c .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPD32GQ2c .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPD32GQ2c .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPD32GQ2c .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPD32GQ2c .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPD32GQ2c .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPD32GQ2c .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPD32GQ2c .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPD32GQ2c .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPD32GQ2c .offcanvas-body .mbr-text,
  .cid-ufPD32GQ2c .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPD32GQ2c .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPD32GQ2c .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPD32GQ2c .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPD32GQ2c .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPD32GQ2c .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPD32GQ2c .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPD32GQ2c .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPD32GQ2c ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPD32GQ2c .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPD32GQ2c .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-ufPD32GQ2c .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPD32GQ2c li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPD32GQ2c .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPD32GQ2c .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPD32GQ2c .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPD32GQ2c .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPD32GQ2c .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPD32GQ2c .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPD32GQ2c .nav-item .nav-link:hover,
.cid-ufPD32GQ2c .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPD32GQ2c .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPD32GQ2c .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPD32GQ2c .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPD32GQ2c .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPD32GQ2c .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-ufPD32GQ2c .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPD32GQ2c .offcanvas_box {
    display: none;
  }
}
.cid-ufPD32GQ2c .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPD32GQ2c .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPD32GQ2c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPD32GQ2c .container {
  display: flex;
  margin: auto;
}
.cid-ufPD32GQ2c .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPD32GQ2c .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPD32GQ2c .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPD32GQ2c .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPD32GQ2c .navbar-nav {
    margin: 0;
  }
}
.cid-ufPD32GQ2c .dropdown-menu,
.cid-ufPD32GQ2c .navbar.opened {
  background-color: true !important;
}
.cid-ufPD32GQ2c .nav-item:focus,
.cid-ufPD32GQ2c .nav-link:focus {
  outline: none;
}
.cid-ufPD32GQ2c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPD32GQ2c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPD32GQ2c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPD32GQ2c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPD32GQ2c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPD32GQ2c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPD32GQ2c .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPD32GQ2c .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPD32GQ2c .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPD32GQ2c .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPD32GQ2c .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPD32GQ2c .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPD32GQ2c .navbar.collapsed {
  justify-content: center;
}
.cid-ufPD32GQ2c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPD32GQ2c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPD32GQ2c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPD32GQ2c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPD32GQ2c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPD32GQ2c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPD32GQ2c .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPD32GQ2c .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPD32GQ2c .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPD32GQ2c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPD32GQ2c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPD32GQ2c .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPD32GQ2c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPD32GQ2c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPD32GQ2c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPD32GQ2c .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPD32GQ2c .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPD32GQ2c .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPD32GQ2c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPD32GQ2c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPD32GQ2c .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPD32GQ2c .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPD32GQ2c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPD32GQ2c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPD32GQ2c .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-ufPD32GQ2c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPD32GQ2c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPD32GQ2c .dropdown-item.active,
.cid-ufPD32GQ2c .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPD32GQ2c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPD32GQ2c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPD32GQ2c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPD32GQ2c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPD32GQ2c ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPD32GQ2c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPD32GQ2c button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPD32GQ2c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPD32GQ2c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPD32GQ2c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPD32GQ2c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPD32GQ2c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPD32GQ2c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPD32GQ2c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPD32GQ2c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPD32GQ2c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPD32GQ2c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPD32GQ2c .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-ufPD32GQ2c .navbar {
    height: 70px;
  }
  .cid-ufPD32GQ2c .navbar.opened {
    height: auto;
  }
  .cid-ufPD32GQ2c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPD32GQ2c .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPD32GQ2c .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPD32GQ2c .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPD32GQ2c .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPD32GQ2c .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPD32GQ2c .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPD32GQ2c .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPD32GQ2c .text_widget {
  margin-bottom: 32px;
}
.cid-ufPD32GQ2c .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPD32GQ2c .text_widget a:hover,
.cid-ufPD32GQ2c .text_widget a:focus {
  opacity: .6;
}
.cid-ufPD32GQ2c .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPD32GQ2c .navbar-caption {
  color: #000000;
}
.cid-ufPD32GQ2c .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPD32GQ2c .mbr-section-subtitle,
.cid-ufPD32GQ2c .text_widget,
.cid-ufPD32GQ2c .mbr-section-btn {
  text-align: center;
}
.cid-ufPD32GQ2c a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPD339WVC {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPD339WVC a {
  color: #232323;
}
.cid-ufPD339WVC a:hover {
  color: #000000;
}
.cid-ufPD339WVC h5.mbr-text {
  color: #444444;
}
.cid-ufPD339WVC .card {
  padding: 1rem 2rem;
}
.cid-ufPD339WVC .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPD339WVC .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPD339WVC .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPD339WVC .card-box p {
  margin-bottom: 0;
}
.cid-ufPD339WVC .specialty {
  padding-top: .5rem;
}
.cid-ufPD339WVC .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPD339WVC .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPD339WVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPD339WVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufPKNI2T8X {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufPKNI2T8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPKNI2T8X .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-ufPKNI2T8X h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-ufPKNI2T8X h1 {
    margin-bottom: 1rem;
  }
}
.cid-ufPKNI2T8X p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-ufPKNI2T8X p {
    margin-bottom: 2rem;
  }
}
.cid-ufPKNI2T8X .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-ufPKNI2T8X .image-wrapper,
.cid-ufPKNI2T8X img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufPKNI2T8X .image-wrapper,
  .cid-ufPKNI2T8X img {
    padding-bottom: 0.5rem;
  }
}
.cid-ufPKNI2T8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufPKNI2T8X .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufPKNI2T8X {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufPKNI2T8X .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufPKNI2T8X .content-wrap {
    width: 100%;
  }
}
.cid-ufPKNI2T8X .mbr-section-subtitle,
.cid-ufPKNI2T8X .line {
  color: #291f1e;
}
.cid-ufPKNI2T8X .mbr-text,
.cid-ufPKNI2T8X .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-ufPKNI2T8X .mbr-section-title {
  color: #291f1e;
}
.cid-ufPKNI2T8X .mbr-section-title,
.cid-ufPKNI2T8X .mbr-section-btn,
.cid-ufPKNI2T8X .line {
  text-align: left;
  color: #291f1e;
}
.cid-ufPKNI2T8X .mbr-text {
  text-align: left;
}
.cid-ugyGSHiNzI {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #d84a16;
}
.cid-ugyGSHiNzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyGSHiNzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyGSHiNzI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ugyGSHiNzI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugyGSHiNzI .container {
    padding: 0 24px;
  }
}
.cid-ugyGSHiNzI .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ugyGSHiNzI .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugyGSHiNzI .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugyGSHiNzI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ugyGSHiNzI .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #d84a16;
  border-radius: 40px;
}
.cid-ugyGSHiNzI .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-ugyGSHiNzI .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-ugyGSHiNzI .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-ugyGSHiNzI .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-ugyGSHiNzI .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-ugyGSHiNzI .mbr-section-title,
.cid-ugyGSHiNzI .buttons-wrapper {
  text-align: center;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPD5LPMyN {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPD5LPMyN .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPD5LPMyN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPD5LPMyN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPD5LPMyN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPD5LPMyN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPD5LPMyN .menu_box .navbar.opened,
  .cid-ufPD5LPMyN .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPD5LPMyN nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPD5LPMyN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPD5LPMyN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPD5LPMyN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPD5LPMyN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPD5LPMyN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPD5LPMyN .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPD5LPMyN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPD5LPMyN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPD5LPMyN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPD5LPMyN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPD5LPMyN .offcanvas-body .mbr-text,
  .cid-ufPD5LPMyN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPD5LPMyN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPD5LPMyN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPD5LPMyN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPD5LPMyN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPD5LPMyN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPD5LPMyN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPD5LPMyN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPD5LPMyN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPD5LPMyN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPD5LPMyN .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-ufPD5LPMyN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPD5LPMyN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPD5LPMyN .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPD5LPMyN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPD5LPMyN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPD5LPMyN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPD5LPMyN .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPD5LPMyN .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPD5LPMyN .nav-item .nav-link:hover,
.cid-ufPD5LPMyN .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPD5LPMyN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPD5LPMyN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPD5LPMyN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPD5LPMyN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPD5LPMyN .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-ufPD5LPMyN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPD5LPMyN .offcanvas_box {
    display: none;
  }
}
.cid-ufPD5LPMyN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPD5LPMyN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPD5LPMyN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPD5LPMyN .container {
  display: flex;
  margin: auto;
}
.cid-ufPD5LPMyN .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPD5LPMyN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPD5LPMyN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPD5LPMyN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPD5LPMyN .navbar-nav {
    margin: 0;
  }
}
.cid-ufPD5LPMyN .dropdown-menu,
.cid-ufPD5LPMyN .navbar.opened {
  background-color: true !important;
}
.cid-ufPD5LPMyN .nav-item:focus,
.cid-ufPD5LPMyN .nav-link:focus {
  outline: none;
}
.cid-ufPD5LPMyN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPD5LPMyN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPD5LPMyN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPD5LPMyN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPD5LPMyN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPD5LPMyN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPD5LPMyN .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPD5LPMyN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPD5LPMyN .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPD5LPMyN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPD5LPMyN .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPD5LPMyN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPD5LPMyN .navbar.collapsed {
  justify-content: center;
}
.cid-ufPD5LPMyN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPD5LPMyN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPD5LPMyN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPD5LPMyN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPD5LPMyN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPD5LPMyN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPD5LPMyN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPD5LPMyN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPD5LPMyN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPD5LPMyN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPD5LPMyN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPD5LPMyN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPD5LPMyN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPD5LPMyN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPD5LPMyN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPD5LPMyN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPD5LPMyN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPD5LPMyN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPD5LPMyN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPD5LPMyN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPD5LPMyN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPD5LPMyN .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPD5LPMyN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPD5LPMyN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPD5LPMyN .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-ufPD5LPMyN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPD5LPMyN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPD5LPMyN .dropdown-item.active,
.cid-ufPD5LPMyN .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPD5LPMyN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPD5LPMyN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPD5LPMyN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPD5LPMyN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPD5LPMyN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPD5LPMyN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPD5LPMyN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPD5LPMyN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPD5LPMyN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPD5LPMyN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPD5LPMyN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPD5LPMyN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPD5LPMyN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPD5LPMyN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPD5LPMyN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPD5LPMyN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPD5LPMyN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPD5LPMyN .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-ufPD5LPMyN .navbar {
    height: 70px;
  }
  .cid-ufPD5LPMyN .navbar.opened {
    height: auto;
  }
  .cid-ufPD5LPMyN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPD5LPMyN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPD5LPMyN .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPD5LPMyN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPD5LPMyN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPD5LPMyN .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPD5LPMyN .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPD5LPMyN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPD5LPMyN .text_widget {
  margin-bottom: 32px;
}
.cid-ufPD5LPMyN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPD5LPMyN .text_widget a:hover,
.cid-ufPD5LPMyN .text_widget a:focus {
  opacity: .6;
}
.cid-ufPD5LPMyN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPD5LPMyN .navbar-caption {
  color: #000000;
}
.cid-ufPD5LPMyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPD5LPMyN .mbr-section-subtitle,
.cid-ufPD5LPMyN .text_widget,
.cid-ufPD5LPMyN .mbr-section-btn {
  text-align: center;
}
.cid-ufPD5LPMyN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPD5Mivjx {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPD5Mivjx a {
  color: #232323;
}
.cid-ufPD5Mivjx a:hover {
  color: #000000;
}
.cid-ufPD5Mivjx h5.mbr-text {
  color: #444444;
}
.cid-ufPD5Mivjx .card {
  padding: 1rem 2rem;
}
.cid-ufPD5Mivjx .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPD5Mivjx .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPD5Mivjx .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPD5Mivjx .card-box p {
  margin-bottom: 0;
}
.cid-ufPD5Mivjx .specialty {
  padding-top: .5rem;
}
.cid-ufPD5Mivjx .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPD5Mivjx .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPD5Mivjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPD5Mivjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufPMuLzmDC {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufPMuLzmDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPMuLzmDC .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-ufPMuLzmDC h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-ufPMuLzmDC h1 {
    margin-bottom: 1rem;
  }
}
.cid-ufPMuLzmDC p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-ufPMuLzmDC p {
    margin-bottom: 2rem;
  }
}
.cid-ufPMuLzmDC .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-ufPMuLzmDC .image-wrapper,
.cid-ufPMuLzmDC img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufPMuLzmDC .image-wrapper,
  .cid-ufPMuLzmDC img {
    padding-bottom: 0.5rem;
  }
}
.cid-ufPMuLzmDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufPMuLzmDC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufPMuLzmDC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufPMuLzmDC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufPMuLzmDC .content-wrap {
    width: 100%;
  }
}
.cid-ufPMuLzmDC .mbr-section-subtitle,
.cid-ufPMuLzmDC .line {
  color: #291f1e;
}
.cid-ufPMuLzmDC .mbr-text,
.cid-ufPMuLzmDC .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-ufPMuLzmDC .mbr-section-title {
  color: #291f1e;
}
.cid-ufPMuLzmDC .mbr-section-title,
.cid-ufPMuLzmDC .mbr-section-btn,
.cid-ufPMuLzmDC .line {
  text-align: left;
  color: #291f1e;
}
.cid-ufPMuLzmDC .mbr-text {
  text-align: left;
}
.cid-ugyGX2cVpv {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #d84a16;
}
.cid-ugyGX2cVpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyGX2cVpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyGX2cVpv .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ugyGX2cVpv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugyGX2cVpv .container {
    padding: 0 24px;
  }
}
.cid-ugyGX2cVpv .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ugyGX2cVpv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugyGX2cVpv .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugyGX2cVpv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ugyGX2cVpv .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #d84a16;
  border-radius: 40px;
}
.cid-ugyGX2cVpv .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-ugyGX2cVpv .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-ugyGX2cVpv .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-ugyGX2cVpv .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-ugyGX2cVpv .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-ugyGX2cVpv .mbr-section-title,
.cid-ugyGX2cVpv .buttons-wrapper {
  text-align: center;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPD9xRYqn {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPD9xRYqn .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPD9xRYqn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPD9xRYqn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPD9xRYqn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPD9xRYqn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPD9xRYqn .menu_box .navbar.opened,
  .cid-ufPD9xRYqn .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPD9xRYqn nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPD9xRYqn .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPD9xRYqn .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPD9xRYqn .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPD9xRYqn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPD9xRYqn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPD9xRYqn .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPD9xRYqn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPD9xRYqn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPD9xRYqn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPD9xRYqn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPD9xRYqn .offcanvas-body .mbr-text,
  .cid-ufPD9xRYqn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPD9xRYqn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPD9xRYqn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPD9xRYqn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPD9xRYqn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPD9xRYqn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPD9xRYqn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPD9xRYqn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPD9xRYqn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPD9xRYqn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPD9xRYqn .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-ufPD9xRYqn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPD9xRYqn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPD9xRYqn .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPD9xRYqn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPD9xRYqn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPD9xRYqn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPD9xRYqn .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPD9xRYqn .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPD9xRYqn .nav-item .nav-link:hover,
.cid-ufPD9xRYqn .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPD9xRYqn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPD9xRYqn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPD9xRYqn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPD9xRYqn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPD9xRYqn .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-ufPD9xRYqn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPD9xRYqn .offcanvas_box {
    display: none;
  }
}
.cid-ufPD9xRYqn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPD9xRYqn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPD9xRYqn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPD9xRYqn .container {
  display: flex;
  margin: auto;
}
.cid-ufPD9xRYqn .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPD9xRYqn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPD9xRYqn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPD9xRYqn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPD9xRYqn .navbar-nav {
    margin: 0;
  }
}
.cid-ufPD9xRYqn .dropdown-menu,
.cid-ufPD9xRYqn .navbar.opened {
  background-color: true !important;
}
.cid-ufPD9xRYqn .nav-item:focus,
.cid-ufPD9xRYqn .nav-link:focus {
  outline: none;
}
.cid-ufPD9xRYqn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPD9xRYqn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPD9xRYqn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPD9xRYqn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPD9xRYqn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPD9xRYqn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPD9xRYqn .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPD9xRYqn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPD9xRYqn .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPD9xRYqn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPD9xRYqn .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPD9xRYqn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPD9xRYqn .navbar.collapsed {
  justify-content: center;
}
.cid-ufPD9xRYqn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPD9xRYqn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPD9xRYqn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPD9xRYqn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPD9xRYqn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPD9xRYqn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPD9xRYqn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPD9xRYqn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPD9xRYqn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPD9xRYqn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPD9xRYqn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPD9xRYqn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPD9xRYqn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPD9xRYqn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPD9xRYqn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPD9xRYqn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPD9xRYqn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPD9xRYqn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPD9xRYqn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPD9xRYqn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPD9xRYqn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPD9xRYqn .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPD9xRYqn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPD9xRYqn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPD9xRYqn .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-ufPD9xRYqn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPD9xRYqn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPD9xRYqn .dropdown-item.active,
.cid-ufPD9xRYqn .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPD9xRYqn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPD9xRYqn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPD9xRYqn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPD9xRYqn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPD9xRYqn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPD9xRYqn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPD9xRYqn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPD9xRYqn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPD9xRYqn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPD9xRYqn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPD9xRYqn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPD9xRYqn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPD9xRYqn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPD9xRYqn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPD9xRYqn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPD9xRYqn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPD9xRYqn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPD9xRYqn .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-ufPD9xRYqn .navbar {
    height: 70px;
  }
  .cid-ufPD9xRYqn .navbar.opened {
    height: auto;
  }
  .cid-ufPD9xRYqn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPD9xRYqn .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPD9xRYqn .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPD9xRYqn .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPD9xRYqn .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPD9xRYqn .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPD9xRYqn .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPD9xRYqn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPD9xRYqn .text_widget {
  margin-bottom: 32px;
}
.cid-ufPD9xRYqn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPD9xRYqn .text_widget a:hover,
.cid-ufPD9xRYqn .text_widget a:focus {
  opacity: .6;
}
.cid-ufPD9xRYqn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPD9xRYqn .navbar-caption {
  color: #000000;
}
.cid-ufPD9xRYqn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPD9xRYqn .mbr-section-subtitle,
.cid-ufPD9xRYqn .text_widget,
.cid-ufPD9xRYqn .mbr-section-btn {
  text-align: center;
}
.cid-ufPD9xRYqn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPD9ynfUY {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPD9ynfUY a {
  color: #232323;
}
.cid-ufPD9ynfUY a:hover {
  color: #000000;
}
.cid-ufPD9ynfUY h5.mbr-text {
  color: #444444;
}
.cid-ufPD9ynfUY .card {
  padding: 1rem 2rem;
}
.cid-ufPD9ynfUY .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPD9ynfUY .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPD9ynfUY .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPD9ynfUY .card-box p {
  margin-bottom: 0;
}
.cid-ufPD9ynfUY .specialty {
  padding-top: .5rem;
}
.cid-ufPD9ynfUY .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPD9ynfUY .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPD9ynfUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPD9ynfUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyu2iH9PJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ugyu2iH9PJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyu2iH9PJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyu2iH9PJ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-ugyu2iH9PJ .line2 {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
}
.cid-ugyu2iH9PJ .title .num {
  width: 100%;
  display: block;
}
.cid-ugyu2iH9PJ .title .card-title {
  z-index: 1;
}
.cid-ugyu2iH9PJ .num {
  color: #291f1e;
}
.cid-ugyu2iH9PJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugyu2iH9PJ .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugyu2iH9PJ * {
    text-align: center !important;
  }
  .cid-ugyu2iH9PJ .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ugyu2iH9PJ .card-title,
.cid-ugyu2iH9PJ .card-img {
  color: #291f1e;
}
.cid-ugyu2iH9PJ .card-text {
  color: #291f1e;
}
.cid-ugyu2iH9PJ .mbr-section-title,
.cid-ugyu2iH9PJ .card-box {
  text-align: left;
}
.cid-ugyu2iH9PJ .mbr-section-title,
.cid-ugyu2iH9PJ .line {
  color: #291f1e;
}
.cid-ugyu2iH9PJ .card-text,
.cid-ugyu2iH9PJ .line2 {
  color: #291f1e;
}
.cid-ufVmh6N65M {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1289.jpg");
}
.cid-ufVmh6N65M .image-h {
  height: 23rem;
}
.cid-ufVmh6N65M .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-ufViMOxCrz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufViMOxCrz .title__block {
  margin-bottom: 89px;
}
.cid-ufViMOxCrz .timelines-container .separline:last-child:before {
  content: none;
}
.cid-ufViMOxCrz .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-ufViMOxCrz .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-ufViMOxCrz .timeline-text-content p {
  margin-bottom: 0;
}
.cid-ufViMOxCrz .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-ufViMOxCrz .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-ufViMOxCrz .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-ufViMOxCrz .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-ufViMOxCrz .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-ufViMOxCrz .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #fe5925;
}
.cid-ufViMOxCrz .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-ufViMOxCrz .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #fe5925;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-ufViMOxCrz .title__block {
    margin-bottom: 40px;
  }
  .cid-ufViMOxCrz .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-ufViMOxCrz .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-ufViMOxCrz .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-ufViMOxCrz .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-ufViMOxCrz .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-ufViMOxCrz .iconBackground {
    left: 0 !important;
  }
  .cid-ufViMOxCrz .separline:before {
    left: 0 !important;
  }
}
.cid-ufViMOxCrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufViMOxCrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufVlNtkUnM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dreamstime-xxl-122874718-2000x1333.jpg");
}
.cid-ufVlNtkUnM .image-h {
  height: 30rem;
}
.cid-ufVlNtkUnM .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-ufVfg4Z2TD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufVfg4Z2TD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufVfg4Z2TD .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-ufVfg4Z2TD .container {
    padding: 0 30px;
  }
}
.cid-ufVfg4Z2TD .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ufVfg4Z2TD .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ufVfg4Z2TD .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ufVfg4Z2TD .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-ufVfg4Z2TD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufVfg4Z2TD .mbr-section-title {
  color: #ffffff;
}
.cid-ufVfg4Z2TD .mbr-text {
  color: #ffffff;
}
.cid-ufVfd7vFM6 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #181818;
}
.cid-ufVfd7vFM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufVfd7vFM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufVfd7vFM6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ufVfd7vFM6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufVfd7vFM6 .container {
    padding: 0 30px;
  }
}
.cid-ufVfd7vFM6 .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ufVfd7vFM6 .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-ufVfd7vFM6 .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-ufVfd7vFM6 .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ufVfd7vFM6 .text-wrapper {
    margin: 0;
  }
}
.cid-ufVfd7vFM6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufVfd7vFM6 .mbr-text {
  color: #ffffff;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPDcXTuTq {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPDcXTuTq .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPDcXTuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPDcXTuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPDcXTuTq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPDcXTuTq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPDcXTuTq .menu_box .navbar.opened,
  .cid-ufPDcXTuTq .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPDcXTuTq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPDcXTuTq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPDcXTuTq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPDcXTuTq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPDcXTuTq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPDcXTuTq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPDcXTuTq .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPDcXTuTq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPDcXTuTq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPDcXTuTq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPDcXTuTq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPDcXTuTq .offcanvas-body .mbr-text,
  .cid-ufPDcXTuTq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPDcXTuTq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPDcXTuTq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPDcXTuTq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPDcXTuTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPDcXTuTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPDcXTuTq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPDcXTuTq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPDcXTuTq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPDcXTuTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPDcXTuTq .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-ufPDcXTuTq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPDcXTuTq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPDcXTuTq .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPDcXTuTq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPDcXTuTq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPDcXTuTq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPDcXTuTq .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPDcXTuTq .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPDcXTuTq .nav-item .nav-link:hover,
.cid-ufPDcXTuTq .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPDcXTuTq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPDcXTuTq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPDcXTuTq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPDcXTuTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPDcXTuTq .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-ufPDcXTuTq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPDcXTuTq .offcanvas_box {
    display: none;
  }
}
.cid-ufPDcXTuTq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPDcXTuTq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPDcXTuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPDcXTuTq .container {
  display: flex;
  margin: auto;
}
.cid-ufPDcXTuTq .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPDcXTuTq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPDcXTuTq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPDcXTuTq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPDcXTuTq .navbar-nav {
    margin: 0;
  }
}
.cid-ufPDcXTuTq .dropdown-menu,
.cid-ufPDcXTuTq .navbar.opened {
  background-color: true !important;
}
.cid-ufPDcXTuTq .nav-item:focus,
.cid-ufPDcXTuTq .nav-link:focus {
  outline: none;
}
.cid-ufPDcXTuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPDcXTuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPDcXTuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPDcXTuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPDcXTuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPDcXTuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPDcXTuTq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPDcXTuTq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPDcXTuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPDcXTuTq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPDcXTuTq .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPDcXTuTq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPDcXTuTq .navbar.collapsed {
  justify-content: center;
}
.cid-ufPDcXTuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPDcXTuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPDcXTuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPDcXTuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPDcXTuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPDcXTuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPDcXTuTq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPDcXTuTq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPDcXTuTq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPDcXTuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPDcXTuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPDcXTuTq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPDcXTuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPDcXTuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPDcXTuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPDcXTuTq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPDcXTuTq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPDcXTuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPDcXTuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPDcXTuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPDcXTuTq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPDcXTuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPDcXTuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPDcXTuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPDcXTuTq .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-ufPDcXTuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPDcXTuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPDcXTuTq .dropdown-item.active,
.cid-ufPDcXTuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPDcXTuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPDcXTuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPDcXTuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPDcXTuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPDcXTuTq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPDcXTuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPDcXTuTq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPDcXTuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPDcXTuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPDcXTuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPDcXTuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPDcXTuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPDcXTuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPDcXTuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPDcXTuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPDcXTuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPDcXTuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPDcXTuTq .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-ufPDcXTuTq .navbar {
    height: 70px;
  }
  .cid-ufPDcXTuTq .navbar.opened {
    height: auto;
  }
  .cid-ufPDcXTuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPDcXTuTq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPDcXTuTq .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPDcXTuTq .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPDcXTuTq .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPDcXTuTq .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPDcXTuTq .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPDcXTuTq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPDcXTuTq .text_widget {
  margin-bottom: 32px;
}
.cid-ufPDcXTuTq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPDcXTuTq .text_widget a:hover,
.cid-ufPDcXTuTq .text_widget a:focus {
  opacity: .6;
}
.cid-ufPDcXTuTq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPDcXTuTq .navbar-caption {
  color: #000000;
}
.cid-ufPDcXTuTq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPDcXTuTq .mbr-section-subtitle,
.cid-ufPDcXTuTq .text_widget,
.cid-ufPDcXTuTq .mbr-section-btn {
  text-align: center;
}
.cid-ufPDcXTuTq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPDcYop1L {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPDcYop1L a {
  color: #232323;
}
.cid-ufPDcYop1L a:hover {
  color: #000000;
}
.cid-ufPDcYop1L h5.mbr-text {
  color: #444444;
}
.cid-ufPDcYop1L .card {
  padding: 1rem 2rem;
}
.cid-ufPDcYop1L .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPDcYop1L .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPDcYop1L .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPDcYop1L .card-box p {
  margin-bottom: 0;
}
.cid-ufPDcYop1L .specialty {
  padding-top: .5rem;
}
.cid-ufPDcYop1L .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPDcYop1L .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPDcYop1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPDcYop1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyCFVtFRz {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugyCFVtFRz img,
.cid-ugyCFVtFRz .item-img {
  width: 100%;
}
.cid-ugyCFVtFRz .item:focus,
.cid-ugyCFVtFRz span:focus {
  outline: none;
}
.cid-ugyCFVtFRz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ugyCFVtFRz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugyCFVtFRz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ugyCFVtFRz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugyCFVtFRz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ugyCFVtFRz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ugyCFVtFRz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugyCFVtFRz .mbr-section-title {
  color: #232323;
}
.cid-ugyCFVtFRz .mbr-text,
.cid-ugyCFVtFRz .mbr-section-btn {
  text-align: left;
}
.cid-ugyCFVtFRz .item-title {
  text-align: left;
}
.cid-ugyCFVtFRz .item-subtitle {
  text-align: left;
}
.cid-ugyFCR55MZ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #d84a16;
}
.cid-ugyFCR55MZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyFCR55MZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyFCR55MZ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ugyFCR55MZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugyFCR55MZ .container {
    padding: 0 24px;
  }
}
.cid-ugyFCR55MZ .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ugyFCR55MZ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugyFCR55MZ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugyFCR55MZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ugyFCR55MZ .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #d84a16;
  border-radius: 40px;
}
.cid-ugyFCR55MZ .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-ugyFCR55MZ .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-ugyFCR55MZ .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-ugyFCR55MZ .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-ugyFCR55MZ .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-ugyFCR55MZ .mbr-section-title,
.cid-ugyFCR55MZ .buttons-wrapper {
  text-align: center;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPDjcapIT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPDjcapIT .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPDjcapIT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPDjcapIT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPDjcapIT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPDjcapIT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPDjcapIT .menu_box .navbar.opened,
  .cid-ufPDjcapIT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPDjcapIT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPDjcapIT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPDjcapIT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPDjcapIT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPDjcapIT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPDjcapIT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPDjcapIT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPDjcapIT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPDjcapIT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPDjcapIT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPDjcapIT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPDjcapIT .offcanvas-body .mbr-text,
  .cid-ufPDjcapIT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPDjcapIT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPDjcapIT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPDjcapIT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPDjcapIT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPDjcapIT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPDjcapIT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPDjcapIT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPDjcapIT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPDjcapIT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPDjcapIT .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-ufPDjcapIT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPDjcapIT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPDjcapIT .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPDjcapIT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPDjcapIT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPDjcapIT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPDjcapIT .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPDjcapIT .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPDjcapIT .nav-item .nav-link:hover,
.cid-ufPDjcapIT .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPDjcapIT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPDjcapIT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPDjcapIT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPDjcapIT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPDjcapIT .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-ufPDjcapIT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPDjcapIT .offcanvas_box {
    display: none;
  }
}
.cid-ufPDjcapIT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPDjcapIT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPDjcapIT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPDjcapIT .container {
  display: flex;
  margin: auto;
}
.cid-ufPDjcapIT .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPDjcapIT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPDjcapIT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPDjcapIT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPDjcapIT .navbar-nav {
    margin: 0;
  }
}
.cid-ufPDjcapIT .dropdown-menu,
.cid-ufPDjcapIT .navbar.opened {
  background-color: true !important;
}
.cid-ufPDjcapIT .nav-item:focus,
.cid-ufPDjcapIT .nav-link:focus {
  outline: none;
}
.cid-ufPDjcapIT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPDjcapIT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPDjcapIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPDjcapIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPDjcapIT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPDjcapIT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPDjcapIT .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPDjcapIT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPDjcapIT .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPDjcapIT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPDjcapIT .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPDjcapIT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPDjcapIT .navbar.collapsed {
  justify-content: center;
}
.cid-ufPDjcapIT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPDjcapIT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPDjcapIT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPDjcapIT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPDjcapIT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPDjcapIT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPDjcapIT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPDjcapIT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPDjcapIT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPDjcapIT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPDjcapIT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPDjcapIT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPDjcapIT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPDjcapIT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPDjcapIT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPDjcapIT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPDjcapIT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPDjcapIT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPDjcapIT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPDjcapIT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPDjcapIT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPDjcapIT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPDjcapIT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPDjcapIT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPDjcapIT .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-ufPDjcapIT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPDjcapIT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPDjcapIT .dropdown-item.active,
.cid-ufPDjcapIT .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPDjcapIT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPDjcapIT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPDjcapIT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPDjcapIT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPDjcapIT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPDjcapIT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPDjcapIT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPDjcapIT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPDjcapIT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPDjcapIT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPDjcapIT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPDjcapIT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPDjcapIT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPDjcapIT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPDjcapIT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPDjcapIT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPDjcapIT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPDjcapIT .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-ufPDjcapIT .navbar {
    height: 70px;
  }
  .cid-ufPDjcapIT .navbar.opened {
    height: auto;
  }
  .cid-ufPDjcapIT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPDjcapIT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPDjcapIT .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPDjcapIT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPDjcapIT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPDjcapIT .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPDjcapIT .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPDjcapIT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPDjcapIT .text_widget {
  margin-bottom: 32px;
}
.cid-ufPDjcapIT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPDjcapIT .text_widget a:hover,
.cid-ufPDjcapIT .text_widget a:focus {
  opacity: .6;
}
.cid-ufPDjcapIT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPDjcapIT .navbar-caption {
  color: #000000;
}
.cid-ufPDjcapIT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPDjcapIT .mbr-section-subtitle,
.cid-ufPDjcapIT .text_widget,
.cid-ufPDjcapIT .mbr-section-btn {
  text-align: center;
}
.cid-ufPDjcapIT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPDjcE0SQ {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPDjcE0SQ a {
  color: #232323;
}
.cid-ufPDjcE0SQ a:hover {
  color: #000000;
}
.cid-ufPDjcE0SQ h5.mbr-text {
  color: #444444;
}
.cid-ufPDjcE0SQ .card {
  padding: 1rem 2rem;
}
.cid-ufPDjcE0SQ .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPDjcE0SQ .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPDjcE0SQ .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPDjcE0SQ .card-box p {
  margin-bottom: 0;
}
.cid-ufPDjcE0SQ .specialty {
  padding-top: .5rem;
}
.cid-ufPDjcE0SQ .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPDjcE0SQ .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPDjcE0SQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPDjcE0SQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyHQeDL7F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugyHQeDL7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyHQeDL7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyHQeDL7F .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ugyHQeDL7F .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ugyHQeDL7F .container {
    padding: 0 30px;
  }
}
.cid-ugyHQeDL7F .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ugyHQeDL7F .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-ugyHQeDL7F .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-ugyHQeDL7F .image-wrapper img {
    height: 300px;
  }
}
.cid-ugyHQeDL7F .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugyHQeDL7F .text-wrapper {
    margin: 0;
  }
}
.cid-ugyHQeDL7F .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ugyHQeDL7F .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ugyHQeDL7F .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ugyHQeDL7F .mbr-section-title {
  color: #ffffff;
}
.cid-ugyHQeDL7F .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-ugyHQeDL7F .mbr-section-title,
.cid-ugyHQeDL7F .mbr-section-btn {
  color: #232323;
}
.cid-ugyHQOo3an {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #d84a16;
}
.cid-ugyHQOo3an .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyHQOo3an .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyHQOo3an .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ugyHQOo3an .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugyHQOo3an .container {
    padding: 0 24px;
  }
}
.cid-ugyHQOo3an .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ugyHQOo3an .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugyHQOo3an .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugyHQOo3an .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ugyHQOo3an .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #d84a16;
  border-radius: 40px;
}
.cid-ugyHQOo3an .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-ugyHQOo3an .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-ugyHQOo3an .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-ugyHQOo3an .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-ugyHQOo3an .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-ugyHQOo3an .mbr-section-title,
.cid-ugyHQOo3an .buttons-wrapper {
  text-align: center;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPDmCLek1 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPDmCLek1 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPDmCLek1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPDmCLek1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPDmCLek1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPDmCLek1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPDmCLek1 .menu_box .navbar.opened,
  .cid-ufPDmCLek1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPDmCLek1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPDmCLek1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPDmCLek1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPDmCLek1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPDmCLek1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPDmCLek1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPDmCLek1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPDmCLek1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPDmCLek1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPDmCLek1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPDmCLek1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPDmCLek1 .offcanvas-body .mbr-text,
  .cid-ufPDmCLek1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPDmCLek1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPDmCLek1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPDmCLek1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPDmCLek1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPDmCLek1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPDmCLek1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPDmCLek1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPDmCLek1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPDmCLek1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPDmCLek1 .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-ufPDmCLek1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPDmCLek1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPDmCLek1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPDmCLek1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPDmCLek1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPDmCLek1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPDmCLek1 .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPDmCLek1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPDmCLek1 .nav-item .nav-link:hover,
.cid-ufPDmCLek1 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPDmCLek1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPDmCLek1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPDmCLek1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPDmCLek1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPDmCLek1 .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-ufPDmCLek1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPDmCLek1 .offcanvas_box {
    display: none;
  }
}
.cid-ufPDmCLek1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPDmCLek1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPDmCLek1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPDmCLek1 .container {
  display: flex;
  margin: auto;
}
.cid-ufPDmCLek1 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPDmCLek1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPDmCLek1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPDmCLek1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPDmCLek1 .navbar-nav {
    margin: 0;
  }
}
.cid-ufPDmCLek1 .dropdown-menu,
.cid-ufPDmCLek1 .navbar.opened {
  background-color: true !important;
}
.cid-ufPDmCLek1 .nav-item:focus,
.cid-ufPDmCLek1 .nav-link:focus {
  outline: none;
}
.cid-ufPDmCLek1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPDmCLek1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPDmCLek1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPDmCLek1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPDmCLek1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPDmCLek1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPDmCLek1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPDmCLek1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPDmCLek1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPDmCLek1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPDmCLek1 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPDmCLek1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPDmCLek1 .navbar.collapsed {
  justify-content: center;
}
.cid-ufPDmCLek1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPDmCLek1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPDmCLek1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPDmCLek1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPDmCLek1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPDmCLek1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPDmCLek1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPDmCLek1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPDmCLek1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPDmCLek1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPDmCLek1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPDmCLek1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPDmCLek1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPDmCLek1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPDmCLek1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPDmCLek1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPDmCLek1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPDmCLek1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPDmCLek1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPDmCLek1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPDmCLek1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPDmCLek1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPDmCLek1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPDmCLek1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPDmCLek1 .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-ufPDmCLek1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPDmCLek1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPDmCLek1 .dropdown-item.active,
.cid-ufPDmCLek1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPDmCLek1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPDmCLek1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPDmCLek1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPDmCLek1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPDmCLek1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPDmCLek1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPDmCLek1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPDmCLek1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPDmCLek1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPDmCLek1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPDmCLek1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPDmCLek1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPDmCLek1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPDmCLek1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPDmCLek1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPDmCLek1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPDmCLek1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPDmCLek1 .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-ufPDmCLek1 .navbar {
    height: 70px;
  }
  .cid-ufPDmCLek1 .navbar.opened {
    height: auto;
  }
  .cid-ufPDmCLek1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPDmCLek1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPDmCLek1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPDmCLek1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPDmCLek1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPDmCLek1 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPDmCLek1 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPDmCLek1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPDmCLek1 .text_widget {
  margin-bottom: 32px;
}
.cid-ufPDmCLek1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPDmCLek1 .text_widget a:hover,
.cid-ufPDmCLek1 .text_widget a:focus {
  opacity: .6;
}
.cid-ufPDmCLek1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPDmCLek1 .navbar-caption {
  color: #000000;
}
.cid-ufPDmCLek1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPDmCLek1 .mbr-section-subtitle,
.cid-ufPDmCLek1 .text_widget,
.cid-ufPDmCLek1 .mbr-section-btn {
  text-align: center;
}
.cid-ufPDmCLek1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPDmDgeEl {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPDmDgeEl a {
  color: #232323;
}
.cid-ufPDmDgeEl a:hover {
  color: #000000;
}
.cid-ufPDmDgeEl h5.mbr-text {
  color: #444444;
}
.cid-ufPDmDgeEl .card {
  padding: 1rem 2rem;
}
.cid-ufPDmDgeEl .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPDmDgeEl .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPDmDgeEl .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPDmDgeEl .card-box p {
  margin-bottom: 0;
}
.cid-ufPDmDgeEl .specialty {
  padding-top: .5rem;
}
.cid-ufPDmDgeEl .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPDmDgeEl .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPDmDgeEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPDmDgeEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyICxr1nw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugyICxr1nw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyICxr1nw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyICxr1nw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ugyICxr1nw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ugyICxr1nw .container {
    padding: 0 30px;
  }
}
.cid-ugyICxr1nw .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ugyICxr1nw .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-ugyICxr1nw .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-ugyICxr1nw .image-wrapper img {
    height: 300px;
  }
}
.cid-ugyICxr1nw .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugyICxr1nw .text-wrapper {
    margin: 0;
  }
}
.cid-ugyICxr1nw .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ugyICxr1nw .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ugyICxr1nw .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ugyICxr1nw .mbr-section-title {
  color: #ffffff;
}
.cid-ugyICxr1nw .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-ugyICxr1nw .mbr-section-title,
.cid-ugyICxr1nw .mbr-section-btn {
  color: #232323;
}
.cid-ugyJaQUBjW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugyJaQUBjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyJaQUBjW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyJaQUBjW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ugyJaQUBjW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ugyJaQUBjW .container {
    padding: 0 30px;
  }
}
.cid-ugyJaQUBjW .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ugyJaQUBjW .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-ugyJaQUBjW .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-ugyJaQUBjW .image-wrapper img {
    height: 300px;
  }
}
.cid-ugyJaQUBjW .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-ugyJaQUBjW .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-ugyJaQUBjW .text-wrapper {
    margin: 0;
  }
}
.cid-ugyJaQUBjW .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ugyJaQUBjW .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ugyJaQUBjW .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ugyJaQUBjW .mbr-section-title {
  color: #ffffff;
}
.cid-ugyJaQUBjW .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-ugyJaQUBjW .mbr-section-title,
.cid-ugyJaQUBjW .mbr-section-btn {
  color: #232323;
}
.cid-ugyID6LXuQ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #d84a16;
}
.cid-ugyID6LXuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyID6LXuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyID6LXuQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ugyID6LXuQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugyID6LXuQ .container {
    padding: 0 24px;
  }
}
.cid-ugyID6LXuQ .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ugyID6LXuQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugyID6LXuQ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugyID6LXuQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ugyID6LXuQ .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #d84a16;
  border-radius: 40px;
}
.cid-ugyID6LXuQ .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-ugyID6LXuQ .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-ugyID6LXuQ .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-ugyID6LXuQ .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-ugyID6LXuQ .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-ugyID6LXuQ .mbr-section-title,
.cid-ugyID6LXuQ .buttons-wrapper {
  text-align: center;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPDqd4ASy {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPDqd4ASy .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPDqd4ASy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPDqd4ASy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPDqd4ASy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPDqd4ASy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPDqd4ASy .menu_box .navbar.opened,
  .cid-ufPDqd4ASy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPDqd4ASy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPDqd4ASy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPDqd4ASy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPDqd4ASy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPDqd4ASy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPDqd4ASy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPDqd4ASy .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPDqd4ASy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPDqd4ASy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPDqd4ASy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPDqd4ASy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPDqd4ASy .offcanvas-body .mbr-text,
  .cid-ufPDqd4ASy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPDqd4ASy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPDqd4ASy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPDqd4ASy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPDqd4ASy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPDqd4ASy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPDqd4ASy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPDqd4ASy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPDqd4ASy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPDqd4ASy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPDqd4ASy .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-ufPDqd4ASy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPDqd4ASy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPDqd4ASy .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPDqd4ASy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPDqd4ASy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPDqd4ASy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPDqd4ASy .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPDqd4ASy .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPDqd4ASy .nav-item .nav-link:hover,
.cid-ufPDqd4ASy .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPDqd4ASy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPDqd4ASy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPDqd4ASy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPDqd4ASy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPDqd4ASy .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-ufPDqd4ASy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPDqd4ASy .offcanvas_box {
    display: none;
  }
}
.cid-ufPDqd4ASy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPDqd4ASy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPDqd4ASy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPDqd4ASy .container {
  display: flex;
  margin: auto;
}
.cid-ufPDqd4ASy .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPDqd4ASy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPDqd4ASy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPDqd4ASy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPDqd4ASy .navbar-nav {
    margin: 0;
  }
}
.cid-ufPDqd4ASy .dropdown-menu,
.cid-ufPDqd4ASy .navbar.opened {
  background-color: true !important;
}
.cid-ufPDqd4ASy .nav-item:focus,
.cid-ufPDqd4ASy .nav-link:focus {
  outline: none;
}
.cid-ufPDqd4ASy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPDqd4ASy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPDqd4ASy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPDqd4ASy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPDqd4ASy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPDqd4ASy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPDqd4ASy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPDqd4ASy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPDqd4ASy .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPDqd4ASy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPDqd4ASy .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPDqd4ASy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPDqd4ASy .navbar.collapsed {
  justify-content: center;
}
.cid-ufPDqd4ASy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPDqd4ASy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPDqd4ASy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPDqd4ASy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPDqd4ASy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPDqd4ASy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPDqd4ASy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPDqd4ASy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPDqd4ASy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPDqd4ASy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPDqd4ASy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPDqd4ASy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPDqd4ASy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPDqd4ASy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPDqd4ASy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPDqd4ASy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPDqd4ASy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPDqd4ASy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPDqd4ASy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPDqd4ASy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPDqd4ASy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPDqd4ASy .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPDqd4ASy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPDqd4ASy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPDqd4ASy .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-ufPDqd4ASy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPDqd4ASy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPDqd4ASy .dropdown-item.active,
.cid-ufPDqd4ASy .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPDqd4ASy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPDqd4ASy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPDqd4ASy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPDqd4ASy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPDqd4ASy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPDqd4ASy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPDqd4ASy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPDqd4ASy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPDqd4ASy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPDqd4ASy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPDqd4ASy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPDqd4ASy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPDqd4ASy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPDqd4ASy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPDqd4ASy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPDqd4ASy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPDqd4ASy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPDqd4ASy .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-ufPDqd4ASy .navbar {
    height: 70px;
  }
  .cid-ufPDqd4ASy .navbar.opened {
    height: auto;
  }
  .cid-ufPDqd4ASy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPDqd4ASy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPDqd4ASy .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPDqd4ASy .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPDqd4ASy .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPDqd4ASy .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPDqd4ASy .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPDqd4ASy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPDqd4ASy .text_widget {
  margin-bottom: 32px;
}
.cid-ufPDqd4ASy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPDqd4ASy .text_widget a:hover,
.cid-ufPDqd4ASy .text_widget a:focus {
  opacity: .6;
}
.cid-ufPDqd4ASy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPDqd4ASy .navbar-caption {
  color: #000000;
}
.cid-ufPDqd4ASy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPDqd4ASy .mbr-section-subtitle,
.cid-ufPDqd4ASy .text_widget,
.cid-ufPDqd4ASy .mbr-section-btn {
  text-align: center;
}
.cid-ufPDqd4ASy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufPDqdzKk9 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufPDqdzKk9 a {
  color: #232323;
}
.cid-ufPDqdzKk9 a:hover {
  color: #000000;
}
.cid-ufPDqdzKk9 h5.mbr-text {
  color: #444444;
}
.cid-ufPDqdzKk9 .card {
  padding: 1rem 2rem;
}
.cid-ufPDqdzKk9 .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-ufPDqdzKk9 .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-ufPDqdzKk9 .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-ufPDqdzKk9 .card-box p {
  margin-bottom: 0;
}
.cid-ufPDqdzKk9 .specialty {
  padding-top: .5rem;
}
.cid-ufPDqdzKk9 .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-ufPDqdzKk9 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufPDqdzKk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufPDqdzKk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyJWxzGXh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugyJWxzGXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyJWxzGXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyJWxzGXh .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ugyJWxzGXh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ugyJWxzGXh .container {
    padding: 0 30px;
  }
}
.cid-ugyJWxzGXh .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ugyJWxzGXh .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-ugyJWxzGXh .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-ugyJWxzGXh .image-wrapper img {
    height: 300px;
  }
}
.cid-ugyJWxzGXh .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugyJWxzGXh .text-wrapper {
    margin: 0;
  }
}
.cid-ugyJWxzGXh .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ugyJWxzGXh .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ugyJWxzGXh .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ugyJWxzGXh .mbr-section-title {
  color: #ffffff;
}
.cid-ugyJWxzGXh .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-ugyJWxzGXh .mbr-section-title,
.cid-ugyJWxzGXh .mbr-section-btn {
  color: #232323;
}
.cid-ugyJWWpXMm {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #d84a16;
}
.cid-ugyJWWpXMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyJWWpXMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyJWWpXMm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ugyJWWpXMm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugyJWWpXMm .container {
    padding: 0 24px;
  }
}
.cid-ugyJWWpXMm .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ugyJWWpXMm .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugyJWWpXMm .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugyJWWpXMm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ugyJWWpXMm .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #d84a16;
  border-radius: 40px;
}
.cid-ugyJWWpXMm .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-ugyJWWpXMm .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-ugyJWWpXMm .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-ugyJWWpXMm .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-ugyJWWpXMm .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-ugyJWWpXMm .mbr-section-title,
.cid-ugyJWWpXMm .buttons-wrapper {
  text-align: center;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
.cid-ufPCT47fCp {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ufPCT47fCp .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ufPCT47fCp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ufPCT47fCp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPCT47fCp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufPCT47fCp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufPCT47fCp .menu_box .navbar.opened,
  .cid-ufPCT47fCp .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ufPCT47fCp nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ufPCT47fCp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufPCT47fCp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufPCT47fCp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufPCT47fCp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufPCT47fCp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufPCT47fCp .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ufPCT47fCp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufPCT47fCp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufPCT47fCp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufPCT47fCp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufPCT47fCp .offcanvas-body .mbr-text,
  .cid-ufPCT47fCp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ufPCT47fCp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ufPCT47fCp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufPCT47fCp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e1e1e1;
  }
  .cid-ufPCT47fCp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufPCT47fCp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufPCT47fCp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufPCT47fCp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufPCT47fCp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufPCT47fCp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPCT47fCp .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-ufPCT47fCp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufPCT47fCp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufPCT47fCp .lg_brand {
    margin: 0 1rem;
  }
  .cid-ufPCT47fCp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ufPCT47fCp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufPCT47fCp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufPCT47fCp .nav-item {
    margin: 0 !important;
  }
}
.cid-ufPCT47fCp .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ufPCT47fCp .nav-item .nav-link:hover,
.cid-ufPCT47fCp .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ufPCT47fCp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufPCT47fCp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufPCT47fCp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufPCT47fCp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufPCT47fCp .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-ufPCT47fCp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufPCT47fCp .offcanvas_box {
    display: none;
  }
}
.cid-ufPCT47fCp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufPCT47fCp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufPCT47fCp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufPCT47fCp .container {
  display: flex;
  margin: auto;
}
.cid-ufPCT47fCp .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufPCT47fCp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufPCT47fCp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufPCT47fCp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufPCT47fCp .navbar-nav {
    margin: 0;
  }
}
.cid-ufPCT47fCp .dropdown-menu,
.cid-ufPCT47fCp .navbar.opened {
  background-color: true !important;
}
.cid-ufPCT47fCp .nav-item:focus,
.cid-ufPCT47fCp .nav-link:focus {
  outline: none;
}
.cid-ufPCT47fCp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPCT47fCp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPCT47fCp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPCT47fCp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPCT47fCp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPCT47fCp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPCT47fCp .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufPCT47fCp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufPCT47fCp .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPCT47fCp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufPCT47fCp .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ufPCT47fCp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ufPCT47fCp .navbar.collapsed {
  justify-content: center;
}
.cid-ufPCT47fCp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPCT47fCp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufPCT47fCp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPCT47fCp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPCT47fCp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPCT47fCp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufPCT47fCp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufPCT47fCp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufPCT47fCp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufPCT47fCp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPCT47fCp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPCT47fCp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufPCT47fCp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPCT47fCp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufPCT47fCp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPCT47fCp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufPCT47fCp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufPCT47fCp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufPCT47fCp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufPCT47fCp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPCT47fCp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufPCT47fCp .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPCT47fCp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPCT47fCp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPCT47fCp .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-ufPCT47fCp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufPCT47fCp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPCT47fCp .dropdown-item.active,
.cid-ufPCT47fCp .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPCT47fCp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ufPCT47fCp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPCT47fCp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPCT47fCp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPCT47fCp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufPCT47fCp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPCT47fCp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-ufPCT47fCp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e1e1;
}
.cid-ufPCT47fCp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPCT47fCp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPCT47fCp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPCT47fCp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPCT47fCp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPCT47fCp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPCT47fCp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPCT47fCp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPCT47fCp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufPCT47fCp .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-ufPCT47fCp .navbar {
    height: 70px;
  }
  .cid-ufPCT47fCp .navbar.opened {
    height: auto;
  }
  .cid-ufPCT47fCp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPCT47fCp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufPCT47fCp .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ufPCT47fCp .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufPCT47fCp .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ufPCT47fCp .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ufPCT47fCp .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ufPCT47fCp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufPCT47fCp .text_widget {
  margin-bottom: 32px;
}
.cid-ufPCT47fCp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufPCT47fCp .text_widget a:hover,
.cid-ufPCT47fCp .text_widget a:focus {
  opacity: .6;
}
.cid-ufPCT47fCp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufPCT47fCp .navbar-caption {
  color: #000000;
}
.cid-ufPCT47fCp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufPCT47fCp .mbr-section-subtitle,
.cid-ufPCT47fCp .text_widget,
.cid-ufPCT47fCp .mbr-section-btn {
  text-align: center;
}
.cid-ufPCT47fCp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugG2xU89hp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-ugG2xU89hp .footer_col_logo {
  width: 40%;
}
.cid-ugG2xU89hp .footer_col {
  width: 20%;
}
.cid-ugG2xU89hp .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ugG2xU89hp .logo_wrap {
  max-width: 20%;
}
.cid-ugG2xU89hp .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-ugG2xU89hp .brand_name {
  color: #ffffff;
}
.cid-ugG2xU89hp .contacts {
  margin-top: 46px;
}
.cid-ugG2xU89hp .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-ugG2xU89hp .contacts b {
  color: #ffffff;
}
.cid-ugG2xU89hp .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-ugG2xU89hp .item-wrap {
  line-height: 44px;
}
.cid-ugG2xU89hp a.text-white {
  color: #a99fc5 !important;
}
.cid-ugG2xU89hp a.text-white:hover {
  color: #ffffff !important;
}
.cid-ugG2xU89hp .item-wrap a,
.cid-ugG2xU89hp .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ugG2xU89hp .item-wrap a:before,
.cid-ugG2xU89hp .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-ugG2xU89hp .item-wrap a:hover::before,
.cid-ugG2xU89hp .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-ugG2xU89hp .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-ugG2xU89hp .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ugG2xU89hp .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ugG2xU89hp .footer_col_logo {
    width: 100%;
  }
  .cid-ugG2xU89hp .footer_col {
    width: 33.3%;
  }
  .cid-ugG2xU89hp .image {
    margin-bottom: 40px;
  }
  .cid-ugG2xU89hp .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-ugG2xU89hp .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-ugG2xU89hp .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ugG2xU89hp .row {
    justify-content: center;
    text-align: center;
  }
  .cid-ugG2xU89hp .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-ugG2xU89hp .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-ugG2xU89hp .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-ugG3jJpnwg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #171717;
  overflow: hidden;
}
